August 16, 2010

How to add Unique Meta Tags to Each and Every Blog Posts?

(REMOVE THIS  *  BEFORE COPY AND PASTING CODE IN YOUR PAGE)
To do so, you have to add some pieces of code to your blogger templates.
1]First Sign in to Blogger dashboard » Layout » Edit html
and find this line

<*b:include data=’blog’ name=’all-head-content’/>
2] Now, add the below code just below the above line
<*b:if cond=’data:blog.url == “http://itcharger.blogspot.com/“‘>
<*meta content=’DESCRIPTION’ name=’description’/>
<
*meta content=’KEYWORDS’ name=’keywords’/>
Replace “itcharger.blogspot.com” with your particular blog post.
Write this code for as many posts you want like below.
If you want to add meta description for another post, for example : http://itcharger.blogspot.com-tips/how-to-remove-navbar-from-blogger/
Now, what you have to do is paste the above 3 lines below the present code and change the link,description and keywords.
So, the final code now looks something like
<*b:include data=’blog’ name=’all-head-content’/>
<*b:if cond=’data:blog.url == “http://itcharger.blogspot.com/”‘>
<*meta content=’IT Charger is an Information technology blog where you can find tips and tricks related to blogging.’ name=’description’/>
<*meta content=’blogger tips, blogger tricks, blogging tips, how to blog’ name=’keywords’/>
<*b:if cond=’data:blog.url == “http://itcharger.blogspot.com-tips/how-to-remove-navbar-from-blogger/”‘>
<*meta content=’How to Remove Navbar from Blogger Blog using simple techniques’ name=’description’/>
<*meta content=’remove navbar, delete navbar blogger’ name=’keywords’/>
Same as the above steps, you can add different meta tags to as many blog posts as you can.
More Interesting Blogs!