H2 Tag Is Empty
- December 7, 2025
Quick Reference
Element Code: ON-007
Issue: H2 tag exists in HTML but contains no text content
Impact: Broken document structure, accessibility failures, wasted semantic markup
Fix: Add descriptive text content or remove the empty tag
Detection: Screaming Frog, Sitebulb, accessibility audits
What Is This Issue?
An empty H2 tag is an H2 element in your HTML that contains no text content. Like empty H1 tags, this creates a gap in your document's heading structure and provides no value to users or search engines. Empty H2s are often caused by CMS template issues, deleted content, or developer errors.
Why This Matters for Your Website
Accessibility Impact
Screen readers announce all headings, including empty ones. An empty H2 creates a confusing gap in navigation, with the screen reader announcing a heading level but no content. This violates WCAG guidelines requiring headings to describe their content.
Search Engine Impact
While not as critical as an empty H1, empty H2s signal poor page quality and can indicate technical issues that search engines may interpret negatively. They also waste the opportunity to reinforce topical relevance.
Common Causes
- CMS section templates with unfilled heading fields
- Content that was deleted without removing the heading tag
- JavaScript-dependent content that failed to load
- Copy-paste errors during content creation
How to Fix This Issue
- Locate Empty H2s: Use Screaming Frog or browser DevTools to find empty H2 elements
- Determine Intent: Should this section have a heading, or should the tag be removed?
- Add Content or Remove: Either add descriptive text or delete the empty tag entirely
- Check Templates: If this is a recurring issue, fix the source template
Tools for Detection
- Screaming Frog: Filter for empty H2 tags in Page Titles report
- WAVE: Flags empty headings as accessibility errors
- axe DevTools: Reports empty heading violations
TL;DR (The Simple Version)
You have an H2 tag with no text in it. This is usually a template error or leftover from deleted content. Either add a proper subheading or remove the empty tag entirely. Empty headings confuse screen readers and waste your page structure.
About SEO ProCheck
Technical SEO consulting and GEO strategy with 20 years of enterprise experience. Case studies, resources, and tools for search and AI visibility.
Work With Me
Technical SEO audits, GEO strategy, site migrations, and international SEO. Hourly consulting for teams who need hands-on support, not just reports.
Subscribe to our newsletter!
Recent Posts
- No Social Schema December 7, 2025
- Missing Social Profile Links December 7, 2025
- Social Image Wrong Size December 7, 2025
