Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FAlt Text QualityAction7 of 24 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 7 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
DForm AccessibilityAction7 of 7 controls have issuesFIX
| Control | Type | Label | Method |
|---|---|---|---|
| q | text | (Enter your domain or URL) | placeholder only |
| #awf_field-113227448 | (Email address) | placeholder only | |
| input | input | (Search Trends) | placeholder only |
| q | text | (Enter topic...) | placeholder only |
| #awf_field-113227448 | text | (Email address) | placeholder only |
| submit | submit | (none) | none |
| #g-recaptcha-response | textarea | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="submit" name="submit">; <textarea name="g-recaptcha-response" id="g-recaptcha-response">
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
Placeholder text disappears on focus and is not a reliable label.
<input type="text" name="q">; <input type="email" name="email" id="awf_field-113227448">; <input>; <input type="text" name="q">; <input type="text" name="email" id="awf_field-113227448">
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
FFavicon & BrandingAction1 icon(s) detectedFIX
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 StructureAction3 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
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
CLink & Button QualityAction4 issue(s) across 141 links and 7 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| / | (empty) | empty | Add link text or aria-label |
| https://tools.explodingtopics.com/websit… | Lovable+1200% | new tab | Add '(opens in new tab)' to text |
| https://tools.explodingtopics.com/websit… | Notegpt+1860% | new tab | Add '(opens in new tab)' to text |
| https://tools.explodingtopics.com/websit… | Rosebud AI+1200% | new tab | Add '(opens in new tab)' to text |
| https://analytics.explodingtopics.com/we… | google.com111.8B | new tab | Add '(opens in new tab)' to text |
| https://analytics.explodingtopics.com/we… | youtube.com54.4B | new tab | Add '(opens in new tab)' to text |
| https://analytics.explodingtopics.com/we… | facebook.com10.9B | new tab | Add '(opens in new tab)' to text |
| https://analytics.explodingtopics.com/we… | All Websites | new tab | Add '(opens in new tab)' to text |
| https://www.semrush.com/lp/exploding-top… | Try Exploding Topics Pro | new tab | Add '(opens in new tab)' to text |
| /topics | (empty) | empty | Add link text or aria-label |
| /topics | (empty) | empty | Add link text or aria-label |
| https://www.semrush.com/lp/exploding-top… | Pricing | new tab | Add '(opens in new tab)' to text |
| https://www.semrush.com/login/?redirect_… | Customer Login | new tab | Add '(opens in new tab)' to text |
| https://www.semrush.com/company/contacts… | Contact | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/@ExplodingTopics | YouTube | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/explodingtopic… | new tab | Add '(opens in new tab)' to text | |
| https://www.tiktok.com/@explodingtopicsa… | TikTok | new tab | Add '(opens in new tab)' to text |
| https://x.com/explodingtopics | X (Twitter) | new tab | Add '(opens in new tab)' to text |
| https://www.semrush.com/academy/?utm_sou… | Marketing Academy | new tab | Add '(opens in new tab)' to text |
| https://www.semrush.com/academy/webinars… | Free Webinars | new tab | Add '(opens in new tab)' to text |
| / | (empty) | empty | Add link text or aria-label |
| /privacy | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| /terms | Terms of Service | new tab | Add '(opens in new tab)' to text |
| https://www.semrush.com/company/legal/co… | Cookie Policy. | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
/; /topics; /topics; /
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://tools.explodingtopics.com/website-traffic-checker?q=lovable.dev; https://tools.explodingtopics.com/website-traffic-checker?q=notegpt.io; https://tools.explodingtopics.com/website-traffic-checker?q=rosebud.ai; https://analytics.explodingtopics.com/website/google.com; https://analytics.explodingtopics.com/website/youtube.com; https://analytics.explodingtopics.com/website/facebook.com; https://analytics.explodingtopics.com/website; https://www.semrush.com/lp/exploding-topics-pricing/en/?utm_source=explodingt…; https://www.semrush.com/lp/exploding-topics-pricing/en/#plans?utm_source=expl…; https://www.semrush.com/login/?redirect_to=%2Fapps%2Fexploding-topics%2Ffree-… (+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
B404 Error PageHTTP 404, custom pageREVIEW
BLighthouse Accessibility AuditsScore 86/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.
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 |
|---|
2 Years div.filterContainer > div.trendDbPageButtonDropdown > div.dropdownFilterButton > span.filterButtonText |
All Categories div.filterContainer > div.trendDbPageButtonDropdown > div.dropdownFilterButton > span.filterButtonText |
Volume div.scoresContainer > div.scoresInnerContainer > div.scoreTag > div.scoreTagBottom |
+99X+ div.scoresContainer > div.scoresInnerContainer > div.scoreTag > div.scoreTagTop |
Growth div.scoresContainer > div.scoresInnerContainer > div.scoreTag > div.scoreTagBottom |
Volume div.scoresContainer > div.scoresInnerContainer > div.scoreTag > div.scoreTagBottom |
+99X+ div.scoresContainer > div.scoresInnerContainer > div.scoreTag > div.scoreTagTop |
Growth div.scoresContainer > div.scoresInnerContainer > div.scoreTag > div.scoreTagBottom |
Volume div.scoresContainer > div.scoresInnerContainer > div.scoreTag > div.scoreTagBottom |
+1567% div.scoresContainer > div.scoresInnerContainer > div.scoreTag > div.scoreTagTop |
Growth div.scoresContainer > div.scoresInnerContainer > div.scoreTag > div.scoreTagBottom |
Volume div.scoresContainer > div.scoresInnerContainer > div.scoreTag > div.scoreTagBottom |
+900% div.scoresContainer > div.scoresInnerContainer > div.scoreTag > div.scoreTagTop |
Growth div.scoresContainer > div.scoresInnerContainer > div.scoreTag > div.scoreTagBottom |
Volume div.scoresContainer > div.scoresInnerContainer > div.scoreTag > div.scoreTagBottom |
+900% div.scoresContainer > div.scoresInnerContainer > div.scoreTag > div.scoreTagTop |
Growth div.scoresContainer > div.scoresInnerContainer > div.scoreTag > div.scoreTagBottom |
Volume div.scoresContainer > div.scoresInnerContainer > div.scoreTag > div.scoreTagBottom |
+875% div.scoresContainer > div.scoresInnerContainer > div.scoreTag > div.scoreTagTop |
Growth div.scoresContainer > div.scoresInnerContainer > div.scoreTag > div.scoreTagBottom |
April 22, 2026 div.articleCard > div.articleCardInner > div.articleContent > p.articleDate |
April 17, 2026 div.articleCard > div.articleCardInner > div.articleContent > p.articleDate |
April 14, 2026 div.articleCard > div.articleCardInner > div.articleContent > p.articleDate |
April 9, 2026 div.articleCard > div.articleCardInner > div.articleContent > p.articleDate |
These are opportunities to improve the legibility of your content.
Names and labels
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.grid > div.trendCard > div.trendCardInner > img div.grid > div.trendCard > div.trendCardInner > img |
div.grid > div.trendCard > div.trendCardInner > img div.grid > div.trendCard > div.trendCardInner > img |
div.grid > div.trendCard > div.trendCardInner > img div.grid > div.trendCard > div.trendCardInner > img |
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.megaMenuWrapper > div.megaMenuInnerWrapper > div.megaMenuTop > a.logo div.megaMenuWrapper > div.megaMenuInnerWrapper > div.megaMenuTop > a.logo |
div.container > div.pagerAndResultsContainer > div.pagination-container > a.pagerButton div.container > div.pagerAndResultsContainer > div.pagination-container > a.pagerButton |
div.container > div.pagerAndResultsContainer > div.pagination-container > a.pagerButton div.container > div.pagerAndResultsContainer > div.pagination-container > a.pagerButton |
div.container > div.footer_bottom > div.footer_logo > a div.container > div.footer_bottom > div.footer_logo > a |
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 |
|---|
div#af-form-1686512983 > div#af-body-1686512983 > div.newsletter_form_inner > input#awf_field-113227448 div#af-form-1686512983 > div#af-body-1686512983 > div.newsletter_form_inner > input#awf_field-113227448 |
div#af-form-1686512983 > div#af-body-1686512983 > div.newsletter_form_inner > input.submit div#af-form-1686512983 > div#af-body-1686512983 > div.newsletter_form_inner > input.submit |
These are opportunities to improve keyboard navigation in your application.
A+Heading Hierarchy28 headingsPASS
- H2 Discover Trends 12+ Months Before Everyone Else
- H3 Trusted by brands that refuse to fall behind.
- H1 Discover Exploding Topics
- H2 Check Real Search Demand for Any Topic or Keyword
- H2 Powerful Free Tools To Give You An Edge
- H3 Keyword Research
- H3 SEO Checker
- H3 Competitor Analysis
- H3 Rank Checker
- H3 Backlink Checker
- H3 Keyword Difficulty
- H2 Expert Insights, Data, And Trends
- H3 How Two Entrepreneurs Used TikTok and Trends to Create a Viral Launch
- H3 How to Find Semantic Keywords for Google Visibility
- H3 Top 19 SEO Tools I Recommend for Web and AI Visibility
- H3 13 Top Marketing Trends (2025)
- H2 How We Find Trends
- H3 Analyze
- H3 Identify
- H3 Curate
- H2 Get Exclusive Access to Emerging Trends
- H2 Breaking Down Trends & Strategies
- H3 How to Use Exploding Topics: A Quick Start Guide
- H3 Top Trending Topics (April 2026)
- H3 E-commerce SEO in 2026: Grow Your Traffic Without Ads
- H3 Meet the Travel Blogger Using Trends to Enhance His Trips
- H2 Get Free Email Reports
- H2 About cookies on this site
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 Discover Exploding T… | 20.00:1 | 3.0:1 | #000000 | #F5FAFF | Pass |
| h2 Discover Trends 12+ … | 20.00:1 | 3.0:1 | #000000 | #F5FAFF | Pass |
| h2 Check Real Search De… | 20.00:1 | 3.0:1 | #000000 | #F5FAFF | Pass |
| h2 Powerful | 20.00:1 | 3.0:1 | #000000 | #F5FAFF | Pass |
| h2 To Give You An Edge | 20.00:1 | 3.0:1 | #000000 | #F5FAFF | Pass |
| h2 Expert Insights, Dat… | 20.00:1 | 3.0:1 | #000000 | #F5FAFF | Pass |
| h2 How We Find Trends | 20.00:1 | 3.0:1 | #000000 | #F5FAFF | Pass |
| h2 Get Exclusive Access… | 20.00:1 | 3.0:1 | #000000 | #F5FAFF | Pass |
| h2 Breaking Down Trends… | 20.00:1 | 3.0:1 | #000000 | #F5FAFF | Pass |
| h2 Get Free Email Repor… | 20.00:1 | 3.0:1 | #000000 | #F5FAFF | Pass |
| h2 About cookies on thi… | 20.00:1 | 3.0:1 | #000000 | #F5FAFF | Pass |
| h3 Trusted by brands th… | 20.00:1 | 3.0:1 | #000000 | #F5FAFF | Pass |
| h3 How Two Entrepreneur… | 20.00:1 | 3.0:1 | #000000 | #F5FAFF | Pass |
| h3 How to Find Semantic… | 20.00:1 | 3.0:1 | #000000 | #F5FAFF | Pass |
| h3 Top 19 SEO Tools I R… | 20.00:1 | 3.0:1 | #000000 | #F5FAFF | Pass |
| h3 13 Top Marketing Tre… | 20.00:1 | 3.0:1 | #000000 | #F5FAFF | Pass |
| h3 Analyze | 20.00:1 | 3.0:1 | #000000 | #F5FAFF | Pass |
| h3 Identify | 20.00:1 | 3.0:1 | #000000 | #F5FAFF | Pass |
| h3 Curate | 20.00:1 | 3.0:1 | #000000 | #F5FAFF | Pass |
| h3 How to Use Exploding… | 20.00:1 | 3.0:1 | #000000 | #F5FAFF | 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.