How to SEO Optimize your Blogger Blog Titles for Higher Search Results
+ 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 == "index"'>
<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>
<title><data:blog.pageName/> | <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title> </b:if>
How to SEO Optimize your Blogger Blog Titles for Higher Search Results
Reviewed by Unknown
on
1/20/2015 09:54:00 AM
Rating:
No comments: