Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 3.04 KB

gatsby-plugin-next-seo.productjsonldprops.md

File metadata and controls

36 lines (28 loc) · 3.04 KB

Home > gatsby-plugin-next-seo > ProductJsonLdProps

ProductJsonLdProps interface

Component props for the Product JSON LD.

Signature:

export interface ProductJsonLdProps extends DeferSeoProps, Overrides<Product> 

Extends: DeferSeoProps, Overrides<Product>

Properties

Property Type Description
aggregateRating AggregateRating A nested aggregateRating of the product.
brand string The brand of the product.
description string Product description.
gtin string | string[] A Global Trade Item Number (GTIN).
gtin12 string | string[] The GTIN-12 code of the product, or the product to which the offer refers.
gtin13 string | string[] The GTIN-13 code of the product, or the product to which the offer refers.
gtin14 string | string[] The GTIN-14 code of the product, or the product to which the offer refers.
gtin8 string | string[] The GTIN-8 code of the product, or the product to which the offer refers.
images string | string[] The URL(s) of a product photo. Pictures clearly showing the product (for example, against a white background) are preferred.
mpn string | string[] The Manufacturer Part Number (MPN) of the product, or the product to which the offer refers.
name string The name of the product.
offers Offers An offer to sell the product. Includes a nested Offer or AggregateOffer.
offersType 'Offer' | 'AggregateOffer'
productName string
reviews Review[] A nested Review of the product.
sku string | string[] The Stock Keeping Unit (SKU), i.e. a merchant-specific identifier for a product or service, or the product to which the offer refers.