Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FLink & Button QualityAction28 issue(s) across 201 links and 56 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| # | Espanol | img no alt | Add alt attribute to the image |
| # | German | img no alt | Add alt attribute to the image |
| # | Italiano | img no alt | Add alt attribute to the image |
| javascript:void(0); | (empty) | empty | Add link text or aria-label |
| # | Espanol | img no alt | Add alt attribute to the image |
| # | German | img no alt | Add alt attribute to the image |
| # | Italiano | img no alt | Add alt attribute to the image |
| (empty) | empty | Add link text or aria-label | |
| https://magicmotorsport.shop/en//terms-s… | terms of service | new tab | Add '(opens in new tab)' to text |
| https://www.iubenda.com/privacy-policy/2… | privacy policy | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/magicmotorsport | new tab | Add '(opens in new tab)' to text | |
| https://twitter.com/MAGICMOTORSPORT | new tab | Add '(opens in new tab)' to text | |
| https://www.linkedin.com/company/magicmo… | new tab | Add '(opens in new tab)' to text | |
| https://www.youtube.com/user/magicmotors… | YouTube | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/mms.center/ | new tab | Add '(opens in new tab)' to text | |
| https://www.magicmotorsport.com/ | Official site | new tab | Add '(opens in new tab)' to text |
| https://www.magicmotorsport.com/en/compl… | Compliance | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/magicmotorsport | new tab | Add '(opens in new tab)' to text | |
| https://twitter.com/MAGICMOTORSPORT | new tab | Add '(opens in new tab)' to text | |
| https://www.linkedin.com/company/magicmo… | new tab | Add '(opens in new tab)' to text | |
| https://www.youtube.com/user/magicmotors… | YouTube | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/mms.center/ | new tab | Add '(opens in new tab)' to text | |
| https://www.magicmotorsport.com/ | Official site | new tab | Add '(opens in new tab)' to text |
| https://www.iubenda.com/privacy-policy/2… | cookie policy | new tab | Add '(opens in new tab)' to text |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button 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.
javascript:void(0);; a#contentarea
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
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="https://www.facebook.com/magicmotorsport"]; a[href="https://twitter.com/MAGICMOTORSPORT"]; a[href="https://www.linkedin.com/company/magicmotorsport/"]; a[href="https://www.youtube.com/user/magicmotorsport"]; a[href="https://www.instagram.com/mms.center/"]
Image-only links with no alt are unidentifiable to screen-reader users — link's destination is invisible.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
https://magicmotorsport.shop/en//terms-services-warranty; https://www.iubenda.com/privacy-policy/25141031; https://www.facebook.com/magicmotorsport; https://twitter.com/MAGICMOTORSPORT; https://www.linkedin.com/company/magicmotorsport/; https://www.youtube.com/user/magicmotorsport; https://www.instagram.com/mms.center/; https://www.magicmotorsport.com/; https://www.magicmotorsport.com/en/compliance-and-funding/; https://www.magicmotorsport.com/ (+1 more)
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.owl-dot (#950 on page); button.owl-dot (#952 on page); button.owl-dot (#954 on page); button.owl-dot (#956 on page); button.owl-dot (#958 on page); button.action (#998 on page); button.action (#1028 on page); button.action (#1058 on page); button.action (#1088 on page); button.action (#1119 on page) (+16 more)
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
DMobile Keyboard & AutofillAction6/8 eligible field(s) missing autocomplete or inputmodeFIX
F404 Error PageActionSoft 404 detectedFIX
The server returned HTTP 200 for a non-existent path. Search engines will index this page as real content. Configure your server to return HTTP 404 for missing pages.
FFavicon & BrandingAction2 icon(s) detectedFIX
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
BHeading Hierarchy26 headings, 1 skip(s)REVIEW
- H1 Mechatronic solutions for automotive workshops
- H1 430€ OFF duplicate H1
- H1 IXI duplicate H1
- H1 DYNOMAG duplicate H1
- H1 FLEX duplicate H1
- H1 Automatic A/C Machine duplicate H1
- H1 430€ OFF duplicate H1
- H1 IXI duplicate H1
- H1 DYNOMAG duplicate H1
- H1 FLEX duplicate H1
- H1 Automatic A/C Machine duplicate H1
- H1 430€ OFF duplicate H1
- H2 Recommended products
- H2 Top categories
- H2 Latest arrived
- H2 Reviews
- H2 Our brands
- H2 Subscribe to the newsletter
- H6 Contact skipped
- H6 Social media
- H6 Support
- H6 Disclaimers and rules
- H6 Support
- H6 Disclaimers and rules
- H6 Contact
- H2 Notice
A page should have only one H1. Multiple H1s dilute the document outline.
Multiple H1s blur the page's primary topic — screen-reader users and Google both prefer one H1.
Learn more ▾ ▴
HTML5's outline algorithm technically allows multiple H1s within sectioning content, but no browser implements it. In practice: one H1 per page. Use H2-H6 for subsections.
Source: WCAG 2.4.6 / Google Search Central
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
BForm Accessibility8 of 13 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #customer-email | Email Address | for/id | |
| #pass | password | Password | for/id |
| #is_acepted | checkbox | I agree and understand Magicmotorsport terms of service and privacy policy. I agree and consent to receive communications from the company. You can unsubscribe at any time by clicking the link in the footer of our emails * | for/id |
| #recipient_email | textarea | Recipient Email(s) | for/id |
| #message | textarea | Message (optional) | for/id |
| #newsletter | (Email Address...) | placeholder only | |
| sender_name | text | (Enter Your Name) | placeholder only |
| sender_email | (Enter Your Email) | placeholder only | |
| #search | text | (Search...) | placeholder only |
| sender_name | text | (Enter Your Name) | placeholder only |
| sender_email | (Enter Your Email) | placeholder only | |
| sender_name | text | (Enter Your Name) | placeholder only |
| sender_email | (Enter Your Email) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="text" name="q" id="search">; <input type="email" name="email" id="newsletter">; <input type="text" name="sender_name">; <input type="email" name="sender_email">; <input type="text" name="sender_name">; <input type="email" name="sender_email">; <input type="text" name="sender_name">; <input type="email" name="sender_email">
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
BForm Input Quality2 input-semantic issue(s) across 13 form control(s)REVIEW
BTap Target Adequacy2 tap target(s) too small or too close togetherREVIEW
BMobile-Readable Font Sizes96% of visible text renders at >= 12 CSS px (3 below threshold)REVIEW
BLighthouse Accessibility AuditsScore 80/100 — 6 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.
ARIA
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Menu
Categories
Account
Settings ul.bottom-menu > li.nav-item > div.sections > div.section-items |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
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.banner-slider > div#home-slider > div.owl-nav > button.owl-next |
div.banner-slider > div#home-slider > div.owl-dots > button.owl-dot div.banner-slider > div#home-slider > div.owl-dots > button.owl-dot |
div.banner-slider > div#home-slider > div.owl-dots > button.owl-dot div.banner-slider > div#home-slider > div.owl-dots > button.owl-dot |
div.banner-slider > div#home-slider > div.owl-dots > button.owl-dot div.banner-slider > div#home-slider > div.owl-dots > button.owl-dot |
div.banner-slider > div#home-slider > div.owl-dots > button.owl-dot div.banner-slider > div#home-slider > div.owl-dots > button.owl-dot |
div.banner-slider > div#home-slider > div.owl-dots > button.owl-dot div.banner-slider > div#home-slider > div.owl-dots > button.owl-dot |
‹ div.row > div#product-slider > div.owl-nav > button.owl-prev |
› div.row > div#product-slider > div.owl-nav > button.owl-next |
‹ div.row > div#latest-slider > div.owl-nav > button.owl-prev |
› div.row > div#latest-slider > div.owl-nav > button.owl-next |
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 |
|---|
form#search_mini_form > div.field > div.control > input#search form#search_mini_form > div.field > div.control > input#search |
Shop div.product-item-info > div.product-item-details > div.product-item-subtext > p |
Last arrived div.product-item-info > div.product-item-details > div.product-item-subtext > p |
div.newsletter > div.control > span.input-text > input#newsletter div.newsletter > div.control > span.input-text > input#newsletter |
Support div.row > div.col-lg > div.block-content > h6 |
Disclaimers and rules div.row > div.col-lg-6 > div.block-content > h6 |
Contact div.row > div.col-lg > div.block-content > h6 |
Cookie Policy div.policy-links > div > a.iubenda-nostyle > span |
Privacy Policy div.policy-links > div > a.iubenda-nostyle > span |
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 |
|---|
Support div.row > div.col-lg > div.block-content > h6 |
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 |
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
+39 (0)91 74877 22 ul.site-links > li > p > a |
+39 (0)91 74877 23 ul.site-links > li > p > a |
These items highlight common accessibility best practices.
ALandmark Structure6 landmarksPASS
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
A+Heading Text Quality1 heading-text-quality issue(s) detectedPASS
AAlt Text Quality2 of 116 images have issuesPASS
| Issue | Count |
|---|---|
| generic | 2 image(s) |
A+Form Input Types1 input(s) using type=text where a specific type would helpPASS
A+Document LanguageLang attribute set to "en"PASS
A+Tabindex Anti-Patterns11 explicit tabindex attribute(s) checked, no anti-patternsPASS
AIframe Accessibility1/5 iframe(s) missing title; 0 placeholder(s)PASS
A+PWA DepthNo PWA depth issues detectedPASS
A+Print StylesheetPrint styles detectedPASS
A+Mobile UX Depth2 mobile-depth signal(s) detectedPASS
A+Color Contrast (Screenshot)20 text elements analyzed, 0 fail WCAG AAPASS
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 Mechatronic solution… | 19.77:1 | 3.0:1 | #000000 | #F8F8F8 | Pass |
| h1 for automotive works… | 19.77:1 | 3.0:1 | #000000 | #F8F8F8 | Pass |
| h1 430€ OFF | 19.77:1 | 3.0:1 | #000000 | #F8F8F8 | Pass |
| h1 IXI | 19.77:1 | 3.0:1 | #000000 | #F8F8F8 | Pass |
| h1 DYNOMAG | 19.77:1 | 3.0:1 | #000000 | #F8F8F8 | Pass |
| h1 FLEX | 19.77:1 | 3.0:1 | #000000 | #F8F8F8 | Pass |
| h1 Automatic A/C Machin… | 19.77:1 | 3.0:1 | #000000 | #F8F8F8 | Pass |
| h1 430€ OFF | 19.77:1 | 3.0:1 | #000000 | #F8F8F8 | Pass |
| h1 IXI | 19.77:1 | 3.0:1 | #000000 | #F8F8F8 | Pass |
| h1 DYNOMAG | 19.77:1 | 3.0:1 | #000000 | #F8F8F8 | Pass |
| h1 FLEX | 19.77:1 | 3.0:1 | #000000 | #F8F8F8 | Pass |
| h1 Automatic A/C Machin… | 19.77:1 | 3.0:1 | #000000 | #F8F8F8 | Pass |
| h1 430€ OFF | 19.77:1 | 3.0:1 | #000000 | #F8F8F8 | Pass |
| h2 Notice | 19.77:1 | 3.0:1 | #000000 | #F8F8F8 | Pass |
| title Magicmotorsport Shop… | 13.75:1 | 4.5:1 | #000000 | #FFC2C2 | Pass |
| div The store will not w… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Links | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Compare ( | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Login | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Language | 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.