Product Parseability
Scan another siteWhat This Check Covers
Measures whether product facts are complete and consistent across schema, metadata, and visible HTML.
Frequently Asked Questions
- What is Product Parseability?
- It's a measure of how easily and accurately a machine can extract core product facts (name, price, stock) from your pages.
- Why does price consistency matter?
- If your HTML says $10 but your JSON-LD says $15, an AI agent will lose confidence in the data and may refuse to recommend your product.
Implementation Checklist
- Ensure JSON-LD price matches the visible HTML price exactly.
- Verify Open Graph meta tags align with JSON-LD data.
- Use clear, semantic HTML elements (like <span itemprop='price'>) around visible prices.
Field Guide
| Field | Meaning |
|---|---|
schema_types |
Schema types detected in JSON-LD. |
jsonld_name/jsonld_price/jsonld_availability |
Core Product JSON-LD fields extracted from offers. |
og_title/og_price/og_currency |
Core Open Graph product metadata values. |
h1_count |
Count of top-level headings. |
price_element_count |
Count of visible price-like elements in HTML. |
price_consistent |
Whether JSON-LD and OG prices numerically match. |
malformed_json_ld_blocks |
Count of invalid JSON-LD blocks encountered. |