Documentation
R6 — Missing schema rule
When Slope recommends structured data and which type.
What it detects
Pages whose content type implies a JSON-LD schema (Article, FAQPage, Product, BreadcrumbList) but the page has no matching schema. Adding the right schema unlocks rich results in SERPs.
Heuristic (per-page)
- URL path matches /blog|news|article|post|guide|tips|how-to/ → Article expected.
- Has ≥ 3 H2/H3 headings ending in "?" → FAQPage expected.
- URL contains /product or has price-like markup → Product expected.
Detected pages are grouped by cluster — we emit one opportunity per (cluster, expected_type) rather than one per page, requiring at least min_affected_per_cluster pages (default 3) to suggest a fix.