Meta Tag Analyzer

Paste any HTML source to extract and grade all meta tags, Open Graph, and Twitter Card data.

📐 How to Use

  1. Go to any web page, right-click → View Page Source, and copy the <head> section.
  2. Paste the HTML into the input box.
  3. Click Analyze to see all found tags with pass/warning/fail status.
  4. Review the recommendations for each missing or poorly configured tag.

Frequently Asked Questions

QWhy is my description showing as missing?
Many pages dynamically insert meta tags via JavaScript. View Source won't show JS-rendered tags — you'd need to inspect the rendered DOM instead.
QDoes this tool fetch my page?
No — you paste the HTML. Nothing is fetched or transmitted. All analysis runs in your browser.
QWhat counts as a "good" meta description?
Between 120–155 characters, contains relevant keywords, is descriptive, and unique to the page. Avoid duplicate descriptions across your site.

ℹ️ About This Tool

Meta tag analysis is a core part of technical SEO auditing. This tool performs client-side HTML parsing using the browser's native DOMParser API — no server requests needed.