Meta Tags Checker
Check title tags, meta descriptions, canonical links, Open Graph tags, Twitter card tags, and common SEO page signals.
Paste the HTML source of a page to inspect its SEO meta tags. This tool does not fetch remote pages, so there are no CORS issues.
Meta Tag Report
Meta tag check results will appear here.
Checking Meta Tags Before Publishing Pages
Meta tags help search engines, browsers, and social platforms understand how a page should appear. A missing title tag, weak meta description, wrong canonical link, or incomplete Open Graph tags can make a page harder to review before publishing.
This Meta Tags Checker helps you inspect title tags, meta descriptions, robots tags, canonical links, Open Graph tags, Twitter card tags, viewport settings, and common SEO page signals directly in your browser.
Reviewing SEO Tags from HTML Source
- Open the page source of the page you want to check.
- Copy the HTML source and paste it into the input box.
- Click Check Meta Tags.
- Review missing tags, warnings, and useful SEO signals.
Common Meta Tag Checker Use Cases
- Checking title tags and meta descriptions before publishing.
- Reviewing canonical tags on important SEO pages.
- Checking Open Graph tags used for social sharing previews.
- Inspecting Twitter card tags for shared links.
- Finding missing robots, viewport, or language signals.
Example HTML with Meta Tags
<!doctype html> <html lang="en"> <head> <title>Yoryantra | Practical Tools for Everyday Work</title> <meta name="description" content="Simple browser tools to help you format, convert, check, clean, validate, and prepare things quickly."> <link rel="canonical" href="https://yoryantra.com/"> <meta name="robots" content="index, follow"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta property="og:title" content="Yoryantra | Practical Tools for Everyday Work"> <meta property="og:description" content="Simple browser tools for everyday work."> <meta property="og:url" content="https://yoryantra.com/"> <meta property="og:type" content="website"> <meta name="twitter:card" content="summary_large_image"> </head> <body> <h1>Practical tools for everyday work</h1> </body> </html>
Frequently Asked Questions
What does a meta tags checker do?
A meta tags checker reads HTML and reports important page tags such as the title, meta description, canonical link, robots tag, Open Graph tags, and Twitter card tags.
Why should I check title and meta description length?
Very short or very long titles and descriptions may not display well in search results. This tool gives quick length warnings so you can review them before publishing.
Can this tool fetch a URL automatically?
No. This browser tool checks pasted HTML source. That keeps the tool simple and avoids browser restrictions when fetching external pages.
Is my HTML uploaded to a server?
No. The meta tag check happens directly in your browser. Your HTML source is not uploaded to a server.
