Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DForm AccessibilityAction6 of 8 controls have issuesFIX
| Control | Type | Label | Method |
|---|---|---|---|
| s | search | Search | aria-label |
| #obfx-checkbox-cb | checkbox | X | for/id |
| #download-email | (Add your email address) | placeholder only | |
| #footer-box-toggle-1 | checkbox | (none) | none |
| #footer-box-toggle-2 | checkbox | (none) | none |
| #footer-box-toggle-3 | checkbox | (none) | none |
| #footer-box-toggle-4 | checkbox | (none) | none |
| input | submit | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="submit">; <input type="checkbox" name="footer-box-toggle-1" id="footer-box-toggle-1">; <input type="checkbox" name="footer-box-toggle-2" id="footer-box-toggle-2">; <input type="checkbox" name="footer-box-toggle-3" id="footer-box-toggle-3">; <input type="checkbox" name="footer-box-toggle-4" id="footer-box-toggle-4">
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
Placeholder text disappears on focus and is not a reliable label.
<input type="email" name="email" id="download-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
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 108 links and 9 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://themeisle.com/ | Themeisle | img no alt | Add alt attribute to the image |
| https://themeisle.com/ | Themeisle | img no alt | Add alt attribute to the image |
| https://themeisle.com/themes/neve | <img data-opt-id=1442878877 … | img no alt | Add alt attribute to the image |
| https://themeisle.com/themes/hestia-pro/ | <img data-opt-id=422258469 de… | img no alt | Add alt attribute to the image |
| https://themeisle.com/plugins/visualizer… | Visualizer | new tab | Add '(opens in new tab)' to text |
| https://themeisle.com/plugins/feedzy-rss… | Feedzy | new tab | Add '(opens in new tab)' to text |
| https://themeisle.com/wordpress-plugins?… | (empty) | empty | Add link text or aria-label |
| https://www.facebook.com/themeisle/ | new tab | Add '(opens in new tab)' to text | |
| https://x.com/themeisle | X (Formerly Twitter) | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/channel/UCAQcBsP… | Youtube | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/themeis… | new tab | Add '(opens in new tab)' to text | |
| https://www.instagram.com/themeislewp/ | new tab | Add '(opens in new tab)' to text | |
| https://themeisle.com/blog/how-to-instal… | Install WordPress | new tab | Add '(opens in new tab)' to text |
| https://themeisle.com/blog/best-website-… | Website Builders | new tab | Add '(opens in new tab)' to text |
| https://themeisle.com/blog-name-generato… | Blog Name Generator | new tab | Add '(opens in new tab)' to text |
| https://optimole.com/ | Optimole | new tab | Add '(opens in new tab)' to text |
| https://wpshout.com/ | WPShout | new tab | Add '(opens in new tab)' to text |
| https://revive.social/ | ReviveSocial | new tab | Add '(opens in new tab)' to text |
| https://domainwheel.com/ | Domain Wheel | new tab | Add '(opens in new tab)' to text |
| http://vertistudio.com/ | VertiStudio | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
https://themeisle.com/wordpress-plugins?utm_source=themeisle&utm_medium=produ…
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://themeisle.com/"]; a[href="https://themeisle.com/"]; a[href="https://themeisle.com/themes/neve"]; a[href="https://themeisle.com/themes/hestia-pro/"]
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://themeisle.com/plugins/visualizer-charts-and-graphs/; https://themeisle.com/plugins/feedzy-rss-feeds/; https://www.facebook.com/themeisle/; https://x.com/themeisle; https://www.youtube.com/channel/UCAQcBsP3h6p5yXgFap4LEGA; https://www.linkedin.com/company/themeisle/; https://www.instagram.com/themeislewp/; https://themeisle.com/blog/how-to-install-wordpress/; https://themeisle.com/blog/best-website-builder/; https://themeisle.com/blog-name-generator/ (+5 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
BFavicon & Branding4 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 18 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 WordPress Themes & P… | 1.66:1 | 3.0:1 | #000000 | #333333 | Fail |
| h2 Themes | 1.66:1 | 3.0:1 | #000000 | #333333 | Fail |
| h2 Plugins | 1.66:1 | 3.0:1 | #000000 | #333333 | Fail |
| h2 Set sail with a flee… | 1.66:1 | 3.0:1 | #000000 | #333333 | Fail |
| h2 Blog | 1.66:1 | 3.0:1 | #000000 | #333333 | Fail |
| h2 About Us | 1.66:1 | 3.0:1 | #000000 | #333333 | Fail |
| h2 Supported by Real Pe… | 1.66:1 | 3.0:1 | #000000 | #333333 | Fail |
| h2 Our products be used… | 1.66:1 | 3.0:1 | #000000 | #333333 | Fail |
| h2 Our tutorials | 1.66:1 | 3.0:1 | #000000 | #333333 | Fail |
| h3 Join over 400k u… | 1.66:1 | 3.0:1 | #000000 | #333333 | Fail |
| title Themeisle - Built to… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Skip to content | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Themes | 3.81:1 | 4.5:1 | #000000 | #0767CB | Fail |
| a Neve | 3.76:1 | 4.5:1 | #000000 | #0566CA | Fail |
| a Hestia | 3.66:1 | 4.5:1 | #000000 | #0464C8 | Fail |
| a Neve FSE | 3.61:1 | 4.5:1 | #000000 | #0263C7 | Fail |
| a All Themes | 3.61:1 | 4.5:1 | #000000 | #0263C7 | Fail |
| span Plugins | 3.60:1 | 4.5:1 | #000000 | #0363C6 | Fail |
| a Feedzy RSS Feeds | 3.61:1 | 4.5:1 | #000000 | #0463C6 | Fail |
| a Visualizer | 3.64:1 | 4.5:1 | #000000 | #0664C5 | Fail |
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.
BLighthouse Accessibility AuditsScore 88/100 — 4 failing, 24 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 element 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 how to make command elements more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.row > div.footer-cols > div.footer-box > label.caret div.row > div.footer-cols > div.footer-box > label.caret |
div.row > div.footer-cols > div.footer-box > label.caret div.row > div.footer-cols > div.footer-box > label.caret |
div.row > div.footer-cols > div.footer-box > label.caret div.row > div.footer-cols > div.footer-box > label.caret |
div.row > div.footer-cols > div.footer-box > label.caret div.row > div.footer-cols > div.footer-box > label.caret |
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 |
|---|
Blimey! Add more firepower to yer site, theme and rule the seven seas. div.nv-content-wrap > div.wp-block-columns > div.wp-block-column > p.is-style-default |
See All Plugins div.wp-block-column > div.wp-block-buttons > div.wp-block-button > a.wp-block-button__link |
Find th’ gold wit’ our treasure maps for land lubbers and seafarers alike. div.nv-content-wrap > div.wp-block-columns > div.wp-block-column > p.has-text-color |
See what’s new div.wp-block-column > div.wp-block-buttons > div.wp-block-button > a.wp-block-button__link |
Accept body.home > div#obfx-cookie-bar > span.obfx-cookie-bar > a#obfx-accept-cookie-policy |
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 |
|---|
How to install WordPress guide div.wp-block-column > div.wp-block-themeisle-icon-card > div.ti-card-content-wrap > h5.wp-block-heading |
These are opportunities to improve keyboard navigation in your application.
Names and labels
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.wp-block-group > div.wp-block-group__inner-container > figure.wp-block-image > a div.wp-block-group > div.wp-block-group__inner-container > figure.wp-block-image > a |
div.wp-block-group > div.wp-block-group__inner-container > figure.wp-block-image > a div.wp-block-group > div.wp-block-group__inner-container > figure.wp-block-image > a |
div.wp-block-columns > div.wp-block-column > p.is-style-default > a div.wp-block-columns > div.wp-block-column > p.is-style-default > a |
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.
ALandmark Structure7 landmarksPASS
Multiple navigations need aria-label to distinguish them for screen readers.
Some <nav> elements lack aria-label — screen-reader users hear 'navigation' multiple times with no way to distinguish them.
Learn more ▾ ▴
When a page has multiple <nav> regions (primary, footer, breadcrumb), each needs aria-label or aria-labelledby. AT users navigate by landmark; identical 'navigation' announcements force them to enter each one to discover purpose.
Source: WAI-ARIA Authoring Practices
AHeading Hierarchy23 headings, 1 skip(s)PASS
- H1 WordPress Themes & Plugins for yer voyage
- H2 Themes
- H2 Neve
- H2 Hestia
- H3 Otter Blocks
- H3 Visualizer
- H3 Feedzy
- H2 Plugins
- H2 Set sail with a fleet of 471,039 pirates
- H2 Blog
- H2 About Us
- H2 Supported by Real People
- H2 Our products be used by
- H2 Our tutorials
- H5 How to install WordPress guide skipped
- H5 Best WordPress hosting compared
- H5 Best 9 free blogging sites compared
- H5 How to create a successful blog
- H5 Start an online store with WordPress
- H5 How to create a website for free
- H5 Most profitable blog niches
- H5 Best domain registrars to buy domains from
- H3 Join over 400k users who build awesome sites with our products!
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
AAlt Text Quality4 of 15 images have issuesPASS
| Issue | Count |
|---|---|
| generic | 4 image(s) |