fixing-metadata

Audit and fix HTML metadata for SEO and social previews.

1|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/dotlab-hq/storage-platform --skill fixing-metadata-dotlab-hq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fixing-metadata
Source: https://github.com/dotlab-hq/storage-platform/tree/main/.agents/skills/fixing-metadata
Command: npx skills add https://github.com/dotlab-hq/storage-platform --skill fixing-metadata-dotlab-hq

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audit and fix HTML metadata across web pages to ensure titles, descriptions, canonical URLs, OG/Twitter cards, favicons, and JSON-LD are correct and consistent.

Core Features & Use Cases

  • Metadata auditing: detect missing, duplicate, or conflicting metadata across pages.
  • Metadata correction: apply consistent title, description, canonical URL, og:url, og:title, og:description, and JSON-LD.
  • Use Case: pre-launch pages or marketing campaigns where correct social previews and search results are critical.

Quick Start

Audit the target page and apply corrected metadata for title, description, canonical URL, OG 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 missing HTML metadata for SEO and social previews?

Canonical URLs, Open Graph tags, and Twitter cards control how page links appear in search results and social media feeds. Correcting these metadata elements prevents duplicate content issues and ensures consistent visual previews when URLs are shared externally.

When do I need to add JSON-LD structured data to my web pages?

You need to add JSON-LD structured data during metadata correction to provide search engines with explicit context about your page content. It is applied alongside standard HTML tags for marketing campaigns, product pages, and blog posts where rich search results are critical.

How do I check if my page metadata is consistent before a marketing campaign launch?

You check page metadata consistency by auditing title tags, descriptions, canonical URLs, and favicon references across all new routes. This pre-launch audit identifies missing or conflicting metadata that could break social previews or search engine indexing.

What is the best way to fix inconsistent Open Graph and Twitter card tags across multiple pages?

The best way to fix inconsistent Open Graph and Twitter card tags is through a systematic metadata audit that detects mismatched og:title, og:description, and twitter:card values, followed by applying standardized corrections across all affected pages.

Can I use metadata auditing to fix missing robots directives and favicon references?

Yes, metadata auditing can fix missing robots directives and favicon references. The audit process evaluates all critical HTML head tags, including robots meta tags and favicon paths, to ensure they are present and correctly configured across web pages.