Why Schema.org matters for AI search
Schema.org structured data provides explicit signals to AI models about what your page contains — your product details, article metadata, organization information, FAQ content, and more. Pages with well-implemented schema markup are easier for AI models to parse, quote, and cite.How to use the Schema Optimiser
Enter a URL
Navigate to Schema Optimiser in the Tools section. Enter the URL of the page you want to analyze.
Run the analysis
Click Analyze Schema. The tool detects and evaluates all structured data on the page.
Review the results
You’ll see a Schema Quality Score, detected schema types, and a detailed breakdown of what was found.
What the tool detects
The Schema Optimiser scans for structured data in multiple formats:| Format | Description |
|---|---|
| JSON-LD | The recommended format — embedded in <script> tags |
| Microdata | Inline HTML attributes (itemscope, itemprop) |
| Meta Tags | Open Graph, Twitter Cards, and other meta-based markup |
| Page Content | Implicit data from headings, content structure, and page elements |
| Rich Results | Eligibility for Google rich results (FAQ, How-to, Product, etc.) |
Understanding the quality score
The Schema Quality Score (0–100) reflects how well your structured data serves AI search visibility:| Score | Rating | What it means |
|---|---|---|
| 80–100 | Good | Well-structured schema that supports AI discovery |
| 50–79 | Fair | Basic schema present but missing key properties |
| 0–49 | Needs Work | Minimal or no useful structured data |
The optimization output
The tool provides:- Summary of changes — how many nodes were added, enriched, or removed
- AI-generated change list — bullet-point explanation of each recommended change
- Highlighted diff view — visual comparison of your existing schema vs. the optimized version, making it easy to see exactly what changed
- Detected schema types — what types were found on the page (e.g., WebPage, Article, Product)
- Page info — title, meta description, and canonical URL of the analyzed page
Implementing the optimized schema
You can copy the optimized JSON-LD in two formats:- Raw JSON — the JSON-LD object, useful if you manage schema through a CMS or build tool
- HTML script tag — the complete
<script type="application/ld+json">tag, ready to paste into your page’s<head>
Related tools
AI Search Checker
Full AI search readiness analysis including schema.
Site Health
Monitor schema quality across all your pages.