sarahk
Apr 20th 2004, 5:24 am
Could any one please take a look at my site and give me any advise on how to get a better google rating. I would also consider paying to get more hits if any one knows of a good place to do this. Thank you.
http://www.makeorbreakus.com :confused:
Right, ignoring the subject matter, looking at the content...
* You have meta tags in the body of the page, not in the head section
* There is alot of repetition in the meta tags
* html like
<label>User Name: <input name="UserName" type="text" class="text" maxlength="30"></label>
should be
<label for='UserName'>User Name:</label> <input name="UserName" id='UserName' type="text" class="text" maxlength="30">
* your h1 and h2 tags don't seem to be working for you, should have search phrases in them if possible.
* later pages don't seem to be debugged yet
* once up and running you need to get back links.
http://www.makeorbreakus.com :confused:
Right, ignoring the subject matter, looking at the content...
* You have meta tags in the body of the page, not in the head section
* There is alot of repetition in the meta tags
* html like
<label>User Name: <input name="UserName" type="text" class="text" maxlength="30"></label>
should be
<label for='UserName'>User Name:</label> <input name="UserName" id='UserName' type="text" class="text" maxlength="30">
* your h1 and h2 tags don't seem to be working for you, should have search phrases in them if possible.
* later pages don't seem to be debugged yet
* once up and running you need to get back links.