fixing-metadata

Audit and fix HTML metadata for titles, descriptions, canonical URLs, and Open Graph tags.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/SpinBoxx/turborepo-boilerplate --skill fixing-metadata-spinboxx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fixing-metadata
Source: https://github.com/SpinBoxx/turborepo-boilerplate/tree/main/.agents/skills/fixing-metadata
Command: npx skills add https://github.com/SpinBoxx/turborepo-boilerplate --skill fixing-metadata-spinboxx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Metadata mismanagement leads to poor SEO and inconsistent social previews across pages. This Skill audits and fixes HTML metadata across the site to ensure correctness, consistency, and up-to-date signals for search and social platforms.

Core Features & Use Cases

  • Metadata audit: Detect missing or conflicting titles, descriptions, canonical URLs, OG/Twitter tags, and robots directives.
  • Consistency enforcement: Align all pages to a single source of truth for titles and descriptions; ensure og:url matches canonical.
  • Structured data support: Validate and generate JSON-LD where applicable to describe pages, articles, or products.
  • Safe defaults: Apply sensible defaults to missing metadata to avoid broken SEO signals.
  • Use Case: Use during page launches, site migrations, or SEO refresh campaigns to ensure immediate metadata correctness.

Quick Start

Audit all site pages for missing or conflicting metadata and apply fixes for titles, descriptions, canonical URLs, og meta tags, and JSON-LD.

Frequently Asked Questions about fixing-metadata

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit and fix HTML metadata for SEO across my site?

Audit and fix HTML metadata by scanning pages for missing or conflicting titles, descriptions, canonical URLs, and Open Graph tags, then enforcing a single source of truth to correct broken SEO signals.

Why does my Open Graph URL not match my canonical URL?

Open Graph URL mismatches occur when metadata is fragmented across pages. Enforcing metadata consistency aligns og:url with your canonical URL to ensure correct social sharing previews and search indexation.

How do I validate JSON-LD structured data for product pages?

Validate JSON-LD structured data by checking schemas against required page attributes. This ensures product pages correctly describe items to search engines for accurate rich snippet eligibility.

Does metadata validation work with client-rendered apps?

Metadata validation works with client-rendered apps, static sites, and SSR pages. It detects missing titles and robots directives across rendering environments to ensure consistent SEO signals.

What are safe defaults for missing SEO metadata?

Safe defaults for missing SEO metadata are sensible fallback values applied to titles and descriptions. They prevent broken search signals and inconsistent social previews when explicit page metadata is absent.

When do I need to check robots directives during a site migration?

Check robots directives during a site migration to prevent accidental noindex tags from blocking search engines. Auditing these directives ensures migrated pages remain properly crawlable and visible.