How to SEO Optimize your Blogger Blog Titles for Higher Search Results

It is very important for Blogger designers to grab visitors to your blog, this called "Blogger/Blogspot Title Swapping" swapping blog title can boost your position in search engine result page and also increas trafic to your blog. Page/post title are very important element in your blog in terms of ranking well in search result. If you are looking at title bar in your browser, you will your default blogger's template desplay with Blog tiltle. Generally, people are looking for specific post title content rather than your blog's name and they always begin with the phrase "How to...", so having post title at the beginning of your blog will increases your chance of being found.


+ How to Optimize your blog post title

Step 1: Log in your Blogger Dashboard and go to Template >Edit HTML

Step 2: Click anywhere inside code area and press Ctrl + F to open Blogger's search Box
Step 3: Type or past the code below into the search box to find it:

<title><data:blog.pageTitle/></title>
----------------------------------------------------------
<b:include data='blog' name='all-head-content'/>
<meta content='width=device-width, initial-scale=1, maximum-scale=1' name='viewport'/>
<b:if cond='data:blog.pageType == &quot;index&quot;'>
<title><data:blog.pageTitle/></title>
<b:else/>
<title><data:blog.pageName/> - <data:blog.title/></title>
</b:if>
<!-- deskripsi dan keyword -->
---------------------------------------------------------------
Step 4: You need to replace the above with this one:


<b:if cond='data:blog.pageType == "item"'>
<title><data:blog.pageName/> | <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title> </b:if>

Step 5: Click save Template and you are done!
Enjoyed this post?
Be sure to subscribe to get regular updates delivered to your email inbox, for free.



How to SEO Optimize your Blogger Blog Titles for Higher Search Results How to SEO Optimize your Blogger Blog Titles for Higher Search Results Reviewed by Unknown on 1/20/2015 09:54:00 AM Rating: 5

No comments:

Powered by Blogger.