[wp-trac] [WordPress Trac] #52536: Add "X-Robots-Tag: noindex" to feeds by default
WordPress Trac
noreply at wordpress.org
Thu Feb 25 21:49:15 UTC 2021
#52536: Add "X-Robots-Tag: noindex" to feeds by default
-------------------------+------------------------------
Reporter: pikamander2 | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Feeds | Version:
Severity: major | Resolution:
Keywords: | Focuses:
-------------------------+------------------------------
Comment (by peterwilsoncc):
To account for sites using full page caching that doesn't include the HTTP
Headers, could the robots API be used to add meta tags to RSS on the
`rss2_head`?
{{{
<channel>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots"
content="noindex" />
...
</channel>
}}}
I'm unable to find the correct tag for atom feeds but hopefully such a
thing exists.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/52536#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list