Thread: Look at site
View Single Post
  #2 (permalink)  
Old 12-10-2007, 06:39 PM
espmartin's Avatar
espmartin espmartin is offline
Senior Member
1086 posts this year. Platinum VIP!
Trusted Member - This user is a Master!
Last months UKWW Tokens: 3
 
Join Date: Jun 2007
Location: West Coast, USA (California)
Posts: 963
Thanks: 0
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Default

It looks good. May I suggest for SEO reasons that you change the way you link to a
page titled, "index.htm"? Instead of using: .com/index.htm - you can simply use: / that
way, your Google PR will be applied to the root domain, and not the html file itself.

Why is that important? Simply because if you ever change the site to PHP, or .htm to
.html, you will loose the PR, as only the PR will be displayed when the .htm file is shown
as the link.

Also, it
seems you used Dreamweaver to create the site as "XHTML 1.0 Transitional",
but the XHTML markup is invalid. You need to close tags, such as the meta tags, with
the closing / :
Code:
 <meta name="content-language" content="en-us">
should be:
Code:
 <meta name="content-language" content="en-us" />
Sorry if I get technical - it's in my blood