Tuesday, November 6, 2007

MetaTag in Your Site or Blog

What is Meta tag?
Meta tags are HTML tags that help you control how some search engines may index your site, by using the KEYWORDS and DESCRIPTION you provide.

The keyword and description meta tags that you include in the HTML of your pages, provide information to search engines that will not be displayed by web browsers. Before you submit your pages to the search engines, it is crucial that you make sure they are search engine friendly. Here are some basic tips on what to do.

How To Create Meta tag in Your Site / Blog?
Here are some step on what to do :-
  1. Firstly take this meta tag HTML code :-

    <meta content='index, follow' name='robots'></meta>
    <meta content="PUT YOUR SITE DESCRIPTION HERE "name="description"></meta>
    <meta content="PUT YOUR KEYWORDS HERE "name="keywords"></meta>



  2. And put it in your site/blog.
    Template --> Edit HTML --> put BELOW <head>

    Note :
    • Replace & describe with your own description about your site at word PUT YOUR DESCRIPTION HERE.
    • Replace & put with your own keyword at word PUT YOUR DESCRIPTION HERE.

  3. Then Save..