Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.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 QualityAction416 links, 13 buttons — all OKREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://templatespare.com/ | Download Builder Plugin | new tab | Add '(opens in new tab)' to text |
| https://templatespare.com/ | Templatespare | new tab | Add '(opens in new tab)' to text |
| https://afthemes.com/plugins/wp-post-aut… | WP Post Author | new tab | Add '(opens in new tab)' to text |
| https://blockspare.com/ | Blockspare | new tab | Add '(opens in new tab)' to text |
| https://elespare.com/ | Elespare | new tab | Add '(opens in new tab)' to text |
| https://1.envato.market/2xxbD | Latest Posts Block | new tab | Add '(opens in new tab)' to text |
| https://1.envato.market/NOO1O | Magic Content Box | new tab | Add '(opens in new tab)' to text |
| http://1.envato.market/XxAZYg | Pricing Table Block | new tab | Add '(opens in new tab)' to text |
| https://1.envato.market/Jr0QzE | Team and Testimonial | new tab | Add '(opens in new tab)' to text |
| https://docs.afthemes.com/ | Docs | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/@wpafthemes | Video Tutorials | new tab | Add '(opens in new tab)' to text |
| https://afthemes.com/blog/ | Blog | new tab | Add '(opens in new tab)' to text |
| https://users.freemius.com/store/2377/ | Account | new tab | Add '(opens in new tab)' to text |
| https://www.gowithwp.com | Go with WP | new tab | Add '(opens in new tab)' to text |
| https://afthemes.com/all-themes-plan/ | <img decoding="async" width="1… | new tab | Add '(opens in new tab)' to text |
| https://afthemes.com/ | AF themes | new tab | Add '(opens in new tab)' to text |
| http://gowithwp.com | Community | new tab | Add '(opens in new tab)' to text |
| https://afthemes.com/all-themes-plan/ | Get All Themes | new tab | Add '(opens in new tab)' to text |
| https://afthemes.com/starter-sites/ | Get All Themes + Plugins | new tab | Add '(opens in new tab)' to text |
| https://www.blockspare.com/ | <img decoding="async" width="4… | img no alt | Add alt attribute to the image |
| https://tastewp.com/new/?pre-installed-p… | View Live Demo | new tab | Add '(opens in new tab)' to text |
| https://www.blockspare.com/pricing/ | View Pricing | new tab | Add '(opens in new tab)' to text |
| https://blockspare.com/ | Explore More | new tab | Add '(opens in new tab)' to text |
| https://elespare.com/ | <img decoding="async" width="4… | img no alt | Add alt attribute to the image |
| https://tastewp.com/new/?pre-installed-p… | View Live Demo | new tab | Add '(opens in new tab)' to text |
| https://elespare.com/pricing/ | View Pricing | new tab | Add '(opens in new tab)' to text |
| https://elespare.com/ | Explore More | new tab | Add '(opens in new tab)' to text |
| https://afthemes.com/plugins/wp-post-aut… | <img decoding="async" width="4… | img no alt | Add alt attribute to the image |
| https://tastewp.com/new/?pre-installed-p… | View Live Demo | new tab | Add '(opens in new tab)' to text |
| https://afthemes.com/plugins/wp-post-aut… | View Pricing | new tab | Add '(opens in new tab)' to text |
| https://afthemes.com/plugins/wp-post-aut… | Explore More | new tab | Add '(opens in new tab)' to text |
| https://blockspare.com | Blockspare | new tab | Add '(opens in new tab)' to text |
| https://elespare.com | Elepspare | new tab | Add '(opens in new tab)' to text |
| https://templatespare.com/ | Templatespare | new tab | Add '(opens in new tab)' to text |
| https://afthemes.com/plugins/wp-post-aut… | WP Post Author | new tab | Add '(opens in new tab)' to text |
| https://1.envato.market/2xxbD/ | Latest Post Block | new tab | Add '(opens in new tab)' to text |
| https://1.envato.market/NOO1O/ | Magic Content Box | new tab | Add '(opens in new tab)' to text |
| http://1.envato.market/XxAZYg/ | Pricing Table Block | new tab | Add '(opens in new tab)' to text |
| https://1.envato.market/Jr0QzE/ | Team and Testimonial Block | new tab | Add '(opens in new tab)' to text |
| https://afthemes.com/blog/ | Blog | new tab | Add '(opens in new tab)' to text |
| http://www.facebook.com/afthemes | new tab | Add '(opens in new tab)' to text | |
| http://www.twitter.com/afthemes | new tab | Add '(opens in new tab)' to text | |
| https://profiles.wordpress.org/afthemes#… | WordPress | new tab | Add '(opens in new tab)' to text |
| https://m.me/afthemes | Facebook_Messenger | new tab | Add '(opens in new tab)' to text |
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="https://afthemes.com/all-themes-plan/"]; a[href="https://www.blockspare.com/"]; a[href="https://elespare.com/"]; a[href="https://afthemes.com/plugins/wp-post-author/"]
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://templatespare.com/; https://templatespare.com/; https://afthemes.com/plugins/wp-post-author/; https://blockspare.com/; https://elespare.com/; https://1.envato.market/2xxbD; https://1.envato.market/NOO1O; http://1.envato.market/XxAZYg; https://1.envato.market/Jr0QzE; https://docs.afthemes.com/ (+30 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, 20 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 Numerous People All … | 2.01:1 | 3.0:1 | #000000 | #132AB3 | Fail |
| h2 100K+ Websites | 2.01:1 | 3.0:1 | #000000 | #132AB3 | Fail |
| h2 4.9/5★ Rated | 2.01:1 | 3.0:1 | #000000 | #132AB3 | Fail |
| h2 #1 in Design | 2.01:1 | 3.0:1 | #000000 | #132AB3 | Fail |
| h2 Free & Pro Plans | 2.01:1 | 3.0:1 | #000000 | #132AB3 | Fail |
| h2 WordPress Proud | 2.01:1 | 3.0:1 | #000000 | #132AB3 | Fail |
| h2 Popular Page Builder… | 2.01:1 | 3.0:1 | #000000 | #132AB3 | Fail |
| h2 News & Media | 2.01:1 | 3.0:1 | #000000 | #132AB3 | Fail |
| h2 Business & eCommerce | 2.01:1 | 3.0:1 | #000000 | #132AB3 | Fail |
| h2 Technology & Innovat… | 2.01:1 | 3.0:1 | #000000 | #132AB3 | Fail |
| h2 Education & Non-Prof… | 2.01:1 | 3.0:1 | #000000 | #132AB3 | Fail |
| h2 Regional & Local New… | 2.01:1 | 3.0:1 | #000000 | #132AB3 | Fail |
| h2 Lifestyle & Personal | 2.01:1 | 3.0:1 | #000000 | #132AB3 | Fail |
| h2 Design & Creative | 2.01:1 | 3.0:1 | #000000 | #132AB3 | Fail |
| h2 Specialty & Niche | 2.01:1 | 3.0:1 | #000000 | #132AB3 | Fail |
| h2 Looking for a Hassle… | 2.01:1 | 3.0:1 | #000000 | #132AB3 | Fail |
| h2 Enhance your site wi… | 2.01:1 | 3.0:1 | #000000 | #132AB3 | Fail |
| h2 AFthemes | 2.01:1 | 3.0:1 | #000000 | #132AB3 | Fail |
| h2 Product Tags | 2.01:1 | 3.0:1 | #000000 | #132AB3 | Fail |
| h2 Recent Posts | 2.01:1 | 3.0:1 | #000000 | #132AB3 | 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 85/100 — 4 failing, 22 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.
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 |
|---|
55+ Gutenberg Blocks & 450+ Patterns for Blogs, Magazines, Business Sites – Pos… div.wp-block-group > div.wp-block-group__inner-container > p > strong |
Elementor Addons for Blogs, News, & Magazine Websites – 35+ Widgets for Post Gr… div.wp-block-group > div.wp-block-group__inner-container > p > strong |
Boost Your Blog’s Engagement with Author Box, Social Links, Co-Authors, Guest A… div.wp-block-group > div.wp-block-group__inner-container > p > strong |
Build Your Website in Minutes with One-Click Import – No Coding Hassle! 1000+ … div.widget-column > section#text-2 > div.textwidget > p |
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 |
|---|
The Best, Absolutely div.review-block > div.review-block-head > div.review-head-text > h4.review-title |
These are opportunities to improve keyboard navigation in your application.
Names and labels
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
footer#colophon > div.wrap > div.secure-payment-info > img footer#colophon > div.wrap > div.secure-payment-info > img |
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.row > div.col > figure.wp-block-image > a div.row > div.col > 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-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 |
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.
A+Landmark Structure6 landmarksPASS
AHeading Hierarchy72 headings, 1 skip(s)PASS
- H1 AF themes
- H2 Built for Modern WordPress Publishing. T
- H3 1,000+ Ready-Made Starter Sites
- H3 Designed for News, Magazines & Blogs
- H3 Fully Managed Hosting, Setup & Support
- H2 Numerous People All Over The World Love It.
- H4 The Best, Absolutely skipped
- H4 SUPER SUPER
- H4 Pantilla muy clara y precisa
- H4 Perfect support
- H3 Our products power over 200,000 websites. And counting..
- H3 Designed for Independent Publishers
- H2 100K+ Websites
- H2 4.9/5★ Rated
- H2 #1 in Design
- H2 Free & Pro Plans
- H2 WordPress Proud
- H2 Popular Page Builders & Plugins Integration
- H2 News & Media
- H2 Business & eCommerce
- H2 Technology & Innovation
- H2 Education & Non-Profit
- H2 Regional & Local News
- H2 Lifestyle & Personal
- H2 Design & Creative
- H2 Specialty & Niche
- H3 Most Popular Themes
- H2 ChromeNews Pro
- H2 CoverNews Pro
- H2 MoreNews Pro
- H2 Newsever Pro
- H2 Newsphere Pro
- H2 Shopical Pro
- H3 Latest Premium Themes
- H2 ReviewNews Pro
- H2 BroadNews Pro
- H2 ChromeNews Pro
- H2 MoreNews Pro
- H2 DarkNews Pro
- H2 EnterNews Pro
- H3 Popular Free Themes
- H2 CentralNews
- H2 ChromeBlog
- H2 ChromeNews
- H2 CoverNews
- H2 MoreNews
- H2 Newsment
- H3 Latest Free Themes
- H2 NewSpare
- H2 ReviewNews
- H2 BroadNews
- H2 ChromeNews
- H2 MoreNews
- H2 DarkNews
- H3 Latest Child Themes
- H2 BlogSpare
- H2 NewsCom
- H2 ReviewMag
- H2 NewsReview
- H2 CorpNews
- H2 NewsGame
- H2 Looking for a Hassle-Free Website Creation?
- H2 Enhance your site with our plugins
- H2 Blockspare
- H2 Elespare
- H2 WP Post Author
- H2 AFthemes
- H2 Product Tags
- H2 Recent Posts
- H2 Popular Premium Themes
- H2 Popular Plugins
- H2 Useful links
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 Quality1 of 72 images have issuesPASS
| Issue | Count |
|---|---|
| missing | 1 image(s) |
Images without alt text are invisible to screen readers.
Each image without alt text is a WCAG 1.1.1 failure — invisible to screen-reader users, lost from Google Image Search.
Learn more ▾ ▴
WCAG 2.1 Level A requires text alternatives for non-decorative images. Empty alt='' is fine for decorative; meaningful images need descriptive text. Common fixes: CMS audit + bulk add, build-time linter (alt-text-required ESLint rule), CI gate on Lighthouse a11y score.
Source: WCAG 2.1 SC 1.1.1 / WebAIM Million Report