fixing-metadata

Audit and fix HTML metadata including titles, canonical URLs, Open Graph tags, and JSON-LD.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/RavitejaKarra24/dotfiles --skill fixing-metadata-ravitejakarra24
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fixing-metadata
Source: https://github.com/RavitejaKarra24/dotfiles/tree/main/agents/.agents/skills/fixing-metadata
Command: npx skills add https://github.com/RavitejaKarra24/dotfiles --skill fixing-metadata-ravitejakarra24

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Web pages often ship with missing, duplicated, or inconsistent metadata, which breaks search indexing, social share previews, and canonical URL handling. This Skill provides a prioritized audit workflow to find and fix those issues without touching unrelated code. ## Core Features & Use Cases - Prioritized audit rules: Eight rule categories ranked by impact, from critical duplication and indexing issues down to locale and alternate handling. - Social card verification: Ensures Open Graph and Twitter card tags use absolute image URLs, correct dimensions, and an og:url matching the canonical URL. - Structured data and icons: Validates JSON-LD against actual page content and checks favicons, manifests, and theme-color settings. - Use Case: Before launching a new marketing page, run the audit to confirm the title, description, canonical, and og:url all agree, fix any duplicate meta tags, and verify the share preview renders correctly on the live URL. ## Quick Start Audit this page's HTML metadata and fix any missing or incorrect title, description, canonical, and Open Graph tags.

Frequently Asked Questions about fixing-metadata

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

FAQPage Schema
When should I use noindex on a page?

Use noindex only for private, duplicate, or non-public pages such as staging or preview environments. The robots meta must match actual access intent, and paginated pages need correct canonical behavior rather than blanket noindex.