This is an archive of an inactive wiki and cannot be modified.

Mobile friendly page titles

This technique gives a possible implementation for the CategoryBpPageTitle using HTML or XHTML.

The title should be individual. It can be used in history and bookmarks, so having the first couple of words unique to the page makes it easier to choose a page you remember.

Titles should be brief. Three or four words is good - for example

A history list which consists of

may have the titles truncated, and be rendered as

* coolSites.com - your source
* coolSites.com - your source
* coolSites.com - your source
* coolSites.com - your source

which is not very helpful.

Code sample 1

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Site Map - coolSites</title>
</head>
<body></body>
</html>


CategoryXhtml CategoryBpPageTitle

Contributions to this wiki are governed by the W3C policies for Contribution to W3C' wiki on Mobile Web.