List of other Meta Tags
Abstract Meta Tag: gives an overview of the entire web page in a sentence.
<HEAD> <META name="Abstract" content="Abstract phrase"> </HEAD> |
Copyright Meta Tag: gives copyright information about your page, which you wish to disclose.
<HEAD> <META name="Copyright" content="Copyright Statement"> </HEAD> |
Expires Meta Tag: tells the search engines when the content on your web site would expire.
<HEAD> <META name="Expires" content="Mon, 22 Jan 2004 17:45:05 GMT"> </HEAD> |
Language Meta Tag: defines the language used on your web page.
<HEAD> <META HTTP-EQUIV="Content-Language" content="EN"> </HEAD> |
Ratings Meta Tag: tells the search engines if your site is for general, restricted or adult audiences.
|
<HEAD> <META name= “Rating” content= “General”> </HEAD> |