Forum Moderators: Robert Charlton & goodroi
The only difference is the refresh rate can not, at least I do not know where and how it is controled and so FLASH is the same as TXT.
With this view one can say that ALL IS READ but there are no proven controls.
[edited by: alfawolf7 at 5:06 am (utc) on Dec. 29, 2006]
In my experience, most Flash developers come from a "pretty graphics" background rather than a programming or SEO direction. I'd be very interested in hearing how you combine actionscript with search engine friendly websites.
For example, you mentioned in another thread that by combining a Flash application with an xhtml page, you can give users a complex, application-like interface without hurting the rankings that the xhtml portions achieve for the URL. This sounds like a brilliant way to avoid the problems of other some approaches - sort pages and so on. Have you been able to do this?
That said what is working is to BREAK APART THE FLASH into small portions that are pasted in sequence onto the HTML.
In other words doing about the same thing as people often do to boost their keywords on a page by breaking apart images on that page so that each puzzle piece has its ALT text ...
Ted: To try and answer your question fully ... I would hope that someone else posts ... soon! At this date I simply have not learned enough to start expressing anything with detailed opinions --- so I started this subject to get viewpoints on FLASH and GOOGLE ....
A last note: What I have found of interest is that ALL of the clients with flash sites who have come to me for ranking ideas have all told me that they used black hat tricks on their sites. This may be a general trend. If this is the case it may account for the factor of low ranking flash, in part.
The key is serving the xhtml version by default, then testing the user agent to discover if it is Flash enabled. If it is, we use javascript and the DOM to overwrite the div content with a Flash version of the same content. That approach sort of turns the usual logic upside down -- most sites would serve the swf by default and then offer the xhtml in a noscript element. That approach is a lot weaker, in my experience. You never know how the algo is going to be treating noscript elements from month to month,
What ever the case I WOULD NOT REPLACE SOMETHING WITH SOMETHING - it is like "old lamps for new" and part of the .php (black hat) game of watching IP location which ends up like BMW.de anyhow.
My view is that one should have one thing for everyone just making sure that everyone is using the same one thing by forcing download of the right flash viewer.
The question for the next poster is HOW TO PLACE KEYWORDS ON FLASH ....