Website Validation Error.

Discussion in 'HTML & Website Design' started by maxgates, Nov 1, 2009.

  1. #1
    I got this error while validating my website.

    I know that the problem is in the Meta Description Tag. I made this mistake in 100 odd pages.

    My question is how serious this error is? How is it gonna effect my website? Can it prevent Google from indexing pages with errors in search results or remove already indexed pages which accidentally got this error some time back.

    I need to know this because lately Google is not indexing news pages from my website. These pages contains this error.

    Thanks
     
    maxgates, Nov 1, 2009 IP
  2. i_am_dhaval

    i_am_dhaval Well-Known Member

    Messages:
    1,364
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    138
    #2
    use this
    <meta name="keywords" content="search engine marketing webmaster design" />


    add / before >
     
    i_am_dhaval, Nov 1, 2009 IP
  3. dafty

    dafty Member

    Messages:
    21
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #3
    You need to close the meta tag. e.g

    <meta name="Description" content="######" />

    and not:

    <meta name="Description" content="######" >

    A quick find and replace will fix this.
     
    dafty, Nov 1, 2009 IP
  4. drhowarddrfine

    drhowarddrfine Peon

    Messages:
    5,428
    Likes Received:
    95
    Best Answers:
    7
    Trophy Points:
    0
    #4
    Closing a tag with /> is a xhtml ending. I'm sure you're not serving your pages as xhtml so, even if you use the xhtml doctype, every browser is treating your pages as html. iow, it doesn't matter.
     
    drhowarddrfine, Nov 1, 2009 IP
  5. dabzo

    dabzo Peon

    Messages:
    188
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    the > instead of /> may not match the doctype in your header. It's not a crucial thing for html... If you leave out a ">" all together though, that can really mess with things.
     
    dabzo, Nov 1, 2009 IP