Open-source SEO primitives ↗

Editorial notes

Blog notes

Editorial notes about Astro content, metadata, and structured data from the astro-seo-complement demo.

A small working collection

Practical notes for inspectable Astro pages

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.

All posts

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.

2025-02-18 · Eloy Martínez Cuesta

welcome · astro · seo

Hello World: A Practical Astro SEO Demo

A guided tour of the demo's metadata, content, and BlogPosting JSON-LD, with practical checks you can reuse in an Astro project.

2024-03-21 · Eloy Martínez Cuesta

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":"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/"}]}]}