Welcome our webmaster and SEO forum
Please enjoy the forum, contribute what you can, and wind up the Moderators!
Closed Thread
Results 1 to 5 of 5

Thread: Look at site

  1. #1
    roksolana is offline Member roksolana is on a distinguished road
    Join Date
    Apr 2007
    Posts
    64

    Default Look at site

    Please look at site aMariner.net yacht site. and tell me anything

  2. #2
    espmartin's Avatar
    espmartin is offline Senior Member espmartin will become famous soon enough
    Join Date
    Jun 2007
    Location
    West Coast, USA (California)
    Posts
    625

    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

  3. #3
    flanture is offline Junior Member flanture is on a distinguished road
    Join Date
    Dec 2007
    Posts
    16

    Default

    Lot's of great infos. I would change navigation buttons and pages background.

    Also, Sail cruise order form can be much much better with just a touch of CSS.

  4. #4
    smeagain is offline Distinguished Member smeagain is on a distinguished road
    Join Date
    Jan 2008
    Posts
    263

    Default

    Looks good to me as well. A visualy pleasing layout and colour scheme.
    Will require a full blown Optimisation exercise to please Google and co.

    Reference to what martin says, in DW I set the default DTD to:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">

    Providing you don't need the 'virtues' of XHTML, I find when DW uses this DTD, it 'virtualy' eliminates the non-compliant code that DW can generate by the bucket full.

    The other thing I would reccommend you do, is move (as much asyou can)the Javascript and CSS into external files.

    The document structure requires sorting. For example you have multiple apearances of H1's on the Home Page and these are actualy Nav Links. etc.

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. Link from SEO Site promotion site
    By temi in forum Links Market
    Replies: 3
    Last Post: 01-05-2008, 12:56 AM
  2. Replies: 4
    Last Post: 10-28-2007, 07:00 PM
  3. My LBS powered site is #1 for Decent Site in Google
    By stock_post in forum Directories
    Replies: 2
    Last Post: 10-09-2007, 01:40 AM
  4. Site submission to thousands of site
    By temi in forum General Webmaster Talk
    Replies: 7
    Last Post: 04-17-2007, 12:33 PM

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124