This test determines if a page has included a page title. A page title should be included to allow easy page identification. Page titles should be short and descriptive. Some devices will use the page title as a label for a bookmark, so the page title should be meaningful.
Specifiying a page title
To remedy this, you should include a <title> tag within the head element of your markup:
<head>
<title>This is the title of my page</title>
.
.
.
</head>
Reference
This test is based on a W3C mobileOK best practice test. See http://www.w3.org/TR/mobile-bp/#PAGE_TITLE for more details
Leave a Reply