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.
|