meta-data-optimization

Validate title tags, meta descriptions, Open Graph, and Twitter Card metadata in HTML.

7|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/thisisAhsanIqbal/nextjs-seo-audit --skill meta-data-optimization
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meta-data-optimization
Source: https://github.com/thisisAhsanIqbal/nextjs-seo-audit/tree/main/skills/meta-data-optimization
Command: npx skills add https://github.com/thisisAhsanIqbal/nextjs-seo-audit --skill meta-data-optimization

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It prevents weak or missing SEO and social metadata from reducing search snippet quality and social sharing performance.

Core Features & Use Cases

  • Title tag validation: Detects missing, too short/long, overly spammy (ALL CAPS), and checks keyword placement and CTR-friendly patterns.
  • Meta description checks: Ensures presence and validates length for optimal SERP snippet display.
  • Open Graph & Twitter Card readiness: Flags missing OG/Twitter tags and validates social preview image metadata (where available).

Use cases include auditing a landing page that underperforms in search results, preparing a page for social sharing where previews show incorrectly, and fixing metadata that was generated inconsistently across templates.

Quick Start

Use the meta-data-optimization skill to audit the rendered HTML of a page and return PASS/WARN/FAIL findings with exact fix recommendations for title, meta description, Open Graph, and Twitter Card tags.

Frequently Asked Questions about meta-data-optimization

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

FAQPage Schema
How do I audit title tags and meta descriptions for optimal SERP snippet display?

To audit title tags and meta descriptions, validate their presence, check length thresholds against SERP display limits, and review keyword placement patterns to ensure optimal snippet rendering and click-through rates.

Why does my social preview show incorrectly when sharing a web page link?

Social previews show incorrectly when Open Graph and Twitter Card metadata is missing or incomplete. You need to flag missing OG/Twitter tags and validate social preview image metadata to fix rendering across social platforms.

What is the best way to fix missing Open Graph and Twitter Card tags in HTML?

The best way to fix missing Open Graph and Twitter Card tags is to audit the rendered HTML, identify missing required tag sets, and apply exact remediation recommendations to generate correct social preview metadata.

Can I use this approach to detect overly spammy or ALL CAPS title tags?

Yes, you can detect overly spammy or ALL CAPS title tags by validating title tag patterns, checking for CTR-friendly formatting, and flagging instances where capitalization or keyword stuffing violates on-page SEO best practices.

Does meta tag validation check for canonical and robots indexability directives?

No, meta tag validation explicitly excludes canonical and robots indexability directives. It focuses solely on title tags, meta descriptions, Open Graph, and Twitter Card metadata to improve search snippets and social previews.

How do I validate inconsistent metadata generated across multiple web page templates?

To validate inconsistent metadata across web page templates, audit the rendered HTML of each template to check presence, length thresholds, and keyword placement, returning PASS/WARN/FAIL findings with exact fix recommendations.