Open-source SEO primitives ↗

Product schema · illustrative demo data

SEO Field Guide

A clearly labeled demo Product page showing one Offer and an AggregateOffer with synchronized pricing data.

Illustrative demo product · SKU FIELD-GUIDE-001

A compact guide to inspectable Astro pages

The SEO Field Guide is fictional sample data used to demonstrate a Product graph. It is not a real product, checkout, or commercial offer.

Illustrative cover for the fictional SEO Field Guide
Illustrative demo cover · 1200 × 800 SVG. The same URL is used by Product and ImageObject JSON-LD.

Example editions: $9.00 USD and $19.00 USD · Example availability: In stock

How the offer data maps

Starter edition · $9.00 USD

The first Offer supplies the price, currency, seller, product URL, and illustrative availability shown above.

Two-edition range · $9–$19 USD

The AggregateOffer summarizes two example editions. Both values remain visible so the graph does not hide the facts it describes.

Inspect generated JSON-LD

This is the same schema graph emitted by SEO.astro; the demo only formats it for readable inspection.

{"@context":"https://schema.org","@graph":[{"@type":"Product","@id":"https://astro-seo-complement.pages.dev/product/#product","name":"SEO Field Guide","url":"https://astro-seo-complement.pages.dev/product/","description":"A practical digital field guide for building inspectable Astro pages.","image":["https://astro-seo-complement.pages.dev/field-guide.svg"],"brand":{"@type":"Brand","name":"astro-seo-complement"},"sku":"FIELD-GUIDE-001","offers":[{"@context":"https://schema.org","@type":"Offer","@id":"https://astro-seo-complement.pages.dev/product/#offer","url":"https://astro-seo-complement.pages.dev/product/","price":9,"priceCurrency":"USD","availability":"https://schema.org/InStock","seller":{"@context":"https://schema.org","@type":"Organization","@id":"https://astro-seo-complement.pages.dev/#organization","name":"astro-seo-complement maintainers","url":"https://astro-seo-complement.pages.dev/"}},{"@context":"https://schema.org","@type":"Offer","@id":"https://astro-seo-complement.pages.dev/product/#offer","url":"https://astro-seo-complement.pages.dev/product/","price":19,"priceCurrency":"USD","availability":"https://schema.org/InStock","seller":{"@context":"https://schema.org","@type":"Organization","@id":"https://astro-seo-complement.pages.dev/#organization","name":"astro-seo-complement maintainers","url":"https://astro-seo-complement.pages.dev/"}}]},{"@type":"ImageObject","name":"SEO Field Guide cover","contentUrl":"https://astro-seo-complement.pages.dev/field-guide.svg","caption":"Illustrative cover for the fictional SEO Field Guide","width":1200,"height":800},{"@type":"Offer","@id":"https://astro-seo-complement.pages.dev/product/#offer","url":"https://astro-seo-complement.pages.dev/product/","price":9,"priceCurrency":"USD","availability":"https://schema.org/InStock","seller":{"@context":"https://schema.org","@type":"Organization","@id":"https://astro-seo-complement.pages.dev/#organization","name":"astro-seo-complement maintainers","url":"https://astro-seo-complement.pages.dev/"}},{"@type":"AggregateOffer","lowPrice":9,"highPrice":19,"offerCount":2,"priceCurrency":"USD","offers":[{"@context":"https://schema.org","@type":"Offer","@id":"https://astro-seo-complement.pages.dev/product/#offer","url":"https://astro-seo-complement.pages.dev/product/","price":9,"priceCurrency":"USD","availability":"https://schema.org/InStock","seller":{"@context":"https://schema.org","@type":"Organization","@id":"https://astro-seo-complement.pages.dev/#organization","name":"astro-seo-complement maintainers","url":"https://astro-seo-complement.pages.dev/"}},{"@context":"https://schema.org","@type":"Offer","@id":"https://astro-seo-complement.pages.dev/product/#offer","url":"https://astro-seo-complement.pages.dev/product/","price":19,"priceCurrency":"USD","availability":"https://schema.org/InStock","seller":{"@context":"https://schema.org","@type":"Organization","@id":"https://astro-seo-complement.pages.dev/#organization","name":"astro-seo-complement maintainers","url":"https://astro-seo-complement.pages.dev/"}}]},{"@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://astro-seo-complement.pages.dev/"},{"@type":"ListItem","position":2,"name":"Product","item":"https://astro-seo-complement.pages.dev/product/"}]}]}