Forum Moderators: phranque
[webmasterworld.com...]
I have added last_modified date to all of my pages. My question is how different should the content be for me to consider updating the date. For example say we have a tab navigation banner like Amazon, and we add or delete a tab, but the rest of the page stays the same. If the navigation banner is consistant across the entire site would this be enough to change the date for every page? If not how much change would be?
You don't need to do anything to your pages to use "If-Modified-Since", you just need to make sure that what ever web server your on supports it. When the page request is sent to the server it includes the date the robot last saw the page, the server checks the date and if the page has been modified since sends the page, if not it sends a 304 (Not Modified) response.