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 404
what is happening there?
Hey 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!
Yigit
Hi 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
Hi,
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,
Rikard
the 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
Hi!
Refer to the following on how to remove a Page from the Google index:
https://support.google.com/webmasters/answer/1663419?hl=en
Best regards,
Josue
I’d like to remove the add_theme_support( 'automatic-feed-links' );
function.
But I’m using a Child Theme.
Can I just use remove_theme_support('automatic-feed-links');
instead?
Will that work?
Thank you.
Chris
Hi Chris,
It should, please let us know if it happens otherwise.
Best regards,
Victoria
in child theme this is ok ?
remove_theme_support(‘automatic-feed-links’)