Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction1 landmarksFIX
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
F404 Error PageActionHTTP 404, bare pageFIX
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.
DPrint StylesheetActionNo print stylesFIX
CLink & Button QualityAction1 issue(s) across 104 links and 0 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| # | (empty) | empty | Add link text or aria-label |
| https://www.facebook.com/Mobirise | Official Facebook Mobirise | new tab | Add '(opens in new tab)' to text |
| https://twitter.com/mobirise | Official Twitter Mobirise | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/mobirise/ | Official Instagram Mobirise | new tab | Add '(opens in new tab)' to text |
| https://dribbble.com/mobirise | Official Dribbble Mobirise | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/c/mobirise | Official Youtube Mobirise | new tab | Add '(opens in new tab)' to text |
| https://mobirise.com/ | Mobirise | img no alt | Add alt attribute to the image |
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
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="https://mobirise.com/"]
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://www.facebook.com/Mobirise; https://twitter.com/mobirise; https://www.instagram.com/mobirise/; https://dribbble.com/mobirise; https://www.youtube.com/c/mobirise
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
A+Heading Hierarchy32 headingsPASS
- H1 FREE WEBSITE BUILDER SOFTWARE
- H2 It's easier with AI: Generate your website
- H2 Make a website without coding
- H2 Customize your site visually
- H2 Edit locally and publish wherever
- H2 Download Free Website Builder Software
- H2 Multiple website templates
- H2 Start selling online
- H2 Get social
- H2 Build a mobile-friendly site
- H2 View and edit website code
- H2 More features
- H3 Custom domain
- H3 Galleries
- H3 Image sliders
- H3 Shop blocks
- H3 Blog features
- H3 Popup builder
- H3 Social feed
- H3 Image editor
- H3 Popup Chat
- H3 Shopping Cart
- H3 Bootstrap builder
- H3 Form builder
- H2 Create your website with Mobirise
- H2 What experts say
- H2 Made with Mobirise No Code
- H2 Join 2,500,000+ happy users!
- H2 Download free Mobirise now
- H2 View in Action
- H2 Got questions?
- H2 Follow us
AAlt Text Quality2 of 57 images have issuesPASS
| Issue | Count |
|---|---|
| generic | 2 image(s) |
AForm Accessibility1 of 12 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #rd1 | radio | How to make a website? | for/id |
| #rd2 | radio | How do I publish a site online? | for/id |
| #rd3 | radio | Can I download a website made in Mobirise? | for/id |
| #rd4 | radio | Is Mobirise free? | for/id |
| #rd5 | radio | Can I edit my existing site in Mobirise? | for/id |
| #rd6 | radio | Is Mobirise easy if I don't know how to code? | for/id |
| #rd7 | radio | Can I use Mobirise offline without internet? | for/id |
| #rd8 | radio | Can I create and edit websites online without downloading the app? | for/id |
| #rd9 | radio | What is Mobirise AI? | for/id |
| #rd10 | radio | How to generate websites with Mobirise AI? | for/id |
| #rd11 | radio | Can I export the code of a website? | for/id |
| #menu-toggle | checkbox | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="checkbox" id="menu-toggle">
Form controls without labels — assistive tech announces 'edit text' with no context; users can't complete forms.
Source: WCAG 2.1 SC 3.3.2
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 FREE WEBSITE BUILDER… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 It's easier with AI:… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Make a website witho… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Customize your site … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Edit locally and pub… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Download Free Websit… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Multiple website tem… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Start selling online | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Get social | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Build a mobile-frien… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 View and edit websit… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 More features | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Create your website … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 What experts say | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Made with Mobirise N… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Join 2,500,000+ happ… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Download free Mobiri… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 View in Action | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Got questions? | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Follow us | 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.
ALighthouse Accessibility AuditsScore 94/100 — 2 failing, 22 passedPASS
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 |
|---|
Try AI website builder software div.col-12 > div > div.mbr-section-btn > a.btn |
For Win div.col-12 > div.text-wrapper > div.mbr-section-btn > a.btn |
For Mac div.col-12 > div.text-wrapper > div.mbr-section-btn > a.btn |
For Win div.col-12 > div.text-wrapper > div.mbr-section-btn > a.btn |
For Mac div.col-12 > div.text-wrapper > div.mbr-section-btn > a.btn |
For Win div.col-12 > div.text-wrapper > div.mbr-section-btn > a.btn |
For Mac div.col-12 > div.text-wrapper > div.mbr-section-btn > a.btn |
Download for Windows div.row > div.content-wrap > div.mbr-section-btn > a.btn |
Download for Mac div.row > div.content-wrap > div.mbr-section-btn > a.btn |
premium div.row > div.title > p.mbr-section-subtitle > a |
View demo div.col-12 > div.text-wrapper > div.mbr-section-btn > a.btn |
View extensions div.col-12 > div.text-wrapper > div.mbr-section-btn > a.btn |
For Win div.col-12 > div.text-wrapper > div.mbr-section-btn > a.btn |
For Mac div.col-12 > div.text-wrapper > div.mbr-section-btn > a.btn |
Learn how div.col-12 > div.text-wrapper > div.mbr-section-btn > a.btn |
Download for Win div.row > div.col-md-12 > div.mbr-section-btn > a.btn |
Download for Mac div.row > div.col-md-12 > div.mbr-section-btn > a.btn |
These are opportunities to improve the legibility of your content.
Best practices
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.