Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction1 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
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 QualityAction4 issue(s) across 384 links and 20 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /hire/graphic-design | Graphic designers | img no alt | Add alt attribute to the image |
| /hire/website-design | Website designers | img no alt | Add alt attribute to the image |
| /hire/mobile-development | Mobile app developers | img no alt | Add alt attribute to the image |
| /hire/software-development | Software developers | img no alt | Add alt attribute to the image |
| /hire/3d-design | 3D artists | img no alt | Add alt attribute to the image |
| /hire/illustration | Illustration | img no alt | Add alt attribute to the image |
| /freelancers | Working with international fre… | img no alt | Add alt attribute to the image |
| /hire/software-development | Where to find the best develop… | img no alt | Add alt attribute to the image |
| /local | Do you need a local freelancer… | img no alt | Add alt attribute to the image |
| /freelancers | Building an international team… | img no alt | Add alt attribute to the image |
| /jobs/web-development | Website jobs | img no alt | Add alt attribute to the image |
| /jobs/graphic-design | Graphic design jobs | img no alt | Add alt attribute to the image |
| /jobs/data-entry | Data entry jobs | img no alt | Add alt attribute to the image |
| /jobs/mobile-phone | Mobile app development jobs | img no alt | Add alt attribute to the image |
| /jobs/internet-marketing | Internet marketing jobs | img no alt | Add alt attribute to the image |
| /local | Local jobs | img no alt | Add alt attribute to the image |
| /articles/starting-your-business/finding… | How to hire the perfect freela… | img no alt | Add alt attribute to the image |
| /community/articles/how-to-earn-money-at… | How to get started earning mon… | img no alt | Add alt attribute to the image |
| https://developers.freelancer.com/ | View more | new tab | Add '(opens in new tab)' to text |
| https://www.photoanywhere.com | Photo Anywhere | new tab | Add '(opens in new tab)' to text |
| https://developers.freelancer.com | API for Developers | new tab | Add '(opens in new tab)' to text |
| https://www.escrow.com | Escrow.com | new tab | Add '(opens in new tab)' to text |
| https://www.loadshift.com.au | Loadshift | new tab | Add '(opens in new tab)' to text |
| https://www.warriorforum.com | Warrior Forum | new tab | Add '(opens in new tab)' to text |
| https://facebook.com/fansoffreelancer | (empty) | empty | Add link text or aria-label |
| https://x.com/freelancer | (empty) | empty | Add link text or aria-label |
| https://youtube.com/freelancerchannel | (empty) | empty | Add link text or aria-label |
| https://instagram.com/freelancerofficial | (empty) | empty | Add link text or aria-label |
Links without text are announced as raw URLs by screen readers.
https://facebook.com/fansoffreelancer; https://x.com/freelancer; https://youtube.com/freelancerchannel; https://instagram.com/freelancerofficial
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="/hire/graphic-design"]; a[href="/hire/website-design"]; a[href="/hire/mobile-development"]; a[href="/hire/software-development"]; a[href="/hire/3d-design"]; a[href="/hire/illustration"]; a[href="/freelancers"]; a[href="/hire/software-development"]; a[href="/local"]; a[href="/freelancers"] (+8 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://developers.freelancer.com/; https://www.photoanywhere.com; https://developers.freelancer.com; https://www.escrow.com; https://www.loadshift.com.au; https://www.warriorforum.com
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 SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BAlt Text Quality15 of 85 images have issuesREVIEW
| Issue | Count |
|---|---|
| filename | 15 image(s) |
B404 Error PageHTTP 404, custom pageREVIEW
BFavicon & Branding5 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.
2 contrast failures on background images/gradients
These failures are invisible to CSS-based accessibility tools like Lighthouse. The text may be fine on a solid background, but fails when rendered over an image or gradient.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 Hire the best freela… | 1.29:1 | 3.0:1 | #000000 | #1D2026 | Fail |
| h2 Get work done in | 1.29:1 | 3.0:1 | #000000 | #1D2026 | Fail |
| h2 different categories | 1.29:1 | 3.0:1 | #000000 | #1D2026 | Fail |
| h3 Power your organisat… | 1.29:1 | 3.0:1 | #000000 | #1D2026 | Fail |
| title Hire Freelancers & F… | 1.09:1 | 4.5:1 | #000000 | #0D0F12 | Fail |
| button Hire freelancers | 1.10:1 | 4.5:1 | #000000 | #0E0F12 | Fail |
| p By skill | 1.10:1 | 4.5:1 | #000000 | #0E0F13 | Fail |
| p Looking for a freela… | 1.28:1 | 4.5:1 | #000000 | #1D1F26 | Fail |
| p By location | 1.28:1 | 4.5:1 | #000000 | #1E1F25 | Fail |
| p Search for freelance… | 2.85:1 | 4.5:1 | #000000 | #545659 | Fail |
| p By category | 2.81:1 | 4.5:1 | #000000 | #535559 | Fail |
| p Find freelancers tha… | 1.47:1 | 4.5:1 | #000000 | #292A30 | Fail |
| p Graphic designers | 1.28:1 | 4.5:1 | #000000 | #1E1F25 | Fail |
| p Website designers | 1.35:1 | 4.5:1 | #000000 | #222428 | Fail |
| p Mobile app developer… | 1.32:1 | 4.5:1 | #000000 | #222225 | Fail |
| p Software developers | 1.27:1 | 4.5:1 | #000000 | #1D1F22 | Fail |
| p 3D artists | 1.42:1 | 4.5:1 | #000000 | #26282B | Fail |
| p Illustration | 1.31:1 | 4.5:1 | #000000 | #202127 | Fail |
| p Other popular skills | 1.29:1 | 4.5:1 | #000000 | #1F2027 | Fail |
| button View more | 1.90:1 | 4.5:1 | #000000 | #3A3C41 | 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.
A+Heading Hierarchy13 headingsPASS
- H1 Hire the best freelancers for any job, online.
- H2 Make it real with Freelancer
- H3 The best talent
- H3 Fast bids
- H3 Quality work
- H3 Be in control
- H2 Tap into a global talent network
- H3 Post your job
- H3 Choose freelancers
- H3 Pay safely
- H3 We're here to help
- H2 Get work done in over 2700 different categories
- H3 Power your organisation's competitive advantage
A+Form AccessibilityNo form controlsPASS
A+Web ManifestPWA-readyPASS
A+Lighthouse Accessibility AuditsScore 95/100 — 1 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.
Best practices
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
head > meta head > meta |
These items highlight common accessibility best practices.