Nov 25, 2010

Dynamic Blogger Meta tag

Most SEO experts say, the good blog description or the keywords must be different in every page, because if all the page have the same description, it will be considered as duplication. And search engines dislike any duplication, for instance, Google search engine.
One of the SEO experts, Kang Rohman tried to create Blogger description meta tag and the keyword that can be different in every page or popular term for it is Dynamic Blogger Meta tag.
Below is the basic code of Dynamic Blogger Meta tag :

<b:if cond='data:blog.pageType != &quot;item&quot;'>
<meta expr:content='data:blog.pageTitle + &quot; - description&quot;' name='description'/>
<meta expr:content='data:blog.pageTitle + &quot;, keywords&quot;' name='keywords'/>
<b:else/>
<meta expr:content='data:blog.pageName + &quot; - description&quot;' name='description'/>
<meta expr:content='data:blog.pageName + &quot;, keywords&quot;' name='keywords'/> </b:if>

Replace the blogger keyword meta tag and description meta tag with the code above.
Here is a example of the final code what should look like:
<b:if cond='data:blog.pageType != &quot;item&quot;'>
<meta expr:content='data:blog.pageTitle + &quot; - Tips and trick to easy blogging at blogspot also free download ebook and template&quot;' name='description'/>
<meta expr:content='data:blog.pageTitle + &quot;, blog tutorial,blogger tutorial,blogspot tutorial,blog templates,blogger templates,blogspot templates,blogger templates free,free blogger templates&quot;' name='keywords'/>
<b:else/>
<meta expr:content='data:blog.pageName + &quot; - Tips and trick to easy blogging at blogspot also free download ebook and template&quot;' name='description'/>
<meta expr:content='data:blog.pageName + &quot;, blog tutorial,blogger tutorial,blogspot tutorial,blog templates,blogger templates,blogspot templates,blogger templates free,free blogger templates&quot;' name='keywords'/>
</b:if>

2 comments

Great info! I have just applied this to my blog http://quifeci.blogspot.com and it really works.
Finally, individual description tags for individual posts.
Thank you!

www.youanachid.blogspot.com
thanks i us this one for my blog :)


EmoticonEmoticon