How to Change Blog Title with Post Title

Hello, friends! Do you ever think about how to change blog title with post title? If you have, you're lucky today. Because we will discuss about How to Change Blog Title with Post Title. Many bloggers said, it can raise our blog SEO. For the details, you can read the explanation below.

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 this
How 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

2 comments:

Post a Comment

:) :( :)) :D =))
Loading Comment Form