Moz Q&A is closed.
After more than 13 years, and tens of thousands of questions, Moz Q&A closed on 12th December 2024. Whilst we’re not completely removing the content - many posts will still be possible to view - we have locked both new posts and new replies. More details here.
RSS feed links
-
Is this an RSS feed link? How was this page generated?
http://blog.moregoodfoundation.org/category/technology/feed
What causes it to show up as a backlink in open site explorer? And how would you go about removing these links? Lots of questions there
Thank you.
-
Thanks Paul, I'm more curious about how and why these links are created.
-
Unless you have a very specific reason for not wanting the feeds available, there's really no reason worry about removing them, moregood. They're not visible to normal visitors unless they use their own feed reader software to subscribe to the feed. If you're concerned about the full content of each post being available, you can go to Settings -> Read in your Dashboard and select Summary instead of Full Text.
If you do want to remove the RSS Feed links from the page entirely, you'll need to add some code to your theme's functions.php file. To do this properly, you'll need to create a child theme and edit the functions file there - otherwise each time you upgrade your customisation will be overwritten and you'll have to redo it.
The code to add in order to remove the additional RSS feeds is:
remove_action( 'wp_head', 'feed_links', 2 );
remove_action( 'wp_head', 'feed_links_extra', 3 );Note thought that this just removes the links for the page code, it doesn't stop WordPress from generating the feeds. Doing that requires more hacking than I'm prepared to cover here.
Bottom line: there's no reason to worry about these extra feeds or their incoming links. They may be useful to a few users, and for the others, they'll be "out-of-site, out-of-mind". I'd consider just about any other SEO opportunities to be higher priority than worrying about these.
Hope that helps?
Paul
-
That feed url link is coming from my own site but I'm not sure how it was created and/or how to delete them. Any ideas?
-
Yup, that's an RSS feed, moregood. By default, WordPress creates a number of specialised feeds in addition to the basic site feed. These include feeds for Categories, Post Comments, Tags, and Authors.
I'm not clear from your question if this feed lives on your own site or someone elses? If it's on someone else's site, its a perfectly legitimate backlink. Some sites choose to allow their feeds to be indexed by search engines to aid in indexing of their pages. There's no reason or need to remove these links from your backlinks unless they're from a spammy site. This link is just showing that one of the posts in that category feed has a link to your site. You'll probably also have a backlink showing from a regular page on that site as well.
Does that answer your question? Or is that link coming from your won site and you're wondering how to remove those special RSS feeds from your own site?
Paul
Paul
-
Weird, I can't figure it out either which is why I'm here
I'm using Open Site Explorer for the backlink report.
-
A feed is generated from the content of a your website. As for why this link is showing, when it isn't there is a little odd. Saying that, I did have a similar problem about 2 years ago and can't think what it was for the life of me!
What were you using to generate the backlink report?
-Andy
-
Okay thanks, what about a feed url like this one? http://ldsimages.com/category/uncategorized/feed. Open site explorer is showing it as linking to this site; mormonbeliefs.org, with [No Anchor Text]. How is that link being generated?
-
Yes, it is an RSS feed and all blogs have them (im sure they can be disabled) - normally at the same address /feed or /rss.
I am guessing that you have links in your articles back to your primary site? As the blog is on a subdomain, it will be seen as a separate site and links back will be seen... If I understood correctly
-Andy
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
When conducting a link building strategy does it matter the country the link is from?
We are a UK business and if we have links mostly from US based blogs and websites does this penalise us. The links are from relevant websites and topics. Should we be focusing on .co.uk sites
Link Building | | Caffeine_Marketing1 -
Xyz links
I have a lot of backlinks ending with .xyz, around 20%, and they look very suspicious. Should I disavow these? Here are a few: yourrelicsbargains.xyz fantasticsiteinfo.xyz yourvintagelifestyle.xyz usefuldiscount4u.xyz bestdealsaction.xyz bestmemorabilialifestyle.xyz 59177.net lovecollectorsbargains.xyz
Link Building | | moon-boots0 -
Link building with PDFs
I created a manual for a popular piece of equipment and placed it, as a PDF-file, on my website. The PDF contains a clickable link to the root domain of my website. Other websites have downloaded the PDF and put it on their own website, hosting it themselves. Since Google indexes PDFs, does the link in the PDF count as a regular 'link' from an external website, and does it have comparable value? Can't find any thoughts or studies about this anywhere.
Link Building | | RBenedict0 -
Are links with space considered to be the same as links with %20?
I wonder if Google would consider those three links to be the same? http://www.example.com/test page.html http://www.example.com/test page.html http://www.example.com/test+page.html
Link Building | | lucek0 -
Value of RSS Feed for a website?
What sort of value does an RSS feed provide for a website? If you use an RSS feed on your website, what do you use to keep it updated? Can you recycle mention of content / pages in the feed over time? Any good links on this subject?
Link Building | | Linesides0 -
How can I verify who links to me?
I need to verify all the inbound links I have coming in to my site. I've tried using OSE but have been told it does not scrape many smaller sites so cannot be sure of it's accuracy (especially since when I ran it, it returned a small % of the link i know are out there). Is there a way to do this in Analytics? Or another way? Thanks
Link Building | | NiallTom0 -
Iframes vs links
Obviously, websites can link to another web site using iframes, and Google and other search engines do seem to have some capability to index the content. What I want to know is what is the difference in value passed between a regular link and an iframe link. <iframe src="http://www.targetwebsite.com/targetlink"><br /><br />will have the same page ranking effect on the target web site as this link: <br /><br /><a href="http://www.targetwebsite.com/targetlink">link</a><br /><br />Alternative, would it work to include an invisible actual link right before the iframe, like this: <br /><br /><a style="display: none;" href="http://www.targetwebsite.com/targetlink">link</a><br /><iframe src="http://www.targetwebsite.com/targetlink"/></p> <p><span style="color: #5e5e5e;">The reason is that we are building a product recommendation engine, for a branded cosmetology school in order to get our concept salons to link back to use and I was curious if creating a version they can use as an iframe will give us link benefit.</span></p></iframe>
Link Building | | incept0