• Resolved grantdb

    (@sixer)


    Doesn’t seeem to remove the RSS link in header…

    <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href=

    Is this by design or should it be removed with this option:

    Post and Comment Feed Don’t print links for the posts and comments feeds.

    Thanks for a great plugin!

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author jwilsson

    (@jwilsson)

    That sounds really strange, but I just wanna ask to rule everything out. Are that link printed by using add_theme_support( 'automatic-feed-links' ); or is it from something else?

    • This reply was modified 8 years, 4 months ago by jwilsson.
    Thread Starter grantdb

    (@sixer)

    I found the `// Add default posts and comments RSS feed links to head.
    add_theme_support( ‘automatic-feed-links’ );`

    It just doesn’t seem to want to leave!

    Investigating further..

    Thread Starter grantdb

    (@sixer)

    Somthing to do with Yoast SEO plugin maybe?

    Advanced – Yoast SEO

    RSS feed settings

    This feature is used to automatically add content to your RSS, more specifically, it’s meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.

    Thread Starter grantdb

    (@sixer)

    This is the full part of the source that I cannot seem to figure out…

    <link rel=”alternate” type=”application/rss+xml” title=”RSS 2.0″ href=”https://grantdb.ca/feed/”><title>GrantDB – Interesting Things Around The Internet and Places I Explore</title>

    Plugin Author jwilsson

    (@jwilsson)

    Thanks for checking!

    The thing I think is really weird is the title="RSS 2.0" part, the title is usually something like “Site Name Feed”. Could the link be hardcoded in the theme?

    Thread Starter grantdb

    (@sixer)

    That’s what I thought also, I just haven;’t been able to find where! It doesn’t bother me that the feed is there but the pages will not validate with the title tag on the rss. THat drives me crazy!

    Do you of any way to search all of the files for the call? Like some kind of plugin so I wouldn’t have to manually go through them.

    Thanks!

    Plugin Author jwilsson

    (@jwilsson)

    I’d download the whole WordPress installation with plugins, themes, and everything and then do a Find in folders for “RSS 2.0” or something using my favorite text editor and see what comes up!

    Thread Starter grantdb

    (@sixer)

    I found it hard coded into one of my theme files.
    Thanks for a great plugin!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Remove RSS from header’ is closed to new replies.