-
Notifications
You must be signed in to change notification settings - Fork 10k
Closed
Copy link
Labels
content:editRequest for content editsRequest for content editsdocumentationDocumentation editsDocumentation editsproduct:assetsproduct:workersRelated to Workers productRelated to Workers product
Description
Existing documentation URL(s)
What changes are you suggesting?
This rule matcher is not correct: https://*.workers.dev/*, since you can only use * once per URL.
It is possible to achieve this using named placeholders, I believe: `https://:subdomain.workers.dev/:path.
So I think we should change the example to be:
https://:subdomain.workers.dev/:path
X-Robots-Tag: noindex
or perhaps just
https://:subdomain.workers.dev/*
X-Robots-Tag: noindex
Additional information
Originally reported in workers-sdk: cloudflare/workers-sdk#9865
Metadata
Metadata
Labels
content:editRequest for content editsRequest for content editsdocumentationDocumentation editsDocumentation editsproduct:assetsproduct:workersRelated to Workers productRelated to Workers product