Page Title Check

RuleSets of AccessMonitor - the validator of web accessibility practices

Page Title Check

Description

The “Page Title Check” evaluates whether the webpage contains exactly one <title> element in the <head> section and that the title is appropriately descriptive of the page content.

Example outcome

I found one title on the webpage and it seems correct.

Impact

Fixes

To address inappropriate <title> elements:

  1. Locate the <title> element.
  2. Verify that it is correctly placed inside the <head> section.
  3. Ensure it contains plain, descriptive text that clearly states the page’s purpose, with a length of 30 to 65 characters.
  4. If there are multiple <title> elements, make sure to keep only one.

Resources