| 11 comments ]

Different meta tags for each blogger post is good in SEO point of view. It can tell search engine about the post, so it can have more visibility by search engine.
This article will describe how to add different meta tags for each blogger post based on post title.
In Blogger Dashboard, go to Design, then Edit HTML.
Find code below,

<b:include data='blog' name='all-head-content'/>
Add code below after that code,
<b:if cond='data:blog.url != data:blog.homepageUrl'>
<meta expr:content='data:blog.pageTitle' name='description'/>
</b:if>
The code will have result that if the page is not homepage or main page, it will have meta tag description using post title.
If we combine from my previous article about adding meta tags to blogger homepage, and this article, we can add meta tags to homepage/main page hardcoded to template, and different meta tags to each post using post title. The code will be like this,
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<meta content='DESCRIPTION HERE' name='description'/>
<meta content='KEYWORDS HERE' name='keywords'/>
</b:if>
<b:if cond='data:blog.url != data:blog.homepageUrl'><meta expr:content='data:blog.pageTitle' name='description'/>
</b:if>
Code above will make static meta tags for main page/homepage, and title tags for each post.

11 comments

Princess said... @ June 10, 2011 at 1:37 AM

http://googlewebmastercentral.blogspot.com/2007/09/improve-snippets-with-meta-description.html just see the page of this according to this page it will comes under spam. I like your template so much but i am in confusion. what to do now please suggest me.

Ali Zeeshan said... @ September 16, 2011 at 10:34 PM

Thanks for it i was looking for it.. News Update

Mahbub Hasan Rajib said... @ November 27, 2011 at 9:48 AM

Nice post.
You also can visit my site to get more clearly Add Meta Tags to your Blogger Blog posts. I have made my tutorial crystal clear with picture and videos.

Now Add Meta Tags to your Blogger Blog on http://www.blogger-tricks.com/

Mahbub Hasan Rajib said... @ November 27, 2011 at 9:51 AM

How To Add Meta Tags To Your Blogger Blogs Here is easy tutorial with videos and pictures I found much relevant and helpful for me.

Mahbub Hasan Rajib said... @ December 3, 2011 at 3:48 AM

Nice post.
You also can visit this site to get more clearly how to add meta tags in every blogger post. I found the following site more informative.

How To Add Meta Tags To Your Blogger Blogs Here is easy tutorial with

videos and pictures I found much relevant and helpful for me.

Here in Click Here For More Information

Use the link to get solution of adding Meta Tags in your Blogger Blogs every of individual posts. I am sure this page will help you a lot.

fitnah said... @ February 9, 2012 at 9:12 PM

huff a least i find it

thanks dude

Rafi said... @ May 8, 2012 at 3:27 PM

Nice SEO tutorial

Anonymous said... @ March 5, 2014 at 7:52 PM

The code will have result that if the page is not homepage or main page, it will have meta tag description using post title.seo video tutorials in urdu

Unknown said... @ March 6, 2014 at 7:23 PM

homepage/main page hardcoded to template, and different meta tags to each post using post title. The code will be like this,seo video tutorials in urdu

shivani said... @ November 3, 2015 at 1:18 PM

very very nice

johan32 said... @ February 24, 2018 at 5:27 PM

Hey, it was extremely informative share. I found it just so useful. Anyways, I also would start DIY SEO campaign for my new blog but for the facebook ads management I am thinking to hire expert team as it will be the main platform for me to attract the audience.

Post a Comment