Now you can check this, for example here is a blog with Blog Title as "Comutricks" and a blog Post Title "How to Boost Download Speed"
By Default, the Post title appears like this:
Comutricks : How to Boost Download Speed
But, after you followed this trick, the title will look like thisHow to Boost Download Speed | Comutricks
The second title looks better as the subject matter of the blog post. This is also good for search engine optimization. So, if you want to know how to change blog title with post title, just follow the steps below.
1. Log in to your blogger acccount
2. Go to Design --> Edit HTML
3. Find this code
<title><data:blog.title/></title>
What? If you didn't find that code, try to find this code<title><data:blog.pageTitle/></title>
4. Then, replace one of the code above, with code below.<b:if cond='data:blog.pageType == "item"'>
<title><data:blog.pageName/> | <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title> </b:if>
5. Finish! Just click Save Template
<title><data:blog.pageName/> | <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title> </b:if>
No comments:
Post a Comment