Meta Tags & Schema

Correct <title>/description/canonical/Open Graph + valid JSON-LD schema on every route — audited and patched in place.

npx skills add drmrduck/skills@metatags
View SKILL.md on GitHub ↗drmrduck/skills@metatags

Meta Tags & Schema

Audit every routes ` and patch what is missing or wrong.

Steps

  1. Crawl the routes and record, per page: title (10–65 chars), meta description (50–160), canonical URL, OG trio (title/description/image), twitter:card, <html lang>, and a responsive viewport.
  2. Flag every missing/duplicate/oversized field.
  3. Patch in place — write correct framework metadata (Next metadata objects, <svelte:head>, Astro frontmatter). No per-page copy-paste.
  4. Add JSON-LD that matches what each page is (Article, Product, Organization, FAQ, Breadcrumb). Ensure it parses and passes Rich Results.

Verify

Related skills