Forum Moderators: open
I have created several additional pages on my site, that I would love to be scooped up by Googlebot. One problem. The pages are html with embedded Flash, and I need to open them in a new size-specified window, in order for them to look good. I know I can do this in javascript, but Googlebot won't follow js links. Is there any way around this?
I thought that maybe I could use the normal href link and target new. Then, in the pop up's source, add a script that resizes the window with only the status. However, I can't get this idea to work.
Any other ideas?
Thanks!
Karen
<body BGCOLOR="#666666" onLoad=window.resizeTo(700,420);MM_preloadImages('../images/foo.gif','../images/foo_2.gif') leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
This will resize your window even if the referral is from a search engine (granted the browser uses JS).