Title: Expiration
URL: http://www.activejump.com/o-11.shtml
Email: webmaster@activejump.com
Introduction
The expiration meta tag allows you to set a date at which time your web page will expire, which at that time will remove your web
page from search engine databases.
Expiration Meta Tag
The expiration meta tag looks like
<META name="expires" content="XXX">
XXX is replaced with the date of expiration. The date must be in RFC1123 format, shown in the example below.
|
index.html - Notepad |
....<HEAD>
<META name="expires" content="Sat, 01 Jan 2000 24:00:00 GMT">
</HEAD>....
|
|
|