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>....
|
|