Thursday, March 15, 2012 - , 0 comments

Optimizing Your Blog Title Tags


Blogsot blogs Title Tags by default shows the blog title first then the post title. This is not good for SEO (Search Engine Optimization). It is very important to show the post title fist then the blog title  especially on Google search engine. This is because Google put more weights on optimized tile tags. But don't worry because this can be resolve by changing just a single code in your blog template HTML. Just follow the steps below on how to change your title tags for SEO.



Optimizing Your Blog Title Tags

1.  Go to your Dashboard >> Design >> Edit HTML.

2.  Find the code below. (Ctrl+F and paste the code below in the search bar to find it right away.)
<title><data:blog.pageTitle/></title>

3.  Replace the code in step 3 by the codes below.
<b:if cond='data:blog.pageType == &quot;index&quot;'> <title><data:blog.title/></title> <b:else/> <title><data:blog.pageName/> | <data:blog.title/></title> </b:if> 

4.  Save your template and you should see the result by checking your web browser.


It may take a few days for the changes to show up on the Google search results. But don't just rush things and have patience because SEO isn't that easy.

0 comments:

Post a Comment