- Home
- GEO Factors
- Technical
- Meta Tags Quality
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
How We Score It
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
<head> <title>App</title> <!-- no meta description --> </head>
<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.
Check Your GEO Score
Run a free analysis on your website and see how you score across all 52 factors.
Analyze My SiteCanonical URLs
NextInternationalization