Meta Tags Checker

Extract every <meta> and <link> tag, see a Google SERP preview, inspect Open Graph and Twitter Card tags, and spot length issues at a glance.

Meta Tags Explained: The Hidden HTML That Controls How Search Engines and Social Networks See You

Meta tags are snippets of HTML that live inside the <head> of a page. Visitors never see them, but they tell search engines, social networks, and browsers how to handle, display, and index your page. Getting them right is the foundation of technical SEO.

The title tag

Technically a separate element rather than a meta tag, the <title> is the single most important on-page SEO signal. It’s what shows up as the headline in Google search results and in browser tabs. Aim for 30–60 characters; longer titles get truncated in SERPs.

Meta description

<meta name="description"> doesn’t directly affect rankings, but it heavily influences click-through rate. Google bolds matching keywords from the searcher’s query in the snippet. Aim for 120–160 characters with a clear value proposition.

Robots and canonical

<meta name="robots"> tells search engines whether to index the page and follow its links. <link rel="canonical"> declares the preferred URL when the same content is reachable through multiple paths — critical for sites with filters, tracking parameters, or print versions.

Open Graph & Twitter Card

og:title, og:description, and og:image control how a page renders when shared on Facebook, LinkedIn, WhatsApp, Slack, Discord, and most messaging apps. Twitter (now X) reads twitter:card, falling back to OG. Without an explicit image, social platforms guess — and they usually guess badly.

Viewport and charset

<meta name="viewport" content="width=device-width, initial-scale=1"> is mandatory for mobile-friendly rendering — and Google now indexes the mobile version of your site first. <meta charset="UTF-8"> avoids garbled characters on international content.

How to use this tool

Paste any URL above and we’ll fetch the live HTML, extract every meta and link tag, group them by category, and warn you about length issues, duplicates, and missing essentials. Run it on your own pages before launch — and on competitors to learn what they’re telling search engines that you’re not.