Skip to main content
AI Discovery StandardsTest ID: content-signalsVerified Specification

W3C 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
  1. 1Add the Content-Signal HTTP response header: Content-Signal: ai-train=no, ai-search=yes.
  2. 2Declare TDM reservation meta tag in HTML head: <meta name="tdm-reservation" content="1" />.
  3. 3Expose rights policy endpoint under /.well-known/tdm-policy.

Production Implementation Code

html

Copy 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.

Need expert engineering assistance?

Resolve this with Operations Hub & AI Documentation

WebCare Pro provides direct senior-level engineering to remediate and pass every test in your audit report.

Explore Solution
Official Technical Standard Reference:W3C TDM Reservation Protocol