Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.F404 Error PageActionSoft 404 detectedFIX
The server returned HTTP 200 for a non-existent path. Search engines will index this page as real content. Configure your server to return HTTP 404 for missing pages.
FWeb ManifestActionInvalid JSONFIX
Manifest contains invalid JSON.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BForm Accessibility2 of 2 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| q | search | (Enter a search term...) | placeholder only |
| q | search | (Enter a search term...) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="search" name="q">; <input type="search" name="q">
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 QualityAction28 issue(s) across 291 links and 16 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| https://www.gskpro.com | Healthcare professionals Healt… | new tab | Add '(opens in new tab)' to text |
| https://www.gskpro.com | Healthcare professionals Healt… | new tab | Add '(opens in new tab)' to text |
| /en-gb/behind-the-science-magazine/organ… | ‘Digital biological twins an… | img no alt | Add alt attribute to the image |
| /en-gb/behind-the-science-magazine/nasal… | ‘Finding the right treatment… | img no alt | Add alt attribute to the image |
| /en-gb/behind-the-science-magazine/long-… | ‘Long-acting therapies are n… | img no alt | Add alt attribute to the image |
| /en-gb/behind-the-science-magazine/cance… | ‘Cancer doesn’t have to be… | img no alt | Add alt attribute to the image |
| /en-gb/behind-the-science-magazine/preve… | ‘This could be a golden mome… | img no alt | Add alt attribute to the image |
| /en-gb/behind-the-science-magazine/blood… | ‘I feel hopeless and frustra… | img no alt | Add alt attribute to the image |
| /media/5ladhmeu/modern-slavery-act-state… | > Modern Slavery Act Statement… | new tab | Add '(opens in new tab)' to text |
| https://www.gskpro.com | GSKPro for healthcare professi… | new tab | Add '(opens in new tab)' to text |
| https://www.gsk-studyregister.com/en/ | GSK study register | new tab | Add '(opens in new tab)' to text |
| https://supplier.gsk.com | Supplier website | new tab | Add '(opens in new tab)' to text |
| https://viivhealthcare.com/ | ViiV Healthcare | new tab | Add '(opens in new tab)' to text |
| https://www.gsk.com/speakup | GSK Speak up | new tab | Add '(opens in new tab)' to text |
| http://www.linkedin.com/company/glaxosmi… | Visit GSK on Linkedin | new tab | Add '(opens in new tab)' to text |
| http://twitter.com/GSK | Visit GSK X page | new tab | Add '(opens in new tab)' to text |
| https://bsky.app/profile/gsk.bsky.social… | Opens in a new window | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/gsk/ | Visit GSK Instagram | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/GSK | Visit GSK Facebook page | new tab | Add '(opens in new tab)' to text |
| http://www.youtube.com/GSK | Visit GSK YouTube Channel | new tab | Add '(opens in new tab)' to text |
| https://privacy.gsk.com/en-gb/privacy-no… | Privacy notice | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
#; #; #; #; #; #; #; #; #; # (+18 more)
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.gskpro.com; https://www.gskpro.com; /media/5ladhmeu/modern-slavery-act-statement-2025.pdf; https://www.gskpro.com; https://www.gsk-studyregister.com/en/; https://supplier.gsk.com; https://viivhealthcare.com/; https://www.gsk.com/speakup; http://www.linkedin.com/company/glaxosmithkline; http://twitter.com/GSK (+5 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
BFavicon & Branding11 icon(s) detectedREVIEW
BLighthouse Accessibility AuditsScore 85/100 — 4 failing, 26 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.
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 |
|---|
Read the article div.hero__head-body > div.hero__head-content > div.hero__head-body-foot > a.button |
Read our magazine div.magazine-article-carousel > div.magazine-article-carousel__panel > div.magazine-article-carousel__foot > a.button |
Careers at GSK div.culture > div.culture__panel > div.culture__foot > a.button |
Global health and health security div.nav > ul > li > button.btn-no-style |
These are opportunities to improve the legibility of your content.
Names and labels
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
details.cookie_description__container_analytics > summary > label.cookie_banner_checkbox_analytics > input#toggle_cat1 details.cookie_description__container_analytics > summary > label.cookie_banner_checkbox_analytics > input#toggle_cat1 |
details.cookie_description__container_analytics > summary > label.cookie_banner_checkbox_analytics > input#toggle_cat3 details.cookie_description__container_analytics > summary > label.cookie_banner_checkbox_analytics > input#toggle_cat3 |
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 |
|---|
Change location div.site-header-mobile > div.site-header-mobile__inner > div.site-header-mobile__links > a.site-header-mobile__link |
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.
Navigation
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
We use cookies body.light-theme > div#__tealiumGDPRcpPrefs > div#privacy_prompt > div.privacy_prompt_title_analytics |
GSK values your privacy and your trust is important to us. We use cookies to en… div#privacy_prompt > div.privacy_prompt_content_analytics > p > span |
Cookie Policy div#privacy_prompt > div.privacy_prompt_content_analytics > p > a.privacy_policy_url_analytics |
Always active Strictly Necessary Cookies
❮
Necessary for the website to functi… div#__tealiumGDPRcpPrefs > div#privacy_prompt > div.privacy_prompt_content_analytics > div#show_more_description |
Always active Strictly Necessary Cookies
❮
Necessary for the website to functi… div#show_more_description > ul.cookie_description_analytics > li > details.cookie_description__container_analytics |
Strictly Necessary Cookies li > details.cookie_description__container_analytics > summary > span.cookie_description__title_analytics |
Necessary for the website to function appropriately, such as store session data… ul.cookie_description_analytics > li > details.cookie_description__container_analytics > p.cookie_description_paragraph_analytics |
Performance cookies
❮ div#show_more_description > ul.cookie_description_analytics > li > details.cookie_description__container_analytics |
Performance cookies li > details.cookie_description__container_analytics > summary > span.cookie_description__title_analytics |
Advertising Cookies
❮ div#show_more_description > ul.cookie_description_analytics > li > details.cookie_description__container_analytics |
Advertising Cookies li > details.cookie_description__container_analytics > summary > span.cookie_description__title_analytics |
CUSTOMIZE div#privacy_prompt > div.privacy_prompt_footer_analytics > div.prompt_button_analytics > button#preferences_prompt_customize |
ACCEPT ALL div#privacy_prompt > div.privacy_prompt_footer_analytics > div.prompt_button_analytics > button#preferences_prompt_submit |
These are opportunities to improve keyboard navigation in your application.
A+Landmark Structure5 landmarksPASS
A+Heading Hierarchy22 headingsPASS
- H1 Behind the Science magazine
- H2 Advancing the search for more targeted cancer treatment
- H2 Who we are
- H2 Discover how we're getting ahead
- H3 ‘Digital biological twins and organoids might sound like sci-fi, but they’re real – and we’re using them to fight cancer’
- H3 ‘Finding the right treatment for my asthma and nasal polyps has transformed my life. I hope my experience can help others achieve the same’
- H3 ‘Long-acting therapies are no longer the future of HIV treatment – they are the now’
- H3 ‘Cancer doesn’t have to be a deadly disease – it’s our goal to make it curable’
- H3 ‘This could be a golden moment’: Is prevention the ‘medicine’ we need to end the HIV epidemic?
- H3 ‘I feel hopeless and frustrated’: Why patients living with incurable blood cancers need more treatment options
- H2 Find out what it's like to work with us
- H3 Make a difference with us
- H3 Do your best work with us
- H3 Be yourself with us
- H2 Positively impacting society and the planet
- H3 Access
- H3 Global health and health security
- H3 Environment
- H3 Inclusion
- H3 Ethical standards
- H3 Product governance
- H3 INVESTORS
A+Alt Text QualityAll 16 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 Behind the Science m… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Advancing the search… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Who we are | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Discover how we're g… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Find out what it's l… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Positively impacting… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 ‘Digital biologica… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 ‘Finding the right… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 ‘Long-acting thera… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 ‘Cancer doesn’t … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 ‘This could be a g… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 ‘I feel hopeless a… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Make a difference wi… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Do your best work wi… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Be yourself with us | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Access | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Global health and he… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Environment | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Inclusion | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Ethical standards | 21.00:1 | 3.0: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.