The default way that the page title of your blog is handled is:
<title><data:blog.pageTitle/></title>
This generally displays as "Your Blog Title" for the homepage, followed by "Your Blog Title : Page Name" for all other pages. This has a number of faults, namely:
- Your homepage title doesn't have much of a description when shown in search engines to potential viewers
- Lack of keywords and phrases in the title leads to poor search engine keyword rankings
- In bookmarks and links the unique page title is shown after the site name, so if the person has multiple links from your site they might all look the same in a list that is cut off at a certain size
<title/>
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<data:blog.title/> : YOUR EXTENDED DESCRIPTION
<b:else/><data:blog.pageName/> : <data:blog.title/></b:if></title/>
Post a Comment
Post a Comment