fixing-metadata

Audit and correct website metadata including titles, Open Graph tags, and JSON-LD.

8|4|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/jscraik/Agent-Skills --skill fixing-metadata-jscraik
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fixing-metadata
Source: https://github.com/jscraik/Agent-Skills/tree/main/frontend/website/fixing-metadata
Command: npx skills add https://github.com/jscraik/Agent-Skills --skill fixing-metadata-jscraik

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses issues with missing or incorrect website metadata, ensuring proper SEO and social media sharing.

Core Features & Use Cases

  • Metadata Audit: Reviews titles, descriptions, canonical URLs, Open Graph tags, Twitter cards, favicons, JSON-LD, and robots directives.
  • Targeted Fixes: Provides minimal, scoped edits to correct metadata issues without broad refactoring.
  • Use Case: When launching a new page, use this Skill to verify all SEO metadata is correctly configured for optimal search engine visibility and social media previews.

Quick Start

Use the fixing-metadata skill to audit and fix the metadata for the '/about' route.

Frequently Asked Questions about fixing-metadata

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

FAQPage Schema
How do I fix website metadata for SEO and social media previews?

Fix website metadata by auditing titles, descriptions, canonical URLs, Open Graph tags, Twitter cards, favicons, JSON-LD, and robots directives to ensure correct SEO optimization and social sharing correctness for web pages.

How do I audit Open Graph tags and Twitter cards for my web pages?

Audit Open Graph tags and Twitter cards by reviewing your website metadata to identify missing or incorrect social sharing tags, ensuring optimal previews when your web pages are shared on social media platforms.

What is the best way to correct missing JSON-LD and canonical URLs on my website?

Correct missing JSON-LD and canonical URLs by running a website metadata audit that identifies incorrect structured data and link tags, then applying targeted fixes to restore proper search engine visibility.

Why does my website need a metadata audit before launching a new page?

A metadata audit is needed before launching a new page to verify all SEO metadata is correctly configured, preventing missing titles or incorrect robots directives from harming search engine visibility and social media previews.

Does this metadata optimization approach work with Next.js and Astro head tags?

Yes, this approach works with Next.js, React Helmet, and Astro head tags. It requires understanding of these framework-specific metadata APIs to apply minimal, scoped edits that correct metadata issues without broad refactoring.