<?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>Michael Hilario&#039;s Findability Web Site &#187; video</title>
	<atom:link href="http://www.michaelhilario.com/wordpress/category/video/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.michaelhilario.com/wordpress</link>
	<description>Mi-Hi Findability Services</description>
	<lastBuildDate>Thu, 17 Dec 2009 22:43:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Video SEO</title>
		<link>http://www.michaelhilario.com/wordpress/video-seo/</link>
		<comments>http://www.michaelhilario.com/wordpress/video-seo/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 03:22:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[search engine optimization]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://www.michaelhilario.com/wordpress/?p=123</guid>
		<description><![CDATA[I read this article about a new study that shows that videos that are properly optimized can dramatically enhance search engine rankings of a site.  The study was done by Spotzer Media, an advertising agency that specializes in making high quality videos.  In the study, they found that businesses were 30 times more likely to [...]]]></description>
			<content:encoded><![CDATA[<p>I read <a href="http://www.prnewswire.com/news-releases/video-seo-drives-free-leads-to-local-businesses-69974552.html">this article</a> about a new study that shows that videos that are properly optimized can dramatically enhance search engine rankings of a site.  The study was done by Spotzer Media, an advertising agency that specializes in making high quality videos.  In the study, they found that businesses were 30 times more likely to receive customer attention if they distributed videos that were created and distributed using Video SEO.</p>
<p>What exactly is Video SEO? According to Gordan Henry, President of Spotzer Media:</p>
<blockquote><p>Video SEO helps businesses get found on the Internet. It is a new technology in which a video first gets associated with relevant data and then the video plus data gets distributed across the Internet to be picked up by Google and other search engines.</p></blockquote>
<p>How does one do Video SEO?  The following video shows how to do it.<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="302" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=2842688&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="400" height="302" src="http://vimeo.com/moogaloop.swf?clip_id=2842688&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><a href="http://vimeo.com/2842688">SEOmoz Whiteboard Friday &#8211; Optimizing for Video Content</a> from <a href="http://vimeo.com/user409469">Scott Willoughby</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.michaelhilario.com/wordpress/video-seo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash and Findability</title>
		<link>http://www.michaelhilario.com/wordpress/flash-and-findability/</link>
		<comments>http://www.michaelhilario.com/wordpress/flash-and-findability/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 17:15:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[findability]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[search engine optimization]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.michaelhilario.com/wordpress/?p=117</guid>
		<description><![CDATA[There is a myth that Flash websites cannot be found through search engines such as Google and Yahoo.  That is not true.  There are several ways in which one can search engine optimize a flash-based website.  One way to embed flash content and still have it searchable is to use the swfobject model &#60;object&#62; instead [...]]]></description>
			<content:encoded><![CDATA[<p>There is a myth that Flash websites cannot be found through search engines such as Google and Yahoo.  That is not true.  There are several ways in which one can search engine optimize a flash-based website.  One way to embed flash content and still have it searchable is to use the swfobject model &lt;object&gt; instead of &lt;embed&gt; like so:</p>
<blockquote>
<pre>&lt;object type="application/x-shockwave-flash"
data="c.swf?path=[name of swf].swf"
width="400" height="300"&gt;
&lt;param name="[name of swf]"
value="c.swf?path=[name of swf].swf" /&gt;&lt;/object&gt;</pre>
</blockquote>
<p>One can also add the swf inside of a &lt;div&gt; and add meta data to make it more searchable.  One can also use <a href="http://code.google.com/p/swfobject/" target="_blank">SWFObject</a>, <a id="project_summary_link" style="text-decoration: none; color: #000000;" href="http://code.google.com/p/swfobject/">an easy-to-use and standards-friendly method to embed Flash content which utilizes one small JavaScript file</a>.  Here are some additional resources:</p>
<ul>
<li><a href="http://www.hochmanconsultants.com/articles/seo-friendly-flash.shtml" target="_blank">How to SEO Flash</a></li>
<li><a href="http://keshding.com/blog/2008/06/making-flash-findable/" target="_blank">Making Flash Findable</a></li>
<li><a href="http://jhunter.biz/blog/flash/flash-and-findability/" target="_blank">Flash and Findability</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.michaelhilario.com/wordpress/flash-and-findability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
