The default title tags of a blog is showing the blog title then the post title. Bloggers know that this is not good for Search Engine Optimization (SEO). It is very important to show the post title first then the blog title especially on Google search engine. This is because Google put more weights on optimized title tags. So, the question is how to optimize title tags ? You might consider first to change the title tags on your blog HTML.
- showing blog title first then the post title-
-showing post title first then the blog title-
Changing The Title Tags:
- Go to Layout>edit HTML in your Blogger dashboard.
- Search for this tag: <title><data:blog.pageTitle/></title>
- Replace this tag with the following code:
<b:if cond='data:blog.pageType == "index"'> <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 results in your web browser.
5. It may take a few days for the changes to show up on the Google search results.
That's how to change the title tags on blog HTML. Just don't rush things, have patience and it will be change is a few days after implementing. ^^
2 comments:
Thanks a lot. It was a greaat help for me as I was trying to optimize my SEO.
I have been searching for how you change title tags nearly all day long and finally found my perfect answer on your user friendly blog.
Post a Comment