Pages

Thursday 18 August 2011

What is a Meta Tag?What Are Meta Tags?

What are Meta Tags?Answer: Meta tags are HTML codes that are inserted into the header on a web page, after the title tag. In the context of search engine optimization, when people refer to meta tags, they are usually referring to the meta description tag and the meta keywords tag.
The meta description tag and the meta keywords tag are not seen by users. Instead, these tags main purpose is providing meta document data to user agents, such as search engines. In addition to the well-known meta description and meta keywords tags, there are other useful meta tags, including the meta http-equiv tag, meta refresh tag, the meta robots tag, the meta copyright tag, and the meta author tag, etc. These tags are used to give web browsers and search engine spiders directions or data on various information.

                                                                          or

A meta tag is a line of HTML coding that contains metadata about a webpage. Meta tag information doesn't change how the page looks; it won’t be seen by the website viewer, unless they are viewing your source code. There are two common types of meta tags — meta description tags and meta keywords tags.
Meta description tags describe, in some way, the webpage. For instance for this wiseGEEK article page, we might use “everything you want to know about meta tags.” The meta keywords tag lists other words that a visitor might be searching for, like meta tags, meta tag, HTML and meta tags, tags, SEO.
Both types of tags are located in the heading section of your HTML code and usually below the title. You might have the following heading for your webpage:
<HEAD>
<TITLE>How to Create a Meta Tag</TITLE>
<META name =“description” content=”Everything you want to know about Meta Tags”>
<META name =”keywords” content=”meta, meta tags, meta tag, HTML and meta tags, tags, SEO”>
</HEAD>



No comments:

Post a Comment