content · editorial · web standards
Designing Content You Can Inspect
Why semantic HTML, useful headings, and transparent examples make an SEO demo valuable to people as well as crawlers.
Editorial notes
Editorial notes about Astro content, metadata, and structured data from the astro-seo-complement demo.
A small working collection
These posts explain the decisions behind the demo: useful content first, explicit metadata second, and JSON-LD that stays close to the facts readers can see.
content · editorial · web standards
Why semantic HTML, useful headings, and transparent examples make an SEO demo valuable to people as well as crawlers.
metadata · architecture · astro
A practical way to keep visible copy, canonical metadata, and JSON-LD aligned as an Astro site grows.
welcome · astro · seo
A guided tour of the demo's metadata, content, and BlogPosting JSON-LD, with practical checks you can reuse in an Astro project.
This is the same schema graph emitted by SEO.astro; the demo only formats it for readable inspection.
{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://astro-seo-complement.pages.dev/blog/#webpage","url":"https://astro-seo-complement.pages.dev/blog/","name":"Blog notes","description":"Editorial notes about Astro content, metadata, and structured data from the astro-seo-complement demo."},{"@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://astro-seo-complement.pages.dev/"},{"@type":"ListItem","position":2,"name":"Blog","item":"https://astro-seo-complement.pages.dev/blog/"}]}]}