We have analyzed the monstercable.com homepage from which we have a list of
changes that need to be made to make it more Google friendly.
Issue Summary
- Too much JavaScript in HTML tags
- Bad placement of class and id attributes
- Too much use of style attributes
- Too much javascript mixed all throughout the page
- Need to nofollow non essential links
- No need for javascript rollovers to text links
- Make all links absolute
- Fading scroller too messy – use Jquery or something similar.
- Remove Raposo which I assume is part of the fade in / fade out text.
www.monstercable.com
Tasks in order of Priority
* Clean HTML Style
◦ move any style declarations to external css “les.
◦ use class names and ids on divs etc.
* Clean JavaScript
◦ delete unnecessary scripts.
◦ group as many javascript assets into one “le.
◦ swap long and complex JavaScript for clean and elegant
code like JQuery or YUI.
◦ Do not call JavaScript functions from href, instead use
onclick with return false.
◦ Use the actual page url for href
* HTML Content
◦ Add more HTML text content relevant to Headphones
and other targeted terms.
* Flash
◦ Centralise the Flash detection and handling into one
JavaScript function.
* Anchor Tags
◦ Use absolute hrefs
◦ Use keyword relevant text
* Main Flash Feature
◦ It does not need to be flash
◦ There is little or no animation
◦ Turn this into to HTML
◦ Use JavaScript to load up any flash video
◦ Use HTML text instead of flash


