Need help wiith a code.

Discussion in 'HTML & Website Design' started by allwayslearning, Dec 8, 2007.

  1. #1
    I am really new to html. I have various codes stored in a document. Somehow I forgot to leave a description of what is it for. Can someone tell me.


    html>
    <head>
    <title>Yahoo Authentication</title>
    <META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
    </head>
    <body>
    <!--Paste in Yahoo's text string directly below this comment, before the closing BODY tag.-->


    </body>
     
    allwayslearning, Dec 8, 2007 IP
  2. CSSDevMonkey

    CSSDevMonkey Peon

    Messages:
    44
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Well it just looks like an html page that will have some sort of Yahoo code inserted in between the body of the page.

    Couldn't really tell you much more from what you have shown or told us.
     
    CSSDevMonkey, Dec 8, 2007 IP
  3. creative4w3

    creative4w3 Active Member

    Messages:
    105
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    58
    #3
    Yahoo's site explorer allows you to authenticate your own site so you can get additional information about it from their database.... but that's not exactly the way to do it. Could be related though.
     
    creative4w3, Dec 8, 2007 IP
  4. guidyy

    guidyy Active Member

    Messages:
    574
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    58
    #4
    <head> <!-- header start -->
    <title>Yahoo Authentication</title> <!-- Title of the page -->
    <META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW"> <!-- tells the web spiders not to index this page and not to follow any link in it -->
    </head> <!-- header section end -->
    <body> <!-- Begin of the page content -->
    <!--Paste in Yahoo's text string directly below this comment, before the closing BODY tag.-->


    </body> <!-- end of the page content -->

    I cant figure out what is this page for, but looks like a sort of authentication for some yahoo service.
    Someone mentioned yahoo site explorer, but if I do not recall wrong, that service only needs a TXT file.
     
    guidyy, Dec 9, 2007 IP