WordPress generating “fake” /post-name/feed URLs for every article on my site
-
The other day I was checking my 404 error logs and noticed a large number of links to
/<post-url>/feed/
. I did some research and discovered that WordPress is actually outputting a “feed URL” page for every post on my site. This results in a LOT of “bad” URLs as search engines find and crawl these links to pages which don’t exist. For example the review for the Paris board game has this <link> tag on the page which returns a 404.<link rel="alternate" type="application/rss+xml" title="Meeple Mountain » Paris Video Review Comments Feed" href="https://www.meeplemountain.com/reviews/paris-video-review/feed/" />
I found an old post on Moz.com which mentioned this issue but the proposed fix in the article no longer valid. For additional context I almost exclusively use custom post types, with a handful of “pages”. The custom post types all exhibit this behavior, while the pages do no. However I just did a test to be thorough and “posts” also exhibit this behavior.
Has anyone else run into this? If so, do you know how I can fix it? This problem is going to get bigger with every article we post to the site.
The page I need help with: [log in to see the link]
- The topic ‘WordPress generating “fake” /post-name/feed URLs for every article on my site’ is closed to new replies.