Adjust Blogger Title Tags to Improve SEO
Blogger Tips

Adjust Blogger Title Tags to Improve SEO


This Blogger tutorial explains how to improve search engine optimization (SEO) of your Blogger blog (Blogspot blog) by optimizing your post title tags for search engines like Google and Yahoo. How to improve search engine results by optimizing post title tags.

By default your Blogger blog (Blogspot blog) does not have search engine optimised title tags. This puts your blog at a disadvantage compared to other blogs that have inbuilt SEO or enhanced SEO modules as these sites are likely to be placed more highly in search engine results.

The title tags of your blog are ordered by blog name first followed by the title of the post. This is not ideal for popular search engines like Google and Yahoo which give more importance to the first words of a title. By way of example take a look at how the title tags of this blog were viewed in a browser before any SEO. Note the order of the tags: Blog Name | Post Name.

How Blogger Title Tags are viewed in an IE browser

When this site was first indexed by Google this is the search engine results this site received. Note how the blog name is first in all the results.

Search engine result for blogknowhow.blogspot.com before the tweak

Fortunately there is a simple tweak to your template which can rectify this problem. By simply reversing the position of the blog name and page title significant improvement can be gained in search engine results. See the difference in the example below:

How Your Blogger Title Tags are viewed in your browser with change

Follow the step by step guide below to achieve higher rankings in search engine results.

Tweak of Title Tags for New Blogger (beta) Blogs

1. Login to your blog at Blogger.com and navigate to Design > Edit HTML

2. Backup your template by downloading it to your computer. This will ensure that you can upload your template before these changes in case of problems.

3. Replace the following line of code (about 5-10 lines from the top):

<title><data:blog.pageTitle/></title>


with (highlight code, Ctrl + C to copy)

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

4. Click on Save Template and then View Blog. Navigate to an individual post. You will see that your page title is now first followed by your blog title. A pipe symbol separates the two.


Below is an example of the change in search engine results since the tweak was implemented for this site. Since optimising for search engine friendly page titles there has been a significant improvement in traffic accessing the site. This didn't happen right away but if you too implement this page title tweak and continue to deliver quality content you are on your way toward higher search engine rankings.

Blog Know How Search Engine Results in Google with Title Tags Tweaked

Troubleshooting
Several readers have reported issues with the line:

<b:if cond='data:blog.pageType == &quot;item&quot;'>


If you experience problems try inserting this line instead which works on many blogs. Ensure you have double quote marks around item followed by a single quote mark:

<b:if cond='data:blog.pageType == "item"'>


For more on this please read the comments section.

UPDATE
Due to the number of readers experiencing problems with their browsers reading this post I have created a PDF file of this article which is free to download

This Blogger tutorial (Blogspot tutorial) has discussed how to adapt the title tags of a Blogger (Blogspot) blog to improve search engine optimization (SEO) by Google,Yahoo and other search engines.

Related Articles
List of Blog Know How Tutorials for Blogger Blogs
Blogspot Blogger SEO Tips and Tricks




- On-page Seo Tips For Blogger
We know that SEO Off Page refers to the search engine optimization techniques that can be done outside of your website, such as link wheels, reviews, social bookmarking, social media (references and followers), sidebar links, among other techniques. However,...

- How To Seo Optimize Your Blogger Blog Titles For Higher Search Results
This is called "Blogger/blogspot Title Swapping". Swapping blogs title can help boost your position in search engine results page listing and also increase clickthroughs. From an SEO (Search Engine Optimization) perspective, page title is the most important...

- Increase Google Page Rank Blogger Blogspot
Today I continue my series of articles on search engine optimization SEO for a Blogger Blogspot blog. The focus of this article is on increasing the Google Page Ranking of your Blogger Blogspot blog. If your blog is like mine and relatively new you will...

- Add Meta Tags To Blogger For Better Seo
In this Blogger tutorial I will show you the best way to add meta tags to your Blogger blog (Blogspot blog) to improve the SEO of your blog and work around the limitations of the Blogger platform. I have observed that there are many Blogger help blogs...

- Blogger Blogspot Guide To Meta Tags
In this article you will find helpful articles to assist you to add meta tags to a Blogger Blogspot blog. You will also find links to resources such as free meta tag analyzer tools and a list of meta tags and their uses on Blogger. Most webmasters of...



Blogger Tips








.