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:
- http://www.jackbook.com/seo-tips/how-to-get-on-the-first-place-on-google-search-engine-result-page
- http://www.bloggertricks.com/2008/08/how-to-add-different-meta-tags-to.html
- Firstly, go to your Blogger dashboard;
- Go to tab Layout;
- Click on Edit HTML;
- Locate this line: <head>;
- 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>
- That's all.
FYI, change http://www.abqorian.co.cc to your website address.