search optimisation
Out of context: Reply #7
- Started
- Last post
- 8 Responses
- mg330
The iframe content is certainly searchable, in essence all it is is another HTML file in your site.
My band site uses an iframe for all the content, and I did manage to throw in a redirect script for when the iframe content HTML page is indexed in an SE.
This is what you need in the head of your individual HTML files that go into an iframe:
script
/script
---
Change 'cframe' to the name of the iframe in your page and that should be it. Don't forget to add < > to the script tags.Can't remember who here at NT passed this along, but someone did. It would be great if someone could find a script on how to redirect and load the page you found when searching into the iframe. The script above just takes you to the main page with the default iframe page loaded.