Title: Revisit
URL: http://www.activejump.com/o-13.shtml
Email: webmaster@activejump.com

Introduction

The revisit meta tag defines how often a search engine should return to your site to re-index it. This is commonly used on web sites that are frequently updated.
Revisit Meta Tag
The revisit meta tag looks like

<META NAME="revisit-after" CONTENT="X Days">

X is replaced with the number of days you want before the search engine re-indexes the web page.

index.html - Notepad
....<HEAD>

<META NAME="revisit-after" CONTENT="10 Days">

</HEAD>....