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>
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.
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.
<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.