Run a free audit

On-page meta checker

Enter any URL to see its title, meta description, H1s, canonical and robots tags - with quick length checks.

Run a full graded audit for the whole site.
  1. Home
  2. /
  3. Free tools
  4. /
  5. On-page meta checker

A meta tag checker inspects the HTML metadata on any single webpage—its title, description, canonical tag, headings, and HTTP status—to verify they're correctly set for search engines and social sharing. Enter a URL to see what's currently in place.

On this page

  • What Meta Tags Are and Why They Matter
  • How to Check Your Meta Tags
  • Understanding Your Check Results
  • Meta Tag Best Practices for Search and Social
  • Server-Rendered vs Static Meta Tags: A Technical Detail
  • Common Meta Tag Mistakes to Fix
  • Related Tools

What Meta Tags Are and Why They Matter

Meta tags are HTML elements that live in a page's <head> section and tell search engines, social platforms, and browsers what your page is about. They don't appear as visible text on the page itself—they're metadata, or "data about data." Search engines like Google, Bing, and DuckDuckGo read meta tags to understand your page's topic and match it against search queries. When your site appears in results, the title tag becomes the clickable headline and the meta description becomes the preview text below it. If those tags are missing or poorly written, search engines may rewrite them or pull random text from your page instead.

Social platforms (Facebook, LinkedIn, X, WhatsApp, Slack) use Open Graph meta tags to generate rich link previews when someone shares your URL. Without them, the preview is generic or broken. The heading tags (H1, H2, H3) structure your page's content and signal the hierarchy of topics to search engines. The canonical tag tells search engines which version of a URL is the authoritative one—critical when multiple URLs have the same or similar content. The HTTP status tells search engines whether the page is accessible (200 = success, 404 = not found, 503 = server error). A working page must return 200 to be indexed.

How to Check Your Meta Tags

  1. 1Find the URL of the page you want to check. It must be publicly accessible—internal login pages or pages behind authentication won't work.
  2. 2Copy the full URL, including https:// or http://.
  3. 3Paste it into the checker input field.
  4. 4Submit the URL.
  5. 5The tool fetches the page's HTML and extracts its meta tags.
  6. 6Review the results against the guidelines in the sections below.

This tool checks one page at a time. It reads what's in the page's initial HTML—the same thing search engines see when they crawl you. If your tags are added by JavaScript after the page loads, this tool (like search engines) may not see them. See the server-rendered section below for details on how to verify this.

Understanding Your Check Results

When you submit a URL, the checker returns several pieces of information. Here's what each means and what to look for:

Meta TagWhat It DoesIdeal LengthWhen Google Truncates
Title tagAppears as the clickable headline in search results and browser tab50–60 charactersAt roughly 580 pixels (varies by font rendering)
Meta descriptionPreview text under the title in search results; social platforms use it for link descriptions50–160 characters for desktop (less on mobile)At roughly 155–160 characters or 920 pixels, whichever comes first
Canonical tagTells search engines which URL is the primary version if you have duplicate or similar contentN/A (a URL)N/A; must be absolute URL, not relative
H1 headingThe main topic heading of the page; should appear once and match the page's intentNaturally fits the contentMultiple H1s confuse search engines about the main topic
HTTP statusServer's response when fetching the page; 200 means success, 404 means not found, 5xx means server error200Anything other than 200 blocks indexing

Character count is misleading because of font rendering. The letter 'i' is much narrower than 'W', so "iiiiiiii" (8 characters) renders narrower than "WWWWWWWW" (8 characters). This tool estimates rendered width based on typical browser font rendering, but the final display varies by platform. Use the character count as a rough guide; the preview is more accurate.

Meta Tag Best Practices for Search and Social

