Page titles are the most important for Search Engine Optimization (SEO) of any blog or website. The default page titles given by blogger are not Search Engine Friendly. We can change these title codes with best optimized blog titles to increase the blog traffic, ranking and pageviews. These titles are also good to look.
To change your default Blogger / Blogspot blog's page titles, simply follow the steps given below.
Steps:
1. Login to your Blogger.com account.
2. Go to Design >> Edit HTML section of blog.
3. Press Ctrl + F and search for the following code in your blog's HTML:
4. Replace the above code with the following code:
5. Change the text "Short Description of Blog" to your blog's description.
6. Your blog is ready now, save your template.
Note: If you have any problem or confusion about this article than please discuss in comments.
To change your default Blogger / Blogspot blog's page titles, simply follow the steps given below.
Steps:
1. Login to your Blogger.com account.
2. Go to Design >> Edit HTML section of blog.
3. Press Ctrl + F and search for the following code in your blog's HTML:
<title><data:blog.pageTitle/></title>
4. Replace the above code with the following code:
<!--blog title starts-->
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<title><data:blog.title/> ~ Short Description of Blog...</title>
<b:else/>
<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.pageName/> ~ <data:blog.title/> - Short Description of Blog...</title>
<b:else/>
<b:if cond='data:blog.pageType == "static_page"'>
<title><data:blog.pageName/> ~ <data:blog.title/></title>
<b:else/>
<b:if cond='data:blog.pageType == "item"'>
<title><data:blog.pageName/> ~ <data:blog.title/></title>
<b:else/>
<b:if cond='data:blog.pageType == "archive"'>
<title>Posts in <data:blog.pageName/> ~ <data:blog.title/> - Short Description of Blog...</title>
<b:else/>
<title><data:blog.pageName/> ~ Short Description of Blog...</title>
</b:if>
</b:if>
</b:if>
</b:if>
</b:if>
<!--/blog title ends FRESHTIPS[dot]BLOGSPOT[dot]COM-->
5. Change the text "Short Description of Blog" to your blog's description.
6. Your blog is ready now, save your template.
Note: If you have any problem or confusion about this article than please discuss in comments.
0 comments:
Post a Comment