Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DWeb ManifestActionValid manifestFIX
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
CLink & Button QualityAction3 issue(s) across 41 links and 3 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.merchantcircle.com/articles/… | Read more | generic text | Replace with descriptive text |
Before: Read more Suggested: 1092109 | |||
| https://www.merchantcircle.com/business_… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Business Homepage | |||
| https://www.facebook.com/MerchantCirclec… | fb social link | new tab | Add '(opens in new tab)' to text |
| https://twitter.com/MerchantCircle | twitter social link | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/merchan… | linkedin social link | new tab | Add '(opens in new tab)' to text |
| mailto:support@merchantcircle.com | Merchant Support | new tab | Add '(opens in new tab)' to text |
| <button> | (empty) | empty | Add button text or aria-label |
Generic link text like 'click here' doesn't describe the destination.
https://www.merchantcircle.com/articles/How-to-Plumb-a-Shower-Drain-A-Step-by… ("Read more"); https://www.merchantcircle.com/business_homepage ("Learn more")
Generic anchor text ('click here', 'read more', 'learn more') tells screen readers and search engines nothing about the destination.
Learn more ▾ ▴
Out-of-context lists of links read by AT (one navigation pattern) become useless when every link says 'click here'. Use the destination's title or topic as anchor text. Doubles as SEO win — Google passes anchor-text relevance to the destination.
Source: WCAG 2.4.4 / Google Search Central
Add '(opens in new tab)' to link text or aria-label.
https://www.facebook.com/MerchantCirclecom; https://twitter.com/MerchantCircle; https://www.linkedin.com/company/merchantcircle; mailto:support@merchantcircle.com
Links with target="_blank" without rel="noopener" leak the originating page's window context — security and UX issue.
Learn more ▾ ▴
Without rel="noopener", the new tab can navigate the original tab via window.opener (tab-nabbing attack). Modern browsers default to noopener for target=_blank but only since recent versions. Always set rel="noopener noreferrer" explicitly.
Source: MDN target / OWASP
Icon-only buttons need an aria-label so screen readers can announce them.
button.header-toggle (#65 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
B404 Error PageHTTP 404, custom pageREVIEW
BFavicon & Branding5 icon(s) detectedREVIEW
BColor Contrast (Screenshot)20 text elements analyzed, 0 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 Find the best local … | 8.20:1 | 3.0:1 | #000000 | #A0A2A4 | Pass |
| h2 Browse our top categ… | 6.56:1 | 3.0:1 | #000000 | #8B9192 | Pass |
| h2 Recommended business | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Popular articles | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Fuel your business g… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Autos | 6.18:1 | 3.0:1 | #000000 | #858D8B | Pass |
| h3 Home & Garden | 5.67:1 | 3.0:1 | #000000 | #818683 | Pass |
| h3 Legal & Financial | 4.34:1 | 3.0:1 | #000000 | #75716D | Pass |
| h3 Education | 3.22:1 | 3.0:1 | #000000 | #685B55 | Pass |
| h3 Professional Service… | 3.47:1 | 3.0:1 | #000000 | #6D605A | Pass |
| h3 Real Estate | 7.30:1 | 3.0:1 | #000000 | #9E9792 | Pass |
| h3 MerchantCircle | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Future Ford of Conco… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Exciting Windows! | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Embassy Suites by Hi… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Walnut Boulevard Kin… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Broadway Plaza | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 How to Plumb a Showe… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Heating and Cooling … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 How to Safely Tell I… | 21.00:1 | 3.0: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.
CLighthouse Accessibility AuditsActionScore 72/100 — 4 failing, 11 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.
Names and labels
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.cs-container > nav.header-navbar > div.header-content > button.header-toggle div.cs-container > nav.header-navbar > div.header-content > button.header-toggle |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
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 |
|---|
AUTOS div.rec-business-item > a.rec-business-link > div.rec-business-rate-wrap > span.rec-business-rate-text |
4.8 a.rec-business-link > div.rec-business-rate-wrap > span.rec-business-rate > span |
AUTOS div.rec-business-item > a.rec-business-link > div.rec-business-rate-wrap > span.rec-business-rate-text |
5.0 a.rec-business-link > div.rec-business-rate-wrap > span.rec-business-rate > span |
HOME & GARDEN div.rec-business-item > a.rec-business-link > div.rec-business-rate-wrap > span.rec-business-rate-text |
4.4 a.rec-business-link > div.rec-business-rate-wrap > span.rec-business-rate > span |
TRAVEL & LODGING div.rec-business-item > a.rec-business-link > div.rec-business-rate-wrap > span.rec-business-rate-text |
4.9 a.rec-business-link > div.rec-business-rate-wrap > span.rec-business-rate > span |
EDUCATION div.rec-business-item > a.rec-business-link > div.rec-business-rate-wrap > span.rec-business-rate-text |
4.8 a.rec-business-link > div.rec-business-rate-wrap > span.rec-business-rate > span |
FOOD & DINING div.rec-business-item > a.rec-business-link > div.rec-business-rate-wrap > span.rec-business-rate-text |
5.0 a.rec-business-link > div.rec-business-rate-wrap > span.rec-business-rate > span |
PLUMBING div.articles-item > div.articles-link > div.articles-info > span.articles-cat |
PLUMBING, HEATING, & AIR div.articles-item > a.articles-link > div.articles-info > span.articles-cat |
HOME ELECTRONICS div.articles-item > a.articles-link > div.articles-info > span.articles-cat |
KITCHEN RENOVATION div.articles-item > a.articles-link > div.articles-info > span.articles-cat |
DOORS & WINDOWS div.articles-item > a.articles-link > div.articles-info > span.articles-cat |
CONTRACTORS SERVICES & FACILITIES div.articles-item > a.articles-link > div.articles-info > span.articles-cat |
ROOF CONTRACTORS div.articles-item > a.articles-link > div.articles-info > span.articles-cat |
Learn more div.cs-container > div.footer-top-content > div.footer-top-info > a.btn |
These are opportunities to improve the legibility of your content.
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 html |
These items highlight common accessibility best practices.
A+Heading Hierarchy28 headingsPASS
- H1 Find the best local merchants
- H2 Browse our top categories
- H3 Autos
- H3 Home & Garden
- H3 Legal & Financial
- H3 Education
- H3 Professional Services
- H3 Real Estate
- H2 Recommended business
- H3 MerchantCircle
- H3 Future Ford of Concord
- H3 Exciting Windows!
- H3 Embassy Suites by Hilton Walnut Creek
- H3 Walnut Boulevard KinderCare
- H3 Broadway Plaza
- H2 Popular articles
- H3 How to Plumb a Shower Drain: A Step-by-Step Guide for Homeowners
- H3 Heating and Cooling 101: What Homeowners Need to Know
- H3 How to Safely Tell If a Wire Is Live
- H3 Luxury Kitchen Remodel: Design Ideas, Trends, and Expert Tips
- H3 A Guide to Interior Doors: Styles, Materials, and Design Tips
- H3 Sunroom Ideas to Brighten and Transform Your Home
- H3 Metal Roofing: Benefits, Costs, and Everything You Need to Know
- H2 Fuel your business growth with MerchantCircle
- H3 Follow Us
- H3 About
- H3 Merchants
- H3 Articles
A+Alt Text QualityAll 20 images OKPASS
A+Form AccessibilityAll 2 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #q | text | Find | for/id |
| #qn | text | Near | for/id |