vote up 2 vote down star

Google doesn't seem to like Flash content in any other way except writing text straight into the Flash IDE to get exported statically into the SWF movie.

Which means that any text drawn by ActionScript into TextField's don't get indexed?

Beginning at their Webmaster Guidelines, they recommend:

So is Flash usable as a website framework at all?

Please post if you find anything allowing us to do SEO best practices such as hidden-text and redirects on Flash sites, in the Google Webmaster Guidelines.

flag

11 Answers

vote up 7 vote down check

So is Flash usable as a website framework at all?

No. Search engines are only one of the problems. (and probably the least of your problems, even).

Other problems with flash-based websites are that the user can not

  • Bookmark relevant pages, because the concept of pages does not exist. You have one url, containing your flash app.
  • use external tools to parse the page and extract relevant information (microformats, for example, but search engines are another example)
  • navigate the page. In a website, I expect to be able to open a link in the same window, in a new tab or in a new window. In a website I want to be able to view the content in the order that makes sense to me. I expect to be able to click back or forward in my browser. Flash makes that impossible, because everything is glued together in one big black-box application.

Note that this is only if you attempt to use Flash for everything. Flash can of course be legitimately used to provide content (youtube is the obvious example here). But the actual website, the structure, the infrastructure that allows people to navigate your site, that can never be flash, if you want to create a website. If you want to create a web app, that's different, and Flash might work. But then you lose the advantages that websites have.

Flash is simply not designed to create websites, and luckily most web developers understand that.

link|flag
1  
Bookmarking and history navigation, is possible (via Javascript and hash-URLs), and has become quite a standard. – moritzstefaner Jan 18 at 20:33
"Flash is simply not designed to create websites, and luckily most web developers understand that" Sorry -1. uniqlo.com/wire <== is this a website? yes it is. "But the actual website, the structure, the infrastructure that allows people to navigate your site, that can never be flash" The actual website can be flash. The structure & the infrastructure can't. Please don't mix these two together. I'd make a -2 for you if I can. Luckily there is still plenty of web developers understand that. – Unreality May 30 at 7:50
4  
Are you kidding? You're highlighting a website that suffers from every problem I mentioned, in addition to taking 30 seconds to load. Thank you for proving my point better than I ever could have done. Pleas tell me how to bookmark the top the 6th chick on the top row is wearing. Oh right, you can't, because it's flash. Where's my "back" button? Why does this crappy music interfere with what I was listening to? This is exactly why you can't make entire websites with flash. And if you seriously think this is good web design, I hope you never touch a single line of HTML. – jalf May 30 at 10:09
1. after clicking on the top 6th chick, you can click on "goto store" at the to a page dedicated to the wearing where you can bookmark. It's just like you see a javascript slide show with a list of products, you click on the image of the slide show and entered another page where you can bookmark. You can't bookmark the javascript slide show. – Unreality May 31 at 7:00
2. 10 years ago html can embed background midi files. i'd like to -1 for this non-sense "Why does this crappy music interfere with what I was listening to? This is exactly why you can't make entire websites with flash." sentence. if playing a music with flash leads to "can't make entire websites w/ flash", then playing a music with html tags leads to "can't make entire websites w/ html". Plus you can always sound off a webpage. – Unreality May 31 at 7:00
show 1 more comment
vote up 2 vote down

Adobe is in the process, working closely with Google, to develop a search-friendly Flash player. More information is available here:

http://samhassan.co.uk/blog/2008/12/15/how-the-flash-search-player-works/

And here:

http://www.adobe.com/devnet/flashplayer/articles/swf_searchability.html

Jim Corbett, an engineer on the player team, gave a talk at this year's MAX about the project, which I was lucky enough to attend (but which YOU can attend TOO, through the magic of the Internet, via the link to Adobe TV above), in which he talked about some things both Adobe and Google are doing to help Flash gain traction, and Google to gain usefulness. One of the things they're doing is collaborating on a "search player" that actually does execute code, essentially navigating through SWFs and passing information back to Google for purposes of indexing Flash content more comprehensively. Nifty stuff.

