-
AuthorPosts
-
December 3, 2015 at 10:13 am #546318
Hi
the theme ( i guess) is adding some feed urls to my site index?
all ending with …../feed/ ……all this site occurs on google an error 404what is happening there?
December 4, 2015 at 5:43 pm #547141Hey Andreas!
Please go to Appearance > Editor and open functions.php file and find
add_theme_support( 'automatic-feed-links' );and change it to
//add_theme_support( 'automatic-feed-links' );Cheers!
YigitDecember 4, 2015 at 8:01 pm #547254Hi Yigit
Done. :-)
how do i get rid of the wrong stuff…. does it go away by itself from google ? there are a number of 404 errors?thanx
December 5, 2015 at 8:34 am #547381Hi,
Eventually they will go away if they are not included in your sitemap, you can mark the problems as fixed in your Webmaster tools account as well and the errors should be gone on the next crawl.
Thanks,
RikardFebruary 16, 2016 at 12:44 pm #584120the errors are gone but the double sites are still here. each site got a mysterious ad on after the url with ……/?s=
so this must go?
this was not there before the update?what now
February 18, 2016 at 6:09 pm #585548Hi!
Refer to the following on how to remove a Page from the Google index:
https://support.google.com/webmasters/answer/1663419?hl=enBest regards,
JosueOctober 26, 2017 at 10:18 pm #869338I’d like to remove the
add_theme_support( 'automatic-feed-links' );function.
But I’m using a Child Theme.
Can I just useremove_theme_support('automatic-feed-links');instead?
Will that work?Thank you.
Chris
October 27, 2017 at 3:01 pm #869601Hi Chris,
It should, please let us know if it happens otherwise.
Best regards,
VictoriaJanuary 23, 2020 at 3:42 pm #1177665in child theme this is ok ?
remove_theme_support(‘automatic-feed-links’)-
This reply was modified 5 years, 9 months ago by
margiela.
January 23, 2020 at 4:00 pm #1177676 -
This reply was modified 5 years, 9 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
