Meta Tag Checker
Inspect a page's title, description, indexing directives, canonical URL, viewport, language, Open Graph, Twitter Card, favicon and web app metadata.
Check page metadata
Fetching works only when the remote site permits cross-origin browser access. Pasting the page source is the reliable fallback.
Search engines may rewrite titles and descriptions, ignore unsupported metadata, or interpret directives differently. This checker reports what appears in the supplied HTML; it does not confirm what a crawler ultimately indexed.
Metadata checked
Title Description Charset Viewport Canonical Robots Open Graph Twitter Card Favicon Manifest Language
Recommended starter metadata
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Clear Page Title | Brand</title>
<meta name="description" content="A concise description of this page.">
<link rel="canonical" href="https://example.com/page">
<meta property="og:title" content="Clear Page Title">
<meta property="og:description" content="A useful social description.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://example.com/page">
<meta property="og:image" content="https://example.com/social-image.jpg">
Related tools
Use the Open Graph Preview, Canonical Checker, or PWA Validator for more focused diagnostics.