Page is a not externally linkable
kknusa - 5:28 pm on Jan 19, 2004 (gmt 0)
User-agent: * in my index.html i have all the meta tags including THank u all.
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
Disallow: /logs/
Disallow: /up/
<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?