Now, on to a few observations ... :)
Quote:
|
src="file:///C%7C/temp/custom.php_files/index_data/javascript.js
|
»this would appear to be a file that did not upload to your server properly and is trying to pull from the "local machine"«
Your code is MISSING an ENCODING, i.e. utf-8
You have defined a style that is not css
Quote:
|
<link href="style.htm" rel="stylesheet" type="text/css">
|
You have many other style elements defined in the code that would be better stated in a valid css file and free up your heavy code.
You have one heading use and it's ineffective
Quote:
|
ARE YOU SUFFERING FROM CARPAL TUNNEL SYNDROME PAIN?
|
... besides, all-caps can really turn some people off and come across unintelligent, if not as yelling
Your <title> is positioned nicely as the first element under <head> but could use a little tweaking to avoid "stop" words, maybe something simple like:
Carpal Tunnel Syndrome - Natural Pain Supplement
Your page is way long IMO. Much of this could be broken up into sub pages that could stand on their own giving you a better content/keyword ratio.
The highlighting is "fugly" and distracting.
NONE of your images seem to have alt-tags with relevant text describing them. Many people ignore them, but two groups that don't:
1. visually impaired
2. bots - bots can not spider your images, but they can read the text in the alt tags
Your "About Us" doesn't link to anything - you're not gaining any legitimacy like that IMO!
Some of your images are huge in file size. i.e. middlepic.jpg is over 50K = many web users are still on dial-up; how long do you think they'll wait for this page to upload before they move on?
Personally, I find testimonials unimpressive as they're usually bogus, but again, that's just me.
Good Luck and Happy Ranking!