Google Cache File Date Stamp In PHP

See When A Page Is Spidered

Originally Published: February, 2004

Editor's Note: If your pages don't use PHP read this article to learn how to add a date stamp using server side includes.
<?php
	$the_date = "Today is ".date ("l, F d Y");	
	$the_time = "The time is ".date ("H:i \(O")." GMT)";	
	$all_date = $the_date.'<BR>'.$the_time;
	echo $all_date;
?>

Today is Monday, February 09 2004 
The time is 14:44 (-0500 GMT) 

include(date-time.incl.php); 

Editor's Note: Google now includes the date & time that a page was spidered but this code may be helpful for other search engines.
©2005 SearchEnginePromotionHelp.com, All Rights Reserved.

Click Here To See More Google-Specific Articles

Site Promotion Articles Indexes:

Get A Top 10 Search Engine Ranking
Get A Top 10
Search Engine Ranking

Better Results With Google AdWords

Pagerank Sculpting

Outrank Sites With More Backlinks

Get More Visitors With Better Page Titles

Improve The Conversion Rate Of Your Website

For How Many Keywords Should You Optimize A Web Page?

Find Sites Sharing Your IP

Google's New Web Page Spider

Search Engine Safe URL Redirect

KEI: A Good Indicator For Useful Keywords?

Google PR Improved With Domain Redirection

Dealing With A Google Ban

All You Need To Know About Google Suggest

Is Your WebSite Guilty By Association?

 

Search Engine Promotion Help Site Map

Valid HTML 4.01!

© 2010 Search Engine Promotion Help
March 22 2010 13:06 UTC