| Critical | Offer an HTML site map to your users with links that point to the important parts of your site. Links embedded in menus, list boxes, and similar elements are not accessible to web crawlers unless they appear in your site map. If the site map is larger than 100 or so links, you may want to break the site map into separate pages. | Google Bing DuckDuckGo | |
| | 1 | |
| Very Important | If you set any of the colors on the body or a elements you must set all of them. | WCAG AA F24 508 AA F24 | |
| The colors used are: | | |
| color: rgb(0,0,0) from browser settings
background: rgb(238,238,238) from www.example.com
<h1>Example Domain</h1>
| 12 | |
| color: rgb(0,0,0) from browser settings
background: rgb(238,238,238) from www.example.com
<p>This domain is for use in .... Avoid use in operations.</p>
| 14 | |
| Important | No meta description tag found. Use a description tag that accurately describes the contents of a web page. | Google Bing DuckDuckGo | |
| <html lang='en'><head><title>Example Domain</title>...</head><body>...</body></html>
| 2 | |