Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DWeb ManifestActionNot foundFIX
No web manifest found.
DPrint StylesheetActionNo print stylesFIX
BForm Accessibility2 of 2 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| query | search | (Search SiteOrigin) | placeholder only |
| query | search | (Search SiteOrigin) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="search" name="query">; <input type="search" name="query">
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
CLink & Button QualityAction72 links, 5 buttons — all OKREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://siteorigin.com/page-builder/ | Page Builder Create responsive… | img no alt | Add alt attribute to the image |
| https://siteorigin.com/widgets-bundle/ | Widgets Bundle Our growing col… | img no alt | Add alt attribute to the image |
| https://siteorigin.com/css/ | SiteOrigin CSS Modify the look… | img no alt | Add alt attribute to the image |
| https://siteorigin.com/installer/ | Installer Easily install our f… | img no alt | Add alt attribute to the image |
| https://siteorigin.com/page-builder/ | Page Builder | img no alt | Add alt attribute to the image |
| https://siteorigin.com/widgets-bundle/ | Widgets Bundle | img no alt | Add alt attribute to the image |
| https://siteorigin.com/css/ | SiteOrigin CSS | img no alt | Add alt attribute to the image |
| https://siteorigin.com/installer/ | Installer | img no alt | Add alt attribute to the image |
| https://siteorigin.com/page-builder/ | Page Builder A drag-and-drop p… | img no alt | Add alt attribute to the image |
| https://siteorigin.com/widgets-bundle/ | Widgets Bundle Dozens of ready… | img no alt | Add alt attribute to the image |
| https://siteorigin.com/css/ | SiteOrigin CSS Fine-tune the l… | img no alt | Add alt attribute to the image |
| https://siteorigin.com/fixed-vs-parallax… | Plugins 2 min Fixed vs Para… | img no alt | Add alt attribute to the image |
| https://siteorigin.com/build-once-reuse-… | Plugins · 2 min Build Once, R… | img no alt | Add alt attribute to the image |
| https://siteorigin.com/accelerate-your-w… | Announcements · 2 min Acceler… | img no alt | Add alt attribute to the image |
| https://siteorigin.com/boost-signups-wit… | Announcements · 2 min Boost S… | img no alt | Add alt attribute to the image |
| https://siteorigin.com/conditional-navig… | Tutorial · 5 min Conditional … | img no alt | Add alt attribute to the image |
| https://wordpress.org/support/plugin/sit… | WordPress.org plugin directory | new tab | Add '(opens in new tab)' to text |
| https://profiles.wordpress.org/drosselba… | @drosselbarto | new tab | Add '(opens in new tab)' to text |
| https://profiles.wordpress.org/tommalcol… | @tommalcolm | new tab | Add '(opens in new tab)' to text |
| https://profiles.wordpress.org/arutha176… | @arutha176 | new tab | Add '(opens in new tab)' to text |
| https://profiles.wordpress.org/jalbrecht… | @jalbrecht_d | new tab | Add '(opens in new tab)' to text |
| https://profiles.wordpress.org/nickhilte… | @nickhiltermann | new tab | Add '(opens in new tab)' to text |
| https://profiles.wordpress.org/davedesme… | @davedesmedt | new tab | Add '(opens in new tab)' to text |
| https://profiles.wordpress.org/gabrired/ | @gabrired | new tab | Add '(opens in new tab)' to text |
| https://profiles.wordpress.org/bonniedix… | @bonniedixon | new tab | Add '(opens in new tab)' to text |
| https://profiles.wordpress.org/astaryne/ | @astaryne | new tab | Add '(opens in new tab)' to text |
| https://profiles.wordpress.org/lynnlc/ | @lynnlc | new tab | Add '(opens in new tab)' to text |
| https://profiles.wordpress.org/jayantkum… | @jayantkumarrana | new tab | Add '(opens in new tab)' to text |
| https://wordpress.org/support/plugin/sit… | Read all five-star reviews on … | new tab | Add '(opens in new tab)' to text |
| https://x.com/siteorigin | Follow us on X | new tab | Add '(opens in new tab)' to text |
| https://facebook.com/siteorigin | Follow us on Facebook | new tab | Add '(opens in new tab)' to text |
| https://github.com/siteorigin | Follow us on GitHub | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/siteoriginwp | Follow us on YouTube | 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://siteorigin.com/page-builder/"]; a[href="https://siteorigin.com/widgets-bundle/"]; a[href="https://siteorigin.com/css/"]; a[href="https://siteorigin.com/installer/"]; a[href="https://siteorigin.com/page-builder/"]; a[href="https://siteorigin.com/widgets-bundle/"]; a[href="https://siteorigin.com/css/"]; a[href="https://siteorigin.com/installer/"]; a[href="https://siteorigin.com/page-builder/"]; a[href="https://siteorigin.com/widgets-bundle/"] (+6 more)
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://wordpress.org/support/plugin/siteorigin-panels/reviews/?filter=5; https://profiles.wordpress.org/drosselbarto/; https://profiles.wordpress.org/tommalcolm/; https://profiles.wordpress.org/arutha176/; https://profiles.wordpress.org/jalbrecht_d/; https://profiles.wordpress.org/nickhiltermann/; https://profiles.wordpress.org/davedesmedt/; https://profiles.wordpress.org/gabrired/; https://profiles.wordpress.org/bonniedixon/; https://profiles.wordpress.org/astaryne/ (+7 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 & Branding7 icon(s) detectedREVIEW
BDark Mode SupportDark mode detectedREVIEW
Detection limited to meta tags and inline styles.
ALandmark Structure8 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
A+Heading Hierarchy21 headingsPASS
- H1 Free WordPress Page Builder, Themes & Plugins
- H2 Free WordPress Page Builder, Widgets & CSS Tools
- H3 Page Builder
- H3 Widgets Bundle
- H3 SiteOrigin CSS
- H2 Get More From Your Site
- H3 Fixed vs Parallax Background Images: What’s the Difference?
- H3 Build Once, Reuse Everywhere: Section-Level Layouts with Custom Layouts
- H3 Accelerate Your Workflow with SiteOrigin Custom Layouts
- H3 Boost Signups with On-Page Forms and Content in SiteOrigin Lightboxes
- H3 Conditional Navigation Menus Made Easy
- H2 Trusted by Thousands of WordPress Professionals
- H2 SiteOrigin Premium Addons for Themes and Plugins
- H3 Every Addon, One Price
- H3 Priority Email Support
- H3 Continuous Development
- H2 Expert Support for Your WordPress Projects
- H3 SiteOrigin
- H3 Products
- H3 Your Account
- H3 Policies
A+Alt Text QualityAll 33 images OKPASS
A404 Error PageHTTP 404, custom pagePASS
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 |
|---|---|---|---|---|---|
| h2 Free WordPress Page … | 9.53:1 | 3.0:1 | #000000 | #5EB8EB | Pass |
| h2 Get More From Your S… | 9.53:1 | 3.0:1 | #000000 | #5EB8EB | Pass |
| h2 Trusted by Thousands… | 9.53:1 | 3.0:1 | #000000 | #5EB8EB | Pass |
| h2 SiteOrigin Premium A… | 9.53:1 | 3.0:1 | #000000 | #5EB8EB | Pass |
| h2 Expert Support for Y… | 9.53:1 | 3.0:1 | #000000 | #5EB8EB | Pass |
| h3 Page Builder | 9.53:1 | 3.0:1 | #000000 | #5EB8EB | Pass |
| h3 Widgets Bundle | 9.53:1 | 3.0:1 | #000000 | #5EB8EB | Pass |
| h3 SiteOrigin CSS | 9.53:1 | 3.0:1 | #000000 | #5EB8EB | Pass |
| h3 Fixed vs Parallax Ba… | 9.53:1 | 3.0:1 | #000000 | #5EB8EB | Pass |
| h3 Build Once, Reuse Ev… | 9.53:1 | 3.0:1 | #000000 | #5EB8EB | Pass |
| h3 Accelerate Your Work… | 9.53:1 | 3.0:1 | #000000 | #5EB8EB | Pass |
| h3 Boost Signups with O… | 9.53:1 | 3.0:1 | #000000 | #5EB8EB | Pass |
| h3 Conditional Navigati… | 9.53:1 | 3.0:1 | #000000 | #5EB8EB | Pass |
| h3 Every Addon, One Pri… | 9.53:1 | 3.0:1 | #000000 | #5EB8EB | Pass |
| h3 Priority Email Suppo… | 9.53:1 | 3.0:1 | #000000 | #5EB8EB | Pass |
| h3 Continuous Developme… | 9.53:1 | 3.0:1 | #000000 | #5EB8EB | Pass |
| h3 SiteOrigin | 9.53:1 | 3.0:1 | #000000 | #5EB8EB | Pass |
| h3 Products | 9.53:1 | 3.0:1 | #000000 | #5EB8EB | Pass |
| h3 Your Account | 9.53:1 | 3.0:1 | #000000 | #5EB8EB | Pass |
| h3 Policies | 9.53:1 | 3.0:1 | #000000 | #5EB8EB | 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+Lighthouse Accessibility AuditsScore 96/100 — 1 failing, 26 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 |
|---|
TRUSTED BY WORDPRESS PROFESSIONALS WORLDWIDE main#main-content > section.border-border > div.mx-auto > p.text-text-muted |
WordPress.org div.mx-auto > div.flex > div.text-text-muted/60 > span.text-sm |
Active installs div.flex > div.flex > div > div.text-text-muted |
User rating div.flex > div.flex > div > div.text-text-muted |
Actively developed div.flex > div.flex > div > div.text-text-muted |
Free & open source div.flex > div.flex > div > div.text-text-muted |
FREE & OPEN SOURCE section.bg-white > div.mx-auto > div.mx-auto > p.text-accent-blue |
TUTORIALS & GUIDES div.mx-auto > div.mb-12 > div > p.text-accent-blue |
View all posts section.bg-white > div.mx-auto > div.mb-12 > a.text-accent-blue |
WORDPRESS.ORG REVIEWS section.bg-surface-alt > div.mx-auto > div.mx-auto > p.text-accent-blue |
WordPress.org plugin directory div.mx-auto > div.mx-auto > p.text-text-secondary > a.text-accent-blue |
Free, lightweight WordPress tools, actively developed since 2012. div.mx-auto > div.grid > div.col-span-1 > p.text-text-muted |
Blog div > ul.mt-4 > li > a.text-text-muted |
About div > ul.mt-4 > li > a.text-text-muted |
Contact div > ul.mt-4 > li > a.text-text-muted |
SiteOrigin Premium div > ul.mt-4 > li > a.text-text-muted |
Page Builder div > ul.mt-4 > li > a.text-text-muted |
Widgets Bundle div > ul.mt-4 > li > a.text-text-muted |
CSS Editor div > ul.mt-4 > li > a.text-text-muted |
Themes div > ul.mt-4 > li > a.text-text-muted |
Log in div > ul.mt-4 > li > a.text-text-muted |
Dashboard div > ul.mt-4 > li > a.text-text-muted |
Support Forum div > ul.mt-4 > li > a.text-text-muted |
Refund Policy div > ul.mt-4 > li > a.text-text-muted |
Licensing div > ul.mt-4 > li > a.text-text-muted |
Support Policy div > ul.mt-4 > li > a.text-text-muted |
© 2026 SiteOrigin. All rights reserved. div.mx-auto > div.border-border > div.flex > p.text-text-muted |
Privacy Policy div.border-border > div.flex > nav.flex > a.text-text-muted |
Terms & Conditions div.border-border > div.flex > nav.flex > a.text-text-muted |
Accessibility div.border-border > div.flex > nav.flex > a.text-text-muted |
"Widgets: still more reliable than your wifi" footer.bg-surface > div.mx-auto > div.border-border > p.text-text-muted/60 |
These are opportunities to improve the legibility of your content.