Forum Moderators: goodroi

Message Too Old, No Replies

frames and robots.txt

         

snowfishin

8:28 pm on Feb 3, 2003 (gmt 0)

10+ Year Member



say i have a frame page and it is

/page/index.htm

one frame in this page is
/dir1/bottom.htm

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)

WebmasterWorld Senior Member 10+ Year Member



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)

WebmasterWorld Senior Member 10+ Year Member



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)

10+ Year Member



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