<?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>Jon Bishop &#187; SEO</title>
	<atom:link href="http://www.jonbishop.com/category/web-development/seo/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jonbishop.com</link>
	<description>Social Media, WordPress and Web Development</description>
	<lastBuildDate>Mon, 05 Jul 2010 17:29:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>SEO and Flash</title>
		<link>http://www.jonbishop.com/2008/02/seo-and-flash/</link>
		<comments>http://www.jonbishop.com/2008/02/seo-and-flash/#comments</comments>
		<pubDate>Fri, 29 Feb 2008 16:06:00 +0000</pubDate>
		<dc:creator>Jon Bishop</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://jon.bishport.com/?p=13</guid>
		<description><![CDATA[Can search engines read flash?]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:left;"><div class="socialize-in-button-left"><script type="text/javascript">
			<!-- 
			tweetcount_url = "http://www.jonbishop.com/2008/02/seo-and-flash/";
			tweetcount_src = "RT @JonDBishop:";
			tweetcount_via = false;
			tweetcount_links = true;
			tweetcount_size = "large";
			tweetcount_background = "80b62a";
			tweetcount_border = "CCCCCC"; 
			//-->
		</script>
		<script type="text/javascript" src="http://widgets.backtype.com/tweetcount.js"></script></div><div class="socialize-in-button-left"><script type="text/javascript">
		<!-- 
		submit_url = "http://www.jonbishop.com/2008/02/seo-and-flash/";
		//-->
	</script>
	<script type="text/javascript" src="http://sphinn.com/evb/button.php"></script></div></div><p>Can search engines read flash? A lot of people think that because flash is a program running on a website, it cannot be read by search engines. This is true to some extant however that does not mean there aren&#8217;t methods to make your flash movies Search Engine friendly. In fact <span style="font-weight: bold;">Google CAN index your flash movies</span>. In &#8220;<span style="font-style: italic;">Google Can Now Index . . . Flash!An Interview with Michael Marshall by Robin Nobles&#8221;</span><span> (<a href="http://www.searchengineworkshops.com/articles/flash.html">here</a>), they discuss how Google indexes your flash movie and different things the author can do to help the process.</span><span id="more-13"></span></p>
<p>There are also other methods you can use if you want to be sure all search engines are indexing your flash movie. I use <a href="http://blog.deconcept.com/swfobject/">SWFobject</a>. Here&#8217;s a brief explanation of how it can be used with some examples.</p>
<p>So first thing you need to do is upload swfobject.js to your website and link it in your header somewhere:</p>
<div class="geshi no html">
<div class="head"><script type="text/javascript" src="swfobject.js"></script></pre>
</div>
<ol>
<li class="li1">
<div class="de1">Then you need to create a div tag with all the &lt;span style=&quot;font-style: italic;&quot;&gt;default &lt;/span&gt;contents of the flash movie. What your going to do is over right all of the data inside of that div tag when you load your flash movie.
</div>
</li>
<li class="li1">
<div class="de1">&lt;pre lang=&quot;Actionscript&quot;&gt;
</div>
</li>
<li class="li1">
<div class="de1">&lt;div id=&quot;flashcontent&quot;&gt;
</div>
</li>
<li class="li1">
<div class="de1">This is what the search engines will read
</div>
</li>
<li class="li1">
<div class="de1">&lt;/div&gt;
</div>
</li>
<li class="li1">
<div class="de1">&lt;script type=&quot;text/javascript&quot;&gt;
</div>
</li>
<li class="li1">
<div class="de1">// &lt;![CDATA[
</div>
</li>
<li class="li1">
<div class="de1">var so = new SWFObject(&quot;mymovie.swf&quot;, &quot;sotester&quot;, &quot;600&quot;, &quot;400&quot;, &quot;9&quot;, &quot;#FFFFFF&quot;);
</div>
</li>
<li class="li1">
<div class="de1">so.write(&quot;flashcontent&quot;);
</div>
</li>
<li class="li1">
<div class="de1">// ]]&gt;
</div>
</li>
<li class="li1">
<div class="de1">&lt;/script&gt;</div>
</li>
</ol>
</div>
<p><a href="http://bishport.com/swfobject/tutorial.html">View Live Tutorial</a></p>
<p>And your done! So here's the result:<br />
<img style="width: 451px; height: 167px;" src="http://bishport.com/tutorialpics/flash.gif" alt="Flash" /></p>
<p>And here's what you see if you don't have javascript or Flash Player:<br />
<img style="width: 457px; height: 169px;" src="http://bishport.com/tutorialpics/noflash.gif" alt="No-Flash" /></p>
<p>And here's what the search engines see:<br />
<img style="width: 458px; height: 166px;" src="http://bishport.com/tutorialpics/seo.gif" alt="SEO" /></p>
<p>Not too shabby.</p>
<p>The cool thing about all of this is the code is valid HTML and XHTML 1.0. There are also a bunch of other cool features with swfobject so explore their website and have some fun.</p>
<p>Now there has been some discussion on whether or not the content in the div tag that is being overwritten might be looked at as spam by Google at some point. So far it hasn't been a problem and as long as developers don't abuse this we should be good well into the future.</p>
<p>So go off and have fun with flash. Make many websites and flash intros to your hearts content (if your into that sorta thing).  The future of flash looks brighter every day.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonbishop.com/2008/02/seo-and-flash/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>SEO for the Non-Techies</title>
		<link>http://www.jonbishop.com/2008/02/seo-for-non-techies/</link>
		<comments>http://www.jonbishop.com/2008/02/seo-for-non-techies/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 19:28:00 +0000</pubDate>
		<dc:creator>Jon Bishop</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Beginner SEO]]></category>

		<guid isPermaLink="false">http://jon.bishport.com/?p=11</guid>
		<description><![CDATA[These are just a few]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:left;"><div class="socialize-in-button-left"><script type="text/javascript">
			<!-- 
			tweetcount_url = "http://www.jonbishop.com/2008/02/seo-for-non-techies/";
			tweetcount_src = "RT @JonDBishop:";
			tweetcount_via = false;
			tweetcount_links = true;
			tweetcount_size = "large";
			tweetcount_background = "80b62a";
			tweetcount_border = "CCCCCC"; 
			//-->
		</script>
		<script type="text/javascript" src="http://widgets.backtype.com/tweetcount.js"></script></div><div class="socialize-in-button-left"><script type="text/javascript"> 
		<!-- 
		digg_url = "http://www.jonbishop.com/2008/02/seo-for-non-techies/";
		//-->
	</script> 
	<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><div class="socialize-in-button-left"><script type="text/javascript">
		<!-- 
		submit_url = "http://www.jonbishop.com/2008/02/seo-for-non-techies/";
		//-->
	</script>
	<script type="text/javascript" src="http://sphinn.com/evb/button.php"></script></div></div><p>These are just a few ideas to get you started. Any true SEO expert will tell you there is a lot more that goes into it including but not limited to incoming link monitoring and maintenance, following Google&#8217;s new search engine patents, optimizing for keywords, etc.<span id="more-11"></span></p>
<p>So there are 3 main things to remember when optimizing your website:</p>
<p><strong> 1) Choose appropriate keywords:</strong><br />
This includes making sure you have those keywords in 3 different places; your site content, your Meta content, and your incoming links. Also don&#8217;t use your keywords too much, this is known as &#8220;stuffing&#8221;, but too little and Google won&#8217;t index your site properly.</p>
<p><strong>2) Friendly URLs:</strong><br />
The following is BAD:<br />
      mysite.com/index.php?car=jeep&amp;type=wrangler</p>
