Can someone give me all the meta tag codes, please? <meta tag="keywords" content="gdfl"> <meta tag="description" content="gdfl"> Is ther any other important ones?
<head> <title>Title</title> <meta name="description" content="Description"> <meta name="keywords" content="keyword phrase 1, keyword phrase 2, etc."> <meta name="copyright" content="Copyright"> <meta name="author" content="Author"> <meta name="email" content="Email"> <meta name="Language" content="EN"> <meta name="Charset" content="ISO-8859-1"> <meta name="Distribution" content="Global"> <meta name="Rating" content="General"> <meta name="Robots" content="INDEX,FOLLOW"> <meta name="Revisit-after" content="1 Day"> </head> this covers the main ones. There are many free meta tag generators out there, we have one here: http://www.prioritysubmit.com/seotools-meta-tag-editor.html Cheers David
revisit after is useless <meta name="MSSmartTagsPreventParsing" content="true" > removes smart tags from pictures and page in general, search on google for more details <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"> if you have a fav. icon <meta http-equiv="Content-Type" content="text/html; charset=utf-8" > <meta http-equiv="Content-Language" content="en-us" > may also be usefull...