English French German Spain Italian Dutch Russian Brazil Japanese Korean Arabic Chinese Simplified

Senin, 10 Oktober 2011

Place Meta Tag in Blog

Senin, 10 Oktober 2011
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 below :


  • 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. 

0 komentar:

Posting Komentar