/feed/ after the URL causing problems in GSC

trojenxx

Junior Member
Joined
Sep 1, 2019
Messages
121
Reaction score
19
/feed/ after the URL causing problems in GSC

Anyone knows what it is and to fix this in SC?
 
when I removed the slash the URL is working fine but I don't know why GSC says that this is an issue
sometimes GSC gives errors incorrectly, just ignore them if they're not important... or check again later, it might be ok
 
/feed/ after the URL causing problems in GSC

Anyone knows what it is and to fix this in SC?
It's a common issue that GSC may report errors for URLs that end in /feed/. The error is usually "Submitted URL marked 'noindex'" which means Google is unable to index the URLs.

How to fix this in GSC:
  1. Go to the Coverage report in your GSC account.
  2. Find the URLs that end with /feed/ and marked as "Submitted URL marked 'noindex'"
  3. Check your website's backend to ensure that the noindex tag is not present on the pages.
  4. Submit the URLs for reindexing by clicking on the "Request Indexing" button in GSC.
If the issue persists, you can try disabling the RSS feed by adding a redirect in your website's .htaccess file to redirect any requests for /feed/ to your website's homepage.
 
Back
Top