We're working on reducing the hits Akamai records at the moment. One of the suggestions given by an outside contractor was to change the mime type of the html page.
Every instance of text/html on a web page generates a page view in Akamai
Proposed solution is to Remove or replace the mime type from text/html to text/JSON or other mime type.
The problem is that if I make the php application to set the mime type to text/json or the RFC rectified * application/json* most browsers interpret the page as a text file and html is not rendered by their engines.
Any ideas?