First off, I am not sure if this is the correct section to post in, so I am sorry in advance if this isn't the correct place.
Please move this to the correct location if need be.
I am curious to know if these meta tags are removable:
<meta id="MetaCopyright" name="COPYRIGHT" content="Copyright 2009 by NAME GOES HERE" />
<meta id="MetaAuthor" name="AUTHOR" content="NAME GOES HERE" />
<meta name="RESOURCE-TYPE" content="DOCUMENT" />
<meta name="DISTRIBUTION" content="GLOBAL" />
<meta id="MetaRobots" name="ROBOTS" content="INDEX, FOLLOW" />
<meta name="REVISIT-AFTER" content="1 DAYS" />
<meta name="RATING" content="GENERAL" />
<meta http-equiv="PAGE-ENTER" content="RevealTrans(Duration=0,Transition=1)" />
I know i can just leave them up there, but I like to keep my code clean and less as possible.
So, I would like to know if there is a way to removed these from the header.
Also, is there a way to move the <title></title> tag up to the top rather than so far down?