Kamala Harris - Free Animated Greetings - Find jobs - US Business Directory - Bob's Free Stuff Forum

PDA

View Full Version : http://www.makeorbreakus.com/


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.

bflatman10
Apr 20th 2004, 7:54 am
The site is still a work in progress, lots of bugs still to go. Thanks for your advise, I will start making the changes you recomended straight away. This is my first site using a database and php so it has been slow to develop.
:)

bflatman10
Apr 20th 2004, 8:00 am
What difference would changing the labels from:

<label>User Name: <input name="UserName" type="text" class="text" maxlength="30"></label>

to:

<label for='UserName'>User Name:</label> <input name="UserName" id='UserName' type="text" class="text" maxlength="30">

make?

bflatman10
Apr 20th 2004, 9:59 am
I would appreciate anyone other comments from people conserning the content of my website.