Search code examples
flashactionscriptseo

What text inside Flash is indexed by Google?


Does the following mean that dynamic TextFields will NOT be indexed?

We currently do not attach content from external resources that are loaded by your Flash files. If your Flash file loads an HTML file, an XML file, another SWF file, etc., Google will separately index that resource, but it will not yet be considered to be part of the content in your Flash file.

Does the following mean that ONLY static TextFields will be indexed?

At this time, content loaded dynamically from resource files is not indexed. We’ve noted this feature request from several webmasters, look for this in a near future update.

From Improved Flash indexing, Google Blog


Solution

  • Condensing the entire 45 minute video The Searchable SWF by Jim Corbett.

    All text in TextFields that follow all these rules will be Indexed by the Virtual User (Google)

    1. Is Static or Dynamic -- not Input
    2. On the displayList / an instance on the stage -- not just in-RAM
    3. Any 1 of the 4 corners inside the stage boundaries -- not off-stage
    4. Visible -- not invisible, not alpha=0
    5. Not inside a bitmap Image -- images are not OCR'd
    6. Not a shape or graphic that looks like text -- shapes are not OCR'd
    7. Publicly accessible without logging-in -- not behind logins/authentication
    8. Not relying on external data files -- no external files loaded, no XML/SWF/TXT/etc
    9. Any font size -- too small might be considered spam
    10. Typed out in Flash IDE or ActionScript generated, even components