Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction2 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
FAlt Text QualityAction11 of 60 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 11 image(s) |
| too long | 3 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
An image inside a link with no alt creates an empty link.
Image-only links with no alt create empty links — screen-reader users hear 'link' with no destination context.
Learn more ▾ ▴
An <a><img></a> with no img alt is the worst-case for accessibility: AT announces the link but can't describe where it goes. Either add alt to the image OR add aria-label to the link.
Source: WCAG 2.1 SC 2.4.4
FLink & Button QualityAction6 issue(s) across 396 links and 25 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /myaccount/ | ACCOUNT | img no alt | Add alt attribute to the image |
| https://www.facebook.com/TheHinduBusines… | new tab | Add '(opens in new tab)' to text | |
| https://twitter.com/businessline | new tab | Add '(opens in new tab)' to text | |
| https://www.instagram.com/hindu_business… | new tab | Add '(opens in new tab)' to text | |
| https://www.linkedin.com/company/busines… | new tab | Add '(opens in new tab)' to text | |
| https://www.youtube.com/user/HinduBusine… | Youtube | new tab | Add '(opens in new tab)' to text |
| https://open.spotify.com/show/0dT640TEOm… | Drizzle | new tab | Add '(opens in new tab)' to text |
| https://t.me/HinduBusinessLine | Telegram | new tab | Add '(opens in new tab)' to text |
| https://www.thehindubusinessline.com/opi… | (empty) | empty | Add link text or aria-label |
| https://www.thehindubusinessline.com/pro… | (empty) | empty | Add link text or aria-label |
| https://www.thehindubusinessline.com/mul… | (empty) | empty | Add link text or aria-label |
| https://www.thehindubusinessline.com/pro… | (empty) | empty | Add link text or aria-label |
| https://in.linkedin.com/school/the-hindu… | Careers | new tab | Add '(opens in new tab)' to text |
| https://www.thehindu.com/ | The Hindu | new tab | Add '(opens in new tab)' to text |
| https://www.thehindubusinessline.com/on-… | BL on Campus | new tab | Add '(opens in new tab)' to text |
| https://sportstar.thehindu.com/ | Sportstar | new tab | Add '(opens in new tab)' to text |
| https://www.hindutamil.in/ | இந்து தமிழ… | new tab | Add '(opens in new tab)' to text |
| https://www.thehinducentre.com/ | The Hindu Centre | new tab | Add '(opens in new tab)' to text |
| https://frontline.thehindu.com/ | Frontline | new tab | Add '(opens in new tab)' to text |
| https://ywc.thehindu.com/ | Young World Club | new tab | Add '(opens in new tab)' to text |
| https://epaper.thehindu.com/?utm_source=… | The Hindu ePaper | new tab | Add '(opens in new tab)' to text |
| https://epaper.thehindubusinessline.com/… | Business Line ePaper | new tab | Add '(opens in new tab)' to text |
| https://www.thehindu.com/crosswords/?utm… | TH Games | new tab | Add '(opens in new tab)' to text |
| https://step.thehindu.com/ | STEP | new tab | Add '(opens in new tab)' to text |
| https://thehinduimages.com/ | Images | new tab | Add '(opens in new tab)' to text |
| https://thehinduads.com/ | Classifieds - Print | new tab | Add '(opens in new tab)' to text |
| https://publications.thehindugroup.com/b… | eBooks | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/TheHinduBusines… | new tab | Add '(opens in new tab)' to text | |
| https://twitter.com/businessline | new tab | Add '(opens in new tab)' to text | |
| https://www.instagram.com/hindu_business… | new tab | Add '(opens in new tab)' to text | |
| https://www.linkedin.com/company/busines… | new tab | Add '(opens in new tab)' to text | |
| https://www.youtube.com/user/HinduBusine… | Youtube | new tab | Add '(opens in new tab)' to text |
| https://open.spotify.com/show/0dT640TEOm… | Drizzle | new tab | Add '(opens in new tab)' to text |
| https://t.me/HinduBusinessLine | Telegram | new tab | Add '(opens in new tab)' to text |
| https://www.thehindugroup.com/privacy.ht… | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| https://www.thehindugroup.com/termsofuse… | Terms & conditions | new tab | Add '(opens in new tab)' to text |
| https://www.thehindugroup.com/privacy.ht… | Terms & conditions | new tab | Add '(opens in new tab)' to text |
| https://forms.office.com/r/tz7UETzxUs | Institutional Subscriber | 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 |
Links without text are announced as raw URLs by screen readers.
https://www.thehindubusinessline.com/opinion/editorial/major-undercurrents/ar…; https://www.thehindubusinessline.com/profile/author/siddharth-mathew-cherian-…; https://www.thehindubusinessline.com/multimedia/audio/how-global-conflicts-ar…; https://www.thehindubusinessline.com/profile/author/siddharth-mathew-cherian-…
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
Add '(opens in new tab)' to link text or aria-label.
https://www.facebook.com/TheHinduBusinessLine; https://twitter.com/businessline; https://www.instagram.com/hindu_businessline/; https://www.linkedin.com/company/business-line-aka-the-hindu-business-line?tr…; https://www.youtube.com/user/HinduBusinessLine; https://open.spotify.com/show/0dT640TEOm9S2ThjMpTCnV; https://t.me/HinduBusinessLine; https://in.linkedin.com/school/the-hindu/jobs?trk=nav_type_jobs; https://www.thehindu.com/; https://www.thehindubusinessline.com/on-campus/ (+23 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
Icon-only buttons need an aria-label so screen readers can announce them.
button.search-icon (#255 on page); button.search-icon (#296 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
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
DLighthouse Accessibility AuditsActionScore 68/100 — 9 failing, 17 passedFIX
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.left-section > div.search-wrapper > form > button.search-icon div.left-section > div.search-wrapper > form > button.search-icon |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.element > div.author-list > div.author-icon > img.headset-icon div.element > div.author-list > div.author-icon > img.headset-icon |
div.element > div.author-list > div.author-icon > img.headset-icon div.element > div.author-list > div.author-icon > img.headset-icon |
div.author-list > div.author-img > a.author-img > img.lazy div.author-list > div.author-img > a.author-img > img.lazy |
div.element > div.author-list > div.author-icon > img.headset-icon div.element > div.author-list > div.author-icon > img.headset-icon |
div.element > div.author-list > div.author-icon > img.headset-icon div.element > div.author-list > div.author-icon > img.headset-icon |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.col-xl-6 > div#sponsor-content-mobile1 > div.tp-container-inner > iframe#offer_8be2804805aaef9d2bb0-1 div.col-xl-6 > div#sponsor-content-mobile1 > div.tp-container-inner > iframe#offer_8be2804805aaef9d2bb0-1 |
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#opinion > div.element > div.picture > a.focuspoint div#opinion > div.element > div.picture > a.focuspoint |
div.col-xl-6 > div.element > div.picture > a.focuspoint div.col-xl-6 > div.element > div.picture > a.focuspoint |
div.element > div.author-list > div.author-img > a.author-img div.element > div.author-list > div.author-img > a.author-img |
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 |
|---|
+ 267.00 div#slideset1 > div > div.sensex-data > p#tdnifty |
+ 1,025.00 div#slideset1 > div > div.sensex-data > p#tdnifty |
01 ul.trending-result-list > li > a#cXLinkIdmoahftivgf1d1e3n > div.count |
02 ul.trending-result-list > li > a#cXLinkIdmoahftiv4o93luth > div.count |
21 mins ago - World ul.timeline > li.time-list > a > span.time |
21 mins ago li.time-list > a > span.time > span.timePublished |
33 mins ago - Money & Banking ul.timeline > li.time-list > a > span.time |
33 mins ago li.time-list > a > span.time > span.timePublished |
37 mins ago - Money & Banking ul.timeline > li.time-list > a > span.time |
37 mins ago li.time-list > a > span.time > span.timePublished |
44 mins ago - Companies ul.timeline > li.time-list > a > span.time |
44 mins ago li.time-list > a > span.time > span.timePublished |
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 |
|---|
The Hindu Businessline div.container > div.row > div.col-xl-2 > h5 |
These are opportunities to improve keyboard navigation in your application.
Tables and lists
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.container > div.row > div.link-list > li#teconsent div.container > div.row > div.link-list > li#teconsent |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Best practices
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
SUBSCRIBE div.main-logo > div.menu-control-mobile > button.btn > a |
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.
C404 Error PageActionHTTP 404, custom pageREVIEW
BFavicon & Branding117 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 1 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 |
|---|---|---|---|---|---|
| h2 Editor's Pick | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Tamil Nadu | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Kerala | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 West Bengal | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Assam | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Business News Today:… | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| p -756.84 | 18.76:1 | 4.5:1 | #000000 | #F2F2F2 | Pass |
| p -198.50 | 18.76:1 | 4.5:1 | #000000 | #F2F2F2 | Pass |
| p + 267.00 | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p + 1,025.00 | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p + 3,794.00 | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p -756.84 | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p -198.50 | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p -198.50 | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p + 267.00 | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p + 267.00 | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p + 1,025.00 | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Subscribe | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Companies | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Markets | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | 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.
AHeading Hierarchy88 headings, 1 skip(s)PASS
- H5 SENSEX 78,516.49
- H5 NIFTY 24,378.10
- H5 CRUDEOIL 8,704.00
- H5 GOLD 152,696.00
- H5 SILVER 248,495.00
- H5 SENSEX 78,516.49
- H5 NIFTY 24,378.10
- H5 NIFTY 24,378.10
- H5 CRUDEOIL 8,704.00
- H5 CRUDEOIL 8,704.00
- H5 GOLD 152,696.00
- H5 STOCKS
- H5 STORIES
- H5 STOCKS
- H5 STORIES
- H5 STOCKS
- H5 STORIES
- H2 HCL Tech shares slump 11% on weak FY27 guidance, analyst downgrades
- H2 SEBI recommends NSE to pay $193 million to settle cases, sources say
- H2 Rupee set to weaken over time; 100 per dollar likely but not a concern: Nilesh Shah
- H2 Gold worth $700 billion lying idle can fund India's growth: Nilesh Shah
- H2 Weekly rupee view: Near-term support ahead
- H1 Air India eyes 15–20% flight cuts amid fuel cost pressures, operational challenges
- H2 HCL Tech shares slump 11% on weak FY27 guidance, analyst downgrades
- H2 Godrej Industries targets ₹5-lakh crore value, pivots to ‘bold’ scale-up under Pirojsha
- H2 At ₹61.99 lakh, Tesla Model Y L enters ‘no man’s land’ in India amid pricing and localisation hurdles
- H2 Dull business for taxis and autorickshaws in Tamil Nadu
- H2 Mother Dairy crosses ₹20,000 crore turnover-mark, eyes 20% growth
- H3 How to download Voter ID/EPIC? Quick guide!
- H2 Disaster resilience needs to be integrated into infra projects, says DEA Secretary Thakur
- H2 Thunderstorms getting better organised over Kerala, Coastal Karnataka
- H2 Editorial. Major undercurrents
- H2 All you want to know about the women’s reservation and delimitation bills fiasco
- H2 Rupee can’t be defended from just one side
- H2 Latest News
- H3 Tamil Nadu
- H3 TN polls: EVMs moved to polling centres, 5.73 crore voters to decide fate of 4,023 candidates
- H3 EC intervention sought in alleged online political campaign by TVK
- H3 Scorching campaign ends, DMK, AIADMK face TVK challenge in unpredictable Tamil Nadu Assembly polls
- H3 Kerala
- H3 Kerala’s mandate at crossroads as social welfare meets job demand and upward mobility
- H3 Kerala turnout surges in high-stakes battle
- H3 The return of the native: Gulf migrants hold quiet sway as Kerala votes
- H3 West Bengal
- H3 Assembly polls: Trinamool, BJP replace large number of candidates in Malda and Murshidabad amid voter deletion row
- H3 PM Modi’s Jhalmuri video goes viral, crosses 100 million views
- H3 BJP will resolve Gorkha issue in six months: Amit Shah in Darjeeling rally
- H3 Assam
- H3 85.38% polling recorded in Assam, surpasses last election turnout of 82.04%
- H3 Rains, overcast skies fail to dampen voters’ spirit in Assam
- H3 Assam records 38.9% voter turnout so far; Keralam at 33.2%, Puducherry at 37%
- H2 Editor's Pick
- H3 Inside India’s GLP-1 rush
- H3 Medical supply chain leaks: Where does the buck stop?
- H3 Iran just won the (meme) war
- H3 Cosmic aid for miners
- H3 Micro-mining for critical rare earth minerals
- H3 Half the capex, less carbon: The molten magic inside Tata Steel’s HIsarna bet
- H2 Companies
- H3 Mother Dairy crosses ₹20,000 crore turnover-mark, eyes 20% growth
- H3 Dunzo’s Kabeer Biswas raises $11 million for AI startup from Peak XV, Blume, CRED
- H3 HPCL forms internal committee to investigate Barmer refinery fire incident
- H3 Reckitt says India business witnessed double-digit growth in Q1
- H3 GGEPIL raises ₹90 crore from JM Financial PE and investors for green waste solutions
- H2 Podcasts
- H2 Supply shocks and fiscal math: How the war is stress-testing India’s economy
- H2 War, gold, and diamonds: How geopolitics shapes jewellery sales | Trending Commodity Podcast | EP 08
- H2 Middle East conflict 2026: How Israel-US-Iran tensions are shaking global economies | Energonomics EP 29
- H2 Agrispective | EP 08 | ₹1 lakh crore loss: Fixing India’s farm to market gaps
- H3 Listen. How global conflicts are threatening India’s maritime trade and energy security | Energonomics Podcast | EP 15
- H2 Supply shocks and fiscal math: How the war is stress-testing India’s economy
- H2 War, gold, and diamonds: How geopolitics shapes jewellery sales | Trending Commodity Podcast | EP 08
- H2 Middle East conflict 2026: How Israel-US-Iran tensions are shaking global economies | Energonomics EP 29
- H2 Agrispective | EP 08 | ₹1 lakh crore loss: Fixing India’s farm to market gaps
- H2 Today's Poll
- H5 The Hindu Businessline skipped
- H5 Contact us
- H5 News
- H5 Group News Sites
- H5 Calculators
- H5 Other Products
- H5 Markets
- H5 Holidays 2025
- H5 Popular Sections
- H5 Popular Stocks
- H5 Trending on Businessline
- H5 Trending on Group sites
- H5 Latest News
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
AForm Accessibility1 of 7 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| input | text | Search | aria-label |
| input | text | Search | aria-label |
| input | text | Search | aria-label |
| #option1 | radio | Yes | for/id |
| #option2 | radio | No | for/id |
| #option3 | radio | Can't say | for/id |
| #pollVote-70839822 | button | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="button" id="pollVote-70839822">
Form controls without labels — assistive tech announces 'edit text' with no context; users can't complete forms.
Source: WCAG 2.1 SC 3.3.2