shine-meta-check

Audit a web page for SEO-critical meta tags and report fixes.

1|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/diShine-digital-agency/SHINE-Code-System --skill shine-meta-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shine-meta-check
Source: https://github.com/diShine-digital-agency/SHINE-Code-System/tree/main/skills/shine-meta-check
Command: npx skills add https://github.com/diShine-digital-agency/SHINE-Code-System --skill shine-meta-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audit a web page to verify presence and correctness of SEO critical meta tags, including the title, meta description, canonical URL, OpenGraph data, and Twitter card data, to improve search visibility and social sharing previews.

Core Features & Use Cases

  • Automatic detection of missing or misconfigured title, description, canonical, og:, and twitter: tags.
  • Fallback parsing via WebFetch when a CLI tool is unavailable, producing a structured report.
  • Output a 5-section SEO report with recommendations and remediation steps for each issue.

Quick Start

Run the shine-meta-check skill against a URL to start an audit and receive a structured report.

Frequently Asked Questions about shine-meta-check

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

FAQPage Schema
How do I audit SEO meta tags for a web page?

You can check OpenGraph and Twitter Card tags by fetching the web page HTML and parsing the og:* and twitter:* meta elements. This skill detects missing or misconfigured social preview tags and outputs a structured report with recommended fixes.

How do I check OpenGraph and Twitter Card tags for social sharing previews?

You can check OpenGraph and Twitter Card tags by fetching the web page HTML and parsing the og:* and twitter:* meta elements. This skill detects missing or misconfigured social preview tags and outputs a structured report with recommended fixes.

Do I need a CLI tool to check canonical and meta tags at scale?

The skill outputs a structured 5-section SEO report detailing the presence and correctness of title, description, canonical, OpenGraph, and Twitter Card tags. It includes specific recommended fixes and remediation steps for each detected issue.

What does an SEO meta tag audit report include?

The skill outputs a structured 5-section SEO report detailing the presence and correctness of title, description, canonical, OpenGraph, and Twitter Card tags. It includes specific recommended fixes and remediation steps for each detected issue.

Can I verify on-page SEO and social previews across multiple URLs?

Yes, you can verify on-page SEO and social previews across multiple URLs. The skill is designed to audit URLs at scale across marketing and web projects, ensuring consistent meta tag configuration for search visibility and social sharing.