TechnicalFree

Meta Tags Quality

Checks title tag and meta description for presence, length, keyword relevance, and uniqueness. Quality meta tags provide essential page context.

Why It Matters for AI Visibility

Title tags and meta descriptions are the first things AI engines read when evaluating a page. ChatGPT, Perplexity, and Google AI Overviews use them to quickly understand what a page covers and whether it is relevant to a user's query. A well-crafted title tag acts as your content's elevator pitch to AI crawlers. When your title tag is missing or too short, AI engines lack the context needed to match your page to user queries. A 5-character title like "Blog" tells the AI nothing about the page content. Similarly, a missing meta description forces AI engines to guess what the page is about by scanning the body text -- a process that is less reliable and may misrepresent your content. The robots meta tag is equally critical. A single "noindex" directive tells every AI crawler to ignore your page entirely. Your content disappears from AI knowledge bases, meaning ChatGPT and Perplexity will never cite it regardless of how good the content is. This is the fastest way to become invisible to AI-powered search.

How We Score It

The score combines three components totaling 10 points. The title tag is worth up to 4 points: 30-60 characters is ideal for full marks, while missing titles score zero. The meta description is worth up to 4 points: 120-160 characters is the sweet spot for a perfect sub-score. Descriptions that are too short (under 50 characters) or missing score 0-1. The robots meta tag contributes up to 2 points. Pages with "noindex" score zero on this component. Pages without a robots tag score full marks because the browser default (index, follow) is what you want. A total of 7 or higher passes. Between 4 and 6 is a partial pass. Below 4 fails. Each component that falls short of its maximum generates a specific recommendation to guide your fix.
See how your site scores on this factorAnalyze My Site

How to Improve

  • 1

    Write title tags between 30 and 60 characters

    Keep titles descriptive and specific. "How to Reduce TTFB: 5 Server Optimization Techniques" (53 characters) earns full marks. Avoid generic titles like "Home" or excessively long titles that exceed 70 characters, which drop you to 2 points.

  • 2

    Craft meta descriptions between 120 and 160 characters

    Summarize the page's unique value in this range. Include your primary keyword and a compelling reason to click. Descriptions between 160-200 characters still earn 3 of 4 points, but trimming below 160 earns the maximum.

  • 3

    Remove noindex from pages you want AI engines to find

    Check your CMS settings and any SEO plugins for accidental "noindex" directives. A single noindex tag drops your robots score to zero and removes the page from AI knowledge bases entirely. This is the highest-impact fix on this factor.

  • 4

    Avoid duplicate meta tags across pages

    Each page should have a unique title and description reflecting its specific content. Duplicate meta tags across your site cause AI engines to struggle distinguishing between pages, reducing citation likelihood for all of them.

Before & After

Before
<head>
  <title>App</title>
  <!-- no meta description -->
</head>
After
<head>
  <title>Project Management for Remote Teams | TeamSync</title>
  <meta name="description" content="TeamSync helps remote teams manage projects with real-time collaboration, automated standups, and integrated time tracking. Free plan available.">
</head>

Code Examples

Complete head section with optimized meta tags

<head>
  <title>How to Improve Core Web Vitals: A Developer's Guide</title>
  <meta name="description" content="Practical techniques to improve LCP, FID, and CLS scores. Includes code examples for lazy loading, font optimization, and layout stability fixes.">
  <meta name="robots" content="index, follow">
</head>

Frequently Asked Questions

Why is the title tag scored out of 4 points instead of 10?

The score combines three components: title (4 points), description (4 points), and robots directive (2 points). Each is weighted by its importance to AI engines. Together they total 10. This structure means a perfect title alone is not enough -- you need all three components optimized.

My meta description is 165 characters -- is that a problem?

At 165 characters, you score 3 out of 4 on the description component. Trimming to under 160 characters earns the full 4 points. It is a minor optimization but an easy win since it only requires cutting a few words.

Does noindex in the robots meta tag affect AI crawlers?

Yes, critically. A noindex directive tells crawlers not to index the page, which means AI engines will not include your content in their knowledge base. This scores 0 out of 2 on the robots component and effectively makes your page invisible to ChatGPT, Perplexity, and Google AI Overviews.

Related Factors

Check Your GEO Score

Run a free analysis on your website and see how you score across all 52 factors.

Analyze My Site