corner image corner image
View Single Post
corner image corner image
  #2 (permalink)  
Old 02-06-2008, 11:44
RedEvo's Avatar
RedEvo RedEvo is offline
I'm an A1 VIP!
 
Join Date: Mar 2008
Posts: 1,082
Thanks: 76
Thanked 352 Times in 251 Posts
I've knocked up a very basic (and picky) page checker here. It shows some fundamental errors.

I'm also concerned about your on page tagging. Things like for example
Code:
<h1 class="Body"><span class="BodyBold">Welcome to Crane &lsquo;the office supplies people&rsquo;</span></h1>
Would be better as
Code:
<h1>Welcome to Crane - The Office Supplies People</h1>
Use CSS to make the H1 tags look the way you want them to look.

You are also using a table based layout. This puts lots of extra tags on a page - again making it harder for spiders to understand.

This is just a very quick heads up on some of the issues.

d
__________________
An Aberdeen Based SEO Company | Try our FREE Keyword Tool | Web Design Scotland
Reply With Quote
corner image corner image