The tag exists, its just worthless AFAIK lol
Code:
<meta name="robots" content="all" />
<meta name="revisit-after" content="7 days" />
best to use a robots.txt file...
Open a new file in notepad, paste the code below in it & upload it to your 'root' directory!
(TIP* Your 'root' directory is where your homepage index.html file resides & where all spiders look for a robots.txt file!)
Code:
User-agent: *
Disallow:
What the above code is saying to the crawlers is...
User-agent: * - User-agent Wildcard means ALL SPIDERS!
Disallow: - Disallow Nothing or Spider the whole site!
cheers