Search engines and social platforms can read the page.
The page can be indexed
seo.noindexThe most expensive invisible mistake there is. The site looks perfect and simply never appears in search results. Builders and staging environments leave this behind constantly.
How to fix it
Remove the noindex directive from the meta tag or the response header.
robots.txt allows crawling
seo.robots_txtA Disallow rule left over from staging blocks every search engine from the entire site.
How to fix it
Remove the site-wide Disallow under User-agent: *.
The page has a title
seo.titleIt is the line people click in search results and the label on their browser tab. Without one they see a bare URL.
How to fix it
Write a title of 10 to 60 characters describing the page.
The page has a meta description
seo.descriptionWithout one, search engines invent a snippet from whatever text they find first, which is rarely the sentence you would have chosen.
How to fix it
Write 50 to 160 characters summarising the page.
Exactly one main heading
seo.h1No H1 leaves nothing stating what the page is about; several muddle it.
How to fix it
Use one H1 for the subject and H2s for the sections beneath it.
The language is declared
seo.langScreen readers and translation tools otherwise have to guess, and they guess wrong.
How to fix it
Add a lang attribute to the html element.
A canonical URL is set
seo.canonicalIf the page is reachable at more than one address, search engines split its ranking between them.
How to fix it
Add a canonical link pointing at the address you want to be the real one.
Shared links show a preview
seo.socialWithout Open Graph tags, a link posted to social media or a messaging app shows a bare URL and no image. It reads as unfinished.
How to fix it
Add og:title, og:description and og:image.
A sitemap is published
seo.sitemapNot required, but it is how search engines find pages that nothing links to yet.
How to fix it
Publish sitemap.xml and reference it from robots.txt.
A favicon is set
seo.faviconThe blank page icon in a browser tab reads as unfinished, and it is the cheapest thing on this list to fix.
How to fix it
Add a favicon link, or place favicon.ico at the root.