How to Add Unique Tag to Your Blog Post


How to add unique meta tag to each of your blogger post.

I've been googling around this topic for a while and I found a lot of tips. Some of them you can read on:

  1. http://www.jackbook.com/seo-tips/how-to-get-on-the-first-place-on-google-search-engine-result-page
  2. http://www.bloggertricks.com/2008/08/how-to-add-different-meta-tags-to.html
In this post, I would like to show you how I implemented it on my blog.
  1. Firstly, go to your Blogger dashboard;
  2. Go to tab Layout;
  3. Click on Edit HTML;
  4. Locate this line: <head>;
  5. Add these lines below it:

    <b:include data='blog' name='all-head-content'/>
    <meta content='SHORT DESCRIPTION' name='description'/>
    <meta content='COMMA-SEPARATED-WORDS' name='keywords'/>
    <meta content='YOUR-NAME' name='author'/>
    <b:if cond='data:blog.pageType == "item"'>
    <meta expr:content='data:blog.pageName' name='Description'/>
    </b:if>
    <b:if cond='data:blog.url == "http//www.abqorian.co.cc/"'>
    <title><data:blog.pageTitle/></title></b:if>
    <b:if cond='data:blog.pageType == "item"'>
    <title><data:blog.pageName/> | YOURSITENAME</title>
    </b:if>
  6. That's all.
Enjoy.

Disclaimer !

This site and its contents are copyrighted to Abqori Aula unless otherwise mentioned. The images, videos, and other artworks are belong to their authors. This site does not host any copyrighted files.