Webpage: https://new-moon.lookchem.com
Device: Desktop Computer
Region: Germany (Frankfurt)
Single Region Score
Low-contrast text is difficult or impossible for many users to read. [Learn how to provide sufficient color contrast].
Specifying a doctype prevents the browser from switching to quirks-mode. [Learn more about the doctype declaration].
Optimize LCP by making the LCP image [discoverable] from the HTML immediately, and [avoiding lazy-loading]
Form elements without effective labels can create frustrating experiences for screen reader users. [Learn more about the `select` element].
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute].
When an image is being used as an `` button, providing alternative text can help screen reader users understand the purpose of the button. [Learn about input image alt text].
Third party code can significantly impact load performance. [Reduce and defer loading of third party code] to prioritize your page's content.
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. [Learn more about form element labels].
A `` not only optimizes your app for mobile screen sizes, but also prevents [a 300 millisecond delay to user input]. [Learn more about using the viewport meta tag].
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. [Learn how to make links accessible].
Layout shifts occur when elements move absent any user interaction. [Investigate the causes of layout shifts], such as elements being added, removed, or their fonts changing as the page loads.
Deprecated APIs will eventually be removed from the browser. [Learn more about deprecated APIs].
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. [Learn how to make links crawlable]
Meta descriptions may be included in search results to concisely summarize page content. [Learn more about the meta description].
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more about this errors in console diagnostic audit]
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. [Learn more about proper list structure].
Screen reader users rely on frame titles to describe the contents of frames. [Learn more about frame titles].
Descriptive link text helps search engines understand your content. [Learn how to make links more accessible].
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. [Learn more about the `lang` attribute].