All WCAG criteria
WCAG 2.1·Operable·2.4 Navigable
2.4.2 Page Titled
Level AEvery page needs a unique, descriptive <title>.
Why it matters
Screen-reader users hear the title to know which page they are on; tab labels show titles too.
Common failure
<title></title>
Accessible version
<title>Pricing — OnlyEnable</title>
How OnlyEnable handles this
Source-code fix required. No widget can solve this — it requires changes to your content or markup. Our remediation team can help.