View Single Post
  #4 (permalink)  
Old 07-13-2008, 02:01 PM
lspence's Avatar
lspence lspence is offline
WebProWorld Pro
 
Join Date: Apr 2004
Location: Saint Louis
Posts: 121
lspence RepRank 1
Default Re: Robots/Spiders uses very much traffics

That is a lot of bandwidth.

Do you have a lot of large images? If so you could work on optimizing their file size.

You could also optimize your html. Put all of your formatting into a CSS file. I noticed that you have javascript in every page. You should pull it out of the html, and have it in a separate file. That will make your html files smaller, and faster to load. Good for your visitors, and the bots. Besides, spiders prefer to get to the content of your webpage with out digging through code.
Reply With Quote