Microsoft’s response to runtime search
Adobe’s announcement around SWF searchability was about using the power of the runtime as a replacement for the much less useful approach of parsing out static text and links from a SWF file. The parsing approach has been around for years, and if you are wondering if it was successful, ask any SEO expert what their opinion of Flash has been for the last few years.
Microsoft responded to the announcement saying their Silverlight content is searchable “too.” Their solution is the same as our old approach: search for strings in a static file. While I was expecting them to put an admirable spin on the solution that is available to them, I was not expecting them to believe that this approach is superior to runtime-enabled search.
No matter how elegant an application is, with all of its possible interactions and states it is a Rube Goldberg machine compared with the limited simplicity of plain HTML pages. Indexing the static content as Microsoft suggests is like trying to figure out what is going to happen with a Rube Goldberg machine by looking at a photo of all of the parts *before* they’ve been assembled. To really know what happens, you have to assemble the machine and let it run. That is what the version of Flash Player optimized for search engines does.
Indexing an RIA through the runtime means that you get the context of what text and links are being displayed at same point an application as well as knowing how hard or easy it was to get to that state. The real value though is that you get to do other runtime operations like load additional content.
One of the main ideas behind “web 2.0″ is data. Whether that is an RSS blog feed, a REST API query, or loading localized text, applications keep the interesting text separate from the application itself. Indexing the runtime means that you get static content, dynamic content and loaded content, which put another way, the search engine sees what the end-user sees.
While better than nothing, searching static content leaves the search engine with a disjointed view of the content because it lacks the ability to do dynamic operations like assembling a full URL from a base URL variable and a path variable. But as anyone that has done any level of SEO knows, indexing the right URL versus a close URL is the difference between customers finding your content and not.
As a final comment, I disliked Microsoft’s claim that XML makes an application inherently more searchable. For anyone writing a search engine that is parsing the file to find content, the difference between XML and an openly-documented binary tag structure is trivial. I especially dislike the claim since Silverlight 2 is moving to compiled DLLs that will actually obscure a lot of content.
Digg this!
July 8th, 2008 at 1:48 pm
Is search rank the real measure of the power of a Flash application?
People chose Flash, even though it wasn’t index friendly, because it was more powerful and expressive than HTML, not because it got their page a better rank on google.
What if an online application requires you to login as stpe 1? Many Flash and HTML based applications alread do that. How does runtime indexing provide any extra value?
This will certainly open doors for content based sites that DON’T require logins, but that universe is shrinking as people try to monetize their projects.
July 9th, 2008 at 12:02 pm
@Northcode: You are absolutely right that the power of Flash is in the power and expressiveness, but it shouldn’t have to be a choice between that and good searchability.
If an application does require a login as step 1, the search engine is out of luck. That is true of any technology though. That is also a site design choice.
For example, I like to play games on Kongregate.com which let’s you do a lot before signing in. One of my friends sent me to another flash game site that requires sign in immediately. I didn’t play games there because I didn’t want to sign up until I saw if the games were any good there. My point is that an early roadblock of a login screen can stifle more than the search experience.
July 15th, 2008 at 1:01 am
I catch it
July 15th, 2008 at 1:15 am
I catch it
August 27th, 2008 at 5:37 pm
You can allow the googlebot to index you members-only pages:
http://www.google.com/support/webmasters/bin/answer.py?hl=en-uk&answer =74536
I think it will be work with this new searchable dynamic flash contents too.