> From [PageWeave Design](https://pageweave-design.pageweave.site) — a working library for agentic web development. Full index: [llms.txt](https://pageweave-design.pageweave.site/llms.txt)

# SEO + Agent Pass

Meta tags, structured data and llms.txt in one sweep

- Category: Prompts
- Tags: prompt seo meta structured-data agents

```
Run an SEO + agent-discovery pass across [WEBSITE]:

For every indexable page:
1. additional_html_head_html — title (unique, ≤ 60 chars), meta description
   (≤ 155 chars, written for humans), og:title/og:description/og:type,
   canonical expectations.
2. Structured data where it earns its place: WebSite on home, Article on
   essays/guides, BreadcrumbList on nested docs. Skip schema theater —
   no markup for markup's sake.

Site-wide:
3. llms.txt — regenerate from current reality; every link a .md URL.
4. Check robots concerns: draft rows render only on dev envs (noindex) —
   confirm nothing draft leaks to live.
5. Sitemap sanity: every indexable page reachable in ≤ 3 clicks from home.

Report format: table of page → title → description → issues found, then the
exact head HTML blocks to apply per page. Apply them after I approve.
```