Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FLink & Button QualityAction7 issue(s) across 196 links and 17 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.techtarget.com/privacy-polic… | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| /signup/?signup_location=header&signup_p… | Subscribe | img no alt | Add alt attribute to the image |
| https://www.threads.com/@mattnavarra/pos… | Matt Navarra/Threads | new tab | Add '(opens in new tab)' to text |
| https://blog.youtube/news-and-events/new… | YouTube | new tab | Add '(opens in new tab)' to text |
| https://www.threads.com/@liahaberman/pos… | Lia Haberman/Threads | new tab | Add '(opens in new tab)' to text |
| https://business.pinterest.com/en-au/blo… | new tab | Add '(opens in new tab)' to text | |
| https://x.ai/ | xAI | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com | YouTube | new tab | Add '(opens in new tab)' to text |
| https://usdsjv.tiktok.com/TikTok-US-ISO-… | TikTok USDS | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/groups/76028864… | new tab | Add '(opens in new tab)' to text | |
| https://www.threads.net/ | Threads | new tab | Add '(opens in new tab)' to text |
| https://www.threads.com/@conno_r/post/DX… | Connor Hayes/Threads | new tab | Add '(opens in new tab)' to text |
| https://x.com/nikitabier/status/20441876… | Nikita Bier/X | new tab | Add '(opens in new tab)' to text |
| https://about.fb.com/news/2023/06/meta-q… | Meta | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/business/news/p… | Meta | new tab | Add '(opens in new tab)' to text |
| https://www.pewresearch.org/internet/202… | Pew Research | new tab | Add '(opens in new tab)' to text |
| https://x.com/grok | Grok/X | new tab | Add '(opens in new tab)' to text |
| https://forbusiness.snapchat.com/blog/sw… | Snapchat | new tab | Add '(opens in new tab)' to text |
| https://www.threads.net/ | Threads | new tab | Add '(opens in new tab)' to text |
| https://events.atmeta.com/conversations2… | Meta | new tab | Add '(opens in new tab)' to text |
| https://www.business.reddit.com/blog/red… | new tab | Add '(opens in new tab)' to text | |
| https://blog.youtube/news-and-events/ame… | YouTube | new tab | Add '(opens in new tab)' to text |
| https://www.chatgpt.com | ChatGPT (via prompt) | new tab | Add '(opens in new tab)' to text |
| https://ads.tiktok.com/business/en-US/bl… | TikTok | new tab | Add '(opens in new tab)' to text |
| https://www.uploadvr.com/meta-ray-ban-di… | UploadVR | new tab | Add '(opens in new tab)' to text |
| https://blog.youtube/news-and-events/liv… | YouTube | new tab | Add '(opens in new tab)' to text |
| https://www.informatechtarget.com/terms-… | Terms of Use | new tab | Add '(opens in new tab)' to text |
| https://www.informatechtarget.com/privac… | Privacy Policy | 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 | |
| https://marketingdive.tradepub.com/c/pub… | How To Turn Seasonal Shoppers … | new tab | Add '(opens in new tab)' to text |
| https://resources.industrydive.com/How-A… | How AI Helps Marketing Teams S… | new tab | Add '(opens in new tab)' to text |
| https://marketingdive.tradepub.com/c/pub… | Why the Print Experience is Wi… | new tab | Add '(opens in new tab)' to text |
| https://resources.industrydive.com/How-A… | How AI Can Boost Speed to Mark… | new tab | Add '(opens in new tab)' to text |
| https://www.informatechtarget.com/terms-… | Terms of Use | new tab | Add '(opens in new tab)' to text |
| https://www.informatechtarget.com/privac… | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| https://www.informatechtarget.com/terms-… | Terms of Use | new tab | Add '(opens in new tab)' to text |
| https://www.informatechtarget.com/privac… | Privacy Policy | 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 |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
a.it_signup_pub_link (#744 on page); a.it_signup_pub_link (#760 on page)
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
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="/signup/?signup_location=header&signup_path=/"]
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://www.techtarget.com/privacy-policy/; https://www.threads.com/@mattnavarra/post/DXVJmDeirMM?hl=en; https://blog.youtube/news-and-events/new-youtube-shorts-parental-controls-eur…; https://www.threads.com/@liahaberman/post/DXXDl1vlKfn; https://business.pinterest.com/en-au/blog/circana-cpg-study-pinterest-increme…; https://x.ai/; https://www.youtube.com; https://usdsjv.tiktok.com/TikTok-US-ISO-27001-certification; https://www.facebook.com/groups/760288643706159/; https://www.threads.net/ (+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.mobile-menu-toggle (#177 on page); button.search-toggle (#181 on page); button.search-button-front (#192 on page); button.mobile-menu-toggle (#963 on page); button.search-button-front (#970 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
F404 Error PageActionHTTP 403, custom pageFIX
DWeb ManifestActionValid manifestFIX
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
CLandmark StructureAction7 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
CFavicon & BrandingAction5 icon(s) detectedREVIEW
A+Heading Hierarchy45 headingsPASS
- H1 Meta tests new add-on package with WhatsApp Plus subscription
- H2 Top stories
- H3 Facebook wants to scan users’ camera rolls for content
- H3 EU officials explore plans for teen social media bans
- H3 LinkedIn expands AI-powered conversational search
- H3 Instagram expands Your Algorithm tool to Explore
- H3 Snap lays off 16% of its full-time staff
- H2 The Latest
- H3 Meta plans large-scale job cuts beginning in May, says Reuters
- H3 YouTube adds enhanced parental controls, offers tips to families
- H3 Meta previews updates for its Edits app
- H3 Pinterest CPG promotions outperform benchmark ROIs
- H3 The latest xAI updates highlight major development push
- H3 YouTube adds custom timestamp sharing for mobile
- H3 TikTok’s US joint venture gains security infrastructure certification
- H3 Judge sides with plaintiffs in case against online ICE trackers
- H3 Threads will add Broadcast Channels-style feature called live chats
- H3 Threads updates reply format and web UI
- H3 X launches new Cashtags format on iOS in the US and Canada
- H3 Meta raises the price of its Quest VR headsets
- H3 Meta simplifies ad performance elements
- H3 Social media has positive benefits for teens: report
- H3 Grok faced potential removal from the App Store
- H3 Pinterest’s latest ad campaign encourages people to get off social media
- H3 Snapchat highlights opportunities for insurance brands
- H3 Meta updates Threads API with more third-party app integrations
- H3 Meta announces date for 2026 Conversations event
- H3 Reddit launches new public beta integration with HubSpot
- H3 YouTube expands C-SPAN partnership
- H3 Mark Zuckerberg continues his pursuit of AI human clones
- H3 TikTok adds new AI video generation to Symphony ad tool kit
- H3 Advocacy groups warn against adding facial recognition to Meta AI glasses
- H3 4 new engagement options for YouTube creators
- H3 Get the free newsletter
- H3 Take your knowledge further with
- H3 You’re all set
- H3 Most Popular
- H3 Library resources
- H3 Company Announcements
- H3 Events
- H3 Social Media Today news delivered to your inbox
- H4 Explore
- H4 Reach our audience
- H4 Related Publications
- H3 Get Social Media Today in your inbox
A+Alt Text QualityAll 107 images OKPASS
| Issue | Count |
|---|---|
| too long | 1 image(s) |
A+Form AccessibilityAll 8 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #search-desktop | search | Search | for/id |
| #id_8b8da8_email | Email: | none | |
| #id_user_consent-sidebar | checkbox | By signing up to receive our newsletter, you agree to our Terms of Use and Privacy Policy. You can unsubscribe at anytime. | for/id |
| #id_8f375a_email | Email: | none | |
| #id_user_consent-bottom | checkbox | By signing up to receive our newsletter, you agree to our Terms of Use and Privacy Policy. You can unsubscribe at anytime. | for/id |
| #search-mobile | search | Search | none |
| #id_79db74_email | Email: | none | |
| #id_user_consent-integrated_menu | checkbox | By signing up to receive our newsletter, you agree to our Terms of Use and Privacy Policy. You can unsubscribe at anytime. | for/id |
A+Print StylesheetPrint styles detectedPASS
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 |
|---|---|---|---|---|---|
| h2 Top stories | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h2 The Latest | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h3 Get the free newslet… | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h3 Take your | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h3 knowledge further wi… | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h3 Most Popular | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h3 Library resources | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h3 Company Announcement… | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h3 Events | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h3 Social Media Today n… | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h3 Get Social Media Tod… | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| title Social Media News | … | 9.27:1 | 4.5:1 | #000000 | #ACACAF | Pass |
| span Opens in a new windo… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Opens an external we… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Opens an external we… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span We and our 14 IAB TC… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Personal data may be… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Our third party IAB … | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span You may change your … | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span You may close this b… | 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.
ALighthouse Accessibility AuditsScore 90/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.
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 |
|---|
Subscribe nav#top > div.site-menu-inner > div.menu-content-wrapper > a.nav-menu-item |
Read more ➔ div.large-6 > section.hero-article > p.hero-article__teaser > a.call-out-link |
These are opportunities to improve the legibility of your content.
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 |
|---|
Skip to main content body.dash > a.button |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
search div.mm-top-bar > div.mm-search > form > button.search-button-front |
These items highlight common accessibility best practices.