Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DIframe AccessibilityAction5/6 iframe(s) missing title; 0 placeholder(s)FIX
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
CLandmark StructureAction3 landmarksREVIEW
Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
Without a <main> landmark, screen-reader users can't skip past the navigation to the page content — every page starts with re-reading the menu.
Learn more ▾ ▴
The <main> element marks the page's primary content area. Assistive tech offers a 'jump to main' shortcut — but only if <main> exists. Without it, every page navigation forces re-reading the header. Wrap your primary content in a single <main>.
Source: WAI-ARIA / WCAG 2.4.1
Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.
Without a skip-nav link, keyboard users tab through every nav item before reaching content — every page, every visit.
Learn more ▾ ▴
WCAG 2.4.1 (Bypass Blocks) requires a mechanism to skip past repeated content. The standard implementation is a 'Skip to main content' link that's the first focusable element, visually hidden until focused. Three lines of HTML + four of CSS.
Source: WCAG 2.1 SC 2.4.1
BForm Accessibility5 of 6 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #wp-block-search__input-1 | search | Search | for/id |
| s | search | (Search) | placeholder only |
| url_input | text | (example.com) | placeholder only |
| autostart | text | (example.com) | placeholder only |
| target_url | text | (example.com) | placeholder only |
| s | search | (Search) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="search" name="s">; <input type="search" name="s">; <input type="text" name="url_input">; <input type="text" name="autostart">; <input type="text" name="target_url">
Placeholder-only labels disappear when the user starts typing — they must remember what the field was for.
Learn more ▾ ▴
Placeholders are NOT labels. They vanish on input, fail color contrast checks (most are gray), and don't satisfy WCAG SC 3.3.2. Always use a real <label> alongside (or aria-labelledby).
Source: WCAG 2.1 SC 3.3.2 / Nielsen Norman
BLink & Button Quality3 issue(s) across 51 links and 6 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| # | (empty) | empty | Add link text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
#
Links with no accessible text (empty <a></a>, image-only no alt, icon-only no aria-label) are unidentifiable to screen readers.
Source: WCAG 2.1 SC 2.4.4
Icon-only buttons need an aria-label so screen readers can announce them.
button.et-search-submit (#94 on page); button.et-search-submit (#148 on page)
Buttons with no accessible text (icon-only, no aria-label) can't be activated by voice control or understood by screen readers.
Source: WCAG 2.1 SC 4.1.2
BFavicon & Branding4 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 3 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 Rating Tools | 18.35:1 | 3.0:1 | #000000 | #ECF0F5 | Pass |
| h2 Powerful Website Rat… | 18.35:1 | 3.0:1 | #000000 | #ECF0F5 | Pass |
| h3 Domain Rating | 18.35:1 | 3.0:1 | #000000 | #ECF0F5 | Pass |
| h3 A11y Ratings | 18.35:1 | 3.0:1 | #000000 | #ECF0F5 | Pass |
| h3 Page Rating | 18.35:1 | 3.0:1 | #000000 | #ECF0F5 | Pass |
| h3 Domain Rating | 18.35:1 | 3.0:1 | #000000 | #ECF0F5 | Pass |
| h3 Page Rating Tool | 18.35:1 | 3.0:1 | #000000 | #ECF0F5 | Pass |
| h3 Accessibility (A11y)… | 18.35:1 | 3.0:1 | #000000 | #ECF0F5 | Pass |
| h3 Amazon Product Track… | 18.35:1 | 3.0:1 | #000000 | #ECF0F5 | Pass |
| h3 Recent Domain Checks | 11.04:1 | 3.0:1 | #333333 | #ECF0F5 | Pass |
| h3 Latest Amazon Rating… | 18.35:1 | 3.0:1 | #000000 | #ECF0F5 | Pass |
| title AZRatings - Domains,… | 2.53:1 | 4.5:1 | #000000 | #3E5062 | Fail |
| h4 TRENDING: | 2.53:1 | 3.0:1 | #000000 | #3E5062 | Fail |
| a Geekbear 512 GB Micr… | 2.53:1 | 4.5:1 | #000000 | #3E5062 | Fail |
| a Temu.com Vs Ebay.com | 6.46:1 | 4.5:1 | #000000 | #84909D | Pass |
| a Lenovo Tab P12 Table… | 18.33:1 | 4.5:1 | #000000 | #EAF0F9 | Pass |
| a Amazon Ratings | 18.33:1 | 4.5:1 | #000000 | #E8F0FE | Pass |
| a All Amazon Ratings | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Domain Rating | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Latest Domain Rating… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
Methodology: The top 20 text elements by font size were checked. Background color was sampled from the desktop screenshot using a 5-point pattern. WCAG 2.1 AA requires 4.5:1 for normal text and 3:1 for large text.
BLighthouse Accessibility AuditsScore 89/100 — 4 failing, 26 passedREVIEW
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
AZRatings provides easy-to-use tools designed to help you analyze, improve, and… article#post-1268 > div.post-wrap > div.post-content > p.wp-block-paragraph |
Evaluate the strength and authority of any domain. Identify key SEO indicators … article#post-1268 > div.post-wrap > div.post-content > p.wp-block-paragraph |
Scan individual URLs to analyze on-page elements, structure, and optimization … article#post-1268 > div.post-wrap > div.post-content > p.wp-block-paragraph |
Test your website for accessibility compliance and usability issues. Ensure you… article#post-1268 > div.post-wrap > div.post-content > p.wp-block-paragraph |
Track and monitor your Amazon product ratings over time with the Amazon Rating … article#post-1268 > div.post-wrap > div.post-content > p.wp-block-paragraph |
div#block-2 > form.wp-block-search__button-outside > div.wp-block-search__inside-wrapper > input#wp-block-search__input-1 div#block-2 > form.wp-block-search__button-outside > div.wp-block-search__inside-wrapper > input#wp-block-search__input-1 |
Wrangler ul.apt-recent-list > li.apt-recent-item > div.apt-recent-body > span.apt-recent-brand |
★ 4.7 li.apt-recent-item > div.apt-recent-body > div.apt-recent-meta > span.apt-recent-rating |
267 reviews li.apt-recent-item > div.apt-recent-body > div.apt-recent-meta > span.apt-recent-reviews |
Wrangler ul.apt-recent-list > li.apt-recent-item > div.apt-recent-body > span.apt-recent-brand |
★ 4.4 li.apt-recent-item > div.apt-recent-body > div.apt-recent-meta > span.apt-recent-rating |
1,258 reviews li.apt-recent-item > div.apt-recent-body > div.apt-recent-meta > span.apt-recent-reviews |
Wrangler ul.apt-recent-list > li.apt-recent-item > div.apt-recent-body > span.apt-recent-brand |
★ 4.3 li.apt-recent-item > div.apt-recent-body > div.apt-recent-meta > span.apt-recent-rating |
417 reviews li.apt-recent-item > div.apt-recent-body > div.apt-recent-meta > span.apt-recent-reviews |
WORKWEYA ul.apt-recent-list > li.apt-recent-item > div.apt-recent-body > span.apt-recent-brand |
★ 4.4 li.apt-recent-item > div.apt-recent-body > div.apt-recent-meta > span.apt-recent-rating |
157 reviews li.apt-recent-item > div.apt-recent-body > div.apt-recent-meta > span.apt-recent-reviews |
Under Armour ul.apt-recent-list > li.apt-recent-item > div.apt-recent-body > span.apt-recent-brand |
★ 4.6 li.apt-recent-item > div.apt-recent-body > div.apt-recent-meta > span.apt-recent-rating |
15,000 reviews li.apt-recent-item > div.apt-recent-body > div.apt-recent-meta > span.apt-recent-reviews |
These are opportunities to improve the legibility of your content.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
DOMAIN RATING div.post-content > div.az-launcher > div.az-card > h3 |
These are opportunities to improve keyboard navigation in your application.
Best practices
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
head > meta head > meta |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.js html.js |
These items highlight common accessibility best practices.
AHeading Hierarchy12 headings, 1 skip(s)PASS
- H4 TRENDING:
- H1 Rating Tools
- H3 Domain Rating skipped
- H3 A11y Ratings
- H3 Page Rating
- H2 Powerful Website Rating & Analysis Tools
- H3 Domain Rating Scanner
- H3 Page Rating Tool
- H3 Accessibility (A11y) Checker
- H3 Amazon Product Tracker
- H3 Recent Domain Checks
- H3 Latest Amazon Ratings
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI