Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction11 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
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
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
FLink & Button QualityAction7 issue(s) across 150 links and 10 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /products/software/payfactors | PayfactorsAutomated job pricin… | img no alt | Add alt attribute to the image |
| /products/software/marketpay | MarketpayEnterprise-grade comp… | img no alt | Add alt attribute to the image |
| /products/software/paycycle | PaycycleEnd-to-end compensatio… | img no alt | Add alt attribute to the image |
| https://www.payscale.com/demo-request/pa… | (empty) | empty | Add link text or aria-label |
| /research-and-insights-type/research-rep… | Research ReportsFree research … | img no alt | Add alt attribute to the image |
| /events | WebinarsWatch live and on-dema… | img no alt | Add alt attribute to the image |
| /compensation-trends | BlogStories and insights on to… | img no alt | Add alt attribute to the image |
| /why-payscale/customer-stories | Customer StoriesLearn how our … | img no alt | Add alt attribute to the image |
| /why-payscale | Why PayscaleLearn why we are t… | img no alt | Add alt attribute to the image |
| /press-releases | Press ReleasesExplore the late… | img no alt | Add alt attribute to the image |
| /why-payscale/executive-leadership | Payscale LeadershipMeet the In… | img no alt | Add alt attribute to the image |
| /in-the-news | NewsroomPayscale in the spotli… | img no alt | Add alt attribute to the image |
| /careers | CareersDiscover the power of P… | img no alt | Add alt attribute to the image |
| /products/software/payfactors | PayfactorsAutomated job pricin… | img no alt | Add alt attribute to the image |
| /products/software/marketpay | MarketpayEnterprise-grade comp… | img no alt | Add alt attribute to the image |
| /products/software/paycycle | PaycycleEnd-to-end compensatio… | img no alt | Add alt attribute to the image |
| /research-and-insights-type/research-rep… | Research ReportsFree research … | img no alt | Add alt attribute to the image |
| /compensation-trends | WebinarsJoin thought leaders a… | img no alt | Add alt attribute to the image |
| /compensation-trends | BlogStories and insights on to… | img no alt | Add alt attribute to the image |
| /why-payscale/customer-stories | Customer StoriesLearn how our … | img no alt | Add alt attribute to the image |
| /why-payscale | Why PayscaleLearn why we are t… | img no alt | Add alt attribute to the image |
| /press-releases | Press ReleasesExplore the late… | img no alt | Add alt attribute to the image |
| /why-payscale/executive-leadership | Payscale LeadershipMeet the In… | img no alt | Add alt attribute to the image |
| /in-the-news | NewsroomPayscale in the spotli… | img no alt | Add alt attribute to the image |
| /careers | CareersDiscover the power of P… | img no alt | Add alt attribute to the image |
| https://www.payscale.com/about/terms-of-… | Terms of Use | new tab | Add '(opens in new tab)' to text |
| https://www.payscale.com/about/privacy-p… | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| https://www.payscale.com/about/terms-of-… | Terms of Use | new tab | Add '(opens in new tab)' to text |
| https://www.payscale.com/about/privacy-p… | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| /featured-content/cbpr | Research report2026 Compensati… | img no alt | Add alt attribute to the image |
| /featured-content/labor-market-wage-tren… | Research ReportQ1 2026 Labor M… | img no alt | Add alt attribute to the image |
| /a | (empty) | empty | Add link text or aria-label |
| https://www.facebook.com/Payscale | (empty) | empty | Add link text or aria-label |
| https://twitter.com/payscale | (empty) | empty | Add link text or aria-label |
| https://www.instagram.com/payscale/ | (empty) | empty | Add link text or aria-label |
| https://www.linkedin.com/company/payscal… | (empty) | empty | Add link text or aria-label |
| https://www.youtube.com/user/payscale | (empty) | empty | Add link text or aria-label |
| https://www.payscale.com/cookie-policy | More information about your pr… | new tab | Add '(opens in new tab)' to text |
| https://www.onetrust.com/products/cookie… | Powered by OneTrust Opens in a… | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
https://www.payscale.com/demo-request/payfactors-free?tk_ctg=hdr-nav&tk_cta=frm; /a; https://www.facebook.com/Payscale; https://twitter.com/payscale; https://www.instagram.com/payscale/; https://www.linkedin.com/company/payscale; https://www.youtube.com/user/payscale
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="/products/software/payfactors"]; a[href="/products/software/marketpay"]; a[href="/products/software/paycycle"]; a[href="/research-and-insights-type/research-reports"]; a[href="/events"]; a[href="/compensation-trends"]; a[href="/why-payscale/customer-stories"]; a[href="/why-payscale"]; a[href="/press-releases"]; a[href="/why-payscale/executive-leadership"] (+16 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://www.payscale.com/about/terms-of-use/; https://www.payscale.com/about/privacy-policy/; https://www.payscale.com/about/terms-of-use/; https://www.payscale.com/about/privacy-policy/; https://www.payscale.com/cookie-policy; https://www.onetrust.com/products/cookie-consent/
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
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
B404 Error PageHTTP 404, custom pageREVIEW
CFavicon & BrandingAction4 icon(s) detectedREVIEW
BWeb ManifestPWA-readyREVIEW
A+Heading Hierarchy40 headingsPASS
- H1 Confident pay decisions. Real business impact.
- H2 Today’s pay playbook can’t keep up with tomorrow’s business challenges
- H2 The shift isn’t luck – it’s a system
- H2 Built for every role that touches a pay decision
- H3 You own the strategy. We give you the system.
- H3 Compensation touches every HR workflow.
- H3 Every business decision has a comp consequence.
- H3 Bridge the gap between strategy and managers.
- H3 Your team's pay affects everything.
- H3 Compete for skilled talent in a tight labor market.
- H3 Smart compensation for high-volume retail.
- H3 Attract and retain talent in a high-turnover industry.
- H3 Attract top faculty and staff on limited budgets.
- H3 Keep projects on track with the right pay strategy.
- H3 Attract and retain top technical talent in a competitive market.
- H2 Real outcomes. Real customers.
- H2 For decades, Payscale has set the standard for how organizations pay
- H3 Pay Pioneers
- H3 Data Coverage & Confidence
- H3 Proven Solutions
- H3 Continuous Innovation
- H2 Insights from the industry's pay pioneers
- H3 2026 Compensation Best Practices Report
- H3 Q1 2026 Labor Market and Wage Trends Report
- H2 Ready to make every pay decision count?
- H2 Cookie Preferences
- H2 Cookie Preferences hidden
- H3 Your Privacy
- H3 Social Media Cookies
- H3 Targeting Cookies
- H3 Functional Cookies
- H3 Performance Cookies
- H3 Strictly Necessary Cookies
- H4 Your Privacy
- H4 Social Media Cookies
- H4 Targeting Cookies
- H4 Functional Cookies
- H4 Performance Cookies
- H4 Strictly Necessary Cookies
- H3 Cookie List
AAlt Text Quality1 of 88 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
A+Form AccessibilityAll 23 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #FirstName | text | * | for/id |
| #LastName | text | * | for/id |
| * | for/id | ||
| #Company | text | * | for/id |
| #Phone | tel | * | for/id |
| #Title | text | * | for/id |
| #mktoCheckbox_148420_0 | checkbox | By submitting this form, you agree to Payscale's Terms of Use and Privacy Policy. | for/id |
| #FirstName | text | * | for/id |
| #LastName | text | * | for/id |
| * | for/id | ||
| #Company | text | * | for/id |
| #Phone | tel | * | for/id |
| #Title | text | * | for/id |
| #mktoCheckbox_148378_0 | checkbox | By submitting this form, you agree to Payscale's Terms of Use and Privacy Policy. | for/id |
| #ot-group-id-C0005 | checkbox | Social Media Cookies | for/id |
| #ot-group-id-C0004 | checkbox | Targeting Cookies | for/id |
| #ot-group-id-C0003 | checkbox | Functional Cookies | for/id |
| #ot-group-id-C0002 | checkbox | Performance Cookies | for/id |
| #vendor-search-handler | text | Cookie list search | aria-label |
| #select-all-hosts-groups-handler | checkbox | checkbox label | for/id |
| #select-all-vendor-groups-handler | checkbox | checkbox label | for/id |
| #select-all-vendor-leg-handler | checkbox | checkbox label | for/id |
| #chkbox-id | checkbox | checkbox label | for/id |
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 Confident pay decis… | 18.74:1 | 3.0:1 | #000000 | #F4F2EA | Pass |
| h1 Real business | 18.74:1 | 3.0:1 | #000000 | #F4F2EA | Pass |
| h2 Today’s pay | 18.74:1 | 3.0:1 | #000000 | #F4F2EA | Pass |
| h2 can’t keep up with… | 18.74:1 | 3.0:1 | #000000 | #F4F2EA | Pass |
| h2 The shift isn’t lu… | 18.74:1 | 3.0:1 | #000000 | #F4F2EA | Pass |
| h2 Built for every role… | 18.74:1 | 3.0:1 | #000000 | #F4F2EA | Pass |
| h2 Real outcomes. | 18.74:1 | 3.0:1 | #000000 | #F4F2EA | Pass |
| h2 For decades, Payscal… | 18.74:1 | 3.0:1 | #000000 | #F4F2EA | Pass |
| h2 Insights from the in… | 18.74:1 | 3.0:1 | #000000 | #F4F2EA | Pass |
| h2 Ready to make every … | 18.74:1 | 3.0:1 | #000000 | #F4F2EA | Pass |
| h2 Cookie Preferences | 18.74:1 | 3.0:1 | #000000 | #F4F2EA | Pass |
| h2 Cookie Preferences | 18.74:1 | 3.0:1 | #000000 | #F4F2EA | Pass |
| h3 You own the strategy… | 18.74:1 | 3.0:1 | #000000 | #F4F2EA | Pass |
| h3 Compensation touches… | 18.74:1 | 3.0:1 | #000000 | #F4F2EA | Pass |
| h3 Every business decis… | 18.74:1 | 3.0:1 | #000000 | #F4F2EA | Pass |
| h3 Bridge the gap betwe… | 18.74:1 | 3.0:1 | #000000 | #F4F2EA | Pass |
| h3 Your team's pay affe… | 18.74:1 | 3.0:1 | #000000 | #F4F2EA | Pass |
| h3 Compete for skilled … | 18.74:1 | 3.0:1 | #000000 | #F4F2EA | Pass |
| h3 Smart compensation f… | 18.74:1 | 3.0:1 | #000000 | #F4F2EA | Pass |
| h3 Attract and retain t… | 18.74:1 | 3.0:1 | #000000 | #F4F2EA | 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.
ALighthouse Accessibility AuditsScore 91/100 — 3 failing, 24 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 |
|---|
Get a Demo div.header-wrapper > div.button-group > a.btn-modal-form-simple > div |
THE NEW REALITY div.container-global > div.header-wrapper > div.label-tag > div |
TODAY'S REALITY div.comparison-card > div.comparison-card-title-wrapper > div.label-tag > div.comparison-label |
THE INTELLIGENCE FUTURE div.comparison-card > div.comparison-card-title-wrapper > div.comparison-label > div |
INTRODUCING PAYSCALE INTELLIGENCE CLOUD div.container-global > div.header-wrapper > div.label-tag > div |
Explore Solutions div.header-wrapper > div.button-group > a.btn > div |
WHO IT'S FOR div.container-global > div.w-layout-vflex > div.label-tag > div |
Get a Demo div.who-subtabs_content > div.button-group > a.btn > div |
Contact Sales div.who-subtabs_content > div.button-group > a.btn > div |
WHY PAYSCALE div.container-global > div.w-layout-vflex > div.label-tag > div |
Get a Demo div.container-global > div.w-layout-vflex > a.btn > div |
RESOURCES div.container-global > div.header-wrapper > div.label-tag > div |
Read the report a.resources-card > div.resources-content > div.arrow-link > div |
Read the report a.resources-card > div.resources-content > div.arrow-link > div |
Payscale products div.footer_group > div.footer_link-group > a.footer_link > div |
Marketpay div.footer_group > div.footer_link-group > a.footer_link > div |
Payfactors div.footer_group > div.footer_link-group > a.footer_link > div |
Paycycle div.footer_group > div.footer_link-group > a.footer_link > div |
Partners & integrations div.footer_group > div.footer_link-group > a.footer_link > div |
Contact us div.footer_group > div.footer_link-group > a.footer_link > div |
Customer success & services div.footer_group > div.footer_link-group > a.footer_link > div |
Customer stories div.footer_group > div.footer_link-group > a.footer_link > div |
Why Payscale div.footer_group > div.footer_link-group > a.footer_link > div |
Leadership div.footer_group > div.footer_link-group > a.footer_link > div |
Careers div.footer_group > div.footer_link-group > a.footer_link > div |
Newsroom div.footer_group > div.footer_link-group > a.footer_link > div |
Press releases div.footer_group > div.footer_link-group > a.footer_link > div |
Corporate responsibility div.footer_group > div.footer_link-group > a.footer_link > div |
For individuals div.footer_group > div.footer_link-group > a.footer_link > div |
Salary research div.footer_group > div.footer_link-group > a.footer_link > div |
Find a job div.footer_group > div.footer_link-group > a.footer_link > div |
Cost of living calculator div.footer_group > div.footer_link-group > a.footer_link > div |
Career path planner div.footer_group > div.footer_link-group > a.footer_link > div |
Salary survey div.footer_group > div.footer_link-group > a.footer_link > div |
These are opportunities to improve the legibility of your content.
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.padding-global > div.container-global > div.footer_top-group > a.footer-logo div.padding-global > div.container-global > div.footer_top-group > a.footer-logo |
div.footer_link-group > div.footer_sc-wr > div.footer_soc-links > a.w-inline-block div.footer_link-group > div.footer_sc-wr > div.footer_soc-links > a.w-inline-block |
div.footer_link-group > div.footer_sc-wr > div.footer_soc-links > a.w-inline-block div.footer_link-group > div.footer_sc-wr > div.footer_soc-links > a.w-inline-block |
div.footer_link-group > div.footer_sc-wr > div.footer_soc-links > a.w-inline-block div.footer_link-group > div.footer_sc-wr > div.footer_soc-links > a.w-inline-block |
div.footer_link-group > div.footer_sc-wr > div.footer_soc-links > a.w-inline-block div.footer_link-group > div.footer_sc-wr > div.footer_soc-links > a.w-inline-block |
div.footer_link-group > div.footer_sc-wr > div.footer_soc-links > a.w-inline-block div.footer_link-group > div.footer_sc-wr > div.footer_soc-links > a.w-inline-block |
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.w-mod-js html.w-mod-js |
These items highlight common accessibility best practices.