Optimizing meta tags improves how your page appears in search results and when shared on social media. These practices apply universally across all industries:

  • Title tag: Aim for 50–60 characters with your most important words first. Include a target keyword naturally and make it compelling—users are more likely to click an intriguing title. Avoid generic titles like 'Home' or 'Untitled Page'. Each page should have a unique title.
  • Meta description: Write 155 characters for desktop (less on mobile). Make it a complete sentence that accurately summarizes the page. Include a call to action when relevant ('Learn how...', 'Discover...', 'Get started...'). Make it unique per page to avoid wasting search real estate.
  • Canonical tag: Every page should have a self-referential canonical tag (pointing to itself) unless it's a duplicate of another URL. Use absolute URLs only, never relative paths. When you have paginated content (page 1, 2, 3), use canonical to point all variants to the main page.
  • Heading structure: Use one H1 per page that matches the page's primary topic. Use H2s for major sections and H3s for subsections. Write headings for humans, not keywords. Never skip heading levels (e.g., don't jump from H1 directly to H3).
  • Open Graph tags: Add og:title, og:description, og:image (1200×628 pixels recommended), and og:url for rich link previews on social media. These aren't checked by this tool, but they're essential for controlling how your content looks on Facebook, LinkedIn, and other platforms.

The difference between mediocre and click-worthy: a description that says "We offer SEO services" gets ignored, but "Professional SEO auditing for e-commerce sites. Find crawl errors, fix indexing issues, and boost rankings. Free checklist inside." invites clicks because it's specific and offers value.

Server-Rendered vs Static Meta Tags: A Technical Detail

Some modern web frameworks (React, Vue, Svelte, Angular) render pages with JavaScript. If your framework adds meta tags by running JavaScript after the page loads (client-side rendering), search engines may not see them because they fetch and read the initial HTML response before JavaScript runs.

This checker reads the initial HTML response, the same way search engines do. If your tags appear in this tool's results, search engines will see them. If they don't appear here but your site claims to set them, your framework is likely adding them with JavaScript after the page loads.

To verify whether your tags are server-rendered:

  1. 1Visit your page in a browser.
  2. 2Press Ctrl+U (Windows) or Cmd+U (Mac) to view the page source.
  3. 3Search (Ctrl+F) for your title tag text or a phrase from your description.
  4. 4If you find it in the source, it's server-rendered and search engines will see it. If it's missing from the source but visible on the live page, it's client-side rendered.

Most modern frameworks support server-side rendering or static generation, which is best for SEO. Check your framework's documentation: Next.js (use generateMetadata in App Router), Nuxt (use useSeoMeta or useHead), Vue (use Unhead with SSR), Astro (SSR by default), SvelteKit (use svelte:head), Remix (export meta function from routes).

Common Meta Tag Mistakes to Fix

  • Truncation in search results: Titles longer than 60 characters often get cut off, especially on mobile. If your title is "10 Advanced SEO Strategies for E-Commerce Platforms That Drive Sales and Boost Revenue," Google may show only "10 Advanced SEO Strategies for E-Commerce..."—cutting off your key benefit.
  • Descriptions that don't invite clicks: "This is a page about SEO" is vague and doesn't compel anyone to click. "Learn 10 proven tactics to rank in Google's top 3 within 90 days, without paid ads. Case studies inside." invites clicks because it's specific and offers value.
  • Duplicate titles and descriptions: If you've created many pages with identical or default descriptions, Google sees weak signals. Each page's description should be unique and tailored to its content.
  • Multiple H1 tags: Some sites use H1 multiple times on one page (e.g., for the logo and the headline). Search engines expect one H1 per page. Multiple H1s send a conflicting signal about what the page is really about.
  • Broken canonical tags: A canonical tag that points to a non-existent URL (404) or the wrong page confuses search engines. If you're consolidating pages, make sure the canonical URL actually exists and is the correct target.
  • Missing or placeholder text: Pages that ship with placeholder content like "Page Title," "Lorem ipsum…," or "[Your Company]" instead of real meta tags waste the opportunity. Search engines see incompleteness.
  • Mismatched title and content: A title that says "Buy running shoes" on a page that actually shows "5 ways to prevent blisters" (no shoes for sale) frustrates users and signals poor content relevance to search engines.

