com um clique
seo-audit
// Full SEO audit for rtk-ldp landing pages — JSON-LD schemas, OG tags, meta, robots, titles. Outputs a structured pass/fail checklist with score.
// Full SEO audit for rtk-ldp landing pages — JSON-LD schemas, OG tags, meta, robots, titles. Outputs a structured pass/fail checklist with score.
Audit and convert images to WebP format. Checks public/assets/ for PNG/JPG files, verifies <img> tags have width/height, and generates cwebp conversion commands.
Validate all JSON-LD scripts in Astro pages — check parsability, @context, @type, and Layout.astro auto-inject compatibility.
| name | seo-audit |
| description | Full SEO audit for rtk-ldp landing pages — JSON-LD schemas, OG tags, meta, robots, titles. Outputs a structured pass/fail checklist with score. |
Run a full SEO + GEO audit on all pages of the RTK landing site.
Pages to audit: src/pages/index.astro, src/pages/vox/index.astro, src/pages/icm/index.astro
For each page, verify:
Meta (3 pts)
<title> present and under 60 characters<meta name="description"> present, 120-155 charactersOpen Graph (3 pts)
og:title, og:description, og:image all presentog:url matches canonicalJSON-LD Schemas (5 pts)
<script type="application/ld+json"> present@context: "https://schema.org" present at root level@type matches expected schema for the page (see .claude/rules/seo-geo.md)@context duplication inside @graph child objectsGEO / AI Visibility (2 pts)
robots.txt allows GPTBot, PerplexityBot, ClaudeBot, Anthropic-aiTechnical (2 pts)
For each page:
## /page-path
Score: X/15
PASS: [list of passing items]
FAIL: [list of failing items with specific fix needed]
Final summary: total score across all pages + top 3 priority fixes.