What it shows
URL and indexability
- The full page URL with character count
- An indexability status — whether the page is likely to be indexed based on all signals
Meta robots
All robots directives found on the page, including:index/noindexfollow/nofollownoarchive,nosnippet,max-snippet, and others
<meta name="robots"> tags and X-Robots-Tag HTTP headers.
Canonical URL
- The canonical URL declared on the page
- Whether it’s self-referencing (points to itself) or points to a different URL
- Flags mismatches between the page URL and canonical — a common source of indexing issues
Robots.txt
- Whether a
robots.txtfile exists on the domain - A direct link to view the
robots.txtfile
Hreflang tags
A table of all hreflang tags found on the page:| Language code | URL |
|---|---|
en-us | https://example.com/page |
de-de | https://example.com/de/page |
Sitemaps
Auto-discovers sitemaps from:robots.txtsitemap references- Common sitemap locations (
/sitemap.xml,/sitemap_index.xml)