| Meta tags, as far as I can tell, are only used to embed
keywords and
| descriptions to facilitate search engines.
|
| I don't put anything up that I particularly want to be located
by a
| search engine. Is there any other reason that I should include
any
| information in a meta tag?
|
There are many more meta tags besides the keywords and
description. You don't put up anything you want to found by the
search engines, do you include a noindex meta tag? Or a
robots.txt?
Check out Vancouver Webpages for more info on meta tags:
http://vancouver-webpages.com/META/
Here's what I include on most pages:
<meta name="author" content="authors name and info">
<meta name="classification" content="Type of Content Here">
<meta name="copyright" content="copyright info, company name, all
rights reserved">
<meta name="distribution" content="global">
<meta name="generator" content="notepad">
<meta name="language" content="en-us">
<meta name="MSSmartTagsPreventParsing" content="TRUE">
<meta name="rating" content="general">
<meta name="resource-type" content="document">
<meta name="robots" content="index,follow">
<meta name="revisit" content="30 days">
<meta name="subject" content="Type of Subject Here">
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1">
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Expires" content="Fri, 31 Dec 1999 23:59:59
GMT">
<meta http-equiv="Pragma" content="no-cache">