Click to See Complete Forum and Search --> : robots and author


hulya
04-13-2005, 11:11 PM
Hi,

I already publish my web site, which I created with microsoft fron page, now I found out that I don't have robots and author. This message I'm getting:
Robots: Found no robots meta tag.
This tag is not really required but helps spiders to index the web page.

Author: Found no author meta tag.
This tag is not really required but helps for your (company) name recognizing.

Does any body knows how to create robots and author. My web site is www.o-realestate.com Thank you very much.

Hulya

phpnovice
04-14-2005, 08:48 AM
Such entries are considered user-defined variables. You can add these in the FrontPage Page Properties dialog using the Custom tab. You may also add these using the HTML-view -- as follows:
<meta name="author" content="your name">
<meta name="robots" content="index,follow">
From what I read, only a few robots actually support/honor any of these optional specifications.

Robert Wellock
04-14-2005, 11:35 AM
http://www.robotstxt.org/wc/robots.html

hulya
04-14-2005, 10:26 PM
Hi Robert,
Thank You very much for the information.
Hulya