Related Tools

Meta tags are one part of a strong SEO foundation. These tools help you audit and optimize other critical areas:

  • Schema Markup Audit — Validates structured data (JSON-LD) to help search engines understand your site's content, reviews, events, and business information.
  • Technical SEO Audit — Scans your entire site for crawl errors, indexability issues, broken redirects, and mobile rendering problems.
  • Hreflang Validator — Checks alternate language and regional URLs to ensure search engines show the correct version to each visitor.
  • Mobile CRO Audit — Analyzes mobile user experience, tap targets, viewport settings, and other mobile-specific SEO factors.

Frequently asked questions

How can I check if a website has meta tags?+

Paste the URL here and the tool will display its title tag, meta description, canonical tag, headings, and HTTP status. Alternatively, visit the page in your browser, press Ctrl+U (Windows) or Cmd+U (Mac) to view the page source, then search for "<title>" or "<meta name=" to find them in the raw HTML.

Are meta tags still used?+

Yes, absolutely. Google uses your title tag and meta description to generate search result snippets, though it may rewrite them if they don't match the search query or the page's actual content. Canonical tags prevent duplicate-content penalties. Heading tags help search engines understand your page's structure and topic hierarchy. Open Graph meta tags control how your links appear when shared on social media. Without proper meta tags, you're leaving rankings and clicks on the table.

What is metadata?+

Metadata is "data about data"—information that describes something else without being part of the main visible content. In web context, meta tags are metadata that tell search engines and social platforms about a page's title, topic, canonical version, and other attributes without appearing as visible text on the page. Think of meta tags as the page's label or information sheet.

How do I find the metadata of a website?+

Use this checker by pasting the URL to see title, description, canonical tag, headings, and HTTP status. Or manually inspect the page source: press Ctrl+U (Windows) or Cmd+U (Mac) in any browser, then search for "meta" or "title" using Ctrl+F. You'll see the tags in the <head> section at the top of the HTML. Look for <title>, <meta name="description">, <link rel="canonical">, and heading tags like <h1>, <h2>, and <h3>.

Can this checker update my meta tags?+

No, this is a read-only inspection tool. It shows you what meta tags are currently set on any page, but cannot modify them. To update your meta tags, you'll need to edit your site's HTML directly or through your content management system (CMS).

Do I need different meta tags for every page?+

Yes. Each page should have a unique title tag and meta description tailored to that specific page's content and purpose. Using the same title and description across multiple pages wastes SEO opportunities—search engines see identical tags as weak signals, and users get generic previews that don't encourage clicks. Write unique, page-specific tags to maximize rankings and click-through rates.

Why do my titles and descriptions get cut off?+

Search engines truncate titles and descriptions based on pixel width, not character count. The letter 'i' is much narrower than 'W', so a 60-character title with many 'i's may fit, while another 60-character title with many 'W's might get cut off. Most desktop titles truncate around 580 pixels (roughly 50–60 characters), and descriptions truncate around 920 pixels (roughly 155–160 characters). Mobile devices truncate earlier. Use character count as a rough guide and the preview in this tool as your final check.

What's the difference between meta tags and meta descriptions?+

Meta tags is the broad category that includes title tags, meta descriptions, canonical tags, Open Graph tags, and many others. A meta description is one specific type of meta tag—the snippet of text that appears below your title in search results. Confusingly, the HTML attribute is <meta name="description">, so people often use "meta description" to refer to just that one tag, but "meta tags" refers to the entire group of metadata elements that live in your page's <head> section.

Related free tools

Hreflang validatorMobile-friendly testOn-page SEO scorerWebsite speed testSchema validatorRedirect checker

On this page

  • What Meta Tags Are and Why They Matter
  • How to Check Your Meta Tags
  • Understanding Your Check Results
  • Meta Tag Best Practices for Search and Social
  • Server-Rendered vs Static Meta Tags: A Technical Detail
  • Common Meta Tag Mistakes to Fix
  • Related Tools