Forum Moderators: mack
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<META name="description" content="a description of my site ">
<META name="keywords" content="keywords of my site">
<META name="revisit-after" content="7 days">
<META name="robots" content="ALL">
<META name="language" content="en-us">
<META name="Copyright" CONTENT="my URL and all rights reserved.">
<META name="classification" content="what my site is about">
<META name="Creator" CONTENT="my URL">
<META name="Publisher" CONTENT="my content">
<META name="Distribution" CONTENT="Global">
<META name="Rating" CONTENT="General">
Also do i put meta tags on every page or just the DOCTYPE.
Thank's in advance
John
The other two important tags are your description and your keywords. Both these tags have been somewhat depreciated in recent years, but I still believe they have their place.
Mack.
The last updated tag is purely for my own reference, so I can easily see when I last made changes to the page. I also track that information in a spreadsheet, but it's nice to not necessarily have to look it up that second.
I also use another ie specific meta tag that stops the image toolbar from appearing every time someone mouses over an image.
html element rather than with a meta element: So:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html [b]lang="en"[/b]>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>your page title here</title>
<meta name="description" content="a description of my site">
<meta name="keywords" content="keywords of my site">
</head>
Meta tags and more - from <head> to </head> [webmasterworld.com]
META tags -- Should we be using these? [webmasterworld.com]