Meta Names

Discussion in 'HTML & Website Design' started by anarmyofme, Dec 23, 2007.

  1. #1
    Saw this today. Can anyone tell me if there is any difference as far as seo is concerned:

    <meta content="blah blah blah." http-equiv="Description">
    <meta content="keywords, keywords" http-equiv="Keywords">

    to

    <meta name="description" content="blah blah blah.">
    <meta name="keywords" content="keywords, keywords">
     
    anarmyofme, Dec 23, 2007 IP
  2. wdstuff54

    wdstuff54 Well-Known Member

    Messages:
    639
    Likes Received:
    24
    Best Answers:
    0
    Trophy Points:
    110
    #2
    A META tag with HTTP-EQUIV is equivalent to a HTTP headers. They control the action of browser.
    Name is used for meta tags that convey information.

    Hope that helps.
     
    wdstuff54, Dec 23, 2007 IP