Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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 404

    what is happening there?

    #547141

    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

    #547254

    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

    #547381

    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

    #584120

    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

    #585548

    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

    #869338

    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

    #869601

    Hi Chris,

    It should, please let us know if it happens otherwise.

    Best regards,
    Victoria

    #1177665

    in child theme this is ok ?
    remove_theme_support(‘automatic-feed-links’)

    • This reply was modified 4 years, 10 months ago by margiela.
    #1177676

    Hi,

    Please use the code as following

    remove_theme_support('automatic-feed-links');

    Best regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.