Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureActionNo landmarksFIX
No landmarks detected
Screen reader users have no way to navigate by region.
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
FFavicon & BrandingAction1 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
BHeading Hierarchy2 headingsREVIEW
- H2 YOUR CART
- H2 FOLLOW US
Every page should have one H1 that describes the page content.
No H1 means screen-reader users can't identify the page's primary topic, and Google's content-extraction degrades.
Learn more ▾ ▴
The H1 is the document title for assistive tech and a strong signal to search engines about page topic. Pages without one force screen readers to fall back to the <title> attribute or page chrome. Add a single H1 that names the page's primary subject.
Source: WCAG 2.4.6 / Google Search Central
BLink & Button Quality1 issue(s) across 26 links and 0 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| # | (empty) | empty | Add link text or aria-label |
| mailto:doodlepaintingcompany@gmail.com | doodlepaintingcompany@gmail.co… | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/doodlepaintingc… | Picture | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/doodlepaintingc… | @doodlepaintingcompany | new tab | Add '(opens in new tab)' to text |
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
Add '(opens in new tab)' to link text or aria-label.
mailto:doodlepaintingcompany@gmail.com; https://www.facebook.com/doodlepaintingcompany/; https://www.facebook.com/doodlepaintingcompany/
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
C404 Error PageActionHTTP 404, custom pageREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 1 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 |
|---|---|---|---|---|---|
| h2 YOUR CART | 8.34:1 | 3.0:1 | #000000 | #3BBB34 | Pass |
| title DOODLE PAINTING COMP… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Home | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a About | 4.45:1 | 4.5:1 | #000000 | #607877 | Fail |
| a Our Work | 5.08:1 | 4.5:1 | #000000 | #48868F | Pass |
| a Services | 5.16:1 | 4.5:1 | #000000 | #3787A4 | Pass |
| a Reviews | 5.30:1 | 4.5:1 | #000000 | #1A8C9F | Pass |
| a Contact | 9.58:1 | 4.5:1 | #000000 | #8FB8A7 | Pass |
| a Home | 6.68:1 | 4.5:1 | #000000 | #9B9262 | Pass |
| a About | 8.82:1 | 4.5:1 | #000000 | #B3AA5D | Pass |
| a Our Work | 5.38:1 | 4.5:1 | #000000 | #7E8556 | Pass |
| a Services | 6.05:1 | 4.5:1 | #000000 | #309E2C | Pass |
| a Reviews | 8.77:1 | 4.5:1 | #000000 | #45BF3E | Pass |
| a Contact | 6.90:1 | 4.5:1 | #000000 | #30A94B | Pass |
| div Search by typing & p… | 7.36:1 | 4.5:1 | #000000 | #2DB02E | Pass |
| font 912.722.8769 | 8.88:1 | 4.5:1 | #000000 | #44C10F | Pass |
| font FOLLOW US | 7.50:1 | 4.5:1 | #000000 | #3DB114 | Pass |
| a doodlepaintingcompan… | 5.87:1 | 4.5:1 | #000000 | #3D9A33 | Pass |
| a 912.722.8769 | 5.81:1 | 4.5:1 | #000000 | #3F9931 | Pass |
| a @doodlepaintingcompa… | 8.28:1 | 4.5:1 | #000000 | #5BB659 | 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.
A+Heading Text Quality1 heading-text-quality issue(s) detectedPASS
AAlt Text Quality8 of 9 images have issuesPASS
| Issue | Count |
|---|---|
| generic | 8 image(s) |
A+Form AccessibilityNo form controlsPASS
A+Form Input TypesNo form controls on this pagePASS
A+Form Input QualityNo form controls on this pagePASS
A+Mobile Keyboard & AutofillNo form controls -- mobile keyboard check is N/APASS
A+Document LanguageLang attribute set to "en"PASS
A+Tabindex Anti-PatternsNo explicit tabindex attributes foundPASS
A+Iframe AccessibilityAll 1 iframe(s) have descriptive titlesPASS
A+Tap Target AdequacyAll tap targets meet WCAG 2.5.5/2.5.8 sizingPASS
A+Mobile-Readable Font SizesAll 10 visible text node(s) render at >= 12 CSS pixelsPASS
A+PWA DepthNo PWA depth issues detectedPASS
A+Mobile UX Depth1 mobile-depth signal(s) detectedPASS
A+Lighthouse Accessibility AuditsScore 100/100 — 0 failing, 15 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.