fixing-metadata

Review and fix HTML page metadata against SEO and social card rules.

4|Updated Sep 30, 2024
One-click install
npx skills add https://github.com/okm321/dotfiles --skill fixing-metadata-okm321
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: fixing-metadata
Source: https://github.com/okm321/dotfiles/tree/main/claude/skills/fixing-metadata
Command: npx skills add https://github.com/okm321/dotfiles --skill fixing-metadata-okm321

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Web pages often ship with duplicate titles, missing canonical tags, broken Open Graph images, or invalid structured data, which hurts search indexing and link sharing. This Skill applies a prioritized rule set to catch and fix those metadata issues with minimal diffs. ## Core Features & Use Cases - Prioritized rule categories: Eight ranked categories covering correctness, titles, canonical and indexing, social cards, icons, structured data, locale, and tool boundaries. - File review mode: Point it at a file to get violations quoted line-by-line, why each matters, and a concrete code-level fix. - Framework-agnostic constraints: Works with Next.js metadata API, react-helmet, or manual head tags without migrating libraries. - Use Case: Before launching a marketing page, run a review to confirm the title, description, canonical, og:url, and Twitter card all agree and use absolute image URLs. ## Quick Start Ask the assistant to review your page's metadata file against the fixing-metadata rules and report violations with fixes.

Frequently Asked Questions about fixing-metadata

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

FAQPage Schema
Why should metadata changes avoid large refactors?▼

Minimal diffs reduce regression risk and keep reviews focused on metadata correctness. The skill prioritizes fixing critical issues like duplicates and canonical errors over refactoring unrelated code.