Why people use this image in his site?

Discussion in 'HTML & Website Design' started by surekhaweb, Mar 26, 2007.

  1. #1
    Why people use this image in his site?

    [​IMG]

    Is it related to seo?
     
    surekhaweb, Mar 26, 2007 IP
  2. www.mazoo.co.uk

    www.mazoo.co.uk Peon

    Messages:
    225
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #2
    it just means that the coding on that page is html valid, some people think it helps with seo i personal dont, i spent ages correcting my homepage and it made no difference at all.
     
    www.mazoo.co.uk, Mar 26, 2007 IP
  3. thecashcow

    thecashcow Peon

    Messages:
    77
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    coding quality standard - not really worth adding
     
    thecashcow, Mar 26, 2007 IP
  4. Arians

    Arians Peon

    Messages:
    116
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    it shows that website fulfill w3c standards ..
     
    Arians, Mar 26, 2007 IP
  5. procrastinator

    procrastinator Peon

    Messages:
    1,718
    Likes Received:
    56
    Best Answers:
    0
    Trophy Points:
    0
    #5
    just something to add to your site to make it more colorful incase u run a site on a dull subject, other than that i dont think it serves any purpose
     
    procrastinator, Mar 26, 2007 IP
  6. surekhaweb

    surekhaweb Banned

    Messages:
    504
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    is it any business purpose ?
     
    surekhaweb, Mar 26, 2007 IP
  7. Adventis

    Adventis Guest

    Messages:
    66
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Personally, I think should matter when it comes to Search Engines even though it doesn't. A badly coded website causes all kinds of compatability problems.
     
    Adventis, Mar 26, 2007 IP
  8. grg

    grg Guest

    Messages:
    2,692
    Likes Received:
    73
    Best Answers:
    0
    Trophy Points:
    0
    #8

    No, unless you have a webdesign company.
     
    grg, Mar 26, 2007 IP
  9. surekhaweb

    surekhaweb Banned

    Messages:
    504
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    is it necessary for webdesign company ?
     
    surekhaweb, Mar 26, 2007 IP
  10. sabian1982

    sabian1982 Notable Member

    Messages:
    2,028
    Likes Received:
    161
    Best Answers:
    0
    Trophy Points:
    210
    #10
    Its to indicate the standard of compliant code used within a site/web page.

    Validation can be found here: http://validator.w3.org/

    Having valid code obviously makes your code more concise and that fraction faster loading but also potentially means your site will display better over various browsers.

    Quite a lot of idiots add it to their sites even when their sites don't complie to the standard.

    Nope although obviously it shows that you can code good quality sites that are compliant - you could view it as an MOT for your website...
     
    sabian1982, Mar 26, 2007 IP
    Clive likes this.
  11. surekhaweb

    surekhaweb Banned

    Messages:
    504
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #11
    thanks.............
     
    surekhaweb, Mar 26, 2007 IP
  12. wez

    wez Peon

    Messages:
    52
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #12
    they have this one too - personally i think that search engines give some kind of favor to sites that adhere to quality standards

    [​IMG]
     
    wez, Mar 26, 2007 IP
  13. sabian1982

    sabian1982 Notable Member

    Messages:
    2,028
    Likes Received:
    161
    Best Answers:
    0
    Trophy Points:
    210
    #13
    That one is used for valid css ie the style sheets that are used (usually for pure css layouts). Theres a similar validator for css as well...
     
    sabian1982, Mar 26, 2007 IP
  14. Jasonb

    Jasonb Well-Known Member

    Messages:
    4,486
    Likes Received:
    151
    Best Answers:
    0
    Trophy Points:
    195
    #14
    it means the site is valid HTML, which yes is related to SEO in a way, as if your site isnt valid HTML then it will be harder for search engines when indexing your site.
     
    Jasonb, Mar 26, 2007 IP
  15. Bombaywala

    Bombaywala Peon

    Messages:
    1,249
    Likes Received:
    30
    Best Answers:
    0
    Trophy Points:
    0
    #15
    If your code is valid - it is easy for crawlers to quickly crawl through the page. Broken code and crawler goes frenzy - not knowing where to go and surely won't crawl the page properly which can result in your pages being dropped off the SE indexes.

    The image has no relevance - it just tells your user that you have clean code.
     
    Bombaywala, Mar 26, 2007 IP
  16. Clive

    Clive Web Developer

    Messages:
    4,507
    Likes Received:
    297
    Best Answers:
    0
    Trophy Points:
    250
    #16
    If your website is webmaster related, then it might help having an image like that on it,
    otherwise it will look like not belonging to your project.
     
    Clive, Mar 26, 2007 IP
  17. grg

    grg Guest

    Messages:
    2,692
    Likes Received:
    73
    Best Answers:
    0
    Trophy Points:
    0
    #17
    Of course not.
     
    grg, Mar 26, 2007 IP
  18. Rickzkm

    Rickzkm Peon

    Messages:
    29
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #18
    Okay i think there is a solution to this Yes or no for site validation:

    Official Google Web master Tips:
    http://www.google.com/support/webmasters/bin/answer.py?answer=35769#design

    Say "Check for broken links and correct HTML."
    Reading again, Check for correct HTML to me is saying, make sure its not full of tables bloating code.

    Correct Html coding I understand if you state your Doctype:
    !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
    It should actually meet those rules.

    And purely out of 5 years of building valid sites, i DO know lightweight XHTML is crawled easily and works in all browsers, even when they update.
    So Valid sites, definitely YES, YES.
     
    Rickzkm, Mar 26, 2007 IP