Forum Moderators: open

Message Too Old, No Replies

SE spidering single pages

         

hexdj

6:02 pm on Aug 25, 2005 (gmt 0)

10+ Year Member



I am updating this website that I did not design and it was made with regular frames and also iFrame to load the contents that will show on the right side without having to reload the menu and the footer, all files are regular HTM.

My question is, how can I make it possible for search engines not to spider single pages like home.htm because when I go to the results of the SE and I click on that link that actually has the text that I looked up, it opens the HTM without menu and footer.

My goal is eventually make the whole site with PHP (which I am a newbie at), any other suggestions for now will be highly appreciated.

encyclo

6:59 pm on Aug 25, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You need the content pages spidered, not just the frameset - as you have seen, most spiders cope with framed pages reasonably well, but you need to detect when a page is viewed outside of its frame context and reload the page with the other frames around it.

A good starting point in the Force Many Pages Into Frames [webmasterworld.com] Javascript, in message #21 of the thread (by tedster).

hexdj

7:46 pm on Aug 25, 2005 (gmt 0)

10+ Year Member



Thanks! really helpful thread!