Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FHeading HierarchyAction40 headings, 5 skip(s)FIX
- H5 REVENUE DRIVEN FOR OUR CLIENTS
- H4 Increase in organic transactions
- H4 increase in ecommerce sales
- H3 The WebFX Portfolio
- H4 Industry-leading revenue acceleration platform
- H5 A next-level approach to digital
- H4 Simple, all-in-one CRM platform for B2B
- H5 Equip your sales team to win
- H4 #1Best Placeto Work in PA
- H1 Your Revenue Growth Partner in the AI Era
- H3 Stay Visible & Drive Traffic skipped
- H3 Generate More Qualified Leads
- H3 Make Smarter Marketing Decisions
- H3 Measure & Predict Revenue
- H2 Move From Marketing that Reports Clicks to Marketing that Reports Revenue
- H2 Uniquely Positioned to Power Real Revenue Growth
- H3 Attributable ROI From Marketing
- H3 Turning Traffic into Leads & Pipeline
- H3 Smarter Decisions at Scale
- H3 Turn Your Marketing Into a Revenue Engine
- H2 Proven Results For Growth-Focused Businesses
- H2 Search Has Changed Marketing Attribution Needs to Keep Up
- H5 Featured Case Study skipped
- H3 Winning Back Visibility in an AI Era
- H5 Keyword rankings growth skipped
- H2 See How Each Piece of Our Revenue Engine Grows Your Business
- H3 Drive brand visibility
- H3 Maximize website traffic
- H3 Boost sales efficiency
- H3 Revenue-focused decision-making
- H3 Drive brand visibility
- H2 Behind Every Strategy is an Entire Team of Experts Obsessed with Your Success
- H2 We Don’t Just Follow Industry Trends — We Publish Them
- H4 Where and Why Google’s AI Overviews Appear skipped
- H4 How Gen AI is Changing Search
- H4 How Different Generations Use AI to Search
- H4 Want to join our award-winning team?
- H2 Your Revenue Growth Starts Here
- H4 Discover how we can help your business grow skipped
- H5 Proudly brought to you by WebFX
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
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
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
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
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
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
CLandmark StructureAction4 landmarksREVIEW
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
BForm Accessibility5 of 5 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #form__proposal_website_block_f7ecc339-4586-4090-bbdb-a7e72971bfcc | text | (Enter your website) | placeholder only |
| website | text | (Enter your website) | placeholder only |
| website | text | (Enter your website) | placeholder only |
| website | text | (Enter your website) | placeholder only |
| website | text | (Enter your website) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="text" name="website" id="form__proposal_website_block_f7ecc339-4586-4090-bbdb-a7e72971bfcc">; <input type="text" name="website">; <input type="text" name="website">; <input type="text" name="website">; <input type="text" name="website">
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 QualityAction4 issue(s) across 232 links and 23 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://app.webfx.com/ | Client Login | new tab | Add '(opens in new tab)' to text |
| JavaScript:void(0); | (empty) | empty | Add link text or aria-label |
| /blog/seo/where-and-why-google-ai-overvi… | Read more | generic text | Replace with descriptive text |
Before: Read more Suggested: Where And Why Google Ai Overviews Appear 2 3m Keywords Study | |||
| /blog/seo/gen-ai-search-trends/ | Read more | generic text | Replace with descriptive text |
Before: Read more Suggested: Gen Ai Search Trends | |||
| /blog/seo/emerging-ai-search-trends-gen-… | Read more | generic text | Replace with descriptive text |
Before: Read more Suggested: Emerging Ai Search Trends Gen Z | |||
| /careers/ | View Opportunity | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
JavaScript:void(0);
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
Generic link text like 'click here' doesn't describe the destination.
/blog/seo/where-and-why-google-ai-overviews-appear-2-3m-keywords-study/ ("Read more"); /blog/seo/gen-ai-search-trends/ ("Read more"); /blog/seo/emerging-ai-search-trends-gen-z/ ("Read more")
Generic anchor text ('click here', 'read more', 'learn more') tells screen readers and search engines nothing about the destination.
Learn more ▾ ▴
Out-of-context lists of links read by AT (one navigation pattern) become useless when every link says 'click here'. Use the destination's title or topic as anchor text. Doubles as SEO win — Google passes anchor-text relevance to the destination.
Source: WCAG 2.4.4 / Google Search Central
Add '(opens in new tab)' to link text or aria-label.
https://app.webfx.com/; /careers/
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
BFavicon & Branding4 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 2 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 Your Revenue Growth … | 20.00:1 | 3.0:1 | #000000 | #F5FAFF | Pass |
| h2 Move From Marketing … | 20.00:1 | 3.0:1 | #000000 | #F5FAFF | Pass |
| h2 Uniquely Positioned … | 20.00:1 | 3.0:1 | #000000 | #F5FAFF | Pass |
| h2 Proven Results For | 20.00:1 | 3.0:1 | #000000 | #F5FAFF | Pass |
| h2 Search Has Changed | 20.00:1 | 3.0:1 | #000000 | #F5FAFF | Pass |
| h2 Marketing Attributio… | 20.00:1 | 3.0:1 | #000000 | #F5FAFF | Pass |
| h2 See How Each Piece o… | 20.00:1 | 3.0:1 | #000000 | #F5FAFF | Pass |
| h2 Behind Every Strateg… | 20.00:1 | 3.0:1 | #000000 | #F5FAFF | Pass |
| h2 We Don’t Just Foll… | 20.00:1 | 3.0:1 | #000000 | #F5FAFF | Pass |
| h2 Your Revenue Growth … | 20.00:1 | 3.0:1 | #000000 | #F5FAFF | Pass |
| h3 The WebFX Portfolio | 20.00:1 | 3.0:1 | #000000 | #F5FAFF | Pass |
| h3 Stay Visible & Driv… | 3.87:1 | 3.0:1 | #207DE9 | #F5FAFF | Pass |
| h3 Generate More Quali… | 2.07:1 | 3.0:1 | #4DC1B9 | #F5FAFF | Fail |
| h3 Make Smarter Marketi… | 4.84:1 | 3.0:1 | #AF3FAC | #F5FAFF | Pass |
| h3 Measure & Predict Re… | 1.81:1 | 3.0:1 | #41D48C | #F5FAFF | Fail |
| h3 Attributable ROI Fro… | 20.00:1 | 3.0:1 | #000000 | #F5FAFF | Pass |
| h3 Turning Traffic into… | 20.00:1 | 3.0:1 | #000000 | #F5FAFF | Pass |
| h3 Smarter Decisions at… | 20.00:1 | 3.0:1 | #000000 | #F5FAFF | Pass |
| h3 Turn Your Marketing … | 20.00:1 | 3.0:1 | #000000 | #F5FAFF | Pass |
| h3 Winning Back Visibil… | 20.00:1 | 3.0:1 | #000000 | #F5FAFF | 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.
BLighthouse Accessibility AuditsScore 85/100 — 6 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
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Traditional Marketing div.funnel-slider-module__container > div.funnel-slider-module__tabs-wrapper > div.funnel-slider-module__tabs > button.funnel-slider-module__tab |
Revenue Marketing div.funnel-slider-module__container > div.funnel-slider-module__tabs-wrapper > div.funnel-slider-module__tabs > button.funnel-slider-module__tab |
Revenue Platform div.rotating-3-pillars-carousel__container > div.rotating-3-pillars-carousel__triangle-nav > div.rotating-3-pillars-carousel__nav-items > button.rotating-3-pillars-carousel__nav-item |
Strategic Execution div.rotating-3-pillars-carousel__container > div.rotating-3-pillars-carousel__triangle-nav > div.rotating-3-pillars-carousel__nav-items > button.rotating-3-pillars-carousel__nav-item |
AI-Powered Intelligence div.rotating-3-pillars-carousel__container > div.rotating-3-pillars-carousel__triangle-nav > div.rotating-3-pillars-carousel__nav-items > button.rotating-3-pillars-carousel__nav-item |
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Play video div.header-right-content > div#flywheel_block_d7e8e6313cda453887cd168b0317eb85 > div.flywheel-container > a.flywheel-video-trigger |
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 |
|---|
Get a Proposal div.container-fluid > div.fxtopbar-inner > div.fxtopbar-right > a._get_proposal_btn |
15% HIGHER QUALIFIED LEAD GROWTH div.simple-column-usps__container > div.simple-column-usps__item > div.simple-column-usps__content > p.simple-column-usps__headline |
For clients who connect their data div.simple-column-usps__container > div.simple-column-usps__item > div.simple-column-usps__content > p.simple-column-usps__subtext |
94K CLIENT MENTIONS IN AI SOURCES div.simple-column-usps__container > div.simple-column-usps__item > div.simple-column-usps__content > p.simple-column-usps__headline |
AI Visibility Trackable in RevenueCloudFX div.simple-column-usps__container > div.simple-column-usps__item > div.simple-column-usps__content > p.simple-column-usps__subtext |
#1 RATED AGENCY ON CLUTCH & G2 div.simple-column-usps__container > div.simple-column-usps__item > div.simple-column-usps__content > p.simple-column-usps__headline |
Verified from 500+ third-party reviews div.simple-column-usps__container > div.simple-column-usps__item > div.simple-column-usps__content > p.simple-column-usps__subtext |
30 YEARS OF PROVEN RESULTS div.simple-column-usps__container > div.simple-column-usps__item > div.simple-column-usps__content > p.simple-column-usps__headline |
Driving measurable ROI for clients div.simple-column-usps__container > div.simple-column-usps__item > div.simple-column-usps__content > p.simple-column-usps__subtext |
Get My Free Proposal div.revenue-engine-cta__content > form.revenue-engine-cta__form > div.revenue-engine-cta__form-wrapper > button.revenue-engine-cta__button |
FEATURED CASE STUDY div.gfcs-card-inner > div.gfcs-content > div.gfcs-content-text > h5.gfcs-label |
Explore The Case Study div.gfcs-card-inner > div.gfcs-content > div.gfcs-buttons > a.fx-btn |
Get My Free Proposal div.gfcs-card-inner > div.gfcs-content > div.gfcs-buttons > a.fx-btn |
586% div.gfcs-stats-row > div.gfcs-stats-cell > div.gfcs-stat > p.gfcs-stat-value |
INCREASE IN TRAFFIC FROM GENERATIVE AI SOURCES div.gfcs-stats-row > div.gfcs-stats-cell > div.gfcs-stat > p.gfcs-stat-label |
KEYWORD RANKINGS GROWTH div.gfcs-stats-row > div.gfcs-stats-cell > div.gfcs-image-with-title > h5.gfcs-image-title |
116% div.gfcs-stats-row > div.gfcs-stats-cell > div.gfcs-stat > p.gfcs-stat-value |
HIGHER VISIBILITY IN LLMS THAN CLOSEST COMPETITOR div.gfcs-stats-row > div.gfcs-stats-cell > div.gfcs-stat > p.gfcs-stat-label |
Kristine, Vice President of Marketing div.right-content > div.wysiwyg-content > div#category-testimonial-card-block_6901d9a0-4a08-4292-ae0b-26d0b172d0ac > p.category-testimonial-card__client |
Get My Free Proposal div.gradient-closer-cta__right > div.gradient-closer-cta__form-wrapper > form.gradient-closer-cta__form > button.gradient-closer-cta__button |
Send Me a Proposal! div.form__proposal > form.fx-footer-quote-form > div.input-group > button.btn |
888-874-2601 ul.ubermenu-content-block > li#block-24 > div.company-info > a.fx-btn |
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 |
|---|
FEATURED CASE STUDY div.gfcs-card-inner > div.gfcs-content > div.gfcs-content-text > h5.gfcs-label |
KEYWORD RANKINGS GROWTH div.gfcs-stats-row > div.gfcs-stats-cell > div.gfcs-image-with-title > h5.gfcs-image-title |
Where and Why Google’s AI Overviews Appear div.rcti-card > div.rcti-card__content > div.rcti-card__text > h4.rcti-card__title |
Discover how we can help your business grow div.form-proposal-wrapper > div.form__proposal > form.fx-footer-quote-form > h4 |
These are opportunities to improve keyboard navigation in your application.
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 html |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Revenue Platform div.rotating-3-pillars-carousel__container > div.rotating-3-pillars-carousel__triangle-nav > div.rotating-3-pillars-carousel__nav-items > button.rotating-3-pillars-carousel__nav-item |
Strategic Execution div.rotating-3-pillars-carousel__container > div.rotating-3-pillars-carousel__triangle-nav > div.rotating-3-pillars-carousel__nav-items > button.rotating-3-pillars-carousel__nav-item |
AI-Powered Intelligence div.rotating-3-pillars-carousel__container > div.rotating-3-pillars-carousel__triangle-nav > div.rotating-3-pillars-carousel__nav-items > button.rotating-3-pillars-carousel__nav-item |
A+Alt Text Quality1 of 88 images have issuesPASS
| Issue | Count |
|---|---|
| generic | 1 image(s) |