Add Different Meta Tags To Different Blogger Posts

A lot of you asked on how to add separate META Tags to some of your Blogger posts.

Here it goes.

  1. Switch to the Edit HTML tab of your template and find this line:
    <b:include data='blog' name='all-head-content'/>
  2. Add this code just below that line:
    <b:if cond='data:blog.url == "http://YOUR-BLOG-URL.com/"'>
    <meta content='DESCRIPTION' name='description'/>
    <meta content='KEYWORDS' name='keywords'/>
    </b:if>

    This was done to add META Tags to the main page of the blog.

  3. Now add this code just below the code you add just now:
    <b:if cond='data:blog.url == "http://YOUR-BLOG-URL.com/2008/08/bla-bla-bla.html"'>
    <meta content='Type you post description here.' name='description'/>
    <meta content='Type, the, post, keywords, here' name='keywords'/>
    </b:if>

    Replace http://YOUR-BLOG-URL.com/2008/08/bla-bla-bla.html with the URL of the specific post you want to change the META Tags of.

  4. Repeat Step 3 for as many blog posts you want to have unique META Tags for.
[via Blogger Tricks]

Also read...

Comments

  1. Your site layout is very clean, nice and different. I was browsing several blog and skipped most of them in few seconds. But, your blog really attracted my eyes enough to click on the RSS-Feed-Icon. 🙂

  2. @Ramesh Thank You Ramesh for those kind words. Our main motive is to motivate and impress our readers which I guess we are successful in doing it.

    Thank You again!

    Cheers!

  3. I already have meta tags for my main page.Where should I paste the individual meta tags?

  4. @lay Paste the first and the last line of step 2 between the existing META Tags and then follow step 3. Did that help?

  5. Mr.Ramesh you have explained nicely and easily that how to add meta tag on each post.
    Thanks for your post.

    Can you suggest how to put different title for different post on same url.

    Around 40 posts in my blog but the title is same,it looks odd. that is Cell phone centre
    Please visit my site and advice how to develop it
    http://cellphonecentre.blogspot.com

  6. So this means we have to put it manually every time we publish a new post . Extra work I guess ! but does these meta tags still hold that much weight ?

  7. Hi,

    Excellent post! Extremelly helpful – now I just need to do it for all my posts. One question… When I save the template the blogger automatically changes – " – to – " -… Im not an expert in html but is that the same? Will your code still work after that?

    Thanks!

  8. @tuktukbkk Hello! I am happy that this post helped you.

    Regarding your question on the apostrophes and double inverted commas; Yes, it’s all the same in Blogger. Blogger just changed ” to ‘ because they have a different template coding convention.

  9. Thanks! This is a great tip for Blogger blogs that I hadn’t figured out yet. WordPress does has a plugin for this and I always use it and it helps.

  10. thanks for this. i was having a really hard time doing this, but now i think everything is in order.

    but is there a way to check if everything (meta tags/description) is working alright or not? please let us know?

    lifeasiknowit22.blogspot.com

  11. Putting in different meta tags for different blog posts is a good way to promote your blog better. Instead of just directing the search engines to display only the most recent post, you will be able to tell them to display different interesting posts. This way, you can reach out to users looking for specific contents more easily

  12. It is extremely interesting for me to read the post. Thanx for it. I like such topics and anything connected to this matter. I definitely want to read more on that blog soon.

  13. Your blog keeps getting better and better! Your older articles are not as good as newer ones you have a lot more creativity and originality now keep it up!

  14. Nice article as for me. I'd like to read a bit more about this matter. Thnx for sharing that information.

  15. It was rather interesting for me to read the post. Thanks for it. I like such themes and anything that is connected to them. I would like to read more soon.

    Sincerely yours

  16. Question:

    When you add this code onto the homepage, do you edit the meta content for each or do you add the next code below it?

    You say to add this code below the code from the top but it seems like they are both practically the same.

    So would I do this for the homepage or does this only need to be done in such a ways as you describe for individual posts?

    Thanks

  17. Not sure if my last comment went through but basically I was wondering if I need to add all of the code to the home page being that it looks basically the same.

  18. Thanks for Solve my problem adding Different Meta Tags To Different Blogger Posts.But i have a question when we post 100 then 100 times adding the meta tag?

  19. Hello there,

    I have a message for the webmaster/admin here at blog.archit.in.

    May I use some of the information from your blog post above if I give a link back to this site?

    Thanks,
    Alex

Comments are closed.