| Critical | Offer an HTML site map to your users with links that point to the important parts of your site. Links implemented with scripts, select drop-downs, and similar non-anchor controls are not accessible to web crawlers unless they also 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 | Users can customize default text and background colors, so if you set a text color you must also set a background color, and vice versa. | 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>
| 13 | |
| 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>
| 15 | |
| 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 | |