How to add Meta tags to blogger blogs and prevent duplicate meta descriptions


Meta tags are HTML or XHTML tags that describe your blog and tells the search engines what your blog is all about. Meta tags can be used to specify page description, keywords and much more. Many search engines use this information when indexing pages. In this tutorial, I am sharing with you, how to add meta tags to blogger blogs, while also preventing duplicate meta descriptions, which is a known problem with blogger blogs.


You must add the description and keywords meta tags to your blog , if you want to improve your blog SEO (Search Engine Optimization).  The tags are placed inside the head section of your blog template HTML. In description meta tag, you put a description of your blog, telling what your blog is about. In keyword meta tag you put in key words relevant to your blog content eg make money, blogging tips etc

So, How Do I Add the Tags to my blogger blog and prevent duplicate meta descriptions?


1.Sign in to your blogger dashboard, click the 'Design/Layout' button
2.Click on the 'Edit html' tab
3.Find this code using CTRL + F :

<b:include data='blog' name='all-head-content'/>

4. Now add the code below just after the above code.

<meta content='PUT KEYWORDS HERE SEPARATED BY COMMAS' name='keywords'/>
<b:if cond='data:blog.pageType == &quot;index&quot;'>
<meta content='PUT BLOG DESCRIPTION HERE' name='description'/>
</b:if> 

The final result should be as shown below.

<b:include data='blog' name='all-head-content'/>
<meta content='PUT KEYWORDS HERE SEPARATED BY COMMAS' name='keywords'/>
<b:if cond='data:blog.pageType == &quot;index&quot;'>
<meta content='PUT BLOG DESCRIPTION HERE' name='description'/>
</b:if>

5. SAVE the template.

DO NOT forget to put your keywords and description as stated in the codes above.

Note: This code applies the keyword meta tag to all pages and limit description meta tag to only your homepage.

That's all.

I hope this helps…

In my future posts, I will share more SEO tips so you can be getting better placement in search engine results.

So, subscribe here and make sure you confirm your subscription, if you do not want to miss the updates even when you are not online. Once you confirm your subscription by clicking on the verification link which you will receive via your inbox or spam folder, future updates will always be delivered to your email and YOU WILL NEVER MISS them again.


Cheers!




Comments

  1. This is great especially preventing the duplicate meta descriptions. Thanks for sharing this.

    ReplyDelete
  2. Great..Thanks so much bro

    ReplyDelete
  3. Anonymous4/29/2011

    Thanks the expert, from http://tipscompany.blogspot.com/

    ReplyDelete
  4. Hey Jide,

    how many keywords can be there?how to add blog title?

    ReplyDelete
  5. @Neeraj.. go to the settings page of blogger and you will be able to edit the Title from there

    ReplyDelete
  6. Is there any way to automated this process

    ReplyDelete
  7. Thanks bro. I appreciate the hard work you put in here just so we can find help and grow.

    ReplyDelete
  8. Anonymous9/26/2012

    Mine could not be parsed

    ReplyDelete
  9. do this affect the description on my search preferences on blogger dashboard settings

    ReplyDelete
  10. Should the keywords and description be in capital letter?

    ReplyDelete

Post a Comment

We Love To Hear From You But Don't Spam Us With Links!

Want to be notified when I reply your comment? Tick the "Notify Me" box.

If your comment is unrelated to this post or you're trying to ask question about an old post, please drop it at our discussion platform here.

THANKS.