Forum Moderators: open
Does G index text blocks in the frames?
<frameset>) then the answer is yes. If you are talking about Flash movie frames, then the answer is no.
What about AS?
What about frames in the movie which don't get played?
Same thing...
Does anyone know how Google "sees" the flash file? I'm quite curious.
Googlebot and other spiders probably do see it, but ignore it completely.
I guess the biggest problem with indexing flash is that it can't link directly to the content. It can show you the begining of the flash page, but how would it point the interface into the correct frame? Some flash sites have hundreds of pages.
I see when you publish the swf and it makes an html file for you, it adds some stuff like:
<!--url's used in the movie-->
<!--text used in the movie-->
<!--
my text from text box
-->
And so on. Google definitely seems to pick up something about the file.
The solution we use is to either:
1) place the text in an external text file and call that into a hidden <div> at the top of the page by way of a phpinclude statement
2) place a link in the hidden div to the text files (if there are many) so they get spidered
or lastly
manually add the flash file text to the hidden div
Each method provides the spiders with a means of picking up the text without having to worry about flash and search engine issues.
Play around with the filetype operator in Google to figure out exactly what it is spidering.
E.g.
"some text" filetype:swf Jon