Skip to content
https://twitter.com

SEO

· 14 checks — Canonical, meta, content depth, internal links, image SEO, and hreflang rolled into one auditable list.
SCORE
76
GRADE
C
FIX
2
REVIEW
4
PASS
7
INFO
1

Cross-tab audit — SEO, performance, crawlability, mobile, structured data

Checks
14
7 PASS 4 REVIEW 2 FIX
F
Content Depth
Action
39 words, Standard
FIX
39 words, Standard
Critical::
Page has only 39 words — nearly empty
Search engines need substantive text content to understand and rank a page.
Info::
Text-to-HTML ratio is 0%
Very low ratio suggests heavy framework overhead or boilerplate.
Info::
Reading level: Standard (grade 7)
Warning::
Thin content — only 39 words
Got: 39 words
39 words

Thin content

Reading level

Very Easy
Easy
Fairly Easy
Standard
Fairly Difficult
Difficult
Very Difficult

Grade 7

Text-to-HTML Ratio

0% text 100% HTML

0 KB / 339 KB

Search engines need substantive text content to understand and rank a page.

Why this matters

Page has near-zero content — Google may treat it as soft 404 or low-quality.

Source: Google Search Central

Very low ratio suggests heavy framework overhead or boilerplate.

Why this matters

Informational: ratio of visible text bytes to total HTML bytes. Very low ratios suggest excessive markup overhead.

F
Sitemap × Robots Consistency
Action
robots.txt blocks ALL crawling but sitemap.xml exists -- contradictory
FIX
robots.txt blocks ALL crawling but sitemap.xml exists -- contradictory
Critical::
robots.txt has 'Disallow: /' but sitemap.xml is published -- contradictory signals
Disallow: / for User-agent: * tells crawlers to skip the entire site, but the sitemap announces URLs to crawl. Either remove the Disallow: / (production sites) or remove the sitemap (intentional staging).
B
Canonical URL
Minor issues
REVIEW
Minor issues
Warning::
No canonical tag found
Search engines will determine the canonical URL themselves, which may cause duplicate content issues.
No Canonical URL Set
Page URL https://twitter.com Canonical (not set)

Search engines will determine the canonical URL themselves, which may cause duplicate content issues.

Why this matters

Without a canonical, Google may treat each URL variant (with/without slash, with tracking params, http/https) as duplicate content and split ranking.

Learn more

A canonical link tells Google which URL is the 'real' one when multiple URLs serve identical content. Without it, link equity gets split across variants and none of them rank as well as a single canonical version would. One <link rel="canonical"> tag in <head> covers it.

Source: Google Search Central

C
Sitemap Freshness
Action
Sitemap exists but no <lastmod> entries
REVIEW
Sitemap exists but no <lastmod> entries
Info::
Sitemap has no <lastmod> entries
Without lastmod, Google can't tell which URLs have changed since the last crawl -- it falls back to crawling everything periodically. Adding lastmod (date or ISO 8601 timestamp) on each <url> entry signals freshness so the crawler prioritizes recently-modified pages.
B
Sitemap Hygiene
1 hygiene issue(s) on a 0-URL sitemap
REVIEW
1 hygiene issue(s) on a 0-URL sitemap
Warning::
Sitemap is empty -- 0 URLs listed
The sitemap file is reachable and parses as valid XML, but contains no `<url>` entries. Common causes: a templated sitemap that didn't iterate the URL set during build, a static placeholder shipped to production, or a CMS that lost its URL index. Search engines fetch and discard empty sitemaps.
A+
Meta Tags
Title optimized
PASS
Title optimized
Info::
Page title is set
Got: X. It’s what’s happening / X
Info::
Title length (32 chars) is optimal
Info::
Meta description length (109 chars) is optimal
Info::
Title and H1 are well-aligned
Title

"X. It’s what’s happening / X"

32 characters Optimal ✓
Title: X. It’s what’s happening / X
H1: Happening now.
Match: Very different
Robots: Indexable (no restrictions)
A+
Title Style Depth
Title style is clean -- consistent separator, no stale year, no keyword stuffing
PASS
Title style is clean -- consistent separator, no stale year, no keyword stuffing
Info::
Title style is clean
A+
Image SEO
No images
PASS
No images
Info::
No images on this page
No images on this page.
A+
Hreflang URL Quality
No hreflang tags on the page
PASS
No hreflang tags on the page
Info::
No hreflang tags on the page
A+
Hreflang Completeness
No hreflang tags on this page -- check is N/A (single-language site or unannotated)
PASS
No hreflang tags on this page -- check is N/A (single-language site or unannotated)
Info::
No hreflang tags found -- completeness check is N/A
A
Markup Quality
2 markup-quality issue(s) detected
PASS
2 markup-quality issue(s) detected
Info::
`<meta charset>` declared at byte 3519 -- past the 1024-byte spec window
The HTML5 spec requires the encoding declaration to appear in the first 1024 bytes. Browsers that started parsing in a default encoding and discover the real charset later DISCARD parsing state and re-parse from the top -- a measurable hit to First Contentful Paint. Move the `<meta charset>` tag to be the first child of `<head>`.
Info::
14 redundant ARIA role attribute(s) on native semantic element(s)
The W3C "ARIA in HTML" spec calls this its first rule: don't use ARIA when a native HTML element already conveys the semantics. `<button role="button">`, `<a href role="link">`, `<nav role="navigation">`, `<main role="main">` -- the role attribute either does nothing or shadows the native semantic, occasionally breaking assistive-tech behaviors. Remove the redundant role.
A+
Schema Markup Audit
Per-type completeness vs Schema.org requirements + rich-result eligibility
PASS

No structured data detected

Without JSON-LD or microdata, this page can't qualify for any of Google's rich result formats. Even basic Organization or WebSite schema is a quick win.

Hreflang
0 hreflang tags
INFO
0 hreflang tags

No hreflang tags detected.

Hreflang tags are only needed for multilingual or multi-regional sites.

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback