[SEO Audits] Write documentation
See original GitHub issueSome SEO audits point to existing support documentation and other external sources. We want to have documentation of all of Lighthouse’s audits in one canonical place (d.g.co/tools/lighthouse or jsdoc). Additionally, we should use these LH-specific docs to describe the exact pass/fail conditions for each audit and guidance on how to fix common failure reasons.
@kaycebasques, feel free to work with @kdzwinel on any implementation details of the audits and reach out to Lizzi for peer reviews.
Documentation checklist:
- Document has a
<title>
- Images have
alt
text - Has a
<meta viewport>
- Page has successful HTTP status code
- Document has a
<meta description>
- Document has a valid
hreflang
code - Document has a
rel=canonical
- Anchors have descriptive text
- Avoids plugins
- Document uses legible font sizes
- Page is not blocked from indexing
- robots.txt is valid
- Tap targets are sized appropriately
- JSON-LD structured data is valid
This list will be updated as we add more SEO audits.
Issue Analytics
- State:
- Created 6 years ago
- Comments:9 (7 by maintainers)
Top Results From Across the Web
How to Perform a Complete SEO Audit (in 15 Steps) - SEMrush
How to Perform a Complete SEO Audit (in 15 Steps) · 1. Check for Indexing Issues · 2. Check for Duplicate Versions of...
Read more >SEO Audits - Chrome Developers
SEO Audits. These checks ensure that your page is optimized for search engine results ranking. Make sure search engines understand your content #....
Read more >In-Depth SEO Audit Template - Backlinko
Free template for conducting an in-depth SEO audit. Covers on-page factors, content optimization, backlink analysis and more.
Read more >SEO Website Audits: Everything You Need to Know Part II
Detailed analysis with explanation; Supporting documentation to support and/or help you implement their findings; Actionable recommendations.
Read more >How to Perform an In-Depth Technical SEO Audit
Read this in-depth guide and learn a step-by-step process for creating a comprehensive technical SEO audits for your clients.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yep, web.dev has a doc for each bullet. #9537 takes care of most of them, with the following exceptions:
<title>
” and “Images havealt
text.”<meta viewport>
.”I’m still tidying up the web.dev docs to address feedback from the Lighthouse team, but I expect to have the SEO ones done in the next day or two.
Yes, I can work on the robots.txt doc