and in my robots.txt file I disallow googlebot from /dir1/
does /page/index.htm get indexed?
JamesR
9:05 pm on Feb 3, 2003 (gmt 0)
I think so since it is in another directory that you have allowed. You can put code on that page to try and keep it from being indexed (not sure which robots obey it)
<meta name="robots" content="noindex">
Macguru
9:10 pm on Feb 3, 2003 (gmt 0)
Hi snowfishin,
JamesR is right. SE looks at individual pages called by framesets as what they are, individual pages.
Any good stuff for se spiders to eat in your /page/index.htm page?
Most se will abide by <meta name="robots" content="noindex"> command.
snowfishin
9:15 pm on Feb 3, 2003 (gmt 0)
slurp chokes on the meta noindex and when I disallow the slurp from /dir1/
/page/index.htm is disallowed by both of these cases I was wondering if googlebot was as stupid as slurp