Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLink & Button QualityAction4 issue(s) across 168 links and 45 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://admin.fasthosts.co.uk/Auth/Login | Control Panel login | img no alt | Add alt attribute to the image |
| https://webmail.fasthosts.co.uk/ | Webmail login | img no alt | Add alt attribute to the image |
| https://admin.fasthosts.co.uk/Auth/Login… | Support login | img no alt | Add alt attribute to the image |
| /create-account/ | Create an account | img no alt | Add alt attribute to the image |
| https://admin.fasthosts.co.uk/Home | Dashboard | img no alt | Add alt attribute to the image |
| https://admin.fasthosts.co.uk/Profile | My user | img no alt | Add alt attribute to the image |
| https://admin.fasthosts.co.uk/Profile/Ac… | Account details | img no alt | Add alt attribute to the image |
| https://admin.fasthosts.co.uk/Billing | Invoices and Renewals | img no alt | Add alt attribute to the image |
| https://admin.fasthosts.co.uk/Billing/Pa… | Payment options | img no alt | Add alt attribute to the image |
| https://admin.fasthosts.co.uk/Referrals | Referrals | img no alt | Add alt attribute to the image |
| https://admin.fasthosts.co.uk/Profile/Us… | Manage users | img no alt | Add alt attribute to the image |
| https://webmail.fasthosts.co.uk/ | Webmail | img no alt | Add alt attribute to the image |
| https://admin.fasthosts.co.uk/GetSupport | Get support | img no alt | Add alt attribute to the image |
| https://admin.fasthosts.co.uk/?logout=1 | Log out | img no alt | Add alt attribute to the image |
| https://admin.fasthosts.co.uk/Auth/Login | Control Panel login | img no alt | Add alt attribute to the image |
| https://webmail.fasthosts.co.uk/ | Webmail login | img no alt | Add alt attribute to the image |
| https://admin.fasthosts.co.uk/Auth/Login… | Support login | img no alt | Add alt attribute to the image |
| /create-account/ | Create an account | img no alt | Add alt attribute to the image |
| https://admin.fasthosts.co.uk/Home | Dashboard | img no alt | Add alt attribute to the image |
| https://admin.fasthosts.co.uk/Profile | My user | img no alt | Add alt attribute to the image |
| https://admin.fasthosts.co.uk/Profile/Ac… | Account details | img no alt | Add alt attribute to the image |
| https://admin.fasthosts.co.uk/Billing | Invoices and Renewals | img no alt | Add alt attribute to the image |
| https://admin.fasthosts.co.uk/Billing/Pa… | Payment options | img no alt | Add alt attribute to the image |
| https://admin.fasthosts.co.uk/Referrals | Referrals | img no alt | Add alt attribute to the image |
| https://admin.fasthosts.co.uk/Profile/Us… | Manage users | img no alt | Add alt attribute to the image |
| https://webmail.fasthosts.co.uk/ | Webmail | img no alt | Add alt attribute to the image |
| https://admin.fasthosts.co.uk/GetSupport | Get support | img no alt | Add alt attribute to the image |
| https://admin.fasthosts.co.uk/?logout=1 | Log out | img no alt | Add alt attribute to the image |
| https://uk.trustpilot.com/review/fasthos… | 4.8 out of 5 | new tab | Add '(opens in new tab)' to text |
| https://uk.trustpilot.com/review/fasthos… | Rated 4.8 out of 5 from 17749 … | new tab | Add '(opens in new tab)' to text |
| https://twitter.com/fasthosts | new tab | Add '(opens in new tab)' to text | |
| https://www.facebook.com/fasthostsintern… | new tab | Add '(opens in new tab)' to text | |
| https://www.instagram.com/fasthosts/ | new tab | Add '(opens in new tab)' to text | |
| https://www.linkedin.com/company/fasthos… | new tab | Add '(opens in new tab)' to text | |
| https://www.youtube.com/user/fasthostsin… | Youtube | new tab | Add '(opens in new tab)' to text |
| https://uk.pinterest.com/fasthostsintern… | new tab | Add '(opens in new tab)' to text | |
| https://www.fasthosts.co.uk/terms/polici… | 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 |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="https://admin.fasthosts.co.uk/Auth/Login"]; a[href="https://webmail.fasthosts.co.uk/"]; a[href="https://admin.fasthosts.co.uk/Auth/Login?login_type=support_site"]; a[href="/create-account/"]; a[href="https://admin.fasthosts.co.uk/Home"]; a[href="https://admin.fasthosts.co.uk/Profile"]; a[href="https://admin.fasthosts.co.uk/Profile/Account"]; a[href="https://admin.fasthosts.co.uk/Billing"]; a[href="https://admin.fasthosts.co.uk/Billing/Payments"]; a[href="https://admin.fasthosts.co.uk/Referrals"] (+18 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://uk.trustpilot.com/review/fasthosts.co.uk; https://uk.trustpilot.com/review/fasthosts.co.uk; https://twitter.com/fasthosts; https://www.facebook.com/fasthostsinternet; https://www.instagram.com/fasthosts/; https://www.linkedin.com/company/fasthosts-internet-ltd; https://www.youtube.com/user/fasthostsinternet; https://uk.pinterest.com/fasthostsinternet/; https://www.fasthosts.co.uk/terms/policies/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
Icon-only buttons need an aria-label so screen readers can announce them.
button (#1681 on page); button (#1693 on page); button (#1709 on page); button (#1725 on page)
Buttons with no accessible text (icon-only, no aria-label) can't be activated by voice control or understood by screen readers.
Source: WCAG 2.1 SC 4.1.2
FFavicon & BrandingAction1 icon(s) detectedFIX
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
B404 Error PageHTTP 404, custom pageREVIEW
A+Landmark Structure12 landmarksPASS
AHeading Hierarchy53 headingsPASS
- H1 Fresh deals to grow your business
- H1 Big spring savings from 40p duplicate H1
- H2 Website Builder Essential
- H2 Website Builder Complete
- H2 Hosting for WordPress
- H2 Web Hosting
- H2 Why Fasthosts should be your first choice for hosting
- H3 Green hosting
- H3 ISO 27001-certified
- H3 Tier IV-certified
- H3 British business
- H3 Medium Business of the Year 2025
- H3 Sustainability Green hosting
- H3 Security ISO 27001-certified
- H3 Data centre Tier IV-certified
- H3 Data sovereignty Proudly British
- H3 Award winning Medium Business of the Year 2025
- H2 Fasthosts: Hosted in the UK, powered by British innovation
- H3 Every idea has a domain
- H3 High-performance Web Hosting? Got it!
- H3 Hosting for WordPress for every site
- H3 Get online with website builders
- H3 Look like a pro and get stuff done
- H3 Test, develop and play on pro servers
- H2 The numbers to back it up
- H2 A leading UK hosting provider for a reason
- H3 PERFORMANCE Performance you can trust
- H3 PERFORMANCE Performance you can trust
- H3 CONTROL Stay in control, no faff
- H3 CONTROL Stay in control, no faff
- H3 SECURITY Taking security seriously
- H3 SECURITY Taking security seriously
- H3 SUSTAINABILITY Sustainable hosting
- H3 SUSTAINABILITY Sustainable hosting
- H3 PRICING Clear-cut pricing
- H3 PRICING Clear-cut pricing
- H3 MIGRATION Support migrations
- H3 MIGRATION Support migrations
- H2 What our customers say
- H3 Genuinely happy to help
- H3 Outstanding Customer Service
- H3 Customer support is great
- H2 Real people. Real service.
- H3 Company
- H3 Community
- H3 Support
- H2 Manage your privacy
- H3 Manage consent preferences
- H4 Required cookies
- H4 Functional cookies
- H4 Performance cookies
- H4 Targeting cookies
- H3 Cookie List
A page should have only one H1. Multiple H1s dilute the document outline.
Multiple H1s blur the page's primary topic — screen-reader users and Google both prefer one H1.
Learn more ▾ ▴
HTML5's outline algorithm technically allows multiple H1s within sectioning content, but no browser implements it. In practice: one H1 per page. Use H2-H6 for subsections.
Source: WCAG 2.4.6 / Google Search Central
A+Alt Text QualityAll 119 images OKPASS
A+Form AccessibilityAll 9 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #domain-search | search | Search for your perfect domain here | for/id |
| #ot-group-id-C0003 | checkbox | Functional cookies | for/id |
| #ot-group-id-C0002 | checkbox | Performance cookies | for/id |
| #ot-group-id-C0004 | checkbox | Targeting cookies | for/id |
| #vendor-search-handler | text | Cookie list search | aria-label |
| #chkbox-id | checkbox | checkbox label | for/id |
| #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 |
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 Fresh deals to grow | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h1 your business | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h1 Big spring savings f… | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h2 Website Builder Esse… | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h2 Website Builder Comp… | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h2 Hosting for WordPres… | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h2 Web Hosting | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h2 Why Fasthosts should… | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h2 Fasthosts: Hosted in… | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h2 The numbers to | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h2 back it up | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h2 A leading UK hosting… | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h2 What our customers s… | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h2 Real people. Real se… | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h2 Manage your privacy | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h3 Green hosting | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h3 ISO 27001-certified | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h3 Tier IV-certified | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h3 British business | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h3 Medium Business of t… | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | 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 99/100 — 1 failing, 29 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.
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 |
|---|
EXCHANGE EMAIL div#ias.zone2 > div > a#ias-homepage-tile-2545424334 > h3.ias-homepage-tile__product |
These are opportunities to improve keyboard navigation in your application.