Of course, an onus will ultimately fall on Flash developers to both learn and adopt more search-player-friendly practices (e.g., deep linking, and so on), but that's to be expected -- we do that now with our text-based UIs. But to answer the question, no, Google is definitely not anti-Flash. On the contrary it seems more like Google appreciates Flash (they use it all over the place themselves, as has been cited) and see it as a UI delivery platform that'll only grow more prominent over time.

I happen to agree, but then I'm slightly biased. ;)

link|flag
vote up 9 vote down

Google does not index content that requires code to be run, same thing goes for javascript as for Flash.

This whole "flash isn't indexable and that means it's evil" is a rather single minded approach. Seeing how different types of content as say youtube videos or images aren't indexable by themselves, but still manage to avoid being "evil".

If your site relies on being indexed in Google (and not all do) you can't make the site all flash. You can't blame the technology for peoples inability to decide when it's appropriate to use.

link|flag
This doesn't solve the dozens of other problems with using Flash "as a website framework" (which is what the question asked). If your site relies on the user being able to navigate it easily, follow links at his leisure or bookmark relevant content, flash is also bad. – jalf Jan 15 at 20:56
vote up 1 vote down

I wouldn't say Google is anti-flash.

Non text-based systems are simply difficult to index. Google indexes Office docs, PDFs, images, text in images, some text in flash files...they are improving but these are hard problems.

What you are asking for is Google to run the flash file and extract text from it while it's running. That can get very tricky.

link|flag
vote up 1 vote down

Its not always that easy to decode the flash program to extract the text is all.

The same goes for nifty javascript filled content.

link|flag
vote up 19 vote down

google isn't anti-flash, flash is anti-google ;-)

link|flag
2  
Excellent point. Using a technology that is designed for animation, games and interactive UIs for static content presentation represents "everything is a nail syndrome". Finding other technologies can't deal with the abuse of the chosen hammer doesn't mean that the other technology is broken. – Godeke Jan 15 at 17:16
vote up 1 vote down

take a look at

http://finance.google.com/

Click on any of the stocks listed on that page. You'll then see that their main nifty tool (the stock chart) is a flash app.

This is a case of "Know what tool fits where it's appropriate." ALL flash websites - probably not the greatest idea ever. Integrating it as the functionality dictates - that's what they're basically saying.

link|flag
are you sure that graph is flash? looks like a dynamic generated img to me.. – ShoeLace Jan 15 at 16:52
You have to actually drill into it. Then it IS flash, and awesome. finance.google.com/finance?q=INDEXDJX:.DJI,INDEXS… – Michael Haren Jan 15 at 17:00
Clarified that you need to actually look at one of the stocks to see it. :) – Robert P Jan 15 at 20:49
This is also part of their visualization API. It's very easy to use, but hard as hell to get working with a database. – K Richard Jan 15 at 21:12
vote up 0 vote down

Their web chat client is flash (at least on iGoogle), and I know they use it a few other places.

link|flag
vote up 1 vote down

My opinion of flash is best described in my answer to this quesetion: http://stackoverflow.com/questions/377285/flash-for-business-web-applications-why-not#377634

But Google don't appear to be completely against it: http://googleblog.blogspot.com/2008/06/google-learns-to-crawl-flash.html

link|flag
vote up 4 vote down

They are not anti flash, it is just their guidelines to help your site to get indexed correctly. Lately they announced that their bot can parse swf files and index flash content.

link|flag
vote up 3 vote down

Until web 'designers' learn to use flash properly, I'll consider Flash 100% bad (well 99% + a bit more).

link|flag
Proper or not, if the search engines don't see the text the site's as good as non-existent. – Jeremy Rudd Jan 15 at 16:22
Oh I totally agree. – Kev Jan 15 at 16:39
The article you're linking to is 9 years old! That's a century in net-time. Things have luckily changed for the better. There are still legitimate reasons not to use Flash, but it's definitely not the boogeyman it once was. – Martijn Heemels Nov 2 at 23:01
The article is still as valid today as it was back then. Sadly Flash and Silverlight are still open to all sorts of abuse. I've yet to see many flash sites that let me book mark where I was in their flash abominations. – Kev Nov 2 at 23:07

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.