- Insert a <meta> tag in the head section, setting the name and content property/value pair to expires/your_date. Date should be in Greenwich Mean Time (GTM) format.
Example:
-------------------------------------
<head>
<title></title>
<meta name="keywords" content="Ray´s Guide to HTML, Guide, HTML, Hypertext Markup Language, HTML Tutorial">
<meta name="description" content="Ray´s Guide to HTML - An introductory guide for the beginner" />
<meta name="author" content="yourname">
<meta name="expires" content="wed, 15 June 2011 02:00:00:00 GTM /">
</head>
-------------------------------------
Don´t forget the forward slash at the end of meta tag
To prevent browser from caching at all. Enter the value of property/value to pragma/no-cache (name="pragma" content="no-cache")
You can look up your GMT at wwp.greenwichmeantime.com
Caution - To get your site listed on a search engine you must register with them. Typically, you submit your sites URL, (your_site.something) and at some later point they will scan your site. Remember - some search engines don´t use meta data to rank sites (like Google)!