![]() |
Meta Tag |
Smart-publisher, What is a Meta Tag ? a meta tag is a hidden tag <HEAD> living in an HTML document . It is used to provide additional information about the HTML document . Perhaps the types of meta tags are three: content , http - equiv , and name . Meta tags are always provide information in name / value pairs . A name , http - equiv and content provide information on the name and the content provides value information . Meta tags do not have a closing tag .
Content
This attribute will always be found in the meta tags are well formed . It provides information on the value of name / value pairs . It can be a valid string , which must include the quotation marks .
name
It is part of the name in the name -value pairs . You can use any name you want , or that may be useful to you . Some common names are :
1 . Keywords - the words that identify what the page is about , usually used in search engines
<meta name="keywords" content="HTML, help, HTML meta tags, web promotion, sites">
2 . Description - A short description of the page
<meta name="description" content="Boost your marketing strategy with meta tags">
3 . Writer - the author's name and email address may be
<meta name="author" content="Odii Siitohang">
4 . Robots - to allow or disallow indexing by robot
<meta name="robots" content="noindex">
5 . Copyright - the copyright date of page
<meta name="copyright" content="Februari 2014">
Meta Tags In General
The most common reason for using Meta tags is to provide an overview of the pages for the search engines . This is done by <meta name="description"> . The description tag provides an overview ( usually 400 characters or less ) short of the page , that search engines use related titles . A good explanation can attract the attention of readers to your web page .
A meta tag is associated <meta name="keywords"> . This allows the page author to specify keywords related to the page content . Some search engines (search engine optimization) use this tag to populate their indexes and some did not .
A meta tag is used quite often end is meta refresh tag . This tag will redirect the web browser to a new URL or refresh the current page to provide some dynamic content .
The Meta Tag Required
A web page can be posted are valid , readable , and found by search engines without meta tags at all . As I mentioned above , many search engines do not use the keywords meta tag . And if you leave from the description , most search engines will simply grab some text from the content of the page itself .
I recommend using the meta description tag and skip or discard the rest . This gives you the most efficient use of your time and optimize for the major search engines ( Google , Yahoo , and Bing ) . Then you can decide to use other meta tags ( such as author , copyright , etc. ) that you need in your document . You will probably find that you do not really need it .
The most common types of meta tags you will find on the web are:
Keyword
Keywords are used by search engines to make the pages easier to find. You will put the words used on the page that best describe the page.
<meta name="keywords" content="antivirus Norton AntiVirus Enterprise edition nav AV">
description
This description is used by search engines to provide a brief synopsis of the page. You'll put one or two sentences that describe what the page is about.
<meta name="description" content="Norton AntiVirus Enterprise Edition is the most comprehensive, antivirus solution available for businesses">
There are also meta tags that provide slightly different functions . Types of meta tags actually tell the Web server or the browser to do something with or to the page . The most common types of meta tags are tags Refresh . It is used both to refresh the current page or move the browser focus to an entirely new page .
Refresh page to Web page Design home after 10 seconds :
<meta http-equiv="refresh" content="10;url=http://webdesign.about.com/">
Refresh the page itself after 30 seconds ( maybe to get new information from a spreadsheet or CGI )
<meta http-equiv="refresh" content="30">
One last thing to note : Many web pages , writing the keywords and description meta tags as " http - equiv " tag . This is not true ! ! ! . Correct notation is as I wrote above . For example :
WRONG
<meta http-equiv="keywords" content="antivirus Norton AntiVirus Enterprise edition nav AV">
CORRECT
<meta name="keywords" content="antivirus Norton AntiVirus Enterprise edition nav AV">
Once you understand that meta tags are not intended to be viewed by the reader , but rather to be used in the browser itself , it makes them easier to use .
Content
This attribute will always be found in the meta tags are well formed . It provides information on the value of name / value pairs . It can be a valid string , which must include the quotation marks .
name
It is part of the name in the name -value pairs . You can use any name you want , or that may be useful to you . Some common names are :
1 . Keywords - the words that identify what the page is about , usually used in search engines
<meta name="keywords" content="HTML, help, HTML meta tags, web promotion, sites">
2 . Description - A short description of the page
<meta name="description" content="Boost your marketing strategy with meta tags">
3 . Writer - the author's name and email address may be
<meta name="author" content="Odii Siitohang">
4 . Robots - to allow or disallow indexing by robot
<meta name="robots" content="noindex">
5 . Copyright - the copyright date of page
<meta name="copyright" content="Februari 2014">
Meta Tags In General
The most common reason for using Meta tags is to provide an overview of the pages for the search engines . This is done by <meta name="description"> . The description tag provides an overview ( usually 400 characters or less ) short of the page , that search engines use related titles . A good explanation can attract the attention of readers to your web page .
A meta tag is associated <meta name="keywords"> . This allows the page author to specify keywords related to the page content . Some search engines (search engine optimization) use this tag to populate their indexes and some did not .
A meta tag is used quite often end is meta refresh tag . This tag will redirect the web browser to a new URL or refresh the current page to provide some dynamic content .
The Meta Tag Required
A web page can be posted are valid , readable , and found by search engines without meta tags at all . As I mentioned above , many search engines do not use the keywords meta tag . And if you leave from the description , most search engines will simply grab some text from the content of the page itself .
I recommend using the meta description tag and skip or discard the rest . This gives you the most efficient use of your time and optimize for the major search engines ( Google , Yahoo , and Bing ) . Then you can decide to use other meta tags ( such as author , copyright , etc. ) that you need in your document . You will probably find that you do not really need it .
The most common types of meta tags you will find on the web are:
Keyword
Keywords are used by search engines to make the pages easier to find. You will put the words used on the page that best describe the page.
<meta name="keywords" content="antivirus Norton AntiVirus Enterprise edition nav AV">
description
This description is used by search engines to provide a brief synopsis of the page. You'll put one or two sentences that describe what the page is about.
<meta name="description" content="Norton AntiVirus Enterprise Edition is the most comprehensive, antivirus solution available for businesses">
There are also meta tags that provide slightly different functions . Types of meta tags actually tell the Web server or the browser to do something with or to the page . The most common types of meta tags are tags Refresh . It is used both to refresh the current page or move the browser focus to an entirely new page .
Refresh page to Web page Design home after 10 seconds :
<meta http-equiv="refresh" content="10;url=http://webdesign.about.com/">
Refresh the page itself after 30 seconds ( maybe to get new information from a spreadsheet or CGI )
<meta http-equiv="refresh" content="30">
One last thing to note : Many web pages , writing the keywords and description meta tags as " http - equiv " tag . This is not true ! ! ! . Correct notation is as I wrote above . For example :
WRONG
<meta http-equiv="keywords" content="antivirus Norton AntiVirus Enterprise edition nav AV">
CORRECT
<meta name="keywords" content="antivirus Norton AntiVirus Enterprise edition nav AV">
Once you understand that meta tags are not intended to be viewed by the reader , but rather to be used in the browser itself , it makes them easier to use .
0 Response to "What is a Meta Tag ?"
Post a Comment