Meta Tag Analyzer
Paste your webpage's HTML source (or the <head> section) to extract all meta tags and see their content with recommendations.
Reviewed by the ToolNestr Editorial Team — July 2026
How meta tag analysis works
The meta tag analyzer parses HTML source code using the browser's built-in DOM parser. It extracts content from specific selectors: document.querySelector('title') for the title tag, meta[name="description"] for the description, and meta[property^="og:"] for all Open Graph tags. Each extracted value is then evaluated against SEO best practices.
Title tags are validated against the 50–60 character ideal range — shorter titles truncate less visibly but may miss keyword opportunity; longer titles get cut off in SERPs with an ellipsis. Meta descriptions are checked against 150–160 characters. Missing tags are flagged with red warnings. Duplicate tags (multiple titles, multiple descriptions) are detected and highlighted as critical issues.
Worked example
Analyzing a typical blog page head section:
Title and description length analysis
How your title and meta description lengths compare to the ideal ranges.
Ideal: 50–60 characters
Ideal: 150–160 characters
SEO Specialist
Audits client sites for meta tag issues. Uses the analyzer to quickly identify missing tags, length problems and optimization opportunities at scale.
Web Developer
Builds and maintains websites. Checks meta tags after deployment to ensure title, description and OG tags are correctly implemented before launch.
Content Manager
Reviews meta descriptions for brand consistency and CTR optimization. Ensures each page has a unique, compelling description that matches the content.
Site Owner
Runs a small business website. Verifies that all pages have proper meta tags for better search visibility and social sharing without needing technical skills.
Meta tag character limits
| Tag | Ideal length | Max display | Tip |
|---|---|---|---|
| Title | 50–60 chars | ~600px | Front-load primary keywords |
| Meta description | 150–160 chars | ~920px | Include call to action |
| OG title | 40–60 chars | Varies | Match page title |
| OG description | 80–200 chars | Varies | Summarize page content |
| Twitter title | 40–70 chars | Varies | Keep under 70 chars |
| Twitter description | 100–200 chars | Varies | Avoid truncation |
How to use the Meta Tag Analyzer
Get the HTML source
Open any webpage, right-click and select "View Page Source". Copy the <head> section or the entire HTML.
Paste and analyze
Paste the HTML into the text area and click Analyze. All meta tags are extracted and evaluated instantly.
Review recommendations
Check the status badges and recommendations. Missing tags, length issues or duplicates are highlighted so you can fix them.
Tips for better meta tags
Write unique meta data for every page
Duplicate title tags and meta descriptions across pages confuse search engines and reduce click-through rates. Each page should have a unique, descriptive title and description.
Include target keywords naturally
Place your primary keyword near the start of the title tag. In meta descriptions, write for humans first — compelling descriptions earn more clicks than keyword-stuffed ones.
Always add Open Graph tags
OG tags control how your page looks when shared on social media. Without them, platforms guess the content, often picking the wrong image or description. Four OG tags (title, description, image, url) are essential.
Why meta tags matter
Meta tags are the primary way search engines understand what a page is about. The title tag is the most important on-page SEO element — it appears as the clickable headline in search results. Meta descriptions, while not a direct ranking factor, significantly impact click-through rates.
Title tag best practices
Keep titles between 50-60 characters. Place primary keywords first, include your brand name at the end (separated by a pipe or dash), and ensure each page has a unique title. Avoid ALL CAPS, excessive punctuation and vague titles like "Home" or "Page 1".
Meta description tips
Write compelling, actionable descriptions between 150-160 characters. Include the target keyword, a clear value proposition and a call to action. Match the description to the page content — misleading descriptions increase bounce rates and hurt SEO.
OG tags for social
The four essential Open Graph tags are og:title, og:description, og:image and og:url. A properly sized OG image (1200x630 pixels at 72 DPI) ensures your links look professional when shared on Facebook, LinkedIn and other platforms that support the protocol.
Frequently asked questions
What meta tags does this tool analyze?
It extracts the title tag, meta description, meta keywords, Open Graph (og:) tags, Twitter card tags, viewport, charset, robots, canonical and author meta tags.
What is the ideal title tag length?
Title tags should be 50-60 characters. Google typically displays the first 50-60 characters in SERPs. Longer titles get truncated with an ellipsis.
What is the ideal meta description length?
Meta descriptions should be 150-160 characters. While Google sometimes displays longer snippets, descriptions within this range are most reliably shown in full.
What are Open Graph tags?
Open Graph (og:) tags control how your page appears when shared on social platforms like Facebook, LinkedIn and Pinterest. They define the title, description, image and URL for social previews.
What are Twitter Card tags?
Twitter Card tags (twitter:) control how your page appears in tweets. They support summary cards, large image cards, app cards and player cards for media content.
Does this tool check if meta tags are missing?
Yes. It highlights missing critical tags like the title, description and viewport. Missing Open Graph tags are flagged with recommendations to add them.
Can I analyze any webpage?
You need the HTML source code. Open any page in your browser, right-click and select View Page Source, then copy the <head> section into the tool.
Is my HTML data safe?
Yes. All analysis runs entirely in your browser. No HTML or extracted data is sent to any server.
What does "duplicate title" mean?
A page should have exactly one title tag. Multiple title tags confuse search engines and may cause the wrong title to appear in search results.
Does this tool check canonical tags?
Yes. The canonical tag is extracted and displayed. Missing canonical tags on pages with similar content are flagged to prevent duplicate content issues.