Revisit
Revisit Meta Tag
DescriptionThe 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.

The revisit meta tag looks like

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

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

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

</HEAD>
Output
n/a
Practice
Advertisements