Forum Moderators: mack
Two ways to help make sure your framed pages are found are:
1. In the HTML of your frameset page you can have <noframes></noframes> underneath the </frames> tag. Inside the <noframes> copy the links out of your navigation page (frame) and in to this. That gives the spiders links to follow to your content pages.
2. At the bottom of all the content pages, put text links to the other content pages. Again, this gives links for the spiders to follow.
If you have any server-side language available (like PHP, ASP or ColdFusion) you can use that to include your navigation in to every page. You only need to learn a tiny bit of code to do this and it keeps the spiders much happier, and means people can bookmark the particular page they're interested in easily.