Forum Moderators: open
Is there a way of knowing who referred the bot? ie:which link it crawled in from?
I had multiple links from a pr7 site that gets updated daily and my serps went up the next day, two days later, same links but I've disappeared. Just wondering what could be the cause, no changes on the pr7 site. Can I tell somehow if google didn't crawl that link?
Also, my site is a pr4 but google indexes the home page and a few others every day. My content changes only minorly once every 7-10 days. Is that normal?
Plus it usually always leaves a referrer saying something like
"Googlebot/2.1 (+http://www.googlebot.com/bot.html)"
or similar, once you have some of these its easy to isolate what it has requested.
<?php echo date("l dS of F Y h:i:s A T");?>
On another topic,using the line below in the second line of a php file sets the file header information to show "recently modified" and can help with fresh listing:
header('Last-Modified: '.gmdate('D, d M Y H:i:s \G\M\T', time()));