<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PANMA &#187; Listserve</title>
	<atom:link href="http://www.panma.org/community/listserve/feed" rel="self" type="application/rss+xml" />
	<link>http://www.panma.org</link>
	<description>Philadelphia Area New Media Association</description>
	<lastBuildDate>Tue, 31 Jan 2012 13:35:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Google learns to crawl flash</title>
		<link>http://www.panma.org/community/listserve/2009/07/google-learns-to-crawl-flash</link>
		<comments>http://www.panma.org/community/listserve/2009/07/google-learns-to-crawl-flash#comments</comments>
		<pubDate>Wed, 29 Jul 2009 14:07:33 +0000</pubDate>
		<dc:creator>Chris Morrell</dc:creator>
				<category><![CDATA[Listserve]]></category>

		<guid isPermaLink="false">http://www.panma.net/?p=264</guid>
		<description><![CDATA[From the Community Discussion Listserve: &#62; On Tue, Jul 28, 2009 at 7:57 PM, Nichelle Walter wrote: &#62;&#62; I hadn't seen anyone post anything about this yet - seems like a pretty big deal? &#62;&#62; &#62;&#62; http://googleblog.blogspot.com/2008/06/google-learns-to-crawl-flash.html On Jul 29, 2009, at 9:05 AM, Nathan Gasser wrote: &#62; If you're going to build an all- [...]]]></description>
			<content:encoded><![CDATA[<p><strong>From the <a href="http://www.panma.net/community/listserv">Community Discussion Listserve</a>:</strong></p>
<pre>&gt; On Tue, Jul 28, 2009 at 7:57 PM, Nichelle Walter wrote:
&gt;&gt; I hadn't seen anyone post anything about this yet - seems like a pretty big deal?
&gt;&gt;
&gt;&gt; http://googleblog.blogspot.com/2008/06/google-learns-to-crawl-flash.html</pre>
<pre>On Jul 29, 2009, at 9:05 AM, Nathan Gasser wrote:
&gt; If you're going to build an all- or mostly-flash website and expect it
&gt; to be valuable to Google searchers, it's going to take more work than
&gt; this.  While Google may be able to find some content buried in your
&gt; Flash animation, if a user clicks a Google result, comes to your page,
&gt; and starts at the beginning of your animation, they're going to say
&gt; "Huh?  What does this have to do with what I'm looking for?" and
&gt; bounce.
&gt;
&gt; My fear is people will say "Yeah but Google indexes Flash now right?"
&gt; and think that's the end of it.
&gt;
&gt; It's possible to build decent SEO into a Flash site, but it's
&gt; certainly not guaranteed, nor even easy.
&gt;
&gt; Nate</pre>
<pre>Nathan Gasser
Rock River Star

http://rockriverstar.com/</pre>
<pre>---------- Forwarded message ----------
From: Robert M. Hall, II
Date: Wed, Jul 29, 2009 at 9:39 AM
Subject: Re: [PANMA] google learns to crawl flash</pre>
<pre>Great point Nathan. <img src='http://www.panma.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </pre>
<pre>To expand on this - even with the advances mentioned, there are still
a # of best practices that developers building certain types of Flash
content should follow if they want to make sure their content can be
more readily indexed as well as to provide a way for that indexed
content to be linked back to in a way that is easy to navigate and
utilize.</pre>
<pre>Standard practice of graceful degradation and progressive enhancement
techniques to provide alternate and complimentary content are key, as
well as using things like SWFAddress :
http://www.asual.com/swfaddress/ combined with SWFObject:
http://code.google.com/p/swfobject/ or other similar techniques, to
actually allow bookmarkable URLS within large pieces of Flash content.
(The even better route is to use Flash to compliment you main content
and not be the entire content itself). Code libraries and techniques
like SWFAddress do make it much easier to prepare things the right
way.</pre>
<pre>Its worth noting that Flex based apps (A framework for developing
RIA's on top of the Flash player) have had deep linking built into
them for a while, and history management, etc. - for more info read
this:

http://labs.adobe.com/wiki/index.php/Flex_3:Feature_Introductions:_Deep_Linking</pre>
<pre>There are also alternate libraries like URLkit that make deep linking
and indexing very easy to add into your RIA apps:

http://www.insideria.com/2008/09/advanced-flex-deep-linking-wit-1.html</pre>
<pre>For anyone interested Adobe has an entire section of their DevNet site
dedicated to issues, articles and techniques for optimizing and
performing SEO on their content, including RIA's, AJAX and Flash based
content here:</pre>
<pre>http://www.adobe.com/devnet/seo/</pre>
<pre>Thats where you will find best practices and some good techniques as
well as updated on how the "Ichabod" player and search engines like
google are evolving the capabilities.</pre>
<pre>If anyone wants more info, simply do a google search for the terms:</pre>
<pre>"Flash deep linking"
and
"Flex deep linking"</pre>
<pre>The main issue is that its really up to the developer building the
Flash content, to be even more aware of the limitations inherent in
indexing Flash, and to do as much as possible to mitigate them by
knowing how to properly build the content to be easy to index, while
leveraging all the available tools and techniques to do so in an
optimal fashion. Or simply to guide their client into handling things
in a different fashion if their is no other content or other avenues
of having their content indexed and that is a priority. This is
generally the weakest point in the process - if the developer isn't
aware of any of this, or sking the right questions up front, then they
are pretty much guaranteed not to have content that is indexable or as
useable as the end client might have liked.</pre>
<pre>Two other items worth pointing out:</pre>
<pre>1. Many of the same issues that face Flash for indexing content, also
affect sites that are heavy on AJAX, so a lot of the techniques and
thought process used to solve issues or optimize things for AJAX type
applications can be applied to Flash and vice versa.</pre>
<pre>2. Use Flash intelligently and for what it does best. I rarely if ever
build entire sites for the web that are entirely Flash - rather
individual applications that compliment or enhance the surrounding
content. The things that are entirely Flash are generally games,
kiosks, or applications that are either not deployed to the web at
all, or are done so in a manner where indexing isn't expected or
needed.</pre>
<pre>Hope this helps!</pre>
<pre>Rob</pre>
<pre>--
Robert M. Hall</pre>
<pre>Feasible Impossibilities

http://www.impossibilities.com/</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.panma.org/community/listserve/2009/07/google-learns-to-crawl-flash/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

