Rule 8.5.1

Summary

This test consists in detecting the presence of the <title> tag

Business description

Criterion

8.5

Test

8.5.1

Description

Chaque page web a-t-elle un titre de page (balise <title>) ?

Level

A

Technical description

Scope

Page

Decision level

Decidable

Algorithm

Selection

Set1

The <title> tag of the page within the <head> tag (head title)

Process

Test1

Test whether Set1 is not empty. If false, raise a MessageA.

MessageA : Title tag missing
  • code: TitleTagMissing
  • status: Pre-Qualified
  • present in source: no

Analysis

Passed

The <title> tag is present on the page (Test1 returns true)

Failed

The <title> tag is not present on the page (Test1 returns false)

Files