Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FLink & Button QualityAction8 issue(s) across 185 links and 10 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /horizons | AI website builderFREE TRIALVi… | new tab | Add '(opens in new tab)' to text |
| (empty) | empty | Add link text or aria-label | |
| https://roadmap.hostinger.com/ | Product updatesLatest releases… | new tab | Add '(opens in new tab)' to text |
| (empty) | empty | Add link text or aria-label | |
| https://www.hostinger.com/support | Knowledge BaseAdvice and answe… | new tab | Add '(opens in new tab)' to text |
| https://www.hostinger.com/tutorials/lear… | Learning LabStep-by-step guide… | new tab | Add '(opens in new tab)' to text |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| /horizons | Create with Horizons | new tab | Add '(opens in new tab)' to text |
| /self-hosted-n8n | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Self Hosted N8n | |||
| /vps-hosting | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Vps Hosting | |||
| /cloud-hosting | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Cloud Hosting | |||
| /pro | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Pro | |||
| /horizons | Hostinger Horizons | new tab | Add '(opens in new tab)' to text |
| https://developers.hostinger.com/ | Hostinger API | new tab | Add '(opens in new tab)' to text |
| https://roadmap.hostinger.com/ | Roadmap | new tab | Add '(opens in new tab)' to text |
| https://statuspage.hostinger.com/ | System status | new tab | Add '(opens in new tab)' to text |
| https://trust.hostinger.com/ | Trust center | new tab | Add '(opens in new tab)' to text |
| https://www.hostinger.com/support | Knowledge Base | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/HostingerAcademy | Hostinger Academy | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/hosting… | ic-linkedin-24 | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/Hostinger | ic-facebook-24 | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/hostinger_glob… | ic-instagram-24 | new tab | Add '(opens in new tab)' to text |
| https://x.com/Hostinger | ic-x-twitter-24 | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/@Hostinger | ic-youtube-24 | new tab | Add '(opens in new tab)' to text |
| https://www.reddit.com/r/Hostinger/ | ic-reddit-24 | new tab | Add '(opens in new tab)' to text |
| https://www.tiktok.com/@hostingeracademy | ic-tiktok-24 | new tab | Add '(opens in new tab)' to text |
| /legal/cookie-policy | Cookie policy | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
; ; ;
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.
/self-hosted-n8n ("Learn more"); /vps-hosting ("Learn more"); /cloud-hosting ("Learn more"); /pro ("Learn 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.
/horizons; https://roadmap.hostinger.com/; https://www.hostinger.com/support; https://www.hostinger.com/tutorials/learning-lab; /horizons; /horizons; https://developers.hostinger.com/; https://roadmap.hostinger.com/; https://statuspage.hostinger.com/; https://trust.hostinger.com/ (+10 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
FFavicon & BrandingAction2 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
CHeading HierarchyAction36 headings, 3 skip(s)REVIEW
- H1 Your online success starts here
- H2 Plans and prices
- H2 Register .com domain
- H2 They succeeded online - now it’s your turn
- H2 From idea to online, quicker and slicker
- H3 Make your website or web app in minutes
- H3 WordPress without the complexity
- H3 More power & control
- H5 Automate the busywork skipped
- H5 Performance you can rely on
- H3 More flexible growth
- H5 Hosting that grows with you skipped
- H5 Hosting for agencies
- H3 4M+
- H3 150+
- H3 20+
- H3 10M+
- H3 4M+
- H3 150+
- H3 20+
- H3 10M+
- H2 Human-led, AI-powered
- H5 Your AI agent, Kodee skipped
- H5 Backstage AI
- H5 AI tools
- H5 Your AI agent, Kodee
- H5 Backstage AI
- H5 AI tools
- H2 Start with Kodee
- H2 Email your audience with confidence
- H3 Build trust with a professional business email
- H3 Grow your business with AI-powered email marketing
- H2 Made with Hostinger
- H2 Pick the plan that checks your boxes
- H2 Not sure which plan to choose?
- H3 We care about your privacy
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
BForm Accessibility2 of 2 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #navigation-locale-selector-input | text | (Search for a country) | placeholder only |
| #h-domain-finder-header-input | text | (Type the domain you want) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="text" id="navigation-locale-selector-input">; <input type="text" id="h-domain-finder-header-input">
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
C404 Error PageActionHTTP 404, custom pageREVIEW
BLighthouse Accessibility AuditsScore 84/100 — 4 failing, 25 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.
Names and labels
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.header__info-wrapper > div.header__hero-video-wrapper > div.h-video-wrapper > button.h-video__play-button div.header__info-wrapper > div.header__hero-video-wrapper > div.h-video-wrapper > button.h-video__play-button |
div.h-grid > div.homepage-overlapping-card__left-content > div.h-video-wrapper > button.h-video__play-button div.h-grid > div.homepage-overlapping-card__left-content > div.h-video-wrapper > button.h-video__play-button |
div.h-grid > div.homepage-overlapping-card__left-content > div.h-video-wrapper > button.h-video__play-button div.h-grid > div.homepage-overlapping-card__left-content > div.h-video-wrapper > button.h-video__play-button |
section.h-video-section > div.h-video-section__video-container > div.h-video-wrapper > button.h-video__play-button section.h-video-section > div.h-video-section__video-container > div.h-video-wrapper > button.h-video__play-button |
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.
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 |
|---|
Business owner div.h-reviews-card__author > div.h-reviews-card__author-details > div.h-reviews-card__author-details-name > p.h-reviews-card__author-details-role |
Get 48 months for $143.52 (regular price $575.52). Renews at $10.99/mo. div > div.h-pricing-card > div.h-pricing-card__container > div.h-pricing-card__renewal-price |
$143.52 div.h-pricing-card > div.h-pricing-card__container > div.h-pricing-card__renewal-price > b |
MOST POPULAR div.h-pricing-card__badge > div.h-product-badge > div.h-t-heading-3 > span.h-t-body-2-bold |
Get 48 months for $191.52 (regular price $911.52). Renews at $16.99/mo. div > div.h-pricing-card > div.h-pricing-card__container > div.h-pricing-card__renewal-price |
$191.52 div.h-pricing-card > div.h-pricing-card__container > div.h-pricing-card__renewal-price > b |
Get 48 months for $383.52 (regular price $1,343.52). Renews at $25.99/mo. div > div.h-pricing-card > div.h-pricing-card__container > div.h-pricing-card__renewal-price |
$383.52 div.h-pricing-card > div.h-pricing-card__container > div.h-pricing-card__renewal-price > b |
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 |
|---|
Automate the busywork div.homepage-overlapping-cards__collapsable-content-container > div.homepage-overlapping-cards__collapsable-content--first > div.homepage-overlapping-cards__collapsable-content-action > h5.h-t-heading-1-regular |
Hosting that grows with you div.homepage-overlapping-cards__collapsable-content-container > div.homepage-overlapping-cards__collapsable-content--first > div.homepage-overlapping-cards__collapsable-content-action > h5.h-t-heading-1-regular |
Your AI agent, Kodee div.h-grid > div.homepage-content-cards__card--bg-undefined > div.homepage-content-cards__card-content > h5.homepage-content-cards__card-title |
These are opportunities to improve keyboard navigation in your application.
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.
ALandmark Structure4 landmarksPASS
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
A+Alt Text QualityAll 91 images OKPASS
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 Your online success … | 19.27:1 | 3.0:1 | #000000 | #F5F5F6 | Pass |
| h2 Plans and prices | 19.27:1 | 3.0:1 | #000000 | #F5F5F6 | Pass |
| h2 Register .com domain | 19.27:1 | 3.0:1 | #000000 | #F5F5F6 | Pass |
| h2 They succeeded onlin… | 19.27:1 | 3.0:1 | #000000 | #F5F5F6 | Pass |
| h2 From idea to online,… | 19.27:1 | 3.0:1 | #000000 | #F5F5F6 | Pass |
| h2 Human-led, AI-powere… | 19.27:1 | 3.0:1 | #000000 | #F5F5F6 | Pass |
| h2 Start with Kodee | 19.27:1 | 3.0:1 | #000000 | #F5F5F6 | Pass |
| h2 Email your audience … | 19.27:1 | 3.0:1 | #000000 | #F5F5F6 | Pass |
| h2 Made with Hostinger | 19.27:1 | 3.0:1 | #000000 | #F5F5F6 | Pass |
| h2 Pick the plan that c… | 19.27:1 | 3.0:1 | #000000 | #F5F5F6 | Pass |
| h2 Not sure which plan … | 19.27:1 | 3.0:1 | #000000 | #F5F5F6 | Pass |
| h3 Make your website or… | 19.27:1 | 3.0:1 | #000000 | #F5F5F6 | Pass |
| h3 WordPress without th… | 19.27:1 | 3.0:1 | #000000 | #F5F5F6 | Pass |
| h3 More power & control | 19.27:1 | 3.0:1 | #000000 | #F5F5F6 | Pass |
| h3 More flexible growth | 19.27:1 | 3.0:1 | #000000 | #F5F5F6 | Pass |
| h3 4M+ | 19.27:1 | 3.0:1 | #000000 | #F5F5F6 | Pass |
| h3 150+ | 19.27:1 | 3.0:1 | #000000 | #F5F5F6 | Pass |
| h3 20+ | 19.27:1 | 3.0:1 | #000000 | #F5F5F6 | Pass |
| h3 10M+ | 19.27:1 | 3.0:1 | #000000 | #F5F5F6 | Pass |
| h3 4M+ | 19.27:1 | 3.0:1 | #000000 | #F5F5F6 | 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.