New Blogger Templates

Friday 25 November 2011

add dynamic meta tag disctiption (that will boost your page optimization)



meta tags are very important for page optimization for blog and web site both One of the greatest disadvantage of using blogger is its lack of support for unique description for each blog post which can severely affect your on page SEO.While the method we are describing here will provide you with the ability to give a unique meta tag description moreover it will be dynamic .So you don’t have to worry for writing a unique meta description for each of your earlier and future blog post.We have been using this method on our blogger blog and after implementing it found an increase in our search engine rankings.Now here is the step by step tutorial on how to add a dynamic meta description in blogger.



1.    Login into your blogger account.

2.    Click on Design and then on HTML.

3.    If already have added some meta description tag then delete it and add the following code.

4.    Add the following code
<meta expr:content='data:blog.pageName + data:blog.title + data:blog.pageName' name='Description'/>

5.    This code will insert your post tittle in each description which not only makes your blogger post description unique but also help you out in onpage seo because you usually have your keywords in your blog post tittle.

6.    You can use the “ data:blog.pageName +  “ as many times as you want in your blogger descprtion .But if you use it more then once then it can also have an adverse effect.So,don't overuse it.