Content Signals

Product Schema

Definition

Schema.org structured data that marks up a product page with machine-readable attributes including name, price, availability, brand, and reviews.

When a user asks ChatGPT or Perplexity "What are good silk pillowcases under $80?", the AI retrieves and parses product pages. Brands with well-implemented Product schema provide machine-readable structured data that makes it easy for AI to extract accurate attributes. Brands without it force the AI to guess from unstructured text — which leads to errors, omissions, or being skipped entirely.

Key Product Schema Properties

PropertyWhy It Matters
nameClean product name without site/category prefix
brand.nameIdentifies the brand entity for AI citation
descriptionUsed when AI generates product summaries
offers.priceEnables AI to answer price-filtered queries
offers.availabilityAI omits out-of-stock products from recommendations
aggregateRatingReview signals used in recommendation answers
imageUsed in visual AI platforms and Google Shopping AI

Minimal Implementation

{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "Charcoal Bamboo Pillowcase",
  "brand": { "@type": "Brand", "name": "YourBrand" },
  "description": "OEKO-TEX certified bamboo pillowcase, cooling for hot sleepers.",
  "offers": {
    "@type": "Offer",
    "price": "39.00",
    "priceCurrency": "USD",
    "availability": "https://schema.org/InStock",
    "url": "https://yourbrand.com/products/bamboo-pillowcase"
  }
}

Frequently Asked Questions

Do Shopify stores have Product schema automatically?
Shopify themes include basic Product schema, but the default implementation often lacks brand, full description, and aggregate rating fields. Supplementing with a custom app or theme edit to add missing properties significantly improves AI citation.
Should I add Product schema to every product page?
Yes, prioritize your highest-traffic and highest-margin products first, then roll out across the catalog. AI citation has the most business impact for core revenue products.

Want to know how your brand appears in AI answers?

Run an AnswerAtlas AI Visibility Audit and see whether ChatGPT, Perplexity, Claude, Gemini, and Google AI results mention your brand or your competitors.