
What's Different Meta Tags For Each Post in Blogger?
By default if you're adding Meta Tags to blogger template, then all of your page including home page will have the same Meta Tags Description. Is it wrong? No. It's just when you submitted your blog to google then you'll have duplicate meta tags description. different Meta Tags Description in each post will be more google friendly.
Step by Step to add Different Meta tags description For Each Post in your blogspot blog.
Step 1. Please do the previous entry here add meta tags to blogger blog
Step 2. Find code below
<meta content='Your home page description' name='description'/>
<meta content='your keywords, keywords1, keyword2' name='keywords'/>
Step 3. Add red code to it. This should be your final code.
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<meta content='Your home page description' name='description'/>
<meta content='your keywords, keywords1, keyword2' name='keywords'/>
</b:if>
<b:if cond='data:blog.pageType == "item"'>
<meta expr:content='data:blog.pageTitle' name='Description'/>
<meta expr:content='data:blog.pageName + ", your keywords, keywords1, keyword2 "' name='keywords'/>
</b:if>
Step 4. Don't forget to change description and keyword to your own. save it and done.
The first code is Meta tags description and keywords for your blogspot home page and the second is different Meta tags description and keywords for each post in blogger.
So what you think? leave your feedback or if you have any problem than you can comments below. Credits : Meta Tags For Blogger








July 5, 2009 8:57 PM
You can must create keyword for each post manually. Other method?
July 5, 2009 8:58 PM
You must create keywords for each posts manually.Other method? :)
July 6, 2009 9:59 AM
hiiiiiiiiiiiiiiii i want to exchange link with you.
smsformobile2008.blogspot.com
October 5, 2009 1:52 AM
can i put a meta tag while posting?
October 19, 2009 8:22 AM
Thanks for the info it was very helpful!
December 6, 2009 11:10 AM
thanks. i'm looking for this tricks a wile ago and success after several times searching through google. i have tried to use the one at bloggertricks.com but failed. your code works great