highcontentpage
Missing H1
The indexable page has no H1, or an empty one. The H1 tells the search engine what the page is about in the author's own words, and it is the first heading a screen reader announces when entering the content.
highcontentpage
Thin content
An indexable page with fewer than 300 words of visible text. It rarely has enough substance to answer a query, so it competes poorly and, in bulk, dilutes the site's average quality in the search engine's eyes. Many of these are archives, tag pages or auto-generated stubs that are better left unindexed than expanded.
highduplicatesite
Identical content
Two or more indexable URLs return exactly the same HTML, byte for byte. They compete against each other for the same queries and split incoming links instead of adding them up. Fix it by keeping one indexable and canonicalising the rest to it.
highhttppage
Mixed content
A page served over HTTPS loads images, stylesheets or scripts over HTTP. The browser silently blocks scripts and stylesheets and flags the connection as not secure: the page looks broken and stops inspiring trust.
highindexabilitysite
Orphan page
The site declares this URL in its sitemap but none of its pages links to it. A visitor cannot reach it by browsing and the search engine sees content with no context and no internal authority. It is the finding that comes from comparing what is declared against what is reached, and no single page can reveal it.
mediumcanonicalpage
Cross-domain canonical
The canonical points to a host other than the page's own. That is legitimate for syndicated content, but when it is not deliberate it hands the ranking to the other domain: the page itself stops being indexed. It usually comes from a half-finished migration or a copied staging environment.
mediumcontentpage
Empty H1
There is an H1 in the markup, but it contributes no text: it is empty, or its only content is an image that says nothing. The heading takes the headline's place without doing its job, so neither the search engine nor a screen reader gets the topic of the page. The usual case is a logo inside the H1.
mediumcontentpage
Missing lang attribute
The <html> element does not declare the language of the content. Without it, a screen reader pronounces the text using the system language's rules, the browser does not know which dictionary to use when translating, and the site's language signals are left to automatic detection. It is a one-line attribute.
mediumhttppage
Oversized HTML
The HTML document is over 500 KB, images and scripts aside. It delays first paint on mobile connections and usually means the template dumps content the page never shows, or that inlined CSS and JS should live in their own files.
mediumindexabilitysite
Too many clicks from home
It takes more than four clicks from the home page to reach this page. The further away, the less internal authority it gets and the less often the search engine revisits it; in catalogues and archives it is the symptom of pagination with no shortcuts, where page 40 is only reachable through the previous 39.
lowcontentpage
Multiple H1
The page has more than one H1. HTML5 allows it, but there is no longer a single main topic: the search engine has to guess what the page is about, and a screen reader announces several level-one headings as if they were separate documents. It is usually the template marking the logo or the site name as an H1 on top of the real headline.
lowcontentpage
Heading level skipped
Heading levels drop by more than one step at once, for example from H2 to H4. The document outline ends up with holes: someone navigating by headings cannot tell whether the H4 belongs to that H2 or to another section, and the search engine loses the hierarchy it uses to understand what belongs to what. It usually comes from picking a heading by its font size instead of its level.