A client asked me to look at a website he was associated with today. They were having problems with the site ranking well in Google. The site has a pagerank of 5 and should be near the top but was no where to be found in the top 100. So I did my usual investigation to see what was keeping the site down. I first checked Google to make sure the site was properly indexed. It was, I then checked to see how long it had been since a cache of tha site had been done. It had only been a few weeks. So i pulled up the source code and there was the monster in all its html hell glory.
It was obvious to me that the individual updating the site and changing it did not know did about html code. Maybe somewhere along the way a pro came in and created the site, but that was a long time ago and the site has been stretched to the max. The errors I saw were likely created by MS Frontpage, which anyone knows in the trade is a horrible program and creates more problems than it fixes.
Here is a run down of some big issues the site has:
- The style takes up half the source code on each page. There are styles on top of styles. They desperately need a style sheet to clean up the code
- There are several opening and closing <head> and <body> statements all over the page, this rendered the page essentially unreadable .
- <h#> tags are blank or have an image in them
The result is a page that indexs poorly and a site that is essentially worthless from an SEO perspective. They will likely have to pay heavily to have this fixed by a pro.