Disallow /feed/ robots.txt

TestingViews

Registered Member
Joined
May 11, 2019
Messages
74
Reaction score
29
is this ok to disallow /feed/ in robots.txt, would that change anything in google perspective, because there are so many /feed/ going on in google bots lately
 
Indeed!

Those pages have close to zero SEO value and Googlebot won´t often index them so there´s no need to waste crawl budget on those pages. This is why you normally see them inside the Exclude > Crawled — Currently Not Indexed tab.

I often disallow them like this...

Disallow /feed/
Disallow /*/feed/
Disallow /*/*/feed/
Disallow /*/*/*/feed/
Disallow /*/*/*/*/feed/
Disallow /*/*/*/*/*/feed/

On a different note, if you have a small website, this won´t be such an issue but, if you´re OCD like me (lol), I often try to set a solid foundation for the future.

Take the time to read this article as it has some nice insights on the topic...

https://www.webnots.com/why-and-how-to-disable-wordpress-feeds/
Cheers!!
 
Back
Top