Want Your Reviews

Discussion in 'Websites' started by mit, Mar 2, 2006.

  1. #1
    Hi all,

    Please review and give suggestion as many as you can.

    Website URL - www.e-holidaysindia.com

    Wanted your valuable comments here.

    Regards,
     
    mit, Mar 2, 2006 IP
  2. hans

    hans Well-Known Member

    Messages:
    2,923
    Likes Received:
    126
    Best Answers:
    1
    Trophy Points:
    173
    #2
    the site LOOKS really nice
    but that is from success point of view only one of many factors

    if you read all similar threads published before, then you see wht applies also to you
    for example html code
    w3.org says short and straight
    "Result: Failed validation"
    that is MOST serious bug because validator software simply UNable to even go into your pages text and code
    hence it is character set mess somewhere in your pages
    and line 1 always is a doc type declaration
    this one should be correct
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    - beware the doc type is CaSe sensitive!

    then you have a chsrset definition missing in your meta tags
    most likely its that one you may need - but you know that from your code editor/generator-configuration
    <meta http-equiv="content-type" content="text/html; charset=utf-8">

    and
    <!------- End of right inner table------->

    is illegal comment tag

    correctly it should be:

    <!-- End of right inner table -->

    very same repeated times on your page

    u also have more than once a code-mess like :

    <!------------------------////////////////////////////////////\\\\\\\\\\\\\\\\\\\\\\\\\------------------>

    just remove all or replace with something valied

    next:
    hex colors are coded like

    bgcolor="#E8EFF9"
    you forgot the # at beginning of color code

    there are a wholel bunch of alt tags missing
    and table might be wrong as well

    with other words lots of basic owrd to be done for a real successful site

    if you do all above, then you have some
    Result: Failed validation, 46 errors
    that means you can start to validate and remove error by error top to bottom
    and correct wrong table code as well
     
    hans, Mar 2, 2006 IP
  3. angelfire

    angelfire Peon

    Messages:
    1,638
    Likes Received:
    69
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Nice site. I like it simple and great contents.
    I suggest to make your template at the center.
    Good luck ('',)
     
    angelfire, Mar 2, 2006 IP
  4. studio606

    studio606 Peon

    Messages:
    110
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I really like the graphics and images in your site, they look very professional. There's some great content there too. I would second the suggestion that you center your page, and possibly extend that image of the desert to match the length of your navigation bar, or at least see how it looks. There's a gap there, and it looks odd to me. But good job, keep it up!
     
    studio606, Mar 2, 2006 IP
  5. Mong

    Mong ↓↘→ horsePower

    Messages:
    4,789
    Likes Received:
    734
    Best Answers:
    0
    Trophy Points:
    235
    #5
    Design and Graphics are very good.
    !) Try to optimize title
    @) Put adsense or anything else to minimize white gap between query form and lower footer area.
     
    Mong, Mar 2, 2006 IP
  6. mit

    mit Well-Known Member

    Messages:
    1,278
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    180
    #6
    Thanks for your suggestions and Comment. But I think you all are not good in SEO Part.

    Can anybody have checked this website clearly or just wanna make more posts here.

    Please check this website in Google like its info:, link:, site: and other.. and then review it.

    Please don't make dump posts because i m having problems with this website.

    Thanks & Regards,
     
    mit, Mar 3, 2006 IP
  7. hans

    hans Well-Known Member

    Messages:
    2,923
    Likes Received:
    126
    Best Answers:
    1
    Trophy Points:
    173
    #7
    why should we invest more of our time for advanced topics such as SEO if you show no interest to do the very basic part of clean code FIRST?

    SEO is advanced stuff
    SEO is useless in totally invalid code

    first the basics
    then all else

    SEO is like the roof of a house
    the toping of a page or site
    on a dirty and fragile basement no solid house can last
     
    hans, Mar 3, 2006 IP