Building Category and Tag Pages in Astro 6
Build category and tag index pages in Astro 6 that scale, rank, and dodge the thin-page trap — using the Content Layer (glob + file loaders) as the data layer.
Articles tagged with #Content Collections
Build category and tag index pages in Astro 6 that scale, rank, and dodge the thin-page trap — using the Content Layer (glob + file loaders) as the data layer.
A focused, current walkthrough of Astro Content Collections on Astro 6: the glob() loader, content.config.ts, Zod schemas, render(entry), and the workflow that keeps a 1,000-article site maintainable.
Structure a Markdown / MDX content site to scale from 50 to 1000+ articles on Astro 6. Content Layer schema, component map, link checker, and the brace gotcha.