misty Posted March 25, 2009 Share Posted March 25, 2009 Hi,In Google Webmaster Tools, and in Prestashop BO Stats, I have a lot of 404 errors, generatedI think by Googlebot.The URLs are of this form :http://www.mydomain.com/5jsSuXb2Qk=yO9Uoxm/vC4=IFg0Bim3ytc=mrNEy8QtmuI=I suspect it is related to this piece of code on the pages : var time_start; $(window).load( function() { time_start = new Date(); } ); $(window).unload( function() { var time_end = new Date(); var pagetime = new Object; pagetime.type = "pagetime"; pagetime.token = "EeFNo7r8oHQ=e2o3vGA6eeo=o/fQTh2s3Ho=iLU122TAc5A="; pagetime.time = time_end-time_start; $.post("/statistics.php", pagetime); } ); I think I'm not the only one with this problem because this piece of code is also in some known websites using Prestashop.I hope someone has an idea why I'm flooded with these 404 errors and how to solve that, thanks in advance Link to comment Share on other sites More sharing options...
misty Posted April 16, 2009 Author Share Posted April 16, 2009 Up Nobody has an idea ?? Link to comment Share on other sites More sharing options...
Recommended Posts