<p>This is GOOD:<br />
      mysite.com/jeep/wrangler</p>
<p>The difference is easy to see, one is easier to read for both humans and search engines. Also it is a good thing to be specific, so use your keywords in your URL where you can.</p>
<p>To accomplish this most people use Mod-Rewrite (Google it). Another alternative is to use a Content Management System for your website that will automatically create friendly URLs for you. I use PHPwcms but other good ones are Drupal and Mambo but I found mine at http://www.cmsmatrix.org/.</p>
<p><strong>3) QUALITY incoming links to your site</strong><br />
This is the most important in my opinion and usually the hardest to pull off.</p>
<p>Basically the idea is Google will boost your site up on the rankings if you have alot of incoming links from sites similar to yours. This does not include link compilation sites and Google might penalize you for this. Usually the best thing to do is contact the administrators of similar sites and request an affiliate link in exchange for a service or a back link. Another good strategy is to put out press releases with your sites link in it.</p>
<p><strong>Extra Knowledge:</strong><br />
So if you can&#8217;t tell, Google is the most popular search engine out there getting roughly 91 million searches per day. That&#8217;s a little less than half of all searches done daily. So it&#8217;s usually best practice to optimize your site for Google. If you want more information just contact me through facebook and I can give you some extra pointers.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonbishop.com/2008/02/seo-for-non-techies/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Database Caching 6/13 queries in 0.010 seconds using disk

Served from: jonbishop.com @ 2010-07-29 21:39:24 -->