AI Discovery StandardsTest ID:
content-signalsVerified SpecificationW3C Text and Data Mining (TDM) & Content-Signal Directives
Declaring explicit HTTP headers and HTML meta tags to license or reserve content usage for AI search citation while managing model training permissions.
Why this matters for your SEO & AI Visibility:
Emerging international regulations (including EU Copyright Directive Article 4) require machine-readable rights reservation for text and data mining.
Step-by-Step Remediation Guide
3 Actionable Steps- 1Add the Content-Signal HTTP response header: Content-Signal: ai-train=no, ai-search=yes.
- 2Declare TDM reservation meta tag in HTML head: <meta name="tdm-reservation" content="1" />.
- 3Expose rights policy endpoint under /.well-known/tdm-policy.
Production Implementation Code
htmlCopy and deploy this production snippet into your application to satisfy the audit test.
content-signals configuration snippet
<!-- HTML Head Content Signal Tag -->
<meta name="tdm-reservation" content="1" />
<meta name="tdm-policy" content="https://webcarespro.com/ai-rights-policy" />Technical Architecture & In-Depth Details
Machine-Readable Rights Reservation
Content signals provide legal clarity. They allow your site to remain indexed in conversational search engines like Perplexity and ChatGPT while preventing unauthorized third-party bulk dataset scraping.