title-require
<title> must be present in <head> tag.
Level: Error
Config value
Section titled “Config value”true: enable rulefalse: 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>Why this rule is important
Section titled “Why this rule is important”The <title> element is used to provide a title for the document, which helps with SEO and accessibility.