title
is not placeholder text.
title
contains placeholder text.
title
element content can not be any one of (case insensitive) "the title", "title", "this is the title".
Question | Is this title appropriate for the content? |
---|---|
PASS | title is appropriate for the content. |
FAIL | title is not appropriate for the content. |
title
element.\r\n2. Compare the title text to common placeholder values.title
is not placeholder text.title
text to avoid placeholder text or confirm that the text is appropriate.title
element does not contain placeholder text.
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/xhtml; charset=UTF-8" /> <title>OAC Testfile - Check #53 - Negative</title> </head> <body> </body> </html>
title
element has placehoder text 'title'.
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/xhtml; charset=UTF-8" /> <title>title</title> </head> <body> </body> </html>