Missing Page Title Check

RuleSets of AccessMonitor - the validator of web accessibility practices

Missing Page Title Check

Description

The “Missing Page Title Check” evaluates whether the webpage contains no <title> element as opposed to the supposed one.

Example outcome

I noticed that this webpage does not have a title - it is missing the <title> element.

Impact

Fixes

To address missing <title> elements:

  1. Locate the <head> element.
  2. Add a <title> with meaningful and descriptive text.

Resources