Meta Tags Part 2

Previously in par 1 of "Meta Tags" you learn how to put meta tags 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.

Previously in par 1 of "Meta Tags" you learn how to put meta tags 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 :
Now immediately after this code, add these lines:
If you want you can add description and author meta tags too, simple add these two lines along with those above:
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" />
If This Post Helps You Then Please Leave Your Comment Below
Thanks For Visiting
Thanks For Visiting


0 comments:
Post a Comment