Forum Moderators: open
If the spider is choking on some of that, it is a hint that the se's might be too.
Where to start to look for trouble:
- get it close to validating. (fix some of the scripting...get it escaped...) currently 54 html errors. many are nontrivial.
- dump the 22 meta tags.
- dump the repetitive and unnec metas. (I would get it down to 4 or less - the rest is seen as spam).
- strip out all that code beautification spacing (5k savings probably...)
- preference: move some of that bitmap area data to the bottom of the page if possible (move the content UP in the code. you can do it without changing the looks of the page).
- preference: change some of that js so that it is all one one line, and escape the data with quotes.
- preference: either quote all your attribute values or don't quote all, but don't mix em (it can confuse html strippers when mismatched - as it did sim spider)