Posts: 5,935
Name: Adam for web page design, not program
Location: Toronto, Ontario, Canada
|
Quote:
|
i'm not sure but can't this be done with the meta refresh tag???
|
OFFICIALLY: the party line is no. And you're thinking of the revisit-after tag. The refresh tag refers to how long a browser has to wait before it redirects to another page, and the page to be redirected to.
UNOFFICIALLY: I've found that the tag doesn't work as explained, but it does work.
<meta name="revisit-after" value="7 days">
at least scared off the Googlebot in the times I've used it to the point where it crawled once every day or two when I was getting hammered by it. When I removed it (after about a week), it crawled the same way.
I've tried this stupid pet trick on half a dozen sites and it has worked every time. It could be coincidental, but I'm not inclined to believe that to be the case.
|