Replies: 2 comments 1 reply
-
|
That’s an interesting idea — Content-Signals could help SEO teams test indexing behavior. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I have to add, you can (but don't need to) specify specific pages for each content-signal too. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
robots.txtContent-SignalsCloudflare already deploys: https://contentsignals.org/Non-Goals
robots.txtcan be generatedBackground
Current alternative to my knowledge is not using the dynamic robots handler, and instead including a handmade
robots.txtfile.Proposal
Extend the type
MetadataRoute.Robots/RobotsFileto include another string with the namecontentSignalthat in turn has three booleans:search,aiInput, andaiTrain.Beta Was this translation helpful? Give feedback.
All reactions