# Schema.org page data Collects data marked up in pages in the [schema.org](https://schema.org/) microdata format. ## Product Collects product information from the page. Since a page may contain multiple products the data type is an array. ```json { "type": PageDataCollector.DATA_TYPE.PRODUCT, "data": [ { "gtin": , "name": , "image": , "url": , "price": , "currency": , }, ... more products ] } ```