Donate SIGN UP

Meta tags

Avatar Image
Shapeshifter | 14:41 Tue 24th May 2005 | Technology
6 Answers

I'm editing the HTML code of my website and I'm a bit confused. It looks like this:

Line 5   <meta name = "keywords" content = " blah.. 

Line 6   <meta name = "description" content = " blah

Line 7   <meta

Line 8   content = " blah...

Line 9   name = subject>

Line 10 <meta

Line 11 content = "Blah..

The contents of the paragraphs for lines 5,8 & 11 are the same, consisting of 2,338 characters and 318 words (too much I reckon). Whilst I understand keywords and description I do not understand the purpose of lines 8 & 11. Do they need to exist at all and, if so, do they require different text?

Please help, I'm pulling my hair out. 

Gravatar

Answers

1 to 6 of 6rss feed

Best Answer

No best answer has yet been selected by Shapeshifter. Once a best answer has been selected, it will be shown here.

For more on marking an answer as the "Best Answer", please visit our FAQ.
name="subject" meta tags are used by search engines. What's on line 12?

http://www.cpcug.org/user/houser/basicwebdesign/metatags .html
Question Author
name = classification><LINK
Again, this is used by some search engines :

http://www.html-reference.com/META_name_classification.h tm

Change it to what you want.
Oh, and no, you don't need them at all. Your website will still work, just that some search engines might not index your site as well without them.
Question Author
Thanks Obonio
it depends how accurate you want to be. would be good idea to have something like:

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

this tells the browser what character set is used (here, utf-8. you should be using this char set).

the rest as the others say are for the benefit of search engines. google and the like do pay attention, but its definitely not all they pay attention to.

1 to 6 of 6rss feed

Do you know the answer?

Meta tags

Answer Question >>