Fix Guide

How to fix SEO errors

Step-by-step fixes for every SEO rule Indxel checks. Critical errors first, then warnings. Code examples for Next.js.

Warnings

— reduce your score

Fix Title Tag Too Long

warning
8pts

Truncated titles reduce click-through rates. A title of 70+ characters loses its ending in search results, often cutting off your brand name or key differentiator.

Fix Meta Description Too Long

warning
8pts

Truncated descriptions lose their call-to-action or key benefit. A 200-character description that gets cut at 160 characters might end mid-sentence.

Fix Missing og:title

warning
4pts

Social platforms display your HTML title including template suffixes like '| Brand'. A dedicated og:title lets you craft a title optimized for social context.

Fix Missing og:description

warning
4pts

Social preview text is your pitch. When og:description is missing, platforms guess — and they guess wrong. Craft a social-specific description that drives clicks.

Fix Missing Structured Data

warning
4pts

Pages without structured data miss out on rich results that dramatically increase visibility in SERPs. FAQ snippets can double your SERP real estate.

Fix Invalid Structured Data

warning
2pts

Invalid JSON-LD is worse than no JSON-LD — you think you have structured data, but search engines ignore it. Silent failure.

Fix Duplicate Structured Data

warning
2pts

Duplicate unique schema types create ambiguity. Google may ignore both blocks instead of picking one.

Fix Multiple H1 Headings

warning
8pts

Multiple H1 tags confuse search engines about your page's primary topic. This is especially common in component-based frameworks where each component might render its own H1.

Fix Thin Content Warning

warning
5pts

Thin content pages are less likely to rank and may drag down your site's overall quality signal. Google's Helpful Content update specifically targets sites with lots of thin pages.

Fix Accidental Noindex

warning
5pts

A noindex tag completely removes your page from search results. This is the most dangerous accidental SEO error because it's invisible — the page loads fine, but Google ignores it.

Fix Missing Twitter Card

warning
4pts

Links without Twitter card metadata show as plain URLs. Rich previews with images get significantly more engagement and clicks.

Fix Missing Viewport Meta

warning
3pts

Google uses mobile-first indexing. Pages without a viewport meta tag are not mobile-friendly, which directly hurts rankings.

Fix Missing Favicon

warning
2pts

No favicon = no visual identity in browser tabs, bookmarks, and search results. It signals a low-quality or unfinished site.

Fix Missing Image Alt Text

warning
5pts

Images without alt text are inaccessible to visually impaired users and invisible to Google Image Search. This affects both accessibility compliance and SEO.