Wednesday, April 20, 2011

How To Change Blogspot Title

When we search our blog posts on the Search Engine, may be will see that the order of our blog title like this: Title Blog: Title Post, it's means that the blog title will see the first before page title. Now, will change blogspot title with seo friendly.

Please login to your Dasboard, then click Design, then click Edit HTLM. Now you will see the HTML scripts. To change the blogspot title, look the code below:

<title><data:blog.pageTitle/></title>

Next, change it with this one:

<b:if cond=’data:blog.pageType == “index”‘>
<title><data:blog.pageTitle/></title>
<b:else/>
<title><data:blog.pageName/> | <data:blog.title/></title>
</b:if>


Finaly with press SAVE TEMPLATE button.

Now, your blog title in browser header and in the search engine will show like this: Title Page | Title Blog.


No comments:

Post a Comment