I've built a custom content management system on our intranet which allows us to update news articles and content across several sites that I operate. It appears to be working well.
However the other day I suddenly remembered that I'm not sending the HTTP content-length header when outputting articles on the websites. I send last-modified using the modification date of the article from the database.
Just wondering if I should also calculate the content-length of the whole page before it's sent to the client? Would it be best practice to send the content-length header or does it have any significant search engine benefits?
Cheers, B