Product Parseability

Scan another site

What 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

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.

Other Categories