Skip to content

title-require

<title> must be present in <head> tag.

Level: Error

  1. true: enable rule
  2. false: disable rule

The following patterns are not considered rule violations

Section titled “The following patterns are not considered rule violations”
<html><head><title>test</title></head></html>

The following pattern is considered a rule violation:

Section titled “The following pattern is considered a rule violation:”
<html><head></head></html>
<html><head><title></title></head></html>
<html><title></title><head></head></html>