Meta Tags Analyzer


Enter a URL



About Meta Tags Analyzer

Audit any competitor’s or client’s existing meta tags to quickly benchmark their on-page SEO setup.
Real-world scenario: A competitor’s page is outranking you despite having weaker backlinks. You analyze their meta tags and notice they have an optimised meta-viewport and rich Open Graph tags that you’re missing. You replicate the improvements and close the gap.
How to use it:

    Enter the URL you want to analyze.

    Click “Submit”.

    Examine the results for Meta Title, Description, Keywords, Viewport, and Opengraph data.

    Note missing or poorly optimized tags and update your own site accordingly.

AQ

Q: What exactly does the Meta Tags Analyzer check?
A: It scans any publicly accessible URL and displays its core meta information:

  • Meta Title (<title>)

  • Meta Description (<meta name="description">)

  • Meta Keywords (<meta name="keywords">)

  • Meta Viewport (<meta name="viewport">)

  • Open Graph tags (og:title, og:description, og:image, og:url, etc.)

It gives you a one‑screen summary of how the page presents itself to search engines and social platforms.

Q: Why would an SEO use this instead of just viewing the source code?
A: The Analyzer saves time and eliminates manual scrolling through raw HTML. It presents the extracted data in a clean, readable format, so you can instantly spot missing or poorly written tags. For competitor audits or quick spot‑checks, it’s far more efficient than Ctrl+U.

Q: Can I use this tool for a quick competitor analysis?
A: Absolutely. Enter a competitor’s URL to see exactly what title and description they are using for a specific page. You can then compare their tag lengths, keyword usage, and OG setup to your own. It’s a fast way to reverse‑engineer their on‑page meta strategy.

Q: What does “Meta Viewport missing” mean, and is it a problem?
A: It means the page lacks <meta name="viewport" content="width=device-width, initial-scale=1.0">. This tag is essential for responsive mobile design. Without it, mobile browsers render the page at a desktop width, making text tiny and forcing users to pinch‑zoom. Google’s mobile‑friendly test will fail, and mobile rankings can suffer.

Q: The tool shows Open Graph tags but they seem incomplete. Does that matter?
A: Yes. If og:image is missing, your page will share on Facebook without a featured image, often pulling a random graphic from the page or showing nothing. If og:title or og:description are missing, Facebook falls back to the standard meta title/description, but you lose the ability to craft a separate, more social‑friendly version. Always ensure at minimum og:title, og:description, og:image, and og:url are present.

Q: Does this tool check Twitter Card tags?
A: The description says it checks “Meta Title, Meta Description, Meta Keywords, Meta Viewport and Opengraph.” Twitter Cards may not be included unless they are specifically fetched. If you need Twitter tag validation, use the Twitter Card Validator separately. However, if the tool does show them, it will list twitter:card, twitter:title, etc.

Q: Can I bulk analyze multiple URLs at once?
A: No, the Meta Tags Analyzer works one URL at a time. For bulk audits, you would need a crawling tool like Screaming Frog, which allows exporting meta and OG data for thousands of pages. Use this analyzer for individual page checks or rapid competitor peeks.

Q: How do I interpret a title that is cut off or a description that looks too short?
A: Google typically displays up to about 60 characters for titles and 155‑160 for descriptions. If the tool shows a title longer than 60 characters, it will likely be truncated in search results. A description shorter than 120 characters may be deemed too thin, and Google might replace it with its own snippet. Use the analyzer to measure length and then adjust to optimal ranges.

Q: What if the page I’m checking uses JavaScript to generate meta tags?
A: The Analyzer fetches the initial HTML source (like a curl request). It does not execute JavaScript. If a page relies on JS to inject meta tags (e.g., with some React frameworks without server‑side rendering), the tool will show nothing or stale data. In those cases, test with Google’s Rich Results Test or view the rendered source via Chrome DevTools.


Detailed How‑to Guide

When to Use This Tool

  • Before publishing a new page – to verify all meta tags are in place.

  • During a client or competitor site audit – to gather on‑page meta data fast.

  • When your page is not showing a rich snippet or attractive social share – to diagnose missing OG tags.

  • As a teaching tool to show junior SEOs how meta tags appear to crawlers.

Step 1: Prepare Your URL

Grab the full URL of the page you want to analyze (e.g., https://www.example.com/blog/seo-tips). Make sure:

  • The page is live and not blocked by a firewall or robots.txt.

  • It is the exact canonical version (http vs https, www vs non‑www) – the one you want to test in search engines.

Step 2: Open the Tool

Navigate to https://webmastertools.seowolf.org/meta-tags-analyzer in your browser.

Step 3: Enter the URL and Submit

  1. In the input field, paste your URL.

  2. Click the “Submit” button (or “Check” – the interface may vary).

  3. Wait a few seconds while the tool fetches the page and parses the <head>.

Step 4: Read the Results

The output will be presented in a structured list or table. Go through each element:

Meta Title

  • What it says: The exact <title> tag text.

  • What to check: Length (count characters; under 60 is safe). Does it contain the primary keyword near the front? Is it unique and compelling?

  • Red flag: A missing or generic title like “Home” or the site name only.

Meta Description

  • What it says: Content of <meta name="description">.

  • What to check: Length (150‑160 characters ideal). Does it summarise the page’s value and include a call‑to‑action or keyword?

  • Red flag: Missing entirely or duplicate across many pages. If too short, Google may ignore it.

Meta Keywords

  • What it says: Comma‑separated list from <meta name="keywords">.

  • What to check: This tag is obsolete for SEO. Its presence or absence doesn’t matter. If it’s filled with spammy keywords, it may be a sign of outdated or black‑hat practices, but Google ignores it. No action needed.

Meta Viewport

  • What it says: The content of <meta name="viewport">, typically width=device-width, initial-scale=1.0.

  • What to check: It must be present for a mobile‑friendly page. If missing, mobile rankings will be negatively impacted. Make a note to add it if absent.

Open Graph Tags

  • What it says: A list of og:title, og:description, og:image, og:url, og:type, og:site_name, etc.

  • What to check:

    • og:title – should be present and similar to the meta title, but can be slightly different.

    • og:description – present and within 200 characters.

    • og:image – an absolute URL to an image. Verify it’s accessible by pasting the URL into a new tab.

    • og:url – the canonical URL.

    • og:type – article, website, product, etc.

  • Red flag: Missing og:image or a relative path that won’t resolve. Without it, social shares will lack a photo.

Step 5: Interpret and Document Findings

Create a simple checklist or spreadsheet with the following columns for each URL you check:

 
 
Element Present? Value (first 100 chars) Length Issues
Title Yes/No ... 57 Good
Description Yes/No ... 148 Good
Viewport Yes/No width=device-width,... Good
OG Title Yes/No ... 52 Good
OG Description Yes/No ... 160 OK
OG Image Yes/No https://...hero.jpg Working
OG URL Yes/No https://... Correct

Mark any missing or malformed tags with TODO.

Step 6: Cross‑check with Other Tools (Optional)

For a more robust verification:

  • Google Search Console’s URL Inspection tool: Fetch the live URL to see how Google renders it.

  • Facebook Sharing Debugger: Enter the URL to see the actual OG card preview.

  • Twitter Card Validator: Check the Twitter card appearance.

  • View Page Source (Ctrl+U): Confirm the Analyzer’s output matches raw HTML.

Step 7: Fix Issues Based on Analysis

Once you have your findings:

  • Missing meta title or description: Write them using the Seowolf Meta Tag Generator or manually, then insert into the page.

  • Too long title/description: Trim to length guidelines.

  • Missing viewport tag: Add <meta name="viewport" content="width=device-width, initial-scale=1.0"> inside <head>.

  • Missing or broken OG image: Create a 1200×630px image, upload, and insert og:image tag.

  • Inconsistent OG URL: Correct to the canonical version.

  • Duplicate tags: Remove duplicates; keep only one set.

Step 8: Re‑test After Making Changes

After updating the page, clear any caching (server cache, CDN cache, WordPress cache plugin), and re‑submit the URL to the Meta Tags Analyzer. Ensure all corrections are now visible. Additionally, re‑scrape the page in the Facebook Sharing Debugger to force a fresh cache of OG tags.

Real‑World Use Case: Competitor Analysis

You notice a rival’s blog post outranking yours for “best running shoes for flat feet”. You run their URL through the Meta Tags Analyzer and see:

  • Their title: 10 Best Running Shoes for Flat Feet (2025 Podiatrist Tested) | RunnerLab – 62 chars, includes year and expert endorsement.

  • Their description: Podiatrist‑tested running shoes for flat feet. We compare stability, cushioning, and arch support. Find the best fit for your foot type. – 139 chars, benefit‑driven.

  • OG image: https://competitor.com/images/flat-feet-shoes-social.jpg – works.

You then use these insights to rewrite your own meta tags: incorporate a year, a trust signal, and a benefit‑forward description. Within weeks, your CTR and ranking improve.

Common Mistakes to Avoid

  • Checking a no‑index page: The analyzer still reads the source, but these pages won’t show in search results anyway.

  • Assuming old cache: If you update tags and the tool still shows old data, the server or CDN may be caching. Purge caches or wait.

  • Ignoring the og:image size: Even if the URL is correct, Facebook requires images to be at least 200×200px and under 8 MB. Use the debugger to confirm.

  • Mixing up name and property attributes: The tool handles this, but when manually adding tags, use <meta property="og:title" content="..."> for OG, and <meta name="description" content="..."> for standard meta.

Integrating the Analyzer into Your Workflow

  • Publishing day: Open the analyzer in a browser tab. For every new page you launch, copy its URL, paste, and verify all tags within 30 seconds. Fix any issues immediately before announcing the page.

  • Client reporting: Include a screenshot of the Analyzer’s output for a page as part of an on‑page SEO audit report, showing “before” and “after” states.

  • Training: Have new team members run the Analyzer on your top 10 competitor pages and present a comparison to your own pages as a learning exercise.

By routinely using the Meta Tags Analyzer, you’ll ensure every page you control has robust, well‑crafted meta tags that improve click‑through rates from both search engine results and social feeds – a small effort with outsized impact on traffic and engagement.

 



Recommended tools: Seowolf's Meta Tag Generator | Seowolf's Search Engine Spider Simulator | Seowolf's Get Source Code of Webpage | Seowolf's Page Speed Checker


DigitalOcean