Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
CLandmark StructureAction2 landmarksREVIEW
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
Multiple navigations need aria-label to distinguish them for screen readers.
Some <nav> elements lack aria-label — screen-reader users hear 'navigation' multiple times with no way to distinguish them.
Learn more ▾ ▴
When a page has multiple <nav> regions (primary, footer, breadcrumb), each needs aria-label or aria-labelledby. AT users navigate by landmark; identical 'navigation' announcements force them to enter each one to discover purpose.
Source: WAI-ARIA Authoring Practices
CLink & Button QualityAction4 issue(s) across 198 links and 21 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://equalpride.com/privacy-policy | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| https://equalpride.com/terms-of-use | Terms of Use | new tab | Add '(opens in new tab)' to text |
| https://www.b2bmediaportal.com/equal/sub… | new tab | Add '(opens in new tab)' to text | |
| https://www.b2bmediaportal.com/equal/sub… | Digital | new tab | Add '(opens in new tab)' to text |
| https://www.b2bmediaportal.com/equal/sub… | Give a gift | new tab | Add '(opens in new tab)' to text |
| https://www.b2bmediaportal.com/dynamicre… | Renew | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/TheAdvocate | Open facebook | new tab | Add '(opens in new tab)' to text |
| https://bsky.app/profile/advocate.com | Open BlueSky | new tab | Add '(opens in new tab)' to text |
| https://www.threads.com/@theadvocatemag | Open Threads | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/theadvocatemag… | Open instagram | new tab | Add '(opens in new tab)' to text |
| https://www.out.com/ | OUT | new tab | Add '(opens in new tab)' to text |
| https://www.pride.com/ | PRIDE | new tab | Add '(opens in new tab)' to text |
| https://www.theadvocateson.com/ | THE AVOCATES | new tab | Add '(opens in new tab)' to text |
| https://www.hivplusmag.com/ | PLUS | new tab | Add '(opens in new tab)' to text |
| https://www.outtraveler.com/ | OUT TRAVELER | new tab | Add '(opens in new tab)' to text |
| https://1967.advocate.com/334236-support… | SUPPORT US | new tab | Add '(opens in new tab)' to text |
| https://www.b2bmediaportal.com/equal/sub… | SUBSCRIBE | new tab | Add '(opens in new tab)' to text |
| https://jobs.smartrecruiters.com/ | CAREER OPPORTUNITIES | new tab | Add '(opens in new tab)' to text |
| https://equalpride.com/sales/ | ADVERTISE WITH US | new tab | Add '(opens in new tab)' to text |
| https://equalpride.com/privacy-policy | PRIVACY POLICY | new tab | Add '(opens in new tab)' to text |
| https://equalpride.com/terms-of-use | TERMS OF USE | new tab | Add '(opens in new tab)' to text |
| https://equalpride.com/legal-notice | LEGAL NOTICE | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/TheAdvocate | Open facebook | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/theadvocatemag… | Open instagram | new tab | Add '(opens in new tab)' to text |
| https://equalpride.com/privacy-policy | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| https://equalpride.com/terms-of-use | Terms of Use | new tab | Add '(opens in new tab)' to text |
| https://jobs.smartrecruiters.com/ | CAREER OPPORTUNITIES | new tab | Add '(opens in new tab)' to text |
| https://equalpride.com/sales/ | ADVERTISE WITH US | new tab | Add '(opens in new tab)' to text |
| https://equalpride.com/privacy-policy | PRIVACY POLICY | new tab | Add '(opens in new tab)' to text |
| https://equalpride.com/terms-of-use | TERMS OF USE | new tab | Add '(opens in new tab)' to text |
| https://equalpride.com/legal-notice | LEGAL NOTICE | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/TheAdvocate | Open facebook | new tab | Add '(opens in new tab)' to text |
| https://bsky.app/profile/advocate.com | Open BlueSky | new tab | Add '(opens in new tab)' to text |
| https://www.threads.com/@theadvocatemag | Open Threads | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/theadvocatemag… | Open instagram | 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 |
Add '(opens in new tab)' to link text or aria-label.
https://equalpride.com/privacy-policy; https://equalpride.com/terms-of-use; https://www.b2bmediaportal.com/equal/subscribe.aspx?f=OTM&pageid=5&status=new…; https://www.b2bmediaportal.com/equal/subscribe.aspx?f=OTM&pageid=4&status=new…; https://www.b2bmediaportal.com/equal/subscribe.aspx?f=OTM&pageid=15&promo=IPO…; https://www.b2bmediaportal.com/dynamicregister/register.aspx?fid=OTMCS; https://www.facebook.com/TheAdvocate; https://bsky.app/profile/advocate.com; https://www.threads.com/@theadvocatemag; https://www.instagram.com/theadvocatemag/ (+25 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.dark-them (#288 on page); button.light-theme (#291 on page); button.dark-them (#396 on page); button.light-theme (#399 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
C404 Error PageActionHTTP 404, custom pageREVIEW
BFavicon & Branding3 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 9 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 |
|---|---|---|---|---|---|
| h1 Advocate.com | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h1 Opt out of the sale … | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 Site Navigation | 17.92:1 | 3.0:1 | #000000 | #EBEDF1 | Pass |
| h2 Latest Stories | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 The Latest | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 Featured | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 Don't Miss This | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h3 Stay up to date with… | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| title Gay, Lesbian, Bisexu… | 5.73:1 | 4.5:1 | #000000 | #7C8790 | Pass |
| div Stay informed on imp… | 1.71:1 | 4.5:1 | #000000 | #253746 | Fail |
| span Sign up for our emai… | 1.71:1 | 4.5:1 | #000000 | #253746 | Fail |
| label Enter Your Email * | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| label Advocate Newsletter | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| button sign me up! | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Privacy Policy | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Terms of Use | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Skip to content | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Search & Section Nav… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| button SUBSCRIBE TO OUT MAG… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div With | 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 Hierarchy45 headingsPASS
- H2 Site Navigation
- H2 Latest Stories
- H3 Stay up to date with the latest in LGBTQ+ news with The Advocate’s email newsletter, in your inbox five days a week.
- H1 Advocate.com
- H2 A mom asked the NYT publisher about harm from trans coverage. He defended the process instead
- H2 The Latest
- H2 The global assault on women is an assault on all of us
- H2 Opinion: Queer people know what’s at stake when women are targeted.
- H2 Colorado governor signs law recognizing that trans kids have privacy rights
- H2 The measure, signed by Gov. Jared Polis, comes as states nationwide debate restrictions on transgender rights.
- H2 New York City Council Member Chi Ossé arrested at Brooklyn anti-eviction protest
- H2 In video footage, NYPD officers can be seen throwing Ossé to the ground and handcuffing him.
- H2 Featured
- H3 FBI sends plane to Cuba to stop a trans kid from accessing gender-affirming care
- H3 Mamdani appoints Black lesbian librarian as the chief keeper of NYC’s records (exclusive)
- H3 National HIV advocacy group's CEO rejects claims of crisis
- H2 Politics
- H3 Cold case detectives one step closer to solving murder of Florida trans woman
- H2 Whistleblower details upheaval under Ric Grenell-run Kennedy Center
- H2 Former curator Josef Palermo says the cultural institution was reshaped by political loyalty, donor access, and cronyism after the Trump takeover.
- H2 Democrats notch Virginia redistricting victory in battle over House maps
- H2 The vote allows a rare mid-decade redraw of congressional maps, part of a broader Democratic push to counter Republican gerrymandering.
- H2 Oregon to pay $295K to trans woman imprisoned until 2049
- H2 Zera Lola Zombie's lawsuit described harassment, forced searches, and alleged sexual assault while she was housed in a men’s facility.
- H2 Since Tim Cook is leaving Apple, it’s now time for him to really show up for us
- H2 The gay billionaire CEO’s retirement offers him a chance to be a superstar to the LGBTQ+ community that we have always longed for him to be, writes John Casey.
- H2 Health
- H3 Planning a trip to Oman? You may need an HIV test
- H3 Heated Rivalry's Jacob Tierney goes viral for getting candid about his HIV diagnosis
- H3 Idaho’s governor forces doctors & teachers to out trans youth despite abuse risks
- H2 History
- H3 20+ powerful historic images of queer & feminist resistance
- H3 Revisiting 'Ode to Billy Joe'—and the boy who jumped—50 years later
- H3 From abomination to somebody: What Jesse Jackson meant to Black queer boys in the Back pew
- H2 Don't Miss This
- H3 Beloved San Francisco trans elder Dannielle Spillman killed in hit-and-run after dispute
- H3 Broadway Bares goes undercover for its most seductive theme yet
- H3 Madison Square Garden security allegedly tracked a trans woman’s movements, including bathroom breaks, down to the second
- H3 Blindsided staff at Hampshire College launch relief fund as liberal school prepares to close
- H3 Another woman ousted from Trump’s Cabinet as Labor Secretary Lori Chavez-DeRemer exits
- H3 Appeals court clears path to move trans women into men’s prisons despite sexual assault risk
- H3 The Atlantic calls Kash Patel’s $250 million defamation lawsuit ‘meritless’
- H3 Andy Beshear calls out Trump’s abuse of faith while accepting LGBTQ+ allyship award
- H3 For 26 years, an Ohio drag queen has hosted a local TV show. A proposed drag ban could end it
- H1 Opt out of the sale or sharing of personal information duplicate H1
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
AAlt Text Quality1 of 29 images have issuesPASS
| Issue | Count |
|---|---|
| generic | 1 image(s) |
| too long | 2 image(s) |
AForm Accessibility1 of 7 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| q | text | Search | aria-label |
| #mce-group[78316]-78316-1 | checkbox | Advocate Newsletter | for/id |
| q | text | What are you looking for? | aria-label |
| #newsletter-email | Enter your email | for/id | |
| q | text | Search... | aria-label |
| #newsletter-email | Enter your email | for/id | |
| (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="email" name="EMAIL">
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
ALighthouse Accessibility AuditsScore 91/100 — 3 failing, 25 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.
Names and labels
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.kargo-ad-content > div.celtra-ad-inline-host > div.notranslate > iframe div.kargo-ad-content > div.celtra-ad-inline-host > div.notranslate > iframe |
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.kargo-ad-v5 > div.kargo-ad-hover > div.kargo-hover-content > a.kargo-hover-link div.kargo-ad-v5 > div.kargo-ad-hover > div.kargo-hover-content > a.kargo-hover-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.
Best practices
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.