META tages in html
- madmag9999
- Joined: Sun Aug 10, 2003 11:50 pm
- Status: Engaged
- Location: Pennsylvania
META tages in html
umm could someone give me an example of how to do a meta tag i know what they are for and stuff i just dont know how to set one up
Moonslayer's Guide to a-m-v.org | AD & ErMaC's Guides to Audio & Video
"I'm sorry but i don't trust anything that bleeds for 5 days and doesn't die."
"I'm sorry but i don't trust anything that bleeds for 5 days and doesn't die."
- madmag9999
- Joined: Sun Aug 10, 2003 11:50 pm
- Status: Engaged
- Location: Pennsylvania
please someone help me this would be a big help
Moonslayer's Guide to a-m-v.org | AD & ErMaC's Guides to Audio & Video
"I'm sorry but i don't trust anything that bleeds for 5 days and doesn't die."
"I'm sorry but i don't trust anything that bleeds for 5 days and doesn't die."
- nailz
- Joined: Mon Jun 04, 2001 4:32 pm
- Location: Phoenix AZ
- Contact:
- nailz
- Joined: Mon Jun 04, 2001 4:32 pm
- Location: Phoenix AZ
- Contact:
- madmag9999
- Joined: Sun Aug 10, 2003 11:50 pm
- Status: Engaged
- Location: Pennsylvania
that dosent work meta is a singeltin tag so there for its <meta xxxxx> and i did search in google and didnt find anything that really helpednailz1000 wrote:<meta = XXXXXXX> </meta>
why didn't you just do a google search?
Moonslayer's Guide to a-m-v.org | AD & ErMaC's Guides to Audio & Video
"I'm sorry but i don't trust anything that bleeds for 5 days and doesn't die."
"I'm sorry but i don't trust anything that bleeds for 5 days and doesn't die."
- J-0080
- Joined: Thu May 01, 2003 7:37 pm
- Location: Mid-West Side Laying On: Fangirls
What does a meta tag look like?
You should insert the meta tag element at the top of your document, just after the <TITLE> element. It follows the usual form of tags, ie
<META name="something" content="something else">
but note that you don't have to have a </META> at the end of the tag, the way that you do with something like <BOLD> bold </BOLD>. However, make sure that each tag does not include any line breaks, since some search engines get a little bit tetchy about this.
What can I include in a meta tag?
There are basically four major meta tags that you can use:
<META name="resource-type" content="document">
The only resource type that is currently in use is "document" This is the only tag that you need to put in for indexing purposes, but use of the others is a good idea.
<META name="description" content="a description of your page">
Depending on the search engine, this will be displayed along with the title of your page in an index. "content" could be a word, sentence or even paragraph to describe your page. Keep this reasonably short, concise and to the point. However, don't be so mean with your description that its not an appropriate reflection of the contents!
<META name="keywords" content="a, list, of, keywords">
Choose whatever keywords you think are appropriate, seperated by commas. Remember to include synoyms, americanisms and so on. So, if you had a page on cars, you might want to include keywords such as car, cars, vehicles, automobiles and so on.
<META name="distribution" content="one of several">
Content should contain either global, local or iu (for Internal Use). To be perfectly honest, I can't quite get my head around this one; its supposed to list available resources designed to allow the use to find things easily, but I still don't quite get it. My advice is to stick to "global".
You should insert the meta tag element at the top of your document, just after the <TITLE> element. It follows the usual form of tags, ie
<META name="something" content="something else">
but note that you don't have to have a </META> at the end of the tag, the way that you do with something like <BOLD> bold </BOLD>. However, make sure that each tag does not include any line breaks, since some search engines get a little bit tetchy about this.
What can I include in a meta tag?
There are basically four major meta tags that you can use:
<META name="resource-type" content="document">
The only resource type that is currently in use is "document" This is the only tag that you need to put in for indexing purposes, but use of the others is a good idea.
<META name="description" content="a description of your page">
Depending on the search engine, this will be displayed along with the title of your page in an index. "content" could be a word, sentence or even paragraph to describe your page. Keep this reasonably short, concise and to the point. However, don't be so mean with your description that its not an appropriate reflection of the contents!
<META name="keywords" content="a, list, of, keywords">
Choose whatever keywords you think are appropriate, seperated by commas. Remember to include synoyms, americanisms and so on. So, if you had a page on cars, you might want to include keywords such as car, cars, vehicles, automobiles and so on.
<META name="distribution" content="one of several">
Content should contain either global, local or iu (for Internal Use). To be perfectly honest, I can't quite get my head around this one; its supposed to list available resources designed to allow the use to find things easily, but I still don't quite get it. My advice is to stick to "global".
paizuri wrote:There's also no need for introductions because we're generally a friendly bunch and will welcome you with wide open arms anyway.
- madmag9999
- Joined: Sun Aug 10, 2003 11:50 pm
- Status: Engaged
- Location: Pennsylvania
thanx for your help
Moonslayer's Guide to a-m-v.org | AD & ErMaC's Guides to Audio & Video
"I'm sorry but i don't trust anything that bleeds for 5 days and doesn't die."
"I'm sorry but i don't trust anything that bleeds for 5 days and doesn't die."
- nailz
- Joined: Mon Jun 04, 2001 4:32 pm
- Location: Phoenix AZ
- Contact:
hm... Search google.. meta tag use... this is what we come up with
http://www.google.com/search?hl=en&ie=U ... ta+Tag+use
learn how to use your fucking brain to run a search engine, moron. Alas, meta tags have either changed since i used them in geocities, or I had forgotten how to use them.
http://www.google.com/search?hl=en&ie=U ... ta+Tag+use
learn how to use your fucking brain to run a search engine, moron. Alas, meta tags have either changed since i used them in geocities, or I had forgotten how to use them.
Ploink! Magic Cupcake! <a href="http://www.elvenking.net">Elvenking</a>. I'm sorry, I can't hear you over how awesome I am.
- madmag9999
- Joined: Sun Aug 10, 2003 11:50 pm
- Status: Engaged
- Location: Pennsylvania
thanx for that link. i did search in google but i didnt really find anything usful besides its easier to ask here. and this is what this place is for anyway i dont see why u got so upset 

Moonslayer's Guide to a-m-v.org | AD & ErMaC's Guides to Audio & Video
"I'm sorry but i don't trust anything that bleeds for 5 days and doesn't die."
"I'm sorry but i don't trust anything that bleeds for 5 days and doesn't die."
- fyrtenheimer
- Joined: Sun May 05, 2002 11:34 am
don't be such a dicknailz1000 wrote:hm... Search google.. meta tag use... this is what we come up with
http://www.google.com/search?hl=en&ie=U ... ta+Tag+use
learn how to use your fucking brain to run a search engine, moron. Alas, meta tags have either changed since i used them in geocities, or I had forgotten how to use them.
go make us another "game" thread