Extract structured data from the page into a schema.
extract number of items in the cart -> { "itemCount": { "type": "number" } } extract page title -> { "pageTitle": { "type": "string" } }
Was this page helpful?