core(robots-txt): add Content-Signal directive#16767
Conversation
|
+1, this would be very useful. |
|
+1 too |
Content-Signal directive
|
Thanks! |
|
The issue is still present. Is the Content-Signal PR fix deployed to prod yet? The following line in robots.txt is auto-managed by Cloudflare:
The PageSpeed test shows this error for me:
|
|
The issue is still present |
Looks like it's scheduled to release with Chrome 146 on March 10, 2026: |
Chrome 146 version is the Stable release deployed on March 10, but the robot.txt issue (Error: Unknown directive) for Content-Signal is still present in PageSpeed test as of March 14. PageSpeed test URL tested on 14 March 2026: https://pagespeed.web.dev/analysis/https-puneethgr-com/65o2ft4vey?form_factor=desktop robots.txt file section: |
|
Just an update: when running the test locally using Command: But the official PageSpeed test still shows a SEO score of 92 (Unknown directive error for |
|
|
https://github.com/nixsticks/todos/blob/# Finding public code that matches GitHub Copilot suggestions Learn how to view code references when GitHub Copilot makes suggestions that matches publicly available code. This version of this article is for Copilot in JetBrains IDEs. For Copilot on other platforms, click the appropriate tab above. This version of this article is for Copilot in Visual Studio Code. For Copilot on other platforms, click the appropriate tab above. This version of this article is for Copilot on the GitHub website. For Copilot on other platforms, click the appropriate tab above. This version of this article is for Copilot in Visual Studio. For Copilot on other platforms, click the appropriate tab above. IntroductionIf you allow GitHub Copilot to make suggestions that match publicly available code or use a product that does not support "Block" mode, Copilot will display references to any similar code that is found. See GitHub Copilot code referencing. PrerequisitesReferences to matching code are only generated if you use a product that does not support "Block" mode, or if Copilot is configured to allow suggestions that match publicly available code. This is configured in either your personal or organization settings. For more information, see Managing GitHub Copilot policies as an individual subscriber or Managing policies and features for GitHub Copilot in your organization. View code references for inline suggestionsYou can view code references in the log file for your JetBrains IDE.
Example log entryThe log entry includes the following details:
Verifying the code referencing functionalityYou can verify that code referencing is working by prompting Copilot to add some commonly used code and checking the output in the log.
View code references for inline suggestionsYou can find code references in one of the GitHub Copilot logs in Visual Studio Code.
Example log entryVerifying the code referencing functionalityYou can verify that code referencing is working by prompting Copilot to add some commonly used code and checking the output in the log.
View code references for inline suggestionsYou can find code references in the GitHub Copilot log in Visual Studio.
Example log entryVerifying the code referencing functionalityYou can verify that code referencing is working by prompting Copilot to add some commonly used code and checking the output in the log.
View code references for Copilot ChatIf a response in Copilot Chat includes matching code, this is indicated at the end of the response by the following text:
If a response in Copilot Chat includes matching code, this is indicated at the end of the response by the following text:
If a response in Copilot Chat includes matching code, this is below the suggested code by the following text:
Click View matches to open the GitHub Copilot log, if it is not already open, and add details of the matched code. The details include:
Logging exampleView code references for Copilot ChatWhen Copilot Chat provides a response that includes code that matches code in a public GitHub repository, this is indicated beneath the code suggestion:
To see details of the matching code:
View code references for Copilot coding agentWhen Copilot provides a response that includes code that matches code in a public GitHub repository, this is indicated in the agent session logs with a link to display details of the matched code. For more information, see Tracking GitHub Copilot's sessions. Further reading |
@soywig Now, PageSpeed is running on
|
|
true… no clue then. |
|
It's related to the Lighthouse tool not the browser version I guess, as mention in the comment #16767 (comment) the fix was in the release 13.0.2, but as u can see in the picture PageSpeed uses 13.0.1 :/ So i guess we just have to wait until they update their package.json . |





Summary
Cloudflare recently introduced a
Content-Signalrobots.txt directive so site owners can control which AI crawlers may use their content and how. It already appears on 3.8 millions websites Cloudflare-managed sites, but Lighthouse currently flags it as an “Unknown directive.”This PR updates the robots.txt safelist and its corresponding tests so the directive is recognized.
Resources:
Related Issues/PRs
None