Forum Moderators: phranque
pseudo code:
<iframe src=somepage.htm>
If you can read this it means you don't have iframe support, please click <a href="somepage.htm">here</a> to read the content
</iframe>
I've been using that technique for years and my content gets spidered fine.
The real problem is when users come in to the content page, you have to lift them back up to the container page, that's the tricky part, especially if you have multiple content pages in one iframe.
I can't speak as to any accessibility issues. I'm sure there are some.