Blogger TipsWhen I try to optimize the title of this blog, I found some interesting blog that already discusses about how to use title in Blogspot. From the tips below, some people use them and have their respective opinions which is better. I can not decide yet which is better for the below method, For now I use combination the First Method + the third method ..:)
To optimize the blog title, please follow the instructions below:
Login to your Blogger account ->Layout->Edit HTML
A. The First method from Jackbook (Post title first, blog title second):
1. Find this code:
<title><data:blog.title/></title>
2. Delete and replace with this code:
<b:if cond='data:blog.pageType == "item"'>
<title><data:blog.pageName/> | <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
3. click SAVE.
B. The second method from Blogbuster (Blog Title First, Post title second):
1. Find this code:
<title><data:blog.title/></title>
2. Delete and replace it with the following code:
<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>
3. Click SAVE.
C. The third method from O-OM (Blog Title add by Keyword):
1. Find this tag:
<title><data:blog.title/></title>
2. Add the keyword for title code
<title><data:blog.pageTitle/> | keyword1, keyword2, keyword3</title>
3. Click SAVE.
If you have experience using the above code, what do you think for the best SEO method for optimize the title, Please comment..
Related Topics:
How to Remove Underline below Text Link in Blogspot
How to add comment form under blog post in blogger (blogspot)
How to add a PAYPAL DONATE button to your blog (Blogspot)
How to Create Link Exchange Box in your Blog / Website
Remove Duplicate Titles and Descriptions in Blogger to Increase Your Blog Traffic
Optimize your Blog Title in Blogspot - SEO Title
How to Make Author Comment Have Different Color in Blogspot
How to Remove the Number of Label in Blogspot
How to use Strips Ad in Blogger
How to Hide / Remove Blogger Navigation bar
No comments:
Post a Comment