title
is short.
title
text may be too long.
title
element content must be less than 150 characters (English).
Question | Is this long title appropriate for the content? |
---|---|
PASS | title length is appropriate for the content. |
FAIL | title length is not appropriate for the content. |
title
element.title
element is expected to contain less than 150 characters (English) or the user must confirm that it is the shortest possible title.title
is short.title
element.title
element has valid length (less than 150 characters).
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd"> <html lang="en"> <head> <title>OAC Testfile - Check #52 - Negative</title> </head> <body> </body> </html>
title
element is too long (greater than 150 characters).
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd"> <html lang="en"> <head> <title>This is a really really long title and maybe it should be shortened. In fact I think it really should be shortened. Yes, let's all shorted the title so it's more manageable for everyone.</title> </head> <body> </body> </html>