<meta> tag

Discussion in 'HTML & Website Design' started by zulgurubwow, May 13, 2007.

Thread Status:
Not open for further replies.
  1. #1
    name attribute have some value:
    author
    description
    keywords
    generator
    revised
    others

    what do these mean? could these make sense to se?
     
    zulgurubwow, May 13, 2007 IP
  2. asfi

    asfi Peon

    Messages:
    110
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    the <meta> element provides meta-information about your page, such as descriptions and keywords for search engines and refresh rates.
    Examples
    Define keywords for search engines:
    <meta name="keywords" content="HTML, DHTML, CSS, XML, XHTML, JavaScript, VBScript" />

    Define a description of your web page:
    <meta name="description" content="Free Web tutorials on HTML, CSS, XML, and XHTML" />

    Define the last revision of your page:
    <meta name="revised" content="Hege Refsnes, 6/10/99" />

    Refresh page every 5 seconds:
    <meta http-equiv="refresh" content="5" />
     
    asfi, May 13, 2007 IP
  3. johnwoof

    johnwoof Peon

    Messages:
    911
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #3
    hi

    <META HTTP-EQUIV="REFRESH" CONTENT="5;url=http://yahoo.com" />

    will refresh page after 5 sec & redirect to yahoo.com
     
    johnwoof, May 13, 2007 IP
  4. johnwoof

    johnwoof Peon

    Messages:
    911
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Hi

    meta keys

    description
    keywords

    Is spacial for yahoo they crawl them google is not so good for this

    Thanks
     
    johnwoof, May 13, 2007 IP
  5. kentuckyslone

    kentuckyslone Notable Member

    Messages:
    4,371
    Likes Received:
    367
    Best Answers:
    0
    Trophy Points:
    205
    #5
    Very often I see Google using the description Meta for the description summary in the search results.
     
    kentuckyslone, May 13, 2007 IP
  6. maldives

    maldives Prominent Member

    Messages:
    7,187
    Likes Received:
    902
    Best Answers:
    0
    Trophy Points:
    310
    #6
    Wanna test the knowledge of DP members? You have started multiple threads with bullshits.

    You can do a quick search to get the infromation you need.
     
    maldives, May 13, 2007 IP
  7. zulgurubwow

    zulgurubwow Banned

    Messages:
    176
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #7
    I SEARCH but can not get complelte anwser.

    author
    description
    keywords
    generator
    revised
    others

    keywords description revised is common that everyone know ,but what about generator author and others? AND MORE,what I wanna know is:"could these make sense to se?" does author make sense to se? revised make sense to se(google or else)? if I change revised, does se recache my page? I think it is not bullshit.many DP member here do not know and want to confirm.
     
    zulgurubwow, May 13, 2007 IP
  8. haxanstudios

    haxanstudios Member

    Messages:
    46
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    43
    #8
    meta tags are getting depricted (old) . There main purpose was to provide information about the page to the web search spiders so that they can be found easily. but then people started abusing them so now most search engines don't bother going through them.

    There are also a few page load effects which can be done by META TAGS ;)
     
    haxanstudios, May 14, 2007 IP
Thread Status:
Not open for further replies.