docs: add frontmatter descriptions to 55 pages (SEO/GEO + llms.txt) #76
Reference in New Issue
Block a user
Delete Branch "docs/frontmatter-descriptions"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
55 doc pages had no frontmatter
description→ weak/empty<meta name="description">tags and thinllms.txtentries, hurting search snippets, social cards, and LLM-ingestion (GEO) quality.Added an accurate one-line description to each — derived from the page's title + opening content (not generic filler) — across
agent-runtime/,api-protocol/,architecture/,adapters/,development/,tutorials/,research/,plugins/, and the guides/incidents index pages.Verification: re-scan reports 0 pages missing a description; built HTML now emits real
<meta name=description>per page;npm run buildgreen. (sitemap.xml/llms.txtare source-generated, so they pick these up automatically on deploy.)55 accurate per-page descriptions added; 0 missing post-scan; meta tags render. SEO/GEO + llms.txt win. LGTM.