Implements technical SEO: meta tags, JSON-LD structured data, sitemaps, crawlability fixes. Use when adding schema markup, JSON-LD, robots.txt updates, canonical URLs, Open Graph tags, or improving crawlability.
75
93%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
<title> (50–60 chars) and <meta name="description"> (150–160 chars) on every public page — duplicates across pages are a defect.noindex only on admin/draft pages.Server-rendered, and it must return 0 errors from Google's Rich Results Test (https://search.google.com/test/rich-results) before shipping. Extract to inspect locally:
curl -s https://example.com/page | pup 'script[type=application/ld+json] text{}' | jq .Generate the XML sitemap dynamically from the data source (CMS, DB, filesystem) and reference it from robots.txt via Sitemap: https://example.com/sitemap.xml. Use a sitemap index above 50,000 URLs or 50 MB. Include <lastmod> only when it is accurate. Disallow: /admin/, /api/, /preview/.
Post-deploy: check Search Console for warnings; remove any accidental Disallow: entry and resubmit the sitemap.
fa0c341
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.