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
CForm AccessibilityAction6 of 11 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #address | text | Type Your Address | for/id |
| #sAddress | text | Start Address | for/id |
| #dAddress | text | Destination Address | for/id |
| #map_type | select | Map Type | for/id |
| #isResponsive | checkbox | Make Map Responsive | for/id |
| #mapWidth | text | (none) | none |
| #widthValue | number | (none) | none |
| #mapHeight | text | (none) | none |
| #heightValue | number | (none) | none |
| #mapZoom | text | (none) | none |
| #codeOutput | textarea | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="text" id="mapZoom">; <input type="text" id="mapWidth">; <input type="number" id="widthValue">; <input type="text" id="mapHeight">; <input type="number" id="heightValue">; <textarea id="codeOutput">
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
BLighthouse Accessibility AuditsScore 84/100 — 5 failing, 23 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
When an input field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn more about input field labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.card-body > div.form-group > div#zoomSlider > div.slider-handle div.card-body > div.form-group > div#zoomSlider > div.slider-handle |
div.col-lg-6 > div.form-group > div#widthSlider > div.slider-handle div.col-lg-6 > div.form-group > div#widthSlider > div.slider-handle |
div.col-lg-6 > div.form-group > div#heightSlider > div.slider-handle div.col-lg-6 > div.form-group > div#heightSlider > div.slider-handle |
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.
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 |
|---|
Community div.col-lg-12 > div#generate_map > div.mb-3 > a.btn |
Generate Code div.w-100 > div.card > div.card-body > button.btn |
try best ai humanizer div.card > div.col-lg-12 > p > a |
www.embedgooglemap.net div.row > div.col-lg-12 > div.copyright > a |
These are opportunities to improve the legibility of your content.
Names and labels
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.col-lg-6 > div.form-group > div.input-group > input#widthValue div.col-lg-6 > div.form-group > div.input-group > input#widthValue |
div.col-lg-6 > div.form-group > div.input-group > input#heightValue div.col-lg-6 > div.form-group > div.input-group > input#heightValue |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.col-lg-8 > div.w-100 > div#map-container > iframe#map-canvas div.col-lg-8 > div.w-100 > div#map-container > iframe#map-canvas |
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.
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.
A+Heading Hierarchy12 headingsPASS
- H5 Map Code
- H1 Embed Google Maps on Your Website for Free
- H2 What Google Maps Is
- H2 Why Embedding a Map Helps Your Website
- H2 How to Embed Google Maps Without an API
- H2 Where the Embed Code Works
- H2 Frequently Asked Questions
- H3 Is this really free?
- H3 Do I need technical skills?
- H3 Does the map work on mobile devices?
- H3 Can I change the map later?
- H3 Why not use the Google Maps API?
A+Alt Text QualityNo imagesPASS
A+Link & Button Quality3 links, 4 buttons — all OKPASS
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 Embed Google Maps on… | 19.27:1 | 3.0:1 | #000000 | #F5F5F6 | Pass |
| h2 What Google Maps Is | 19.27:1 | 3.0:1 | #000000 | #F5F5F6 | Pass |
| h2 Why Embedding a Map … | 19.27:1 | 3.0:1 | #000000 | #F5F5F6 | Pass |
| h2 How to Embed Google … | 19.27:1 | 3.0:1 | #000000 | #F5F5F6 | Pass |
| h2 Where the Embed Code… | 19.27:1 | 3.0:1 | #000000 | #F5F5F6 | Pass |
| h2 Frequently Asked Que… | 19.27:1 | 3.0:1 | #000000 | #F5F5F6 | Pass |
| h3 Is this really free? | 19.27:1 | 3.0:1 | #000000 | #F5F5F6 | Pass |
| h3 Do I need technical … | 19.27:1 | 3.0:1 | #000000 | #F5F5F6 | Pass |
| h3 Does the map work on… | 19.27:1 | 3.0:1 | #000000 | #F5F5F6 | Pass |
| h3 Can I change the map… | 19.27:1 | 3.0:1 | #000000 | #F5F5F6 | Pass |
| h3 Why not use the Goog… | 19.27:1 | 3.0:1 | #000000 | #F5F5F6 | Pass |
| title Embed Google Map, 10… | 19.95:1 | 4.5:1 | #000000 | #F9F9F9 | Pass |
| a Community | 19.95:1 | 4.5:1 | #000000 | #F9F9F9 | Pass |
| div Embed Google Map | 19.95:1 | 4.5:1 | #000000 | #F9F9F9 | Pass |
| label Type Your Address | 19.77:1 | 4.5:1 | #000000 | #F8F8F8 | Pass |
| label Start Address | 19.27:1 | 4.5:1 | #000000 | #F5F5F6 | Pass |
| label Destination Address | 19.11:1 | 4.5:1 | #000000 | #F4F4F5 | Pass |
| label Map Type | 19.11:1 | 4.5:1 | #000000 | #F4F4F5 | Pass |
| option Roadmap | 19.11:1 | 4.5:1 | #000000 | #F4F4F5 | Pass |
| option Satellite | 19.11:1 | 4.5:1 | #000000 | #F4F4F5 | 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.