-
Type: Improvement
-
Status: Closed (View Workflow)
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.7 Larks
-
Fix Version/s: 2.0 Larks
-
Labels:
-
Sprint:2.0 Larks
There is a general good practice to provide fair (real) "last-modified" header for the web-site pages, especially for the forum engines. Most search engines will display provided date near the link in order to inform user about the age of the post. Also, this will decrease amount of unneeded requests by the crawlers.
My proposition is to provide last-modified header at least for the topic pages.
To achieve this, we should do the following:
1. Add "last-modified" response header (and meta tag) to all topic pages, which will always contain last modified date/time (including time-zone) based on the date/time of the last post for the particular topic.
2. Add specific logic to return 304 HTTP code if requested topic page was not modified since date, specified in "If-Modified-Since" request header.
Additional information:
- relates to
-
JC-1585 Post deleting should update "Last-modified" header for the topic page
- Holded