May 252009

What is Meta Tags? What is the usage of Meta Tag?

In HTML coding meta tag is code which provides metadata about a webpage. Website’s visitor won’t see meta tag until he view your source code. So you might be thinking what is the use of puting meta tag in webpage, to let you know in briefly the meta tag is used by search engines to allow them to  crawl your website more accurately to list your website in
its index.

First of all you need to know where should you put your meta tags?

  • Well, Meta tags are placed between <head> </head> section of your webpage.
  • Example syntax: <head> <meta tags> </head>

What should I put in my meta tags?

<META NAME=”keywords” CONTENT=”car, cars, world cars”>

  • Put your unique keywords which you want to target for seo thing here, You can seperate multiple keywords using comma.

<META NAME=”description” CONTENT=”Brief description of your website”>

  • Put brief description of your website to let seach engine know what is your website all about.

<META NAME=”author” CONTENT=”Name Of The Author”>

  • This meta tag will display who is the author of the document that is being viewed. If you use the Meta Author tag, it is recommended to use it with the author’s first and last name.

<META NAME=”reply-to” CONTENT=”email@address.com”>

  • This meta tag is used to harvest email addresses. Highly recommanded not to use this tag to stay away from spammers.

<META NAME=”copyright” CONTENT=”Copyright 2009″>

  • This meta tag is used to include the copy right, trademark, patent.

<META NAME=”distribution” CONTENT=”Global”>

  • This meta tag is used to declare, how do you want to distribute content of your website. There are three options

*  Global (the entire web). It is recommended to use.
* Local (reserved for the local IP block of your site)
* IU (Internal Use, not for public distribution).

<META HTTP-EQUIV=”Content-Language” CONTENT=”en-us”>

  • This meta tag declares language used on website.

<META HTTP-EQUIV=”pragma” CONTENT=”No-Cache”>

  • This tag is used to prevent visitors from seeing a cached version of a specific page. The Meta Pragma No Cache tag forces the browser to pull information from the server each time the page is viewed.

<META NAME=”classification” CONTENT=”Music”>

  • Classify your content category. for example, if you have some music’s website put music as classification tag.
Apr 252009

what is HTML?

HTML is Hyper Text Markup Language. It is a type of language program that is used especially for files that are set in the Internet and are seen by the web browsers. HTML files can also be sent via email.

While the uninitiated may seem complex, HTML is relatively simple. All text, graphics and design elements of a Web page are tagging with codes that instruct the web browser how to display the files. Such files are easy to recognize because it contains the in the file extension HTML or htm .

Besides the content itself of the page, HTML files provide the information on the layout and format. HTML is not with the distinction between uppercase and lowercase letters and can be easily updated after you create the file. For the web designer of the beginner, there are many different programs and programs available to help generate HTML pages.

To format a single text file into HTML, the user creates the tags that begin and end with brackets lower / higher. To complete the form or switch to another format, the developer of the first bracket HTML typing minor / major, a bar, then repeat the command and close the stand. For example, <H1> What is HTML? </ H1> is the code used to create the title on the cover of this article.

There are various codes for all sorts of other formats including italics, tables, paragraphs and so on. A label is used to indicate words to be displayed as hyperlinks to other pages.

If you would like to see a sample of HTML, a good place to start might be the code that was used to generate this page. Simply click on view menu in your browser and then select source . It may seem complicated, but if you learn the limited number of labels, you discover that a language is relatively straightforward.


© 2010 WebsHost.net