Monday, October 5, 2009

Place Meta Tag in Blog

Monday, October 5, 2009 0 comments

All know that meta tag are very important role in our position on search engine. If you wrong install a meta tag code, the blog will be difficult to read by google, blog and consequently we can not be the best page in the search engine.

Meta tag itself is the identity of our blog. There are many ways in which I teach senior by about the meta tags in your HTML code blog, but I will try to help you make that have not yet know how to install meta tag on the blog.

Does not need high-level techniques to make the meta tag, is very easy ..
To install a meta tag, you need some HTML code.

Following the steps

  • Login to Blogger.
  • Go to the Edit HTML page.
  • Find the following code <title><data:blog.pageTitle/></title>
  • Replace the code with the code below

<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>

  • Place the code below after the code above

<meta expr:content='data:blog.pageTitle + " - Your blog description here "' name='description'/>
<meta expr:content='data:blog.pageTitle + ", Keyword 1, keyword 2, keyword 3, .... "' name='keywords'/>
<meta content='INDEX, FOLLOW' name='ROBOTS'/>

  • For example like this:

<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>

<meta expr:content='data:blog.pageTitle + " - Your blog description here"' name='description'/>
<meta expr:content='data:blog.pageTitle + ", Keyword 1, keyword 2, keyword 3, .... "' name='keywords'/>
<meta content='INDEX, FOLLOW' name='ROBOTS'/>

  • Do not forget to Save Template after place meta tag.

Very easy, please try !


read more

 

Recent Posts

Website counter
free counters

New Camera's Product

  
Copyright © 2009 Blue Light
Blue Light Template designed by Dody Farial and XML Coded by Blog Zone