Media element autoplays with sound: what it is, why it matters, and how to fix it
This page contains audio or video elements that autoplay with sound. Autoplaying media with audio is disruptive to all users and especially problematic for screen reader users.
Where this fits: accessibility in SEO
Why media element autoplays with sound hurts your rankings
Autoplaying audio interferes with screen reader output, making the page essentially unusable for visually impaired users. It violates WCAG 2.1 Level A (Success Criterion 1.4.2). Browsers increasingly block autoplaying media with sound, and users generally find it intrusive, leading to immediate page abandonment.
This is a medium-severity issue: individually modest, but it compounds — dozens of medium issues across hundreds of pages add up to a real quality deficit in how search engines assess the site.
How to fix it
Remove the autoplay attribute from media elements, or add the muted attribute if autoplay is desired for visual content. Provide clear play/pause controls and let users choose when to hear audio.
<!-- Autoplay with mute (acceptable) -->
<video autoplay muted loop>
<source src="background.mp4" type="video/mp4" />
</video>Frequently asked questions
What does "Media element autoplays with sound" mean?
This page contains audio or video elements that autoplay with sound. Autoplaying media with audio is disruptive to all users and especially problematic for screen reader users.
Why does media element autoplays with sound matter for SEO?
Autoplaying audio interferes with screen reader output, making the page essentially unusable for visually impaired users. It violates WCAG 2.1 Level A (Success Criterion 1.4.2). Browsers increasingly block autoplaying media with sound, and users generally find it intrusive, leading to immediate page abandonment.
How do I fix media element autoplays with sound?
Remove the autoplay attribute from media elements, or add the muted attribute if autoplay is desired for visual content. Provide clear play/pause controls and let users choose when to hear audio.
How serious is this issue?
This is a medium-severity issue: individually modest, but it compounds — dozens of medium issues across hundreds of pages add up to a real quality deficit in how search engines assess the site. It belongs to the accessibility family of checks.
How do I find every page affected by this on my site?
Run a free Dr Urls audit: it crawls your site, detects media element autoplays with sound on every affected page, shows example URLs, and generates a ready-to-use fix task. Re-scan after fixing to verify the issue is gone.
Does your site have this issue?
A free Dr Urls audit crawls your site, finds every page affected by media element autoplays with sound, and hands you a ready-made fix task.
Check my site free