Last updated
Meta Tags Analyzer Examples
The Meta Tags Analyzer provides deep analysis of a page's metadata quality, keyword optimization, and competitive positioning. Below are examples of analysis results.
Complete Meta Tag Audit
URL: https://example.com/blog/javascript-tips
SEO Tags:
Title: "10 JavaScript Tips Every Developer Should Know | DevBlog"
Length: 56 characters ✓
Keywords: "javascript", "tips", "developer" — all present ✓
Pixel width: 512px (Google limit: ~580px) ✓
Description: "Discover 10 essential JavaScript tips to write cleaner,
faster code. From async/await to destructuring — level up today."
Length: 148 characters ✓
Keywords: "javascript", "tips", "code" — present ✓
CTA: "level up today" — action phrase present ✓
Canonical: https://example.com/blog/javascript-tips ✓
Robots: index, follow ✓
Lang: en ✓
Social Tags:
og:title ✓ "10 JavaScript Tips Every Developer Should Know"
og:description ✓ 148 characters
og:image ✓ 1200×630px — meets requirements
og:type ✓ article
og:url ✓ matches canonical
twitter:card ✓ summary_large_image
twitter:title ✓ present
twitter:image ✓ 1200×628px
Technical Tags:
charset ✓ UTF-8
viewport ✓ width=device-width, initial-scale=1
theme-color ✓ #3b82f6
Overall Score: 96/100
Keyword Placement Analysis
Target keyword: "javascript tips"
Title: "10 JavaScript Tips Every Developer Should Know"
↑ Keyword appears in first 3 words — EXCELLENT
Description: "Discover 10 essential JavaScript tips to write cleaner..."
↑ Keyword appears in first 10 words — GOOD
H1 tag: "10 JavaScript Tips Every Developer Should Know"
✓ Matches title — consistent
Keyword density in description: 1.8% — within optimal range (1–3%)
Duplicate Meta Tag Detection
✗ CRITICAL: Duplicate meta description found
Line 12: <meta name="description" content="First description...">
Line 45: <meta name="description" content="Second description...">
Search engines will use an unpredictable value.
Fix: Remove one of the duplicate tags.
✗ WARNING: Duplicate og:image tags found
Line 18: <meta property="og:image" content="image1.jpg">
Line 52: <meta property="og:image" content="image2.jpg">
Empty Tag Detection
✗ WARNING: Empty meta description
<meta name="description" content="">
An empty description is worse than no description.
Search engines may generate their own snippet, which may not
represent your page accurately.
Fix: Add a meaningful 150–160 character description.
Open Graph Image Validation
og:image: https://example.com/images/share.jpg
Dimensions: 800×400px
✗ Too small for Facebook (minimum: 1200×630px)
✗ Too small for LinkedIn (minimum: 1200×627px)
✓ Acceptable for Twitter summary card (minimum: 120×120px)
Fix: Replace with a 1200×630px image for optimal social sharing.
Canonical Tag Issues
Page URL: https://example.com/blog/post?utm_source=newsletter
Canonical URL: https://example.com/blog/post
✓ Canonical correctly points to the clean URL without query parameters.
This prevents duplicate content issues from UTM-tracked URLs.
Page URL: https://example.com/blog/post
Canonical URL: https://other-domain.com/blog/post
✗ WARNING: Canonical points to a different domain.
This tells search engines to attribute this content to another site.
Verify this is intentional (e.g., syndicated content).
Structured Data Presence Check
Structured data found alongside meta tags:
JSON-LD: Article schema ✓
- headline matches og:title ✓
- datePublished present ✓
- author present ✓
Recommendation: Add BreadcrumbList schema to improve
search result appearance with breadcrumb navigation.
Common Use Cases
- Deep SEO audit of page metadata quality and keyword optimization
- Finding duplicate or conflicting meta tags
- Validating Open Graph image dimensions for social platforms
- Checking canonical tag implementation for duplicate content prevention
- Analyzing competitor meta tags for keyword and positioning insights
- Exporting analysis reports for clients or team members
Enter any URL for a comprehensive meta tag analysis with keyword placement scoring, social preview validation, and specific recommendations for each issue found.