Empty Page Title Check

RuleSets of AccessMonitor - the validator of web accessibility practices

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

Fixes

To address inappropriate <title> elements:

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

Resources