<?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>Utah SEO &#124; Utah Search Engine Optimization &#187; SEO</title>
	<atom:link href="http://www.gravitateonline.com/tag/seo/feed" rel="self" type="application/rss+xml" />
	<link>http://www.gravitateonline.com</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Thu, 29 Mar 2012 19:41:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Video Sitemaps- What the&#8230;?!</title>
		<link>http://www.gravitateonline.com/on-page-seo-2/video-sitemaps-they</link>
		<comments>http://www.gravitateonline.com/on-page-seo-2/video-sitemaps-they#comments</comments>
		<pubDate>Fri, 08 Jul 2011 14:23:42 +0000</pubDate>
		<dc:creator>toddjensen</dc:creator>
				<category><![CDATA[On-Page SEO]]></category>
		<category><![CDATA[Google Webmaster Tools]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Video Sitemap]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[XML sitemap]]></category>

		<guid isPermaLink="false">http://www.gravitateonline.com/?p=2844</guid>
		<description><![CDATA[Video Sitemaps Videos are playing a bigger role than ever in search engines and social media sites. They tend to be a  more engageing experience for site visitors and much more useful than articles and how-tos. Getting Google to recognize and organize your videos is key to any site SEO strategy. Video sitemaps help make [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Video Sitemaps</strong></p>
<p>Videos are playing a bigger role than ever in search engines and social media sites. They tend to be a  more engageing experience for site visitors and much more useful than articles and how-tos. Getting Google to recognize and organize your videos is key to any site SEO strategy. Video sitemaps help make this possible. <strong><br />
</strong></p>
<p><strong>What are video sitemaps?</strong> Sitemaps are a way for users to find content within a website, like a books table of contents. A video sitemap is the same thing, but includes rich video content. Not only is it good for users, but a great way for site administrators to let Google know about the great videos on your site. Technically speaking, they are simply a file stored in the root directory with code that describes and organizes your rich media content.</p>
<p><strong><a href="http://www.gravitateonline.com/wp-content/uploads/2011/07/site-layout.gif"><img class="alignright size-full wp-image-3176" style="float: right; padding-left: 10px;" title="site-layout" src="http://www.gravitateonline.com/wp-content/uploads/2011/07/site-layout.gif" alt="Hierarchical Site Layout" width="305" height="232" /></a>Why are they good for SEO? </strong>Search engines are getting better than ever at determining the structure and content on your site- but quality SEOs still don&#8217;t want to leave anything to chance. It is best to submit a file to Google that clearly outlines all the pages on your site, in one organized layout, helping search engines to index your content correctly.  A sitemap allows you to control what hierarchical flow of information is going to look like and often the creation of a sitemap will help to identify content that is not organized well as it help you to visualize the entire structure of your site.</p>
<p><strong>How to build them?</strong> Video sitemaps are getting easier to create with many quality tools, but some webmasters prefer to create theirs by hand. Let&#8217;s go over some of the basics.</p>
<p style="padding-left: 30px;"><strong>Option 1: Manually Create an XML file</strong></p>
<p style="padding-left: 30px;">Using a text editor you can easily create an XML sitemap with the necessary video elements. It takes some time, but the code is fairly straight forward. I&#8217;ve included an example XML File below with my clarifying<span style="color: #ff0000;"> [comments]<span style="color: #000000;">.</span></span></p>
<p style="padding-left: 60px;">1   &lt;url&gt;</p>
<p style="padding-left: 60px;">2   &lt;loc&gt;http://VideoExample.com/video-page/&lt;/loc&gt;<span style="color: #ff0000;"> [tells Google about the landing page URL]</span></p>
<p style="padding-left: 60px;">3   &lt;video:video&gt;</p>
<p style="padding-left: 60px;">4    &lt;video:title&gt;Video Library&lt;/video:title&gt;</p>
<p style="padding-left: 60px;">5    &lt;video:publication_date&gt;</p>
<p style="padding-left: 60px;">6      2011-07-07T18:00:00UTC</p>
<p style="padding-left: 60px;">7     &lt;/video:publication_date&gt;</p>
<p style="padding-left: 60px;">8     &lt;video:player_loc allow_embed=&#8221;yes&#8221;&gt;</p>
<p style="padding-left: 60px;">9</p>
<p style="padding-left: 60px;">10    http://VideoExample.com/video-page/First-Video.swf</p>
<p style="padding-left: 60px;">11</p>
<p style="padding-left: 60px;">12    &lt;/video:player_loc&gt;</p>
<p style="padding-left: 60px;">13    &lt;video:content_loc&gt;<span style="color: #ff0000;"> [signal to Google about the video URL]</span></p>
<p style="padding-left: 60px;">14</p>
<p style="padding-left: 60px;">15    http://VideoExample.com/video-page/First-Vide.mp4</p>
<p style="padding-left: 60px;">16</p>
<p style="padding-left: 60px;">17    &lt;/video:content_loc&gt;</p>
<p style="padding-left: 60px;">18    &lt;video:thumbnail_loc&gt;</p>
<p style="padding-left: 60px;">19</p>
<p style="padding-left: 60px;">20   http://VideoExample.com/video-page/First-Vide.png</p>
<p style="padding-left: 60px;">21</p>
<p style="padding-left: 60px;">22   &lt;/video:thumbnail_loc&gt; <span style="color: #ff0000;"> [signal to Google to display thumbnail in search engine]</span></p>
<p style="padding-left: 60px;">23   &lt;video:description&gt;</p>
<p style="padding-left: 60px;">24    A really good description of video</p>
<p style="padding-left: 60px;">25   &lt;/video:description&gt;  <span style="color: #ff0000;">[signal to Google to display a description]</span></p>
<p style="padding-left: 60px;">26   &lt;video:category&gt;Good Keyword Category&lt;/video:category&gt;</p>
<p style="padding-left: 60px;">27    &lt;video:tag&gt;Descriptive Keyword Phrase&lt;/video:tag&gt;</p>
<p style="padding-left: 60px;">28    &lt;video:tag&gt;Another Descriptive Keyword Phrase&lt;/video:tag&gt;</p>
<p style="padding-left: 60px;">29    &lt;video:tag&gt;Yet Another Descriptive Keyword Phrase&lt;/video:tag&gt; <span style="color: #ff0000;"> [tells Google what your video is about]</span></p>
<p style="padding-left: 60px;">30    &lt;video:duration&gt;180&lt;/video:duration&gt;</p>
<p style="padding-left: 60px;">31    &lt;/video:video&gt;</p>
<p style="padding-left: 60px;">32   &lt;/url&gt;</p>
<p style="padding-left: 30px;"><strong> </strong></p>
<p style="padding-left: 30px;"><strong>Option 2: Use a Video Sitemap Generation Tools</strong></p>
<p style="padding-left: 30px;"><strong> </strong>Some like ultimate control by doing it manually, but I prefer to utilize software tools to do the dirty work for me. Also, they often help me include optional, but helpful, elements that I might otherwise forget. Some helpful tools include:<strong><br />
</strong></p>
<p style="padding-left: 60px;"><a title="Google Sitemap Generator" href="http://code.google.com/p/googlesitemapgenerator/">Google&#8217;s Sitemap Generator</a>:  Google&#8217;s free and slightly out of date tool- that they are no longer  keeping up, but leaving to the open source community to update and  maintain.</p>
<p style="padding-left: 60px;"><a title="Video Sitemap Pro" href="http://www.videositemappro.com/">Video Sitemap Pro</a>: Free tool for download on a PC or Mac with basic sitemap functionality.</p>
<p style="padding-left: 60px;"><a title="EZS3 Sitemap generator" href="http://www.superfastwebbuilder.com/scripts/ezs3.php?q=j">EZS3 Sitemap Generator</a>: Free web based tool helpful if you use EZS3 to host your videos.</p>
<p style="padding-left: 60px;"><a title="XML-Sitemaps.com Generator" href="http://www.xml-sitemaps.com/standalone-google-sitemap-generator.html">XML Sitemaps.com</a>:  Auto detects videos on your page and creates an XML sitemap to be  submitted to Google. Great for XML sitemaps, HTML sitemaps, video  sitemaps and more. The free version allows up to 500 pages to be  included, with the $19.99 standalone software allowing unlimited number  of pages.</p>
<p style="padding-left: 30px;"><strong><a href="http://www.gravitateonline.com/wp-content/uploads/2011/07/google-webmaster.jpg.png"><img class="alignright size-full wp-image-3180" style="float: right; padding-left: 10px;" title="google-webmaster.jpg" src="http://www.gravitateonline.com/wp-content/uploads/2011/07/google-webmaster.jpg.png" alt="" width="272" height="247" /></a></strong></p>
<p><strong>How to submit to Google?</strong> The best way to get your video sitemap submitted is to go to Google directly via your Webmaster Tools login. If you don&#8217;t have a Google Webmaster&#8217;s Tool account yet, <a title="Setting up Google Webmaster Tools account" href="http://youtu.be/EG1E2mIAnGs">get one asap</a>! Once you done this, it&#8217;s fairly easy to submit your sitemap by simply&#8230;</p>
<p style="padding-left: 30px;"><strong> </strong></p>
<p style="padding-left: 30px;">1. Going to your Site Configuration option</p>
<p style="padding-left: 30px;">2. Click on the Sitemaps link</p>
<p style="padding-left: 30px;">3. Click on Submit a Sitemap to grab and submit your xml file</p>
<p>It&#8217;s great for normal sitemaps as well as video sitemaps.<br />
<strong> </strong></p>
<p><strong>Feedback:</strong> What other tools do you use to analyze or create quality video sitemaps? Any reviews for the sitemap generator options above?</p>
<p><img style="cursor: pointer; z-index: 1000000; position: absolute; padding: 2px; left: 683px; top: 362px;" title="Click to edit this image in Aviary" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8%2F9hAAAB30lEQVQ4EZVTSy8DURT%2BZjpm6GhL0pKQphYeCZF4hIVEWLDowsaCxMJC8AP8AMI%2FsBQWFhKPxMpGbIgFK6vWe0WoRVOPPihth3vmTm%2FTUuEs7r3zzfnO950zdySw6Nz6%2FKT9v3EyIknSX8idHiZSBRzcA1fP%2BTK%2FFiDiXBdQo%2BdI%2Fp00wklFALI4FRxm2oCl%2FnwypXS7E8gYGZH9YwFSHWvgOUehd0zsPYJ2CqcqI5lK8pdszXmxICIP1fGHueMXLAcS0BQNTW4bemqAu1gGhmElsy2vAKkWkl12F3RNR2UpJwUjKSisYDZEC44SYKqFw2SXlLNkQvuZ%2Bn3cwFkkzYppkCWeKwqQMhWhWAly26RMQV%2BhsQLYvXmHqqgwIMOwbo5ooa%2FWzDUXFxuUXmp5ZgjNhWLjIg67Wo50sRnwNGC%2Bx4mnwxQ%2BmMp0M7tEHjY8Zv%2BU9V%2FtUmG5N9OFg1CCJxJKn2p1IDcowm6jbHiygnaPzXRw%2FgRQF2IG69dAlCSLhNehYKpVx2Iv4PcBUuEQ6Y5P7mdMm1Qj%2BmFg8%2BoVg9thE%2FM6bBiu1zC%2B94a1ixSyv5%2B0cDmaJxtP6jh%2FaADtii0Nt%2BMR3sqQwJxlMXT4AswBp5lGCosU6eIbPNu0KX0BMmqe8Db%2Bbr8AAAAASUVORK5CYII%3D" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gravitateonline.com/on-page-seo-2/video-sitemaps-they/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://VideoExample.com/video-page/First-Vide.mp4" length="3354" type="video/mp4" />
		</item>
		<item>
		<title>Google Got Beat Up in High School</title>
		<link>http://www.gravitateonline.com/industry-updates-2/google-beat-high-school</link>
		<comments>http://www.gravitateonline.com/industry-updates-2/google-beat-high-school#comments</comments>
		<pubDate>Tue, 24 May 2011 11:51:26 +0000</pubDate>
		<dc:creator>toddjensen</dc:creator>
				<category><![CDATA[Industry Updates]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Google Culture]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.gravitateonline.com/?p=3102</guid>
		<description><![CDATA[Let&#8217;s get one thing straight&#8230;Google is filled largely with engineering dorks.  Recently I saw this video by Google as they try really hard to make dorky things look pretty cool. At the end of the day- they are really a funny sort. Watch through the video and let me know the dorkiest and most socially [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gravitateonline.com/wp-content/uploads/2011/05/laugh-at-googlers.gif"><img class="alignright size-full wp-image-3104" style="float: right; padding-left: 10px;" title="laugh-at-googlers" src="http://www.gravitateonline.com/wp-content/uploads/2011/05/laugh-at-googlers.gif" alt="Laugh at Googlers" width="251" height="179" /></a>Let&#8217;s get one thing straight&#8230;Google is filled largely with engineering dorks.  Recently I saw this video by Google as they try really hard to make dorky things look pretty cool. At the end of the day- they are really a funny sort. Watch through the video and let me know the <strong>dorkiest</strong> and <strong>most socially awkward things you see</strong>. Here are a few starters&#8230;</p>
<p style="padding-left: 30px;">- Big beach balls in the background to jazz things up and give the sense of tons of personality</p>
<p style="padding-left: 30px;">- Guy drawing a funny-face picture on the invisible dry erase board when talking about their awesome culture (although I do loooove dry erase boards and markers)</p>
<p style="padding-left: 30px;">&nbsp;</p>
<p><object width="640" height="390"><param name="movie" value="http://www.youtube.com/v/-Gi0ikmpdu4?fs=1&amp;hl=en_US" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed type="application/x-shockwave-flash" width="640" height="390" src="http://www.youtube.com/v/-Gi0ikmpdu4?fs=1&amp;hl=en_US" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p style="padding-left: 30px;">&nbsp;</p>
<p>At the end of the day, <strong>I&#8217;m so glad</strong> to see the world&#8217;s most influential company is filled with super smart people that are trying to solve the difficult problems. There Google! I redeemed myself- so please don&#8217;t fry my brain with a laser from a satellite that is probably watching me type this.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gravitateonline.com/industry-updates-2/google-beat-high-school/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SEO Kryptonite Showdown Part 3: Frames</title>
		<link>http://www.gravitateonline.com/on-page-seo-2/seo-kryptonite-showdown-part-3-frames</link>
		<comments>http://www.gravitateonline.com/on-page-seo-2/seo-kryptonite-showdown-part-3-frames#comments</comments>
		<pubDate>Fri, 20 May 2011 13:42:09 +0000</pubDate>
		<dc:creator>toddjensen</dc:creator>
				<category><![CDATA[On-Page SEO]]></category>
		<category><![CDATA[Frames]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[iFrames]]></category>
		<category><![CDATA[noframe]]></category>
		<category><![CDATA[on-page SEO]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.gravitateonline.com/?p=2890</guid>
		<description><![CDATA[Frame Kryptonite What are Frames? HTML Frames define one particular window or frame within a frameset. The &#60;frame&#62; tag allow the site creators to add documents or an independent window inside an normal site page. Difference between Frames and iFrames? iFrames are simply Inline Frames, and all the formatting is contained within the iFrame tag. [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Frame Kryptonite</strong></p>
<p><a href="http://www.gravitateonline.com/wp-content/uploads/2011/05/superman-kryptonite-large.png"><img class="alignright size-full wp-image-3024" style="float: right; padding-left: 10px;" title="superman-kryptonite-large" src="http://www.gravitateonline.com/wp-content/uploads/2011/05/superman-kryptonite-large.png" alt="Frames: SEO Kryptonite" width="261" height="312" /></a>What are Frames? HTML Frames define one particular window or frame within a frameset. The <em>&lt;frame&gt;</em> tag allow the site creators to add documents or an independent window inside an normal site page.</p>
<p>Difference between Frames and iFrames? iFrames are simply Inline Frames, and all the formatting is contained within the iFrame tag. Normal HTML Frames are located within a Frameset, and the formatting is all placed within the Frameset tag.</p>
<p>What&#8217;s the problem with Frames? A lot of debate has gone on within the SEO community about the readability of Frames. Many claim that Frames are fully supported by Google- with no negative effects from their use. However, Google&#8217;s Webmaster Central Blog <a title="Google Webmaster Blog- Frames" href="http://www.google.com/support/webmasters/bin/answer.py?answer=34445">states the following</a>:</p>
<p style="padding-left: 30px;"><em>&#8220;Google supports frames and iframes <strong>to the extent that it can</strong>. Frames  can cause problems for search engines because they don&#8217;t correspond to  the conceptual model of the web. In this model, one page displays only  one URL. Pages that use frames or iframes <strong>display several URLs</strong> (one for  each frame) within a single page. Google tries to associate framed  content with the page containing the frames, but <strong>we don&#8217;t guarantee</strong> that  we will.</em></p>
<p style="padding-left: 30px;"><em> If you&#8217;re concerned with how your site appears in the Google search results, please read <a href="http://searchenginewatch.com/2167901">Search Engines and Frames</a> This document describes the use of the &#8220;NoFrames&#8221; tag to provide<strong> alternate content</strong>. If you use wording such as &#8220;This site requires the  use of frames,&#8221; or &#8220;Upgrade your browser,&#8221; instead of providing  alternate content on your site, then you&#8217;ll exclude both search engines  and individuals who&#8217;ve disabled frames on their browsers. For example,  audio web browsers, such as those used in automobiles and by the  visually impaired, typically do not support frames.&#8221;</em></p>
<p>Although Google does their best to support Frames and iFrames, clearly the expectation should be that there will be problems.</p>
<p><strong>Code Examples</strong></p>
<p style="padding-left: 30px;">Below is an example of an HTML Frame:<strong> </strong></p>
<blockquote>
<p style="padding-left: 60px;"><em>&lt;frameset cols=&#8221;25%,50%,25%&#8221;&gt;</em><br />
<em> &lt;frame src=&#8221;<span style="color: #ff0000;">independent-window.htm</span>&#8221; /&gt;</em><br />
<em> &lt;frame src=&#8221;<span style="color: #ff0000;">separate-document.htm</span>&#8221; /&gt;</em><br />
<em> &lt;frame src=&#8221;<span style="color: #ff0000;">another-for-good-measure.htm</span>&#8221; /&gt;</em><br />
<em> </em><em>&lt;/frameset&gt;</em></p>
</blockquote>
<p style="padding-left: 30px;">Below is an example of an iFrame:</p>
<blockquote style="padding-left: 30px;">
<p style="padding-left: 30px;"><em>&lt;iframe src=&#8221;<span style="color: #ff0000;">window-not-in-a-frameset.asp</span>&#8221;  	width=&#8221;100%&#8221; height=&#8221;300&#8243;&gt;</em><br />
<em> &lt;p&gt;Your browser does not support iframes.&lt;/p&gt;</em><br />
<em> &lt;/iframe&gt;</em></p>
</blockquote>
<p><strong>What is an SEO to Do?</strong></p>
<p>As mentioned in Google&#8217;s blog, the use of the NOFRAMES tag will greatly help non-frame users and search engines to know the content you are referring to in the frame.</p>
<p style="padding-left: 30px;">For example:</p>
<blockquote>
<p style="padding-left: 60px;"><em>&lt;frameset cols=&#8221;25%,50%,25%&#8221;&gt;</em><br />
<em> &lt;frame src=&#8221;independent-window.htm&#8221; /&gt;</em><br />
<em> &lt;frame src=&#8221;separate-document.htm&#8221; /&gt;</em><br />
<em> &lt;frame src=&#8221;another-for-good-measure.htm&#8221; /&gt;</em><br />
<span style="color: #ff0000;"><em> &lt;noframes&gt;</em></span><br />
<span style="color: #ff0000;"><em> &lt;p&gt;The frameset contains:&lt;/p&gt;</em></span><br />
<span style="color: #ff0000;"><em> &lt;ul&gt;</em></span><br />
<span style="color: #ff0000;"><em> &lt;li&gt;As much of the content in the frame that I can get in here, so search engines can read it.</em></span><br />
<span style="color: #ff0000;"><em> &lt;li&gt;Also, it helps visitors in older browsers.</em></span><br />
<span style="color: #ff0000;"><em> &lt;/ul&gt;</em></span><br />
<span style="color: #ff0000;"><em> &lt;/noframes&gt;</em></span><br />
<em> &lt;/frameset&gt;</em></p>
</blockquote>
<p>Instead of putting phrases, such as, &#8216;Your browser does not support iframes.&#8217; included actual content so users and search engines can more easily read it.<strong><br />
</strong></p>
<p><strong>Helpful resources</strong></p>
<p style="padding-left: 30px;"><strong>- </strong><a title="Intro to HTML frames" href="http://www.w3.org/TR/REC-html40/present/frames.html">W3.org intro to Frames</a><strong> </strong></p>
<p style="padding-left: 30px;"><strong>- </strong><a title="w3schools iframe tutorial" href="http://www.w3schools.com/tags/tag_iframe.asp">W3Schools.com- HTML iframe tag</a><strong> </strong></p>
<p style="padding-left: 30px;"><strong>- </strong><a title="Search Engines and Frames" href="http://searchenginewatch.com/article/2064573/Search-Engines-and-Frames">Search Engines and Frames</a>- Search Engine Watch<strong><br />
</strong></p>
<p><strong>Feedback:</strong> What are some good and bad uses you&#8217;ve seen of Frames? What resources have you found for using Frames effectively for SEO?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gravitateonline.com/on-page-seo-2/seo-kryptonite-showdown-part-3-frames/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SEO Kryponite Showdown Part 2: JavaScript</title>
		<link>http://www.gravitateonline.com/on-page-seo-2/seo-kryponite-showdown-part-2-javascript</link>
		<comments>http://www.gravitateonline.com/on-page-seo-2/seo-kryponite-showdown-part-2-javascript#comments</comments>
		<pubDate>Thu, 19 May 2011 14:31:57 +0000</pubDate>
		<dc:creator>toddjensen</dc:creator>
				<category><![CDATA[On-Page SEO]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[on-page SEO]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.gravitateonline.com/?p=2888</guid>
		<description><![CDATA[JavaScript Kryptonite What is JavaScript? Used to create dynamic, interactive user experiences on websites, JavaScript is a programming language that runs on the site visitors computer, meaning it&#8217;s client side computing.  Support for JavaScript is built right into modern web browsers, as long as the visitor has JavaScript enabled. Are JavScript and Java the same? [...]]]></description>
			<content:encoded><![CDATA[<p><strong>JavaScript Kryptonite</strong></p>
<p><strong><a href="http://www.gravitateonline.com/wp-content/uploads/2011/05/JavaScript-SEO-Kryptonite.png"><img class="alignright size-full wp-image-2956" style="float: right; padding-left: 10px;" title="JavaScript-SEO-Kryptonite" src="http://www.gravitateonline.com/wp-content/uploads/2011/05/JavaScript-SEO-Kryptonite.png" alt="SEO Kryptonite" width="122" height="112" /></a></strong>What is JavaScript? Used to create dynamic, interactive<strong> user experiences on websites</strong>, JavaScript is a programming language that runs on the site visitors computer, meaning it&#8217;s client side computing.  Support for JavaScript is built right into modern web browsers, as long as the visitor has JavaScript enabled.</p>
<p>Are JavScript and Java the same? No. They are not related, other than both being computer programming languages and their authors apparently loved coffee. &#8220;Java is to JavaScript what Car is to Carpet&#8221; is a common explanation of their relation- which is &#8216;not much&#8217;.</p>
<p><a href="http://www.gravitateonline.com/wp-content/uploads/2011/05/not-java.png"><img class="alignleft size-full wp-image-2964" style="float: left; padding-right: 10px;" title="not-java" src="http://www.gravitateonline.com/wp-content/uploads/2011/05/not-java.png" alt="JavaScript is not Java" width="126" height="171" /></a>What&#8217;s the problem with JavaScript? As a internet programming language- it&#8217;s great. It creates interactive elements for web pages, such as: validating input values in web forms, opening windows with controls over size and position or images changing when a mouse hovers over them. JavaScript becomes problematic <strong>when applied to links</strong>. Links created in HTML are straightforward and easy for search engines to read, index and pass juice to and from. However, their is a lot of uncertainty in the SEO world about the link juice that gets passed from JavaScript links. We know that Google crawls and recognizes these for link discovery, but the amount of  <strong>link juice</strong> is another story. There are many different ways to create links with JavaScript and which is best for SEO is unknown- and should thus be avoided.</p>
<p><strong>Code Examples</strong></p>
<p style="padding-left: 30px;">HTML Link</p>
<blockquote style="padding-left: 30px;">
<p style="padding-left: 30px;">&lt;a href=&#8221;<span style="color: #ff0000;">clean-and-easy-url.html</span>&#8220;&gt;anchor text to click&lt;/a&gt;</p>
</blockquote>
<p style="padding-left: 30px;">JavaScript Link</p>
<p style="padding-left: 60px;">In the head of the document:</p>
<blockquote style="padding-left: 60px;">
<p style="padding-left: 30px;">&lt;head&gt;<br />
&lt;script language=&#8221;JavaScript&#8221;&gt;<br />
function MyFunctionName()<br />
{<br />
// javascript code<br />
}<br />
&lt;/script&gt;<br />
&lt;/head&gt;</p>
</blockquote>
<p style="padding-left: 30px;">The link in the body of the page is them created:</p>
<blockquote style="padding-left: 30px;">
<p style="padding-left: 30px;">&lt;a href=&#8221;<span style="color: #ff0000;">javascript:MyFunctionName();</span>&#8220;&gt;anchor text to click&lt;/a&gt;</p>
</blockquote>
<p style="padding-left: 30px;">Another option is to put the JavaScript in the link itself:</p>
<blockquote style="padding-left: 30px;">
<p style="padding-left: 30px;">&lt;a href=&#8221;<span style="color: #ff0000;">/convoluted-url/?siteUrl=&#8217; + escape($(&#8220;#id_siteUrl&#8221;).val() )+</span> &#8216;&#8221;&gt;</p>
</blockquote>
<p>&nbsp;</p>
<p><strong>What is an SEO to Do?</strong></p>
<p>Whenever possible, use <strong>HTML for all links</strong>. There are just too many unknowns about the juice that is getting passed. If a JavaScript link is absolutetly mandetory, you may want to consider adding additional HTML links on the page to aid with the SEO. Whenever possible, implement standard <em>&lt;a href=&#8221;"&gt;&lt;/a&gt;</em> links.</p>
<p><strong>Helpful resources</strong></p>
<p>- <a title="Crawling the internet- SEO friendly" href="http://www.seomoz.org/beginners-guide-to-seo/basics-of-search-engine-friendly-design-and-development#4a">Crawling the internet</a>- Basics of search engine viewable content and links</p>
<p>- Can Google <a title="JavaScript Links and SEO" href="http://www.seomoz.org/qa/view/25660/can-a-javascript-link-get-indexed-by-google-and-can-it-pass-page-rank">index and pass juice</a> from JavaScript links?</p>
<p>- <a title="JavaScript and Links" href="http://www.seomoz.org/qa/view/41582/javascript-links">JavaScript and Links</a> Q&amp; A</p>
<p>- <a title="JavaScript Links and SEO" href="http://stackoverflow.com/questions/4240165/javascript-links-and-seo">JavaScript Links and SEO</a> Discussion</p>
<p><strong>Feedback: </strong>What are some good and bad uses you&#8217;ve seen of JS? What resources have you found for using JS effectively for SEO?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gravitateonline.com/on-page-seo-2/seo-kryponite-showdown-part-2-javascript/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SEO Kryptonite Showdown Part 1: Flash</title>
		<link>http://www.gravitateonline.com/on-page-seo-2/seo-kryptonite-part1-flash</link>
		<comments>http://www.gravitateonline.com/on-page-seo-2/seo-kryptonite-part1-flash#comments</comments>
		<pubDate>Tue, 17 May 2011 14:18:11 +0000</pubDate>
		<dc:creator>toddjensen</dc:creator>
				<category><![CDATA[On-Page SEO]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Frames]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML 5]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[on-page SEO]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.gravitateonline.com/?p=2514</guid>
		<description><![CDATA[What Makes for SEO Kryptonite? Any type of site code technology that is difficult for Google to read may be considered SEO Kryptonite.  Google is getting better at reading all kinds of sloppy code and file types, but as an SEO it&#8217;s always better to take a more straight forward approach when creating websites or [...]]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://www.gravitateonline.com/wp-content/uploads/2011/05/seo-kryptonite3.png"><img class="alignright size-full wp-image-2874" style="float: right; padding-left: 10px;" title="seo-kryptonite3" src="http://www.gravitateonline.com/wp-content/uploads/2011/05/seo-kryptonite3.png" alt="SEO Kryptonite" width="256" height="204" /></a></strong></p>
<p><strong>What Makes for SEO Kryptonite?</strong></p>
<p>Any type of site code technology that is difficult for Google to read may be considered SEO Kryptonite.  Google is getting better at reading all kinds of sloppy code and file types, but as an SEO it&#8217;s always better to take a more straight forward approach when creating websites or features within websites. The three candidates for most powerful Google Kryptonite would have to be <strong>Flash</strong>,<strong> JavaScript </strong>and <strong>Frames</strong>. Let&#8217;s take a look at each and see why Google can&#8217;t read them, or at least not effectively- making them a web element that should be avoided when possible and worked around when absolutely necessary. Part 1, below, introduces Flash and the SEO problems it creates.</p>
<p><strong>Flash Kryptonite</strong></p>
<p><a href="http://www.gravitateonline.com/wp-content/uploads/2011/05/flash-logo.png"><img class="alignleft size-full wp-image-2881" style="float: left; padding-right: 10px;" title="flash-logo" src="http://www.gravitateonline.com/wp-content/uploads/2011/05/flash-logo.png" alt="adobe flash" width="110" height="102" /></a>What is Flash? I started using Macromedia Flash almost a decade ago- mostly for the creation of education material and fun little web animations. A rich multimedia platform, Macromedia was later purchased by Adobe, used for creating interactive animations and really engaging modules. Often used for advertising, video and game creation, Flash is a really <strong>fun program to develop in</strong>. The foundation of the user interface is the timeline. A user simply adds shapes, video, text and audio on different layers within the timeline, then they can easily create animated &#8216;tweens&#8217;, syncing them with audio, making a self playing movie type file. Additionally, developers can add interactive elements, button and quiz questions utilizing ActionScript, the language used within the interface. All this happens within the Flash (.fla) file. <strong> </strong></p>
<p>All this is well and good, but the SEO problems arise after the animated piece is completed and its <strong>rendered and compiled</strong>. When this happens, the ActionScript, text, code and animations are compressed into a self-playing, self-contained .swf file. The .swf file is then often embedded in a website with the following code:</p>
<blockquote>
<p style="padding-left: 30px;">&lt;object width=&#8221;575&#8243; height=&#8221;400&#8243;&gt;<br />
&lt;param name=&#8221;movie&#8221; value=&#8221;<span style="color: #ff0000;">coolanimation.swf</span>&#8220;&gt;<br />
&lt;embed src=&#8221;<span style="color: #ff0000;">coolanimation.swf</span>&#8221; width=&#8221;575&#8243; height=&#8221;400&#8243;&gt;<br />
&lt;/embed&gt;<br />
&lt;/object&gt;</p>
</blockquote>
<p>Google has becoming <a title="Indexing Flash in Google" href="http://googlewebmastercentral.blogspot.com/2008/06/improved-flash-indexing.html">increasingly sophisticated</a> with their reading and indexing of Flash, but it still causes major problems. For one, the code above is embed code, that means that a file is referenced on the page- but not accessible to the search engine spiders. The &#8216;<span style="color: #ff0000;">coolanimation.swf</span>&#8216; file often contains links to other content within the file itself. Likewise, any interactive navigation is hidden from view. The only thing search engines can read and index above is the name &#8216;<span style="color: #ff0000;">coolanimation</span>&#8216;- that doesn&#8217;t give Google a lot to go by.  There are ways to add some <a title="Text in Flash Embed Code" href="http://forums.seochat.com/search-engine-optimization-28/alt-content-for-flash-37344.html">text within the embed code</a>, but you have to be careful here as it may send a spam signal to Google.</p>
<p><strong>What&#8217;s an SEO to Do?</strong></p>
<p>Let&#8217;s say you can&#8217;t avoid some Flash uses within your site. instead of making the entire page Flash, try just embedding a small header or banner. Then within the content of the page include that content in an index friendly way (complete with formatting tags and readable links). Also, their are several ways to help make flash content or pages more search engine friendly, here are a few:</p>
<p style="padding-left: 30px;">-<a title="SEO a Flash Site" href="http://www.hochmanconsultants.com/articles/seo-friendly-flash.shtml">How to SEO the flash site</a></p>
<p style="padding-left: 30px;">-<a title="SEO and Flash" href="http://www.flashnseo.com/">Experiment with SEO friendly Flash techniques</a></p>
<p style="padding-left: 30px;">-<a title="HTML 5 instead of Flash" href="http://www.w3.org/TR/html5/introduction.html">HTML 5 Instead of Flash</a>- get the best of both worlds</p>
<p><strong>Feedback: </strong>What are the worst uses you&#8217;ve seen of Flash? What are the best? How can they be used effectively, and still get some SEO benefits? Let us know what you think.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gravitateonline.com/on-page-seo-2/seo-kryptonite-part1-flash/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Making Google Searches Bend to Your Will</title>
		<link>http://www.gravitateonline.com/learn-seo/custom-google-searches-seo</link>
		<comments>http://www.gravitateonline.com/learn-seo/custom-google-searches-seo#comments</comments>
		<pubDate>Mon, 16 May 2011 14:33:45 +0000</pubDate>
		<dc:creator>toddjensen</dc:creator>
				<category><![CDATA[Learn SEO]]></category>
		<category><![CDATA[Custom Searches]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[SEO Tips]]></category>

		<guid isPermaLink="false">http://www.gravitateonline.com/?p=2510</guid>
		<description><![CDATA[Custom Google Search Commands Want to bend Google&#8217;s search results to your evil, maniacal ends? Or&#8230;just for some good SEO research? Either way, Google offers several helpful custom query options allowing searchers to tailor the results to their needs. I utilize several of these every single day, for competitive analysis, link building and when I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-2812" style="float: right; padding-left: 10px;" title="dr-frankenstien2" src="http://www.gravitateonline.com/wp-content/uploads/2011/05/dr-frankenstien2.png" alt="Go Frankenstein of Google Searches" width="210" height="171" /><strong></strong></p>
<p><strong>Custom Google Search Commands<br />
</strong></p>
<p>Want to bend Google&#8217;s search results to your evil, maniacal ends? Or&#8230;just for some good SEO research? Either way, Google offers several <strong>helpful custom query options</strong> allowing searchers to tailor the results to their needs. I utilize several of these every single day, for competitive analysis, link building and when I&#8217;m trying to immerse myself into a new clients online industry to get myself up to speed about the landscape we are about to compete in. The following are <strong>some of my favorites</strong> along with my description of how I might use it in my day-t0-day SEO work.</p>
<p style="padding-left: 30px;"><strong>site:</strong></p>
<p style="padding-left: 30px;"><strong><a href="http://www.gravitateonline.com/wp-content/uploads/2011/05/site-search.png"><img class="alignright size-full wp-image-2815" style="float: right; padding-left: 10px;" title="site-search" src="http://www.gravitateonline.com/wp-content/uploads/2011/05/site-search.png" alt="Google site search" width="395" height="254" /></a></strong>The &#8216;site:&#8217; command allows me to limit the results page to just one specific website and lets me know how many pages for the site have been indexed by Google. Also, it&#8217;ll let me know the major sections of the site- particularly if there are sub-domains, blogs and the general layout of the site. I find it helpful to look into 2-3 of the competing sites to tell the same thing. It&#8217;s helpful to know what kind of footprint the competing sites have. How large of a site, with sub-domains included, are we competing against.</p>
<p style="padding-left: 30px;"><strong>inurl:</strong></p>
<p style="padding-left: 30px;">The &#8216;inurl:&#8217; command is helpful to analyze competitors use of URLs throughout their site. When I&#8217;m researching a competitor that I know is engaged in aggressive SEO, I can quickly see what main keywords they are going after by seeing the major keywords they have worked into their sub-page URLs.  Also, using this command to analyzing the site I&#8217;m working on to identify duplicate content issues or poor URL structure.</p>
<p style="padding-left: 30px;"><strong>cache:</strong></p>
<p style="padding-left: 30px;"><strong><a href="http://www.gravitateonline.com/wp-content/uploads/2011/05/cache-version.png"><img class="alignright size-full wp-image-2817" style="float: right; padding-left: 10px;" title="cache-version" src="http://www.gravitateonline.com/wp-content/uploads/2011/05/cache-version.png" alt="View cached version of site in Google" width="427" height="97" /></a></strong>Although I usually use Google&#8217;s &#8216;Cached&#8217; link beneath a search result, I occasionally do a direct &#8216;cache:&#8217; search to quickly see the latest Google cached version of a site. Once here, I really enjoy looking into the &#8216;Text-only version&#8217; link on the top right corner to see all the text that Google is able to identify. It offers a great &#8216;naked&#8217; view of the content on the page.</p>
<p style="padding-left: 30px;"><strong><a href="http://www.gravitateonline.com/wp-content/uploads/2011/05/intitle-example.png"><img class="alignright size-full wp-image-2816" style="float: right; padding-left: 10px;" title="intitle-example" src="http://www.gravitateonline.com/wp-content/uploads/2011/05/intitle-example.png" alt="Searching site's meta titles in Google" width="292" height="196" /></a>intitle:</strong></p>
<p style="padding-left: 30px;">When I want to search just the title tags of sites, I&#8217;ll use the &#8216;intitle:&#8217; command. It&#8217;s useful while link building, as I can find sites that are targeted towards the phrase (particularly long tail) I&#8217;m optimizing for. It&#8217;s a nice query for searching industry specific directories or blogs.</p>
<p style="padding-left: 30px;"><strong>- (minus sign):</strong></p>
<p style="padding-left: 30px;">The &#8216;minus&#8217; command is one I use every day. Both in normal searches and in <a title="Google's Keyword Suggestion Tool" href="https://adwords.google.com/o/Targeting/Explorer?__u=1000000000&amp;__c=1000000000&amp;ideaRequestType=KEYWORD_IDEAS#search.none">Google&#8217;s Keyword Suggestion Tool</a>. It removes from the search keywords I don&#8217;t want to include, helping to filter and refine the search.</p>
<p style="padding-left: 30px;"><strong>| (pipe):</strong></p>
<p style="padding-left: 30px;">The &#8216;pipe&#8217; command simply adds the &#8216;OR&#8217; operator to the search. If I want to view an industries forums or blog, I&#8217;d search &#8216;forum | blog&#8217;. Obviously, I&#8217;d add a industry specific keyword to find forums or blogs specific to the client I&#8217;m working with.</p>
<p><strong>Feedback: </strong>What other Custom Searches do you use? Either in everyday searches or for specific SEO tasks?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gravitateonline.com/learn-seo/custom-google-searches-seo/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Site Navigation for SEO: The Good, The Bad and The Ugly</title>
		<link>http://www.gravitateonline.com/on-page-seo-2/ideal-navigation-code-seo</link>
		<comments>http://www.gravitateonline.com/on-page-seo-2/ideal-navigation-code-seo#comments</comments>
		<pubDate>Thu, 12 May 2011 14:52:39 +0000</pubDate>
		<dc:creator>toddjensen</dc:creator>
				<category><![CDATA[On-Page SEO]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Internal Linking]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Site Navigation]]></category>

		<guid isPermaLink="false">http://www.gravitateonline.com/?p=2512</guid>
		<description><![CDATA[Site Navigation Approaches When it comes to site navigation, there are lots of good, bad and ugly ways to help users and search engines find their way around your site. I&#8217;d like to show two bad approaches, with examples, and the optimal technique. I&#8217;m going to go in reverse order here in showing examples of [...]]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://www.gravitateonline.com/wp-content/uploads/2011/05/good-bad-ugly.jpg"><img class="alignright size-full wp-image-2716" style="float: right; padding-left: 10px;" src="http://www.gravitateonline.com/wp-content/uploads/2011/05/good-bad-ugly.jpg" alt="Good, Bad &amp; Ugly Code" width="289" height="400" /></a></strong></p>
<p><strong>Site Navigation Approaches</strong></p>
<p>When it comes to site navigation, there are lots of good, bad and ugly ways to help users and search engines find their way around your site. I&#8217;d like to show two bad approaches, with examples, and the optimal technique. I&#8217;m going to go in reverse order here in showing examples of each. <strong><br />
</strong></p>
<p><strong>The Ugly</strong></p>
<p><em>Tables: </em>An  antiquated approach to navigation is the use of tables and images. I&#8217;ll  admit, early in my web-dev days, I&#8217;ve created a site or two using this  method. Tables include a lot of extra code, right on the page, that can  clutter things up making for <strong>ugly code</strong> and making it hard for Google to read and index. When the  images contain the text of the navigation, then Google can&#8217;t read it and  give it the respect it deserves. Also, these two methods can make the  page load a little slower- not a good thing for users or search engines  (remember- Google takes site load time into account when ranking your  site).</p>
<p style="padding-left: 30px;">Rocky Mountain Movers: <a title="Rocky Mountain Movers" href="http://rockymountainmovers.net/">Nice company</a>,  really bad use of table and images in their navigation. With some nice  alt text, sometimes this can be overcome- but not my first choice.</p>
<p><strong>The Bad</strong></p>
<p><em>Flash:</em> Adobe Flash, although one of my personal favorite tools because it allows one to create fun and elegant navigation (one of my first sites was 100% in Flash- many years ago) doesn&#8217;t allow search engines to get in and see the code under the hood. Within Adobe Flash, developers use ActionScript to create animation and navigation. However, after it is rendered and compiled, all the search engines see is essentially an interactive movie. The code is locked away- in the dark recesses of a .swf file- this is bad. Fantastic option for a great user experience, but really<strong> bad for SEO</strong>. Search engines are getting better at reading them, but it&#8217;s still not an optimal solution.</p>
<p style="padding-left: 30px;">Case-Mate: A prime example of nice, but unreadable site navigation is <a title="I Make My Case- Flash Navigation" href="http://custom.case-mate.com/imakemycase/">I Make My Case</a>. Award winning company- not the most SEO friendly navigation.</p>
<p style="padding-left: 30px;">DOT: I love <a title="Design of Today- Flash Navigation" href="http://www.designoftoday.com/home.html">Design of Today (DOT)</a>. These folks are really creative- and their site reflect their quirky awesomeness. However, Google can&#8217;t read the entire website, because the navigation and content is buried 100% in Flash.</p>
<p><strong>The Good Navigation<br />
</strong></p>
<p>Navigation that is easy for visitors to use, search engines to read/index and loads quickly is the best choice. Smart use of HTML and CSS will cover your bases.  Instead of using tables to create the layout of the site and navigation- replace it with &lt;div&gt; tags. Within these tags use the bullet point HTML code of &lt;ul&gt; and &lt;li&gt; (unordered list and each bullet point). You may think this will just create an ugly billeted list, but when CSS is applied- it&#8217;ll end up looking great. Also, within the &lt;li&gt; tag itself, you can type in the text keyword, so Google can easily read it. Finally, because the CSS code is all on another document, removing most the styling code from the on-page HTML, the site will load faster.</p>
<p><strong>Example of HTML and CSS for Site Navigation<br />
</strong></p>
<p style="padding-left: 30px;"><em>HTML Code: </em>When <a title="How to view source" href="/on-page-seo-2/view-source-top-5-for">viewing the source</a> of CNN.com&#8217;s homepage, you can see the use of Divs, calling the CSS file for styling, &lt;ul&gt; bulleted lists and then the actual text and link of the navigation button. <em><br />
</em></p>
<p style="padding-left: 60px;"><em><a href="http://www.gravitateonline.com/wp-content/uploads/2011/05/HTML-Example.png"><img class="alignleft size-full wp-image-2712" title="HTML-Example" src="http://www.gravitateonline.com/wp-content/uploads/2011/05/HTML-Example.png" alt="Good HTML for Navigation" width="505" height="223" /></a><br />
</em></p>
<p style="padding-left: 30px;">&nbsp;</p>
<p style="padding-left: 30px;"><em>CSS Code: </em>The CSS code that is called resides on another document, but is called from the homepage. The separation helps the on-page code be cleaner and load faster. <em><br />
</em></p>
<p style="padding-left: 60px;"><em><a href="http://www.gravitateonline.com/wp-content/uploads/2011/05/CSS-Example.png"><img class="alignleft size-full wp-image-2713" title="CSS-Example" src="http://www.gravitateonline.com/wp-content/uploads/2011/05/CSS-Example.png" alt="CSS Used for Navigation" width="261" height="138" /></a></em></p>
<p>&nbsp;</p>
<p><strong>View the Tutorial:</strong> I take a few minutes and walk you through these examples of the good, the bad and the ugly (actually, the flash sites are quite gorgeous, talking about tables here). Enjoy!</p>
<p><object width="480" height="390"><param name="movie" value="http://www.youtube.com/v/kv0__v6GfAM?fs=1&amp;hl=en_US" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed type="application/x-shockwave-flash" width="480" height="390" src="http://www.youtube.com/v/kv0__v6GfAM?fs=1&amp;hl=en_US" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><strong>Feedback? </strong>What other navigation approaches do you use for a good user experience and effective SEO? Please, let us know.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gravitateonline.com/on-page-seo-2/ideal-navigation-code-seo/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>View Source Top 5: What Exactly Do I Look For?</title>
		<link>http://www.gravitateonline.com/on-page-seo-2/view-source-top-5-for</link>
		<comments>http://www.gravitateonline.com/on-page-seo-2/view-source-top-5-for#comments</comments>
		<pubDate>Tue, 10 May 2011 23:39:32 +0000</pubDate>
		<dc:creator>toddjensen</dc:creator>
				<category><![CDATA[On-Page SEO]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[meta data]]></category>
		<category><![CDATA[on-page SEO]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[View Source]]></category>

		<guid isPermaLink="false">http://www.gravitateonline.com/?p=2508</guid>
		<description><![CDATA[SEOs know that viewing the page source of a particular web page is an essential first step to analyzing how much and what kind of SEO strategy may be needed for a site. A lot can be seen in just a few minutes by taking a look under the hood and viewing some of the [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; padding-left: 10px;"><object width="250" height="200"><param name="movie" value="http://www.youtube.com/v/dOOTKA0aGI0?fs=1&amp;hl=en_US" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed type="application/x-shockwave-flash" width="250" height="200" src="http://www.youtube.com/v/dOOTKA0aGI0?fs=1&amp;hl=en_US" allowscriptaccess="always" allowfullscreen="true"></embed></object></div>
<p>SEOs know that viewing the page source of a particular web page is an essential first step to analyzing how much and what kind of SEO strategy may be needed for a site. A lot can be seen in just a few minutes by taking a look under the hood and viewing some of the publicly available innards of a page.  A lot can be hidden from view within the source code, but a lot is freely available- and many of these elements are critical SEO indicators of what SEO has been done, and what may be needed. Some of these deficiencies will be easily remedied, while others may be major problems <strong>&#8220;inherent in the system&#8221;</strong> (please forgive the Holy Grail reference).</p>
<p><strong>What is the Source?</strong></p>
<p>Every HTML page includes source code that can be easily seen within any browser. Simply right click on the page and click the view source option. Remember, just because you can see the code- doesn&#8217;t mean you&#8217;ve now captured the secret sauce of the site. The server side code is not displayed. Generally, it&#8217;s basic layout HT<a href="http://www.gravitateonline.com/wp-content/uploads/2011/05/safari-firefox-source-differences.png"><img class="alignright size-full wp-image-2581" style="float: right; padding-left: 10px;" title="safari-firefox-source-differences" src="http://www.gravitateonline.com/wp-content/uploads/2011/05/safari-firefox-source-differences.png" alt="Safari vs. Firefox for viewing source code" width="318" height="240" /></a>ML and references to CSS files, with meta data (see our <a title="Meta data and SEO" href="/on-page-seo-2/meta-descriptions-seo">post on Meta Data</a>). The really good stuff is hidden from view- but you&#8217;ll be able to see more than most people realize- especially SEO relevant info.<strong><br />
</strong></p>
<p><strong>Best Tools for Viewing</strong></p>
<p style="padding-left: 30px;"><strong><em>Firefox</em>:</strong> My preferred browser for viewing source code is Firefox, because of the well formatted display. In contrast, Safari, a great and user-friendly browser, is awful. It displays the code in ugly black and white, with no formatting, indenting or coloring of tags.</p>
<p style="padding-left: 30px;"><strong><em>Firebug</em>: </strong>An even better view of the source code is available when you install the Firefox (also available in Safari) plugin &#8216;Firebug&#8217;. This handy tool allows you to view even more information with the best formatting available. Take a look at a well done <a title="Firebug tutorial video" href="http://youtu.be/WbWp9FOsHEg">Firebug tutorial video</a> for a more in-depth look. Some of the features that I love include:<a href="http://www.gravitateonline.com/wp-content/uploads/2011/05/firebug-view.png"><img class="alignright size-full wp-image-2596" style="float: right; padding-left: 10px;" title="firebug-view" src="http://www.gravitateonline.com/wp-content/uploads/2011/05/firebug-view.png" alt="Helpful Firebug features" width="261" height="407" /></a></p>
<p style="padding-left: 60px;">- The source code displays in the bottom half of the screen, allowing me to see the viewable page and the source code on one, split browser screen.</p>
<p style="padding-left: 60px;">- Hover over any element of the page, right click and select the &#8216;Inspect Element&#8217; option to see the source code highlighted for that specific portion of the page.</p>
<p style="padding-left: 60px;">- Collapsible formatting within the code section.</p>
<p style="padding-left: 60px;">- CSS code that is available for preview.</p>
<p style="padding-left: 60px;">- Edit any of the code, right within the tool, and see the effects (temporarily) of the changes on the page.</p>
<p><strong>Top 5 Things to Look for</strong></p>
<p style="padding-left: 30px;"><strong><em>1. Meta Tags</em>:</strong> SEOs can quickly see the meta title, description and keyword (pretty useless)  tags. It&#8217;s a great way to see what 3-4 phrases the site may be focusing on for SEO. If these are missing, you can anticipate that no SEO is going on- as these are some of the first and most basic changes that are applied. I find looking into competitors title tags to be a useful first step in analyzing and creating a profile about their SEO strategy. Additionally, I can see what types of &#8216;calls to action&#8217; they may be using on the SERPs page- as this is often what the description tag is used for.</p>
<p style="padding-left: 30px;"><strong><em>2. Meta Robots</em>:</strong> Meta robots are page-specific directives for controlling crawlers for Google, Bing, etc.  Specific pages can be kept out of search engines by utilizing this tag. It looks something like this:</p>
<p style="padding-left: 60px;"><em>&lt;meta name=&#8221;robots&#8221; content=&#8221;noindex&#8221;&gt;</em></p>
<p style="padding-left: 30px;">The tag will keep the entire page, and URL (the robots.txt file command will keep the page, but not the URL out), so it is often the preferred way to keep a page from being seen by everyday Google searchers.</p>
<p style="padding-left: 30px;">Sites that include this are usually pretty heavily involved in SEO, so I may pay particular attention to them when analyzing their links, on-page SEO, etc.</p>
<p style="padding-left: 30px;"><strong><em>3. Frames</em>:</strong> A frame is essentially an HTML page inside another HTML page. They are not good for SEO. The content within the frame doesn&#8217;t count towards the page it is embedded on, so SEOs should stay free of this coding technique when trying to get the most bang out of a page&#8217;s buck. Look for code that looks something like this:</p>
<p style="padding-left: 60px;"><em>&lt;FRAMESET COLS=&#8221;20%,*&#8221;&gt;</em><br />
<em>&lt;FRAME SRC=&#8221;recipesidebar.html&#8221; NAME=SIDEBAR&gt;</em><br />
<em>&lt;FRAME SRC=&#8221;recipes.html&#8221; NAME=RECIPES&gt;</em><br />
<em>&lt;/FRAMESET&gt;</em></p>
<p style="padding-left: 60px;">Look for code snippets such as: &#8216;frameset&#8217;, &#8216;frame&#8217; or &#8216;iframe&#8217;</p>
<p style="padding-left: 30px;"><strong><em>4. Flash</em>:</strong> Search engines are getting better at reading and indexing Flash elements, but these should still be used in moderation (if at all), and only for small portions of the page. An entire page should never be all Flash! When viewing the source code, look for code that might include:</p>
<p style="padding-left: 60px;"><em>&lt;object width=&#8221;550&#8243; height=&#8221;400&#8243;&gt;</em><br />
<em> &lt;param name=&#8221;movie&#8221; value=&#8221;somefilename.swf&#8221;&gt;</em><br />
<em> &lt;embed src=&#8221;somefilename.swf&#8221; width=&#8221;550&#8243; height=&#8221;400&#8243;&gt;</em><br />
<em> &lt;/embed&gt;</em><br />
<em> &lt;/object&gt;</em></p>
<p style="padding-left: 60px;">Look for code elements such as: &#8216;embed&#8217; and &#8216;object&#8217;<em><br />
</em></p>
<p style="padding-left: 30px;"><strong><em>5. JavaScript Links</em>: </strong>As in the case of Flash, search engines are getting better at identifying javascript, but the search engines haven&#8217;t been very clear about what types (as js can be written several different ways) they support. Links that use javascript are in danger of not being followed- so link juice may be limited. Clean HTML links are always the best choice. A javascript link may look something like this:</p>
<p style="padding-left: 60px;"><em>window.location.replace (&#8216;http://www.javascriptlinkexample.com&#8217;);</em></p>
<p><strong>Feedback?</strong> What do you look for when viewing source code and analyzing a site or competitors site? Do you have different or better tools for viewing source? Please, comment below with your feedback.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gravitateonline.com/on-page-seo-2/view-source-top-5-for/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Meta Descriptions: For SEO or Visitors?</title>
		<link>http://www.gravitateonline.com/on-page-seo-2/meta-descriptions-seo</link>
		<comments>http://www.gravitateonline.com/on-page-seo-2/meta-descriptions-seo#comments</comments>
		<pubDate>Mon, 09 May 2011 22:56:06 +0000</pubDate>
		<dc:creator>toddjensen</dc:creator>
				<category><![CDATA[On-Page SEO]]></category>
		<category><![CDATA[Meta Description]]></category>
		<category><![CDATA[Meta Tags]]></category>
		<category><![CDATA[on-page SEO]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.gravitateonline.com/?p=2505</guid>
		<description><![CDATA[What is Meta Data? Simply put, metadata is data that describes other data. Webpages include metadata&#8211;called meta tags&#8211;that describe the content on the page. These include the Meta Title, Meta Description and Meta Keywords. Titles are really important for SEO, descriptions are really important for searchers and keywords are not important at all. Ignore them, [...]]]></description>
			<content:encoded><![CDATA[<p><strong>What is Meta Data?</strong><a href="http://www.gravitateonline.com/wp-content/uploads/2011/05/meta-description-example.png"><img class="alignright size-full wp-image-2560" style="float: right; padding-left: 10px;" title="meta-description-example" src="http://www.gravitateonline.com/wp-content/uploads/2011/05/meta-description-example.png" alt="meta descriptions in search" width="348" height="227" /></a></p>
<p>Simply put, metadata is <strong>data that describes other data</strong>. Webpages include metadata&#8211;called meta tags&#8211;that describe the content on the page. These include the Meta Title, Meta Description and Meta Keywords. Titles are really important for SEO, descriptions are really important for searchers and keywords are not important at all.<strong> Ignore them</strong>, unless you particularly like doing menial tasks with all your spare time. We&#8217;re going to take a look at the Meta Description tag: where it&#8217;s most important and some terms you may want to include.</p>
<p><strong>Meta Description Tag</strong></p>
<p>The description tag shows up in many search results (Google reserves the right not to use the description tag). It is text that describes the given page. It should be <strong>150-160 characters</strong> in length, and unique and descriptive for each page.</p>
<p><strong>Write Descriptions for the User<br />
</strong></p>
<p>Google announced in <a title="Google Meta Description and Keyword Tags" href="http://googlewebmastercentral.blogspot.com/2009/09/google-does-not-use-keywords-meta-tag.html">Sept, 2009</a> that keywords and description tags are not used as a ranking factor<strong>. </strong>Write them with the user in mind, not search engines; meaning you will want to use direct calls-to-action and verbiage that <strong>compels visitors to click </strong>on the link in their search results. Let&#8217;s take a look at some of these phrases you may want to consider.<strong><br />
</strong></p>
<p><strong>Phrases to Include</strong></p>
<p>Terms and phrases that can help drive clicks include:<strong><br />
</strong></p>
<p style="padding-left: 30px;"><strong>Official Site:</strong> Include this phrase if 1) it is the official website of your company, 2) it&#8217;s the homepage, 3) there are generic sites that clutter the search results, or 4) you have a product brand or site brand that is known.</p>
<p style="padding-left: 30px;"><strong>Free Shipping:</strong> Buyers<em> LOOOOVE</em> free shipping. Amazon is pushing this concept hard and eBay is trying to get all their sellers to offer it- and you should really consider it also. It has become a must to many online shoppers. If you do offer free shipping, the description is a great place to promote it to improve click-throughs.</p>
<p style="padding-left: 30px;"><strong>Fast Shipping:</strong> Free upgrade to any kind of expedited shipping, or really fast order processing makes for great customer service and improves the rate of returning customers. If you have a reputation for fast shipping, brag about it and let everyone know.</p>
<p style="padding-left: 30px;"><strong>Low Price Guarantee: </strong> A little cliche, but if you offer great prices let potential customers know as soon as possible.</p>
<p style="padding-left: 30px;"><strong>Reviews, Pictures, Samples:</strong> These three offerings are really popular for online shoppers/product researchers.</p>
<p style="padding-left: 30px;"><strong>Interviews:</strong> If you&#8217;ve interviewed anyone of interest, industry expert, a quasi-celebrity or actual celebrity. People love interviews.</p>
<p><strong>Feedback? </strong>Let us know other key phrases you like to include in Meta Descriptions.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gravitateonline.com/on-page-seo-2/meta-descriptions-seo/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>100 Link Building Ideas Analyzed</title>
		<link>http://www.gravitateonline.com/link-building/link-building-ideas-analyzed</link>
		<comments>http://www.gravitateonline.com/link-building/link-building-ideas-analyzed#comments</comments>
		<pubDate>Wed, 04 May 2011 20:53:02 +0000</pubDate>
		<dc:creator>toddjensen</dc:creator>
				<category><![CDATA[Link building]]></category>
		<category><![CDATA[Link Building Ideas]]></category>
		<category><![CDATA[Organic SEO]]></category>
		<category><![CDATA[quality links]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.gravitateonline.com/?p=2379</guid>
		<description><![CDATA[Today a SearchEngineWatch.com forum member (wildnetSEO) added a nice post titled &#8216;100 Back Link Finding Techniques&#8216;. The list actually includes 104 ideas, so already you&#8217;re getting more than you bargained for. As I&#8217;ve been building links for&#8230;oh, forever, I&#8217;ve decided to take a look and analyze the list. Next to each idea, I&#8217;ve added a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gravitateonline.com/wp-content/uploads/2011/05/search-engine-forum.png"><img class="alignright size-full wp-image-2392" style="float: right; padding-left: 10px;" title="search-engine-forum" src="http://www.gravitateonline.com/wp-content/uploads/2011/05/search-engine-forum.png" alt="Search Engine Watch Forum" width="279" height="227" /></a>Today a <a title="Search Engine Watch" href="http://www.searchenginewatch.com">SearchEngineWatch.com</a> forum member (<a title="wildnetSEO member" href="http://forums.searchenginewatch.com/member.php?u=180964">wildnetSEO</a>) added a nice post titled &#8216;<a title="100 Backlink Finding Techniques" href="http://forums.searchenginewatch.com/showthread.php?threadid=27387&amp;utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+sewforums+%28Search+Engine+Watch+Discussion+Forums%29&amp;utm_content=Google+Feedfetcher">100 Back Link Finding Techniques</a>&#8216;. The list actually includes 104 ideas, so already you&#8217;re getting more than you bargained for. As I&#8217;ve been building links for&#8230;oh, forever, I&#8217;ve decided to take a look and analyze the list. Next to each idea, I&#8217;ve added a rankings/comments for the following:</p>
<p style="padding-left: 30px;"><strong>Difficulty (1-10)</strong>: How difficult the technique is to apply and obtain a link? 1 meaning it&#8217;s a very simple technique and 10 meaning it takes a very large investment of time, money or both.</p>
<p style="padding-left: 30px;"><strong>Effectiveness (1-10)</strong>: Rating of the overall SEO effectiveness of the technique. Will it generally result in high quality or low quality links. 1 being very low value from the link and 10 meaning the link will deliver great link-juice.</p>
<p style="padding-left: 30px;"><strong>Spam Alert (1-10)</strong>: Rating that shows our opinion about the legitimacy of the technique, and will it be a spammy-approach. Is it likely to be red-flagged or de-valued by Google now or down the road. 1 being a low spam level and 10 a neon sign applied to the link that screams &#8216;This link is so worthless, it&#8217;s almost funny we got it in the first place!&#8217;. Even if it isn&#8217;t detected, it may require a total sell-out approach to get the link in the first place. Not a good thing for your online or offline reputation.</p>
<p style="padding-left: 30px;"><strong>Comments:</strong> I&#8217;ve added some of my personal opinions based on experience or gut feeling.</p>
<p>I&#8217;d love to hear feedback on 1) the ideas themselves, 2) my rankings and 3) my comments.</p>
<table border="0" cellspacing="0" frame="VOID" rules="NONE">
<tbody>
<tr>
<td width="24" height="34" align="LEFT" bgcolor="#ffffcc"><strong></p>
<p></strong></td>
<td width="314" align="LEFT" bgcolor="#ffffcc"><strong>Link Building Technique Ideas</strong></td>
<td width="66" align="CENTER" bgcolor="#ffffcc"><strong>Difficulty</p>
<p>(1-10)</strong></td>
<td width="73" align="CENTER" bgcolor="#ffffcc"><strong>Effectiveness</p>
<p>(1-10)</strong></td>
<td width="61" align="CENTER" bgcolor="#ffffcc"><strong>Spam Alert</p>
<p>(1-10)</strong></td>
<td width="606" align="LEFT" bgcolor="#ffffcc"><strong>Comments</strong></td>
</tr>
<tr>
<td height="18" align="RIGHT">1</td>
<td align="LEFT">Create viral linkbait if you use wordpress.</td>
<td align="center" bgcolor="#cccccc">9</td>
<td align="center">8</td>
<td align="center" bgcolor="#cccccc">1</td>
<td align="LEFT">Not sure what the &#8216;wordpress&#8217; portion is referencing.</td>
</tr>
<tr>
<td height="17" align="RIGHT">2</td>
<td align="LEFT">Write and give away a free ebook.</td>
<td align="center" bgcolor="#cccccc">9</td>
<td align="center">6</td>
<td align="center" bgcolor="#cccccc">5</td>
<td align="LEFT">If educational-great. If a bloated sales pitch- stupid.</td>
</tr>
<tr>
<td height="17" align="RIGHT">3</td>
<td align="LEFT">Write a pillar (authority) article.</td>
<td align="center" bgcolor="#cccccc">6</td>
<td align="center">6</td>
<td align="center" bgcolor="#cccccc">2</td>
<td align="LEFT">Everything depends on the quality of the article.</td>
</tr>
<tr>
<td height="17" align="RIGHT">4</td>
<td align="LEFT">Create a numbers list (10 ways to xxx, 20 different xxxx).</td>
<td align="center" bgcolor="#cccccc">3</td>
<td align="center">4</td>
<td align="center" bgcolor="#cccccc">3</td>
<td align="LEFT">A little played out, but easy to do.</td>
</tr>
<tr>
<td height="18" align="RIGHT">5</td>
<td align="LEFT">Hold a contest, and require that they link back to you for an entry.</td>
<td align="center" bgcolor="#cccccc">5</td>
<td align="center">5</td>
<td align="center" bgcolor="#cccccc">5</td>
<td align="LEFT">Can be difficult to get participants. Other&#8217;s spam alarm may be activated.</td>
</tr>
<tr>
<td height="17" align="RIGHT">6</td>
<td align="LEFT">Send off interview templates to big bloggers, and post up completed interviews.</td>
<td align="center" bgcolor="#cccccc">3</td>
<td align="center">5</td>
<td align="center" bgcolor="#cccccc">2</td>
<td align="LEFT"></td>
</tr>
<tr>
<td height="17" align="RIGHT">7</td>
<td align="LEFT">Create a WordPress plugin.</td>
<td align="center" bgcolor="#cccccc">10</td>
<td align="center">10</td>
<td align="center" bgcolor="#cccccc">1</td>
<td align="LEFT">Identifying a need and delivering the solution is hard, but a great way to earn links.</td>
</tr>
<tr>
<td height="17" align="RIGHT">8</td>
<td align="LEFT">Design a hot WordPress theme, and distribute it for free, requiring they keep your link in the footer.</td>
<td align="center" bgcolor="#cccccc">9</td>
<td align="center">6</td>
<td align="center" bgcolor="#cccccc">1</td>
<td align="LEFT">Footer links not as valuable, page probably not relevant.</td>
</tr>
<tr>
<td height="17" align="RIGHT">9</td>
<td align="LEFT">Create controversy (be careful and don’t get into something you can’t handle)</td>
<td align="center" bgcolor="#cccccc">8</td>
<td align="center">7</td>
<td align="center" bgcolor="#cccccc">3</td>
<td align="LEFT"></td>
</tr>
<tr>
<td height="17" align="RIGHT">10</td>
<td align="LEFT">Find a scammer/shady website or blogger, and make the world known about it.</td>
<td align="center" bgcolor="#cccccc">6</td>
<td align="center">6</td>
<td align="center" bgcolor="#cccccc">1</td>
<td align="LEFT"></td>
</tr>
<tr>
<td height="17" align="RIGHT">11</td>
<td align="LEFT">Submit a press release about your new product or news.</td>
<td align="center" bgcolor="#cccccc">6</td>
<td align="center">4</td>
<td align="center" bgcolor="#cccccc">5</td>
<td align="LEFT">Played out and becoming very cluttered, but if you have something to announce, still fairly effective.</td>
</tr>
<tr>
<td height="17" align="RIGHT">12</td>
<td align="LEFT">Submit your site to free directories (careful, only SEO friendly ones)</td>
<td align="center" bgcolor="#cccccc">1</td>
<td align="center">2</td>
<td align="center" bgcolor="#cccccc">7</td>
<td align="LEFT">Easy to do, but low value&#8230;and getting lower all the time.</td>
</tr>
<tr>
<td height="17" align="RIGHT">13</td>
<td align="LEFT">Submit your site to paid directories (dmoz(kidding!), yahoo, alive)</td>
<td align="center" bgcolor="#cccccc">4</td>
<td align="center">6</td>
<td align="center" bgcolor="#cccccc">2</td>
<td align="LEFT">Be selective, but often worth the investment.</td>
</tr>
<tr>
<td height="17" align="RIGHT">14</td>
<td align="LEFT">Submit articles to article directories.</td>
<td align="center" bgcolor="#cccccc">3</td>
<td align="center">4</td>
<td align="center" bgcolor="#cccccc">3</td>
<td align="LEFT"></td>
</tr>
<tr>
<td height="17" align="RIGHT">15</td>
<td align="LEFT">Submit posts to blog carnivals.</td>
<td align="center" bgcolor="#cccccc">2</td>
<td align="center">3</td>
<td align="center" bgcolor="#cccccc">4</td>
<td align="LEFT"></td>
</tr>
<tr>
<td height="17" align="RIGHT">16</td>
<td align="LEFT">Email a webmaster, and ask for a link.</td>
<td align="center" bgcolor="#cccccc">6</td>
<td align="center">5</td>
<td align="center" bgcolor="#cccccc">2</td>
<td align="LEFT">More a task required for many other link building techniques- often required and valuable approach. Very time consuming and requires great follow-through.</td>
</tr>
<tr>
<td height="17" align="RIGHT">17</td>
<td align="LEFT">Offer to buy a one way link from another relevant website (keep this on the DL)</td>
<td align="center" bgcolor="#cccccc">4</td>
<td align="center">4</td>
<td align="center" bgcolor="#cccccc">6</td>
<td align="LEFT">Be careful.- fairly risky. Only selective links from sources that come up as a natural result of doing business. I prefer industry specific memberships and groups.</td>
</tr>
<tr>
<td height="17" align="RIGHT">18</td>
<td align="LEFT">Send unsolicited, yet awesome articles to other bloggers to reference or post</td>
<td align="center" bgcolor="#cccccc">6</td>
<td align="center">6</td>
<td align="center" bgcolor="#cccccc">4</td>
<td align="LEFT">If content is good, it may work out as a good long term partner.</td>
</tr>
<tr>
<td height="17" align="RIGHT">19</td>
<td align="LEFT">Let your networked friends know that you’ll do reviews and testimonials.</td>
<td align="center" bgcolor="#cccccc">4</td>
<td align="center">5</td>
<td align="center" bgcolor="#cccccc">4</td>
<td align="LEFT"></td>
</tr>
<tr>
<td height="17" align="RIGHT">20</td>
<td align="LEFT">Buy reviews on pay-per-post or a similar service.</td>
<td align="center" bgcolor="#cccccc">2</td>
<td align="center">2</td>
<td align="center" bgcolor="#cccccc">6</td>
<td align="LEFT">Don&#8217;t prefer this technique. Haven&#8217;t seen it really pay dividends.</td>
</tr>
<tr>
<td height="17" align="RIGHT">21</td>
<td align="LEFT">Get on the Digg front page (and watch your server melt).</td>
<td align="center" bgcolor="#cccccc">10</td>
<td align="center">10</td>
<td align="center" bgcolor="#cccccc">2</td>
<td align="LEFT">Creating something that gets on the first page is the hard part.</td>
</tr>
<tr>
<td height="17" align="RIGHT">22</td>
<td align="LEFT">Exchange Stumbles on popular webmaster forums.</td>
<td align="center" bgcolor="#cccccc">3</td>
<td align="center">3</td>
<td align="center" bgcolor="#cccccc">6</td>
<td align="LEFT"></td>
</tr>
<tr>
<td height="17" align="RIGHT">23</td>
<td align="LEFT">Submit to Del.icio.us</td>
<td align="center" bgcolor="#cccccc">1</td>
<td align="center">4</td>
<td align="center" bgcolor="#cccccc">3</td>
<td align="LEFT"></td>
</tr>
<tr>
<td height="17" align="RIGHT">24</td>
<td align="LEFT">Answer a question on Yahoo Answers and reference your site.</td>
<td align="center" bgcolor="#cccccc">2</td>
<td align="center">4</td>
<td align="center" bgcolor="#cccccc">2</td>
<td align="LEFT"></td>
</tr>
<tr>
<td height="17" align="RIGHT">25</td>
<td align="LEFT">Pick a hot ebook or software program and review it for free.</td>
<td align="center" bgcolor="#cccccc">2</td>
<td align="center">4</td>
<td align="center" bgcolor="#cccccc">2</td>
<td align="LEFT"></td>
</tr>
<tr>
<td height="17" align="RIGHT">26</td>
<td align="LEFT">If you get paid for a review – make it a great one, and you’ll get a link back.</td>
<td align="center" bgcolor="#cccccc">4</td>
<td align="center">4</td>
<td align="center" bgcolor="#cccccc">2</td>
<td align="LEFT">Getting paid for a review is the difficult part. Making it good should just be a given.</td>
</tr>
<tr>
<td height="17" align="RIGHT">27</td>
<td align="LEFT">Don’t be afraid to link out – share the link love (just don’t get too spammy)</td>
<td align="center" bgcolor="#cccccc">1</td>
<td align="center">4</td>
<td align="center" bgcolor="#cccccc">2</td>
<td align="LEFT">Sharing the love is a good way to get link karma- others in the industry reciprocate.</td>
</tr>
<tr>
<td height="18" align="RIGHT">28</td>
<td align="LEFT">Be the first to report breaking news (hard, but very effective)</td>
<td align="center" bgcolor="#cccccc">10</td>
<td align="center">9</td>
<td align="center" bgcolor="#cccccc">2</td>
<td align="LEFT">Takes great timing and some luck, but a nice technique. Not really something that can scale for most SEOs.</td>
</tr>
<tr>
<td height="17" align="RIGHT">29</td>
<td align="LEFT">Review a semi-popular tech gadget.</td>
<td align="center" bgcolor="#cccccc">3</td>
<td align="center">4</td>
<td align="center" bgcolor="#cccccc">3</td>
<td align="LEFT"></td>
</tr>
<tr>
<td height="17" align="RIGHT">30</td>
<td align="LEFT">Review stuff on Amazon, and put your link in your profile</td>
<td align="center" bgcolor="#cccccc">2</td>
<td align="center">2</td>
<td align="center" bgcolor="#cccccc">5</td>
<td align="LEFT"></td>
</tr>
<tr>
<td height="17" align="RIGHT">31</td>
<td align="LEFT">Create a Linked-In page, and make sure to put your link on it.</td>
<td align="center" bgcolor="#cccccc">2</td>
<td align="center">3</td>
<td align="center" bgcolor="#cccccc">4</td>
<td align="LEFT"></td>
</tr>
<tr>
<td height="17" align="RIGHT">32</td>
<td align="LEFT">Speaking of that, do the same for Facebook, Myspace, and others..</td>
<td align="center" bgcolor="#cccccc">2</td>
<td align="center">3</td>
<td align="center" bgcolor="#cccccc">4</td>
<td align="LEFT"></td>
</tr>
<tr>
<td height="17" align="RIGHT">33</td>
<td align="LEFT">Hire good writers to pump out quality content.</td>
<td align="center" bgcolor="#cccccc">7</td>
<td align="center">8</td>
<td align="center" bgcolor="#cccccc">2</td>
<td align="LEFT">Hard to find good writers at an economical price, but quality is always worth it.</td>
</tr>
<tr>
<td height="17" align="RIGHT">34</td>
<td align="LEFT">Join all applicable Chamber of Commerce’s’ in your area for free links</td>
<td align="center" bgcolor="#cccccc">3</td>
<td align="center">4</td>
<td align="center" bgcolor="#cccccc">3</td>
<td align="LEFT"></td>
</tr>
<tr>
<td height="17" align="RIGHT">35</td>
<td align="LEFT">Join the BBB (Better Business Bureau) for a free link.</td>
<td align="center" bgcolor="#cccccc">2</td>
<td align="center">5</td>
<td align="center" bgcolor="#cccccc">2</td>
<td align="LEFT">Wait?! Isn&#8217;t this $300-$1,000 annually? Effective, but expensive.</td>
</tr>
<tr>
<td height="18" align="RIGHT">36</td>
<td align="LEFT">Post a bulletin in your Myspace account about your new site.</td>
<td align="center" bgcolor="#cccccc">2</td>
<td align="center">2</td>
<td align="center" bgcolor="#cccccc">3</td>
<td align="LEFT">Not a big Myspace fan.</td>
</tr>
<tr>
<td height="17" align="RIGHT">37</td>
<td align="LEFT">Throw a relevant link in a Craigslist ad.</td>
<td align="center" bgcolor="#cccccc">2</td>
<td align="center">3</td>
<td align="center" bgcolor="#cccccc">5</td>
<td align="LEFT"></td>
</tr>
<tr>
<td height="17" align="RIGHT">38</td>
<td align="LEFT">Create your own SEO tool.</td>
<td align="center" bgcolor="#cccccc">10</td>
<td align="center">10</td>
<td align="center" bgcolor="#cccccc">2</td>
<td align="LEFT">If it&#8217;s valuable and solved a common problem it&#8217;s a great idea. Problem is- that&#8217;s hard to do.</td>
</tr>
<tr>
<td height="17" align="RIGHT">39</td>
<td align="LEFT">Buy TV air time on a small station flashing your URL.</td>
<td align="center" bgcolor="#cccccc">10</td>
<td align="center">3</td>
<td align="center" bgcolor="#cccccc">7</td>
<td align="LEFT">Expensive and a lot of work.</td>
</tr>
<tr>
<td height="17" align="RIGHT">40</td>
<td align="LEFT">Buy Radio time for a short commercial spamming your URL.</td>
<td align="center" bgcolor="#cccccc">9</td>
<td align="center">3</td>
<td align="center" bgcolor="#cccccc">7</td>
<td align="LEFT">Expensive, a lot of work and I don&#8217;t see it driving links.</td>
</tr>
<tr>
<td height="17" align="RIGHT">41</td>
<td align="LEFT">Put bumper stickers on your car with your link on it.</td>
<td align="center" bgcolor="#cccccc">2</td>
<td align="center">1</td>
<td align="center" bgcolor="#cccccc">10</td>
<td align="LEFT"></td>
</tr>
<tr>
<td height="17" align="RIGHT">42</td>
<td align="LEFT">Look for older, higher PR sites with Guestbooks, and sign them! Easy links.</td>
<td align="center" bgcolor="#cccccc">2</td>
<td align="center">2</td>
<td align="center" bgcolor="#cccccc">4</td>
<td align="LEFT"></td>
</tr>
<tr>
<td height="18" align="RIGHT">43</td>
<td align="LEFT">Comment on Do-Follow blogs (meaning the link in your comment will be followed by a spider)</td>
<td align="center" bgcolor="#cccccc">4</td>
<td align="center">4</td>
<td align="center" bgcolor="#cccccc">4</td>
<td align="LEFT">Potentially very spammy. Add value to the blog with high quality comments and links to resources.</td>
</tr>
<tr>
<td height="18" align="RIGHT">44</td>
<td align="LEFT">Post your link in forums, and your forum signature.</td>
<td align="center" bgcolor="#cccccc">3</td>
<td align="center">3</td>
<td align="center" bgcolor="#cccccc">5</td>
<td align="LEFT">Potentially very spammy. Add value to the forum or go away.</td>
</tr>
<tr>
<td height="17" align="RIGHT">45</td>
<td align="LEFT">Don’t forget to link from some of your older, more established sites.</td>
<td align="center" bgcolor="#cccccc">3</td>
<td align="center">4</td>
<td align="center" bgcolor="#cccccc">1</td>
<td align="LEFT">If applicable, do it.</td>
</tr>
<tr>
<td height="17" align="RIGHT">46</td>
<td align="LEFT">Buy post level links from other bloggers/webmasters. (usually cheap)</td>
<td align="center" bgcolor="#cccccc">2</td>
<td align="center">3</td>
<td align="center" bgcolor="#cccccc">5</td>
<td align="LEFT"></td>
</tr>
<tr>
<td height="17" align="RIGHT">47</td>
<td align="LEFT">Don’t be afraid to ask for links, you just never know!</td>
<td align="center" bgcolor="#cccccc">3</td>
<td align="center">4</td>
<td align="center" bgcolor="#cccccc">3</td>
<td align="LEFT"></td>
</tr>
<tr>
<td height="17" align="RIGHT">48</td>
<td align="LEFT">Do pro-bono work for a non-profit, and they may link to you.</td>
<td align="center" bgcolor="#cccccc">8</td>
<td align="center">7</td>
<td align="center" bgcolor="#cccccc">1</td>
<td align="LEFT">Love it. Takes a lot of work, but adds value and earns high quality links.</td>
</tr>
<tr>
<td height="17" align="RIGHT">49</td>
<td align="LEFT">Offer to be a guest blogger or regular contributor on a bigger blog.</td>
<td align="center" bgcolor="#cccccc">6</td>
<td align="center">7</td>
<td align="center" bgcolor="#cccccc">3</td>
<td align="LEFT">Write good stuff and earn good links.</td>
</tr>
<tr>
<td height="17" align="RIGHT">50</td>
<td align="LEFT">Apply to about.com for a topic that you can write about.</td>
<td align="center" bgcolor="#cccccc">5</td>
<td align="center">6</td>
<td align="center" bgcolor="#cccccc">2</td>
<td align="LEFT"></td>
</tr>
<tr>
<td height="17" align="RIGHT">51</td>
<td align="LEFT">Sell items on ebay and agree to donate proceeds to charity – they will link to you.</td>
<td align="center" bgcolor="#cccccc">5</td>
<td align="center">6</td>
<td align="center" bgcolor="#cccccc">1</td>
<td align="LEFT">Great cause and legit way to earn link- but takes time and money.</td>
</tr>
<tr>
<td height="17" align="RIGHT">52</td>
<td align="LEFT">Hire someone from a webmaster forum to submit links for you.</td>
<td align="center" bgcolor="#cccccc">2</td>
<td align="center">3</td>
<td align="center" bgcolor="#cccccc">5</td>
<td align="LEFT"></td>
</tr>
<tr>
<td height="17" align="RIGHT">53</td>
<td align="LEFT">Trade articles with industry related webmasters</td>
<td align="center" bgcolor="#cccccc">4</td>
<td align="center">4</td>
<td align="center" bgcolor="#cccccc">3</td>
<td align="LEFT"></td>
</tr>
<tr>
<td height="17" align="RIGHT">54</td>
<td align="LEFT">Rewrite old content they may have been buried to fast…breath new life.</td>
<td align="center" bgcolor="#cccccc">3</td>
<td align="center">5</td>
<td align="center" bgcolor="#cccccc">2</td>
<td align="LEFT">Update the content to make it more relevant. Don&#8217;t just rehash same stuff.</td>
</tr>
<tr>
<td height="17" align="RIGHT">55</td>
<td align="LEFT">Find out about getting a link on your local libraries website.</td>
<td align="center" bgcolor="#cccccc">4</td>
<td align="center">6</td>
<td align="center" bgcolor="#cccccc">3</td>
<td align="LEFT"></td>
</tr>
<tr>
<td height="17" align="RIGHT">56</td>
<td align="LEFT">Launch an affiliate program for your site, ebook, or product.</td>
<td align="center" bgcolor="#cccccc">4</td>
<td align="center">4</td>
<td align="center" bgcolor="#cccccc">5</td>
<td align="LEFT"></td>
</tr>
<tr>
<td height="17" align="RIGHT">57</td>
<td align="LEFT">Technorati tag all of your posts for good Technorati exposure.</td>
<td align="center" bgcolor="#cccccc">3</td>
<td align="center">3</td>
<td align="center" bgcolor="#cccccc">3</td>
<td align="LEFT"></td>
</tr>
<tr>
<td height="17" align="RIGHT">58</td>
<td align="LEFT">Take advantage of “old world media” (newspapers, magazines)</td>
<td align="center" bgcolor="#cccccc">5</td>
<td align="center">3</td>
<td align="center" bgcolor="#cccccc">3</td>
<td align="LEFT"></td>
</tr>
<tr>
<td height="17" align="RIGHT">59</td>
<td align="LEFT">Rent links from Text-Link-Ads or similar service (careful with this one!)</td>
<td align="center" bgcolor="#cccccc">3</td>
<td align="center">3</td>
<td align="center" bgcolor="#cccccc">7</td>
<td align="LEFT"></td>
</tr>
<tr>
<td height="17" align="RIGHT">60</td>
<td align="LEFT">If you have the ability, create a Firefox extension and release it.</td>
<td align="center" bgcolor="#cccccc">10</td>
<td align="center">9</td>
<td align="center" bgcolor="#cccccc">2</td>
<td align="LEFT">Difficult to build and get adoption, but if you can do it- quality, earned links will follow.</td>
</tr>
<tr>
<td height="17" align="RIGHT">61</td>
<td align="LEFT">Answer questions on Google Groups and link if necessary.</td>
<td align="center" bgcolor="#cccccc">4</td>
<td align="center">4</td>
<td align="center" bgcolor="#cccccc">3</td>
<td align="LEFT"></td>
</tr>
<tr>
<td height="17" align="RIGHT">62</td>
<td align="LEFT">Call in to a radio show and shamelessly plug your site!</td>
<td align="center" bgcolor="#cccccc">3</td>
<td align="center">2</td>
<td align="center" bgcolor="#cccccc">10</td>
<td align="LEFT"></td>
</tr>
<tr>
<td height="17" align="RIGHT">63</td>
<td align="LEFT">A good PPC campaign can draw exposure which could = links.</td>
<td align="center" bgcolor="#cccccc">5</td>
<td align="center">3</td>
<td align="center" bgcolor="#cccccc">5</td>
<td align="LEFT">Perhaps a way to spread link bait. Can be expensive.</td>
</tr>
<tr>
<td height="17" align="RIGHT">64</td>
<td align="LEFT">Head over to the slums (chat rooms) and mention your site if appropriate.</td>
<td align="center" bgcolor="#cccccc">3</td>
<td align="center">2</td>
<td align="center" bgcolor="#cccccc">7</td>
<td align="LEFT"></td>
</tr>
<tr>
<td height="18" align="RIGHT">65</td>
<td align="LEFT">Create a controversial political cartoon and get it some attention.</td>
<td align="center" bgcolor="#cccccc">10</td>
<td align="center">6</td>
<td align="center" bgcolor="#cccccc">3</td>
<td align="LEFT">Creating the viral cartoon is the difficult part. If you have these talents in-house, may be an option, for most not pratical.</td>
</tr>
<tr>
<td height="17" align="RIGHT">66</td>
<td align="LEFT">Most local Fox sites have a blogging community you can tap into.</td>
<td align="center" bgcolor="#cccccc">3</td>
<td align="center">3</td>
<td align="center" bgcolor="#cccccc">4</td>
<td align="LEFT">Fox news sites? Not aware of this, so assuming low on each.</td>
</tr>
<tr>
<td height="17" align="RIGHT">67</td>
<td align="LEFT">Hire someone to do everything in this list. Outsourcing is cheap and fun.</td>
<td align="center" bgcolor="#cccccc">5</td>
<td align="center">3</td>
<td align="center" bgcolor="#cccccc">5</td>
<td align="LEFT">Not easy to find a good outsource partner that delivers quality. Takes a lot of trial and error. Usually not a good investment.</td>
</tr>
<tr>
<td height="17" align="RIGHT">68</td>
<td align="LEFT">Get business cards, and distribute the hell out of them for exposure.</td>
<td align="center" bgcolor="#cccccc">4</td>
<td align="center">2</td>
<td align="center" bgcolor="#cccccc">9</td>
<td align="LEFT"></td>
</tr>
<tr>
<td height="18" align="RIGHT">69</td>
<td align="LEFT">Drop your link on Xbox live.</td>
<td align="center" bgcolor="#cccccc">2</td>
<td align="center">2</td>
<td align="center" bgcolor="#cccccc">10</td>
<td align="LEFT">Never done this, seems really spammy.</td>
</tr>
<tr>
<td height="18" align="RIGHT">70</td>
<td align="LEFT">Mention your link when you’re playing online PC games.</td>
<td align="center" bgcolor="#cccccc">2</td>
<td align="center">2</td>
<td align="center" bgcolor="#cccccc">10</td>
<td align="LEFT">Never done this, seems really spammy.</td>
</tr>
<tr>
<td height="17" align="RIGHT">71</td>
<td align="LEFT">Donate a larger sum of money to a small charity in exchange for a link.</td>
<td align="center" bgcolor="#cccccc">10</td>
<td align="center">8</td>
<td align="center" bgcolor="#cccccc">2</td>
<td align="LEFT">Good cause, but can get expensive, hence the 10 on difficulty. Links are often not worth the investment. Check for how much juice is being passed. However- great cause and legit way to earn a link!</td>
</tr>
<tr>
<td height="18" align="RIGHT">72</td>
<td align="LEFT">If you’re in school, put your link on your college website (even sneak it in for a free .edu backlink )</td>
<td align="center" bgcolor="#cccccc">7</td>
<td align="center">5</td>
<td align="center" bgcolor="#cccccc">10</td>
<td align="LEFT">Not really scalable- risky and spammy. Remind anyone of Overstock?</td>
</tr>
<tr>
<td height="17" align="RIGHT">73</td>
<td align="LEFT">If you have family friendly content, get a link from your Church’s website.</td>
<td align="center" bgcolor="#cccccc">3</td>
<td align="center">5</td>
<td align="center" bgcolor="#cccccc">8</td>
<td align="LEFT"></td>
</tr>
<tr>
<td height="17" align="RIGHT">74</td>
<td align="LEFT">Set up a Squidoo lens with good content, and link to your site from it.</td>
<td align="center" bgcolor="#cccccc">4</td>
<td align="center">5</td>
<td align="center" bgcolor="#cccccc">3</td>
<td align="LEFT">If good content and kept up-to-date can be a good link.</td>
</tr>
<tr>
<td height="17" align="RIGHT">75</td>
<td align="LEFT">Sponsor an event or a big contest – trust me, lots of link love there.</td>
<td align="center" bgcolor="#cccccc">10</td>
<td align="center">8</td>
<td align="center" bgcolor="#cccccc">2</td>
<td align="LEFT">Good cause, but can get expensive, hence the 10 on difficulty. Links are often not worth the investment. Check for how much juice is being passed. However- great cause and legit way to earn a link!</td>
</tr>
<tr>
<td height="17" align="RIGHT">76</td>
<td align="LEFT">Enter all the group writing projects you can find – good links.</td>
<td align="center" bgcolor="#cccccc">4</td>
<td align="center">4</td>
<td align="center" bgcolor="#cccccc">5</td>
<td align="LEFT"></td>
</tr>
<tr>
<td height="17" align="RIGHT">77</td>
<td align="LEFT">Start a community helpful website, and get on the local news – they love it.</td>
<td align="center" bgcolor="#cccccc">10</td>
<td align="center">8</td>
<td align="center" bgcolor="#cccccc">4</td>
<td align="LEFT"></td>
</tr>
<tr>
<td height="17" align="RIGHT">78</td>
<td align="LEFT">Submit to RSS feed sites – hopefully they’ll link back.</td>
<td align="center" bgcolor="#cccccc">2</td>
<td align="center">4</td>
<td align="center" bgcolor="#cccccc">2</td>
<td align="LEFT">With good content coming in consistently, this is well worth it.</td>
</tr>
<tr>
<td height="18" align="RIGHT">79</td>
<td align="LEFT">Make sure to take advantage of trackbacks when linking out to other blogs.</td>
<td align="center" bgcolor="#cccccc">2</td>
<td align="center">3</td>
<td align="center" bgcolor="#cccccc">2</td>
<td align="LEFT">Easy in WordPress- so well worth it.</td>
</tr>
<tr>
<td height="17" align="RIGHT">80</td>
<td align="LEFT">Set up an award system on your site, and have readers vote on best site.</td>
<td align="center" bgcolor="#cccccc">5</td>
<td align="center">5</td>
<td align="center" bgcolor="#cccccc">6</td>
<td align="LEFT">Hard to create unique contests and get people to utilize. Kind of played out, but if legitimate contest may be worthwhile.</td>
</tr>
<tr>
<td height="17" align="RIGHT">81</td>
<td align="LEFT">Speaking of that, enter all the award sites you can.</td>
<td align="center" bgcolor="#cccccc">2</td>
<td align="center">4</td>
<td align="center" bgcolor="#cccccc">4</td>
<td align="LEFT">If your site is well designed or has something unique, well worth submitting to these contests.</td>
</tr>
<tr>
<td height="17" align="RIGHT">82</td>
<td align="LEFT">Make a super crazy viral type video, and get it on Youtube.</td>
<td align="center" bgcolor="#cccccc">10</td>
<td align="center">8</td>
<td align="center" bgcolor="#cccccc">4</td>
<td align="LEFT">Really hard to create something viral that will take off. Educational type videos that go semi-viral in an industry may be a more cost effective and less risky approach.</td>
</tr>
<tr>
<td height="17" align="RIGHT">83</td>
<td align="LEFT">Start a podcasting series, and build an audience, they’ll link to you.</td>
<td align="center" bgcolor="#cccccc">10</td>
<td align="center">6</td>
<td align="center" bgcolor="#cccccc">5</td>
<td align="LEFT">Hard to create and up keep. Huge investment of time is required and follow-through is required. Good links, but large investment of time over a long time is required.</td>
</tr>
<tr>
<td height="17" align="RIGHT">84</td>
<td align="LEFT">Write a heavily opinionated piece to get people talking.</td>
<td align="center" bgcolor="#cccccc">7</td>
<td align="center">7</td>
<td align="center" bgcolor="#cccccc">2</td>
<td align="LEFT">Again, the content is the secret. Difficult to cut through the clutter- but doable- especially within an niche industry.</td>
</tr>
<tr>
<td height="17" align="RIGHT">85</td>
<td align="LEFT">Retain a real linkbaiting service. (There are a few out there, but $$$)</td>
<td align="center" bgcolor="#cccccc">10</td>
<td align="center">6</td>
<td align="center" bgcolor="#cccccc">2</td>
<td align="LEFT">Great idea, but hard to find a great partner. Gets expensive fast.</td>
</tr>
<tr>
<td height="18" align="RIGHT">86</td>
<td align="LEFT">Hire an actual real life publicist for your site (if you can justify it)</td>
<td align="center" bgcolor="#cccccc">8</td>
<td align="center">5</td>
<td align="center" bgcolor="#cccccc">5</td>
<td align="LEFT">Expensive. Probably not doable for most businesses (small and mid-sized). Consider adding the task to a current employee who has aptitude for it.</td>
</tr>
<tr>
<td height="17" align="RIGHT">87</td>
<td align="LEFT">Help with an up and coming web 2.0 project for more exposure.</td>
<td align="center" bgcolor="#cccccc">10</td>
<td align="center">5</td>
<td align="center" bgcolor="#cccccc">1</td>
<td align="LEFT">Identify good opportunity and invest time/$ is the hard part.</td>
</tr>
<tr>
<td height="17" align="RIGHT">88</td>
<td align="LEFT">Start a content writing service website, and have clients link to you for a discount.</td>
<td align="center" bgcolor="#cccccc">10</td>
<td align="center">6</td>
<td align="center" bgcolor="#cccccc">3</td>
<td align="LEFT"></td>
</tr>
<tr>
<td height="17" align="RIGHT">89</td>
<td align="LEFT">Crack the top 100 in Technorati, or create the largest MyBlogLog community.</td>
<td align="center" bgcolor="#cccccc">10</td>
<td align="center">8</td>
<td align="center" bgcolor="#cccccc">3</td>
<td align="LEFT"></td>
</tr>
<tr>
<td height="17" align="RIGHT">90</td>
<td align="LEFT">Go old school and trade links with other relevant sites.</td>
<td align="center" bgcolor="#cccccc">4</td>
<td align="center">3</td>
<td align="center" bgcolor="#cccccc">7</td>
<td align="LEFT">Only a small portion of this is healthy. Too risky if a core of your link building strategy. Make traded links relevant and within the natural course of doing business.</td>
</tr>
<tr>
<td height="17" align="RIGHT">91</td>
<td align="LEFT">Check who links to your competitors, and get links from them!</td>
<td align="center" bgcolor="#cccccc">5</td>
<td align="center">7</td>
<td align="center" bgcolor="#cccccc">3</td>
<td align="LEFT">Love it.</td>
</tr>
<tr>
<td height="17" align="RIGHT">92</td>
<td align="LEFT">Provide a ***y “link to me” button or banner, and people will use it, for real.</td>
<td align="center" bgcolor="#cccccc">4</td>
<td align="center">3</td>
<td align="center" bgcolor="#cccccc">7</td>
<td align="LEFT">Only a small portion of this is healthy. Too risky if a core of your link building strategy. Make traded links relevant and within the natural course of doing business.</td>
</tr>
<tr>
<td height="17" align="RIGHT">93</td>
<td align="LEFT">Create a good Facebook app, and if it’s really good, the links will pour in.</td>
<td align="center" bgcolor="#cccccc">10</td>
<td align="center">10</td>
<td align="center" bgcolor="#cccccc">2</td>
<td align="LEFT"></td>
</tr>
<tr>
<td height="18" align="RIGHT">94</td>
<td align="LEFT">Review bands, local restaurants, and small shops and get links on their sites in return for the exposure.</td>
<td align="center" bgcolor="#cccccc">4</td>
<td align="center">6</td>
<td align="center" bgcolor="#cccccc">3</td>
<td align="LEFT">Especially good for geo-targetted optimization.</td>
</tr>
<tr>
<td height="32" align="RIGHT">95</td>
<td align="LEFT">Speaking of that, sponsor a hot local band’s show one night with big flashy banners with your link on it (in the background)</td>
<td align="center" bgcolor="#cccccc">8</td>
<td align="center">3</td>
<td align="center" bgcolor="#cccccc">6</td>
<td align="LEFT"></td>
</tr>
<tr>
<td height="32" align="RIGHT">96</td>
<td align="LEFT">When Hannah Montana comes to town, buy up some tickets, offer them on your site as prizes. Local news stations and papers will eat it up alive.</td>
<td align="center" bgcolor="#cccccc">8</td>
<td align="center">5</td>
<td align="center" bgcolor="#cccccc">3</td>
<td align="LEFT">Concept is okay, but requires money and some serious promotion.</td>
</tr>
<tr>
<td height="17" align="RIGHT">97</td>
<td align="LEFT">Sue Yahoo, Google, or whoever, and you’ll get plenty of publicity – lol</td>
<td align="center" bgcolor="#cccccc">10</td>
<td align="center">1</td>
<td align="center" bgcolor="#cccccc">7</td>
<td align="LEFT">LOL.</td>
</tr>
<tr>
<td height="32" align="RIGHT">98</td>
<td align="LEFT">Answer all of your emails promptly and professionally. People love that, and will link to you and let everyone know how swell you are.</td>
<td align="center" bgcolor="#cccccc">5</td>
<td align="center">1</td>
<td align="center" bgcolor="#cccccc">1</td>
<td align="LEFT">Good practice, but hardly a link building strategy.</td>
</tr>
<tr>
<td height="17" align="RIGHT">99</td>
<td align="LEFT">Create a thorough walk through on a game or even an electronic device. People love that stuff!</td>
<td align="center" bgcolor="#cccccc">3</td>
<td align="center">3</td>
<td align="center" bgcolor="#cccccc">3</td>
<td align="LEFT"></td>
</tr>
<tr>
<td height="17" align="RIGHT">100</td>
<td align="LEFT">Network with like-minded individuals offline. Talk to them about tossing your link up on their site.</td>
<td align="center" bgcolor="#cccccc">5</td>
<td align="center">3</td>
<td align="center" bgcolor="#cccccc">7</td>
<td align="LEFT">Good practice, but an after-thought. It should, however, become a habit.</td>
</tr>
<tr>
<td height="17" align="RIGHT">101</td>
<td align="LEFT">Write about the hottest celebrities, and make it unique. People love Hollywood.</td>
<td align="center" bgcolor="#cccccc">5</td>
<td align="center">2</td>
<td align="center" bgcolor="#cccccc">6</td>
<td align="LEFT">Rarely have I found this to be applicable to a link building strategy.</td>
</tr>
<tr>
<td height="17" align="RIGHT">102</td>
<td align="LEFT">Create your own Wiki page (it’s no follow, but could lead to natural links)</td>
<td align="center" bgcolor="#cccccc">3</td>
<td align="center">3</td>
<td align="center" bgcolor="#cccccc">7</td>
<td align="LEFT">Usually will be vetted out. Industry specific wikis are a better approach.</td>
</tr>
<tr>
<td height="17" align="RIGHT">103</td>
<td align="LEFT">Create your own training program for your field of interest.</td>
<td align="center" bgcolor="#cccccc">10</td>
<td align="center">8</td>
<td align="center" bgcolor="#cccccc">2</td>
<td align="LEFT">Quality training content takes time and consistency, but a great way to earn legit links.</td>
</tr>
<tr>
<td height="17" align="RIGHT">104</td>
<td align="LEFT">Offer an on-page language translator to reach out to other countries, which can lead to new links</td>
<td align="center" bgcolor="#cccccc">5</td>
<td align="center">3</td>
<td align="center" bgcolor="#cccccc">1</td>
<td align="LEFT"></td>
</tr>
<tr>
<td height="17" align="LEFT"></td>
<td align="LEFT"></td>
<td align="LEFT"></td>
<td align="LEFT"></td>
<td align="LEFT"></td>
<td align="LEFT"></td>
</tr>
</tbody>
</table>
<p><strong>Feedback? </strong>What rankings would you change? What comments would you add? Let us know what you think.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gravitateonline.com/link-building/link-building-ideas-analyzed/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

