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(Search Engine Optimization). For the details, you can read the explanation below on how to change blog title with post title.
For example here is a blog with Blog Title as "P Answer" and a blog Post Title "Change Blog Title with Post Title"
By Default, the Post title appears like this:
But, after you followed this trick, the title will look like this
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
What? If you didn't find that code, try to find this code
4. Then, replace one of the code above, with code below.
5. Finish! Just click Save Template
For example here is a blog with Blog Title as "P Answer" and a blog Post Title "Change Blog Title with Post Title"
By Default, the Post title appears like this:
P Answer : Change Blog Title with Post Title
But, after you followed this trick, the title will look like this
Change Blog Title with Post Title | P Answer
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>
<title><data:blog.pageName/> | <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title> </b:if>
5. Finish! Just click Save Template
0 Comments
Please add nice comments or answer ....