<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Fix The Pixel &#187; FLash</title>
	<atom:link href="http://fixthepixel.com/tag/flash/feed/" rel="self" type="application/rss+xml" />
	<link>http://fixthepixel.com</link>
	<description>The Puerto Rico Web Industry from the Inside</description>
	<lastBuildDate>Tue, 31 Jan 2012 18:46:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='fixthepixel.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Fix The Pixel &#187; FLash</title>
		<link>http://fixthepixel.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://fixthepixel.com/osd.xml" title="Fix The Pixel" />
	<atom:link rel='hub' href='http://fixthepixel.com/?pushpress=hub'/>
		<item>
		<title>Flash SEO- A seriously needed How To</title>
		<link>http://fixthepixel.com/2008/12/15/flash-seo-a-seriously-needed-how-to/</link>
		<comments>http://fixthepixel.com/2008/12/15/flash-seo-a-seriously-needed-how-to/#comments</comments>
		<pubDate>Mon, 15 Dec 2008 05:47:27 +0000</pubDate>
		<dc:creator>torlanco</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[FLash]]></category>

		<guid isPermaLink="false">http://www.mlteam.com/mlblog/?p=199</guid>
		<description><![CDATA[EDIT: Google now crawls flash content more efficiently. However you should still take this post into consideration as the Google bot still does not index dynamically generated xml data. There’s a hot debate amongst web developers over Flash. Some swear &#8230; <a href="http://fixthepixel.com/2008/12/15/flash-seo-a-seriously-needed-how-to/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fixthepixel.com&amp;blog=32219469&amp;post=199&amp;subd=fixthepixel&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<blockquote><p>EDIT: <a href="http://googlewebmastercentral.blogspot.com/2008/06/improved-flash-indexing.html">Google now crawls flash content more efficiently. </a>However you should still take this post into consideration as the Google bot still does not index dynamically generated xml data.<a href="http://googlewebmastercentral.blogspot.com/2008/06/improved-flash-indexing.html"><br />
</a></p></blockquote>
<p>There’s a hot debate amongst web developers over Flash. Some swear by it others would rather see it disappear. We as usual live in the middle of the debate understanding that there are situations in which it is both necessary and appropriate, and others where it is just a distraction. In most cases, as with our own website, we mix both forms to complement each other in the manner that best suits the particular project. Nevertheless we’d like to put an end to the myth that serves as one of the main talking points for those against Flash.</p>
<p><span id="more-199"></span>You can’t SEO a Flash site.</p>
<p>A small point before I keep going. Search Engine Optimization (SEO) is a branch of web development focused on raising a site’s visibility in search engines, following a set of best practices guidelines. Now back to our article.</p>
<p>The main problem behind Flash SEO is that most search engine bots can’t go into an SWF file to extract textual content. <a href="http://googlewebmastercentral.blogspot.com/2008/06/improved-flash-indexing.html">Google has recently made inroads</a> towards reading Flash content, but results are still unpredictable. Which is why we need to get around the current search engine limitations to provide easily indexable content that can be ranked according to its quality. For the following we will be talking about Flash only sites, in the case of HTML sites with Flash elements, traditional SEO methods can be used, as long as Flash is used prudently to complement the content and not replace it.</p>
<h3>Alt Content</h3>
<p>The <a href="http://www.w3.org/">W3</a> has always strongly expressed the need to provide alternative content for multimedia in a web site. In the days when plain text browsers were still quite common <em>(and they still are amongst visually impaired users, more on that in another post)</em> <a href="http://www.w3.org/TR/WCAG10-HTML-TECHS/#embed-multimedia">this rule</a> was put in place referring to image content, so text browsers could get a textual representation of the image that would be otherwise shown. The rule has persisted and expanded into Video, Audio and Flash.</p>
<p>If you’re running a full flash site, as we have in projects such as <a href="http://www.wifiwyg.com">WiFiwyg.com</a>, and Licor43, the best route is usually to provide a full alternative HTML site, for crawlers to go through.</p>
<p>By using, <a href="http://code.google.com/p/swfobject/"><strong>swfobject()</strong></a> a Javascript function used to detect if the Flash player is installed, the developer can present alternate content when there is no Flash capability. In this case we can switch to an HTML site, which can be freely browsed and indexed by search engine bots.</p>
<p>Developing an entire alternative site in HTML, might sound like a costly SEO method but most developers will include it in their optimization price, taking into consideration that most of the design, structure and content for the alt version of the site was already prepared for the Flash version.</p>
<p>Providing alternative HTML content in this manner is generally a good idea as it provides relevant content to users without a Flash capable browser which is a quickly growing segment as more users surf from their phones. Nevertheless. due to past abuse of this method, it is very important that the content be the same as the content presented in the Flash site at the risk of being fully delisted. In some cases this might prove a tricky endeavor, but most savvy developers should be able to accommodate the Flash content on an HTML page sacrificing little functionality and none of the message.</p>
<p>One important point missed by many developers is the importance of including the <a href="http://code.google.com/p/swfobject/"><strong>swfobject()</strong></a> function in every HTML page, tied directly to the scene in the Flash movie that pertains to that particular page. Most search engines will index content from all browsable pages, not just the home page, and since each page for the site is SEO’d individually for its particular content, other pages in the site will probably appear along with the home page for most searches. In the case of some keywords the home page might not appear at all. Since the primary user experience is still the Flash version of the site it is important that each indexable page include the function so the user will be taken to the right content in the right context.</p>
<h3>SIFR</h3>
<p>There’s another method but it only applies to very particular cases that based on our own development preferences we have not stumbled across. I’m going to quote Jonathan Hochman of <a href="http://www.hochmanconsultants.com/">Hochman Consultants</a> who has also written on this very same topic, and amongst others, helped inspire this article:</p>
<blockquote><p>If you are only using Flash to enhance headings, quotes, or callout text, a method called <a href="http://www.mikeindustries.com/sifr">Scalable Inman Flash Replacement</a> is an excellent choice. SIFR automatically pulls text from an HTML document and modifies the Document Object Model to replace the text with a Flash rendering of the appropriate font. SIFR makes it easy to modify the text, and ensures that your Flash text always matches your HTML text, reducing the risk of abuse.</p>
<p>The drawback of SIFR is that it only handles the presentation of simple text. Complex Flash animations, such as menus, slide shows, and interactive presentations can not be programmed easily with SIFR. For these types of Flash, SWFOBJECT and UFO are more effective.</p></blockquote>
<p>I hope this article has been useful I know it got a bit more technical than usual but more needs to be written on this.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fixthepixel.wordpress.com/199/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fixthepixel.wordpress.com/199/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fixthepixel.wordpress.com/199/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fixthepixel.wordpress.com/199/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fixthepixel.wordpress.com/199/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fixthepixel.wordpress.com/199/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fixthepixel.wordpress.com/199/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fixthepixel.wordpress.com/199/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fixthepixel.wordpress.com/199/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fixthepixel.wordpress.com/199/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fixthepixel.wordpress.com/199/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fixthepixel.wordpress.com/199/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fixthepixel.wordpress.com/199/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fixthepixel.wordpress.com/199/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fixthepixel.com&amp;blog=32219469&amp;post=199&amp;subd=fixthepixel&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fixthepixel.com/2008/12/15/flash-seo-a-seriously-needed-how-to/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a80aab87b9a330d82133c0aaa78245f0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">torlanco</media:title>
		</media:content>
	</item>
	</channel>
</rss>
