1

i have to create SWF that contains only specific parser and load text content from external file . How i can allow search engines to see this data under swf link ?

Can i put this data somehow to html or js without and penalty ?

Eddy Freddy
  • 1,820
  • 1
  • 13
  • 18
turbosqel
  • 1,542
  • 11
  • 20

2 Answers2

4

Adobe announced indexing of Flash content by Yahoo and Google in 2008.

Here you will find information (old,actual) on how Google will handle Flash files.

If I understood this right, there is nothing special to do for the creator of the Flash file. Only embedding the Flash file preferably without JavaScript and use AS 1, AS 2 or AS 3.

Another option is to use a NOSCRIPT section.

Eddy Freddy
  • 1,820
  • 1
  • 13
  • 18
  • thanks . Im working on parser that execute AS3 code from XML form text and like to make sites indexed by search engines . – turbosqel Mar 09 '12 at 06:57
0

This is pretty old, but you may find it relevant.

http://www.metah.ch/blog/2008/04/holy-grail-seo-model-for-flash-and-flex-content/

Corwin01
  • 479
  • 3
  • 7
  • 24