How to add Separate Meta Tags for Individual Posts

Previously I have written on "Why and How to use Meta tags for Search Engine Optimization in Blogger". Now through that method, you can although add meta tags for your entire blog, but not separately for each and every blog post. As you know, Google and other search engines now rank each page (article) separately, so it is very much needed to gain PageRanks for every post you write.

So follow this easy method, to add meta tags and keywords to each of your important post.
Log in to your Blogger.com account and go to "Layout" section.
Then click on "Edit HTML", and then back up your present template first.

Then in the first 10-20 lines, find this :
<head>
 Now immediately after this code, add these lines:
<b:if cond='data:blog.url == "http://URL_OF_YOUR_NEW_POST.html"'>
<META NAME="keywords" CONTENT="ENTER_KEYWORDS_SEPARATED_BY_COMMAS" />
<META NAME="ROBOTS" CONTENT="INDEX,FOLLOW"/>
</b:if>
If you want you can add description and author meta tags too, simple add these two lines along with those above:
<META NAME="description" CONTENT="WRITE DESCRIPTION HERE" />
<META NAME="author" CONTENT="YOUR NAME" />

0 comments:

Post a Comment