What problem does it solve?
fixing-metadata helps eliminate broken or inconsistent HTML metadata that hurts search visibility and social sharing previews, like missing/duplicated titles, incorrect canonical URLs, mismatched Open Graph/Twitter tags, or invalid robots directives.
Core Features & Use Cases
- Audit and correct page-level SEO metadata: Detects missing, duplicate, or incorrect title, meta description, canonical, and robots settings.
- Align social share previews: Ensures Open Graph and Twitter card fields (including og:url and absolute images) match the intended shareable page.
- Keep changes minimal and deterministic: Produces scoped diffs limited to metadata only, avoiding unrelated refactors and unstable values.
- Structured data verification (when present): Reviews JSON-LD to prevent invented or mismatched structured data from being shipped.
- Common use cases: Apply when shipping new pages, marketing/landing pages, localized/canonical routing updates, or favicon/app icon/manifest changes.
Quick Start
Use fixing-metadata when you are adding or changing a page’s SEO or social meta tags and want an AI to audit the head metadata rules and propose minimal, metadata-only fixes.