Forum Moderators: open

Message Too Old, No Replies

using redirect scripts when optimising?

redirect scripts, SE optimising

         

membername606

2:27 pm on Jul 30, 2003 (gmt 0)



When using frames or iframes, a script such as:

___
passpage = document.URL
if (top.location == self.location)
top.location.href="master.html?" + passpage

[posted by 'Tedster']

the child pages seem not to be index at all by search engines - perhaps understandably.

But does an in-frame script for an iframe such as the one below have a detrimental effect on having pages indexed by popular search engines?

___in child:
if (window.name!='Content' && window.name!='booker_' &&!((self.innerHeight == 0) && (self.innerWidth == 0)))
top.location.replace('master.html?' + self.location);

[posted Sept 26, 2002]

- with further scripts set both the head and with the iframe in the master/parent page.

dougmcc1

4:09 pm on Jul 30, 2003 (gmt 0)

10+ Year Member



Also related to this thread, JavaScript Flash redirects:
[webmasterworld.com...]