Monday, January 17, 2011

Article | Very Effective SEO tips for Blogger Templates



Search Engine Optimization tips for Blogger Templates

These days, there is much discussion of how blog content can be optimized for search engines in order to receive better rankings. But have you considered how your blog template can be optimized too?

Swap Title Tags for Better SEO

If you open a post on your blog and look at the top of your browser, you'll see that your blog title is shown first and then the post title comes. We can improve our SEO (search engine optimization) by swapping these two tags so that the post title should appear first and the blog title after it.

1- Log in to Blogger | Dashboard | Layout | Edit HTML.

2- Find:

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

 3- Replace the above code with the following one:

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

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

<b:else/>

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

</b:if>

4- Save your template and see what appears first, your blog title or the post title.
Loading...

Comments :

0 comments to “ Very Effective SEO tips for Blogger Templates ”

Post a Comment

Enter any comments

Followers