I just got my hands on a secret Google document showing the importance of having an HTML header display the Last-Modified date. Can you point me in the right direction on how to have the Last-Modified show up on my headers (probably via .htaccess)? Once I confirm my findings, I'll post 'em here.
Well, it is not something that aMember could handle, and unfortunately, it is impossible to do via .htaccess. It would be easy if your pages were PHP.
Alex... I appreciate that link, but the last modified date and time needs to show up in the HTTP header to make Google happy... any thoughts?
Well, in case anyone needs it: http://us2.php.net/manual/en/function.header.php Example: Code: header('Date: ' . date("D M j G:i:s T Y")); header('Last-Modified: ' . date("D M j G:i:s T Y"));