Forum Moderators: open
I now have a complete website without frames or iframes, but I was wondering how search engines will react to this. Will they still see the content of the subpages or will it now only see the initial page with a lot of Javascript on it?
Second question: IF search engines don't have problems with this type of content loading. What will be the advantage when using Ajax instead of (i)frames?
[edited by: Mobull at 8:33 am (utc) on May 24, 2007]
But.....
Search engines also don't read frames, to my knowledge. The only thing they are interested in as far as I know, are <a href> and <img src>.
Funnily enough I was thinking about this the other day, I have used frames in the past to give the website a more consistent feel - the entire page does not reload, just the content area. I thought of writing the page as static HTML, no frames, just separate pages. Now your JS could alter every link to point it to an AJAX function. That way the search engines, and JS disabled people would see a normal site, but most users would get the enhanced, better feeling site.
If you want to keep using your frameset a <noframes> with a link list should satify the spiders.
The last site I did I ditched my IFRAME in favour of SHTML SSI.