Skip to content
New issue

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

Consider proposal for robots.txt extension #110

Open
voxpelli opened this issue Jun 13, 2024 · 0 comments
Open

Consider proposal for robots.txt extension #110

voxpelli opened this issue Jun 13, 2024 · 0 comments

Comments

@voxpelli
Copy link

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

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):

User-Agent: *
Disallow: /example/
Rule: /images/: noml, nosnippet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant