We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The closest to a specification for the X-Robots-Tag that I can find is: https://developers.google.com/search/docs/crawling-indexing/robots-meta-tag
X-Robots-Tag
robots.txt on the other hand has a full rfc: https://www.rfc-editor.org/rfc/rfc9309.html
I think extending robots.txt with something similar to X-Robots-Tag would make sense for easier rollout, eg. something like:
User-Agent: * Disallow: /example/ Noml: *
Or a more generic (where Rule is just an arbitrary word I picked, intention is to mimic X-Robots-Tag):
Rule
User-Agent: * Disallow: /example/ Rule: /images/: noml, nosnippet
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The closest to a specification for the
X-Robots-Tag
that I can find is: https://developers.google.com/search/docs/crawling-indexing/robots-meta-tagrobots.txt on the other hand has a full rfc: https://www.rfc-editor.org/rfc/rfc9309.html
I think extending robots.txt with something similar to
X-Robots-Tag
would make sense for easier rollout, eg. something like:Or a more generic (where
Rule
is just an arbitrary word I picked, intention is to mimicX-Robots-Tag
):The text was updated successfully, but these errors were encountered: