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

CheckStatusRule
Missing <title> FAILCritical for SEO
Title < 30 characters WARNToo short
Title > 60 characters WARNMay be truncated in SERPs
Missing meta description FAILNeeds one for SERP snippets
Description < 120 characters WARNToo short
Description > 160 characters WARNMay be truncated
All Open Graph tags missing FAILSocial sharing will use defaults
Twitter Card tags missing WARNNo 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

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?