Opened 5 years ago
Closed 4 years ago
#5067 closed defect (bug) (fixed)
Noindex (or kill?) theme search feeds
Reported by: | jonoaldersonwp | Owned by: | tellyworth |
---|---|---|---|
Milestone: | Priority: | low | |
Component: | Theme Directory | Keywords: | seo |
Cc: |
Description
Theme search URLs generate dedicated RSS feeds. E.g, for a themes search for the word 'hotel', the following examples also exist:
https://wordpress.org/themes/search/hotel/feed/rss2/
https://wordpress.org/themes/search/hotel/feed/
If there's perceived value in these, we should keep them but add an x-robots HTTP header with a value of 'noindex, follow'.
If these are trash, we should 301 requests to these structures to the search URL in question (e.g, https://wordpress.org/themes/search/hotel/feed/rss2/ to https://wordpress.org/themes/search/hotel/).
Change History (4)
#3
in reply to:
↑ 1
@
4 years ago
Replying to tellyworth:
Is it fair to say that all RSS feeds should have
noindex,follow
headers?
More or less, excluding any feeds used to fuel Google's podcast indexing services (which I presume we don't have any of)
Is it fair to say that all RSS feeds should have
noindex,follow
headers?