Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.33 KB

File metadata and controls

43 lines (31 loc) · 1.33 KB
Title Empty Page Title Check
id title_03
type true
elem all
test titleNull
score 1
level A
trust 1
ref F25
scs 2.4.2
dis 33151
result failed

Empty Page Title Check

Description

The "Empty Page Title Check" evaluates whether the webpage contains one non-empty <title> element, placed inside the <head>, providing a meningful description of the page.

Example outcome

I checked that this webpage does not have a title - the <title> element is empty.

Impact

  • Visual Impairments: A screen reader announces the title when the page is loaded or when switching between open pages.
  • Cognitive Disabilities: The page title is crucial for orientation and context.
  • All: Browsers display the title in tabs, bookmarks, and history.

Fixes

To address inappropriate <title> elements:

  1. Locate the <title> element.
  2. Add a meaningful and descriptive text to it.

Resources