Inappropriate Duplicate Page Title Check

RuleSets of AccessMonitor - the validator of web accessibility practices

Inappropriate Duplicate Page Title Check

Description

The “Inappropriate Duplicate Page Title Check” evaluates whether the webpage contains two or more <title> elements, placed inside the <head>, as opposed to the supposed one.

Example outcome

I checked that this webpage does not have only one <title> element, as it was supposed to, it has 2.

Impact

Fixes

To address inappropriately duplicated <title> elements:

  1. Locate both <title> elements.
  2. Remove the inappropriate one, retaining a meaningful and descriptive one.

Resources