Thursday 24 November 2011

How To Add Meta Tags to Every Blogger Post - Blogspot

How To Add Meta Tags to Every Blogger Post. What's the use of adding different meta descriptions to different Blogger Posts? Why should do it?

You know it is very good for Search Engine Optimisation that means SEO . Actually, why we are adding meta tags is to tell search engines what that page is all about... but, using same meta tags to all of your blog posts lessens the search engine rankings and traffic little bit. Another reason to let know search engine about the content and the topic about your blog clearly.

But, if you add different unique meta tags to different Blog posts, it makes the search engines to know more about your individual blog posts and make them crawl and index your pages better and it also improves your Search engine rankings for sure

Now lets learn how to add The Different meta tags in your every blog post.

For this to happen, you have to add some pieces of codes to the template.

  • First Sign in to Blogger dashboard » Layout » Edit html
  • Now find this line
<b:include data='blog' name='all-head-content'/>

  • and add this code just below that line
<b:if cond='data:blog.url == "http://blogger-son.blogspot.com/"'>
<meta content='DESCRIPTION' name='description'/><meta content='KEYWORDS' name='keywords'/>
</b:if>
Now we have added meta tags to the homepage.

Next, you want to add meta description for your blogger post, for example let see how to add meta tags to below post :

http://blogger-son.blogspot.com/2011/11/add-meta-tags-to-every-blogger-post.html
This is the way to add meta tags to above post:
<b:if cond='data:blog.url == "http://blogger-son.blogspot.com/2011/11/add-meta-tags-to-every-blogger-post.html"'>
<meta content='How To Add Meta Tags to Every Blogger Post - Blogspot ' name='description'/>
<meta content='meta tags, add meta tags, blogger tags' name='keywords'/>
</b:if>
Now, what you have to do is pasting the above code below the home page meta tags and changing the link,description and keywords.

So, the final code now looks something like:

<b:if cond='data:blog.url == "http://blogger-son.blogspot.com/"'>
<meta content='DESCRIPTION' name='description'/><meta content='KEYWORDS' name='keywords'/>
</b:if>
<b:if cond='data:blog.url == "http://blogger-son.blogspot.com/2011/11/add-meta-tags-to-every-blogger-post.html"'>
<meta content='How To Add Meta Tags to Every Blogger Post - Blogspot ' name='description'/>
<meta content='meta tags, add meta tags, blogger tags' name='keywords'/>
</b:if>
Just like the above procedure, you can add different meta tags to as many blog posts as you can.

No comments:

Post a Comment