Page is a not externally linkable
- Search Engines
-- Sitemaps, Meta Data, and robots.txt
---- My page has never been indexed


kknusa - 5:28 pm on Jan 19, 2004 (gmt 0)


hi guys , i hope u all are having a good day. I have a page that directs the user to a different site. the page is index.html , i have robots.txt which looks like

User-agent: *
Disallow: /logs/
Disallow: /up/

in my index.html i have all the meta tags including
<META NAME="ROBOTS" CONTENT="INDEX,FOLLOW">
now reading some more i found out that the <TITLE>.....</TITLE> was infront the meta tags so i rearranged the order to
<HTML>
<HEAD>
<META>
.
.
.
<TITLE> ... </TITLE>
</HEAD>
So was this the problem my page never got indexed
i also use
<meta http-equiv="REFRESH" content="3;
URL=h2tp://site.com">
to redirect it to a different site does this affect indexing by any chance?

THank u all.


Thread source:: http://www.webmasterworld.com/robots_txt/243.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com