Forum Moderators: Robert Charlton & goodroi
What I was wondering was whether it was acceptable to use a browser detect and if it isn't IE or Firefox send them to a text version.
I can't see that it's spamming because it is only the same content but presented in a different way.
Is there any possibility I would get penalised for this?
Thanks
Chris
I can't see that it's spamming
The problem is that search engines have no algorithmic way to ensure that the content of the two versions actually matches. And so they are quite likely to disapprove of user agent delivery if they discover it.
How much content are we talking about, and is it all one big Flash file? Then better to simply offer all users, bots and brosers, a link to the non-Flash content. The html content can then be indexed and the search engines can send people to those pages with some confidence. You can also offer a "Flash version" link on the html pages.
But no matter how you slice it, they need to develop alternative html pages anyway. But I'd say don't deliver the html via user agent detection.
Another option I was thinking was some kind of CSS to put the flash in a div on top of the html. Is this do-able and if so would it be detectable by search engines?