Meta Data Optimization
Meta Tags
Validates title tags, meta descriptions, Open Graph tags, and Twitter Cards for search engine and social media optimisation.
Key Checks
Title tag length & quality
Meta description length
Open Graph tags (5 required)
Twitter Card tags
Character encoding
OG image dimensions
Audit Checks
| Check | Status | Rule |
|---|---|---|
| Missing <title> | FAIL | Critical for SEO |
| Title < 30 characters | WARN | Too short |
| Title > 60 characters | WARN | May be truncated in SERPs |
| Missing meta description | FAIL | Needs one for SERP snippets |
| Description < 120 characters | WARN | Too short |
| Description > 160 characters | WARN | May be truncated |
| All Open Graph tags missing | FAIL | Social sharing will use defaults |
| Twitter Card tags missing | WARN | No Twitter Card tags found |
Industry Thresholds
Title length
30–60 characters
Meta description length
120–160 characters
Required OG tags
og:title, og:description, og:image, og:url, og:type
Required Twitter tags
twitter:card, twitter:title, twitter:description
Related Skills
Edge Cases
- Next.js generates meta tags via metadata export or generateMetadata()
- Duplicate <title> tags → FAIL
- OG tags don't substitute for standard meta tags
- Twitter falls back to OG tags when twitter:* tags are absent
Try These Prompts
Copy any prompt below and paste it into your AI coding agent to run Meta Data Optimization checks:
“Is my title tag between 30–60 characters? Does it start with the target keyword?”
“Check if my meta description is between 120–160 characters”
“Are all 5 required Open Graph tags present — og:title, og:description, og:image, og:url, og:type?”
“Do I have twitter:card, twitter:title, and twitter:description tags?”
“Does my title use power words or numbers that can boost CTR?”