<?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>ZoomSpring SEO</title>
	<atom:link href="http://zoomspring.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://zoomspring.com</link>
	<description>Be found.</description>
	<lastBuildDate>Thu, 16 Feb 2012 19:18:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Best SEO tool ever &#8212; YOUR OWN: Learn ImportXML [Tutorial]</title>
		<link>http://zoomspring.com/learn-importxml-tutorial/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=learn-importxml-tutorial</link>
		<comments>http://zoomspring.com/learn-importxml-tutorial/#comments</comments>
		<pubDate>Thu, 16 Feb 2012 19:15:19 +0000</pubDate>
		<dc:creator>Jordan Godbey</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[google docs]]></category>
		<category><![CDATA[importxml]]></category>
		<category><![CDATA[xpath]]></category>

		<guid isPermaLink="false">http://zoomspring.com/?p=38</guid>
		<description><![CDATA[I am not a developer. But learning how to use ImportXML has been one of the most interesting things I&#8217;ve done in the past few weeks. If you haven&#8217;t heard of ImportXML yet, or just haven&#8217;t got around to using it, you need to learn it now. Why? - It&#8217;s not very hard - It&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>I am not a developer. But learning how to use ImportXML has been one of the most interesting things I&#8217;ve done in the past few weeks.</p>
<p>If you haven&#8217;t heard of ImportXML yet, or just haven&#8217;t got around to using it, you need to learn it now.</p>
<p>Why?</p>
<p>- It&#8217;s not very hard<br />
- It&#8217;s free and awesome<br />
- It will save you tons of time if you do any work online and make you very happy! Yaaay</p>
<p>Assuming you work in the internet field, <a href="http://www.distilled.net/blog/seo/the-modern-seos-toolkit-my-rant-about-learning-to-code/">learning to code</a>, even at a beginner/intermediate level, is a <strong>very</strong> valuable skill to have. You might never be the one writing complicated programs for your company, but you will <span style="text-decoration: underline;">understand</span> what goes into it and how it works. Plus you&#8217;ll be able to create smaller &#8220;agile&#8221; tools that can make your life easier.</p>
<blockquote><p>Pro tip: Learning a skill or theory is great, but <strong>applying</strong> it directly to one of <strong>your</strong> problems is the secret. It&#8217;s great to learn how to show all the dog breads in Gdocs using ImportXML, but you will most likely forget all the details of how it works once your done if you aren&#8217;t using it in your day-to-day activities.</p></blockquote>
<h4>Let&#8217;s get started..</h4>
<p><a href="http://support.google.com/docs/bin/answer.py?hl=en&amp;answer=155184">ImportXML is a functionality inside Google Docs</a> that allows you to make calls or queries out on the internet, without ever leaving the spreadsheet.</p>
<p>Lots of SEOs have written posts on how to build agile tools to get SEO work done, but ImportXML isn&#8217;t bias to the SEO world, you can do almost anything you can imagine with it.</p>
<p><em>Note : I&#8217;ve made a <a href="#resources">reference list</a> at the end of this post for more on ImportXML with SEO</em></p>
<p>So let&#8217;s dig in&#8230; I&#8217;m going to show you how I helped my wife save hours for an assignment her boss wanted: Build a spreadsheet with every country, their population, GDP, &amp; other data from multiple data sources online</p>
<h4>Tasks</h4>
<p>- Create a list of every country from <a href="https://www.cia.gov/library/publications/the-world-factbook/">CIA&#8217;s World Factbook</a>.<br />
- Get the page URL extension<br />
- Get the full page URL<br />
- Get the population</p>
<p>So we&#8217;re starting with this :</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-40" title="google-docs-empty-country-data" src="http://zoomspring.com/wp-content/uploads/2012/02/Screen-Shot-2012-02-01-at-5.32.13-PM.png" alt="" width="561" height="198" /></p>
<p> And need it to look like this :</p>
<p style="text-align: center;"><img class="aligncenter  wp-image-41" title="google-docs-country-data" src="http://zoomspring.com/wp-content/uploads/2012/02/google-docs-country-data.png" alt="" width="588" height="164" /></p>
<p>She was going to do it by searching manually for this field</p>
<p><img src="http://zoomspring.com/wp-content/uploads/population-data.png" alt="" /></p>
<p>on <span style="text-decoration: underline;">300+ pages</span>, then copying all the information by hand!</p>
<p>Which made me say noooooooooooo!</p>
<div class="wp-caption aligncenter" style="width: 330px;"><img src="http://zoomspring.com/wp-content/uploads/love-taking-notes.png" alt="" /></p>
<p class="wp-caption-text">&#8230; but I bet this kid would love it</p>
</div>
<p>So the fist step once you&#8217;re in Google Docs is to add the URL you&#8217;ll be using to cell A1. That way you can easily call on that URL in the ImportXML query with (A1,xxx) instead of (http://theurlIwant.com,xxx)</p>
<p align="center"><img src="http://zoomspring.com/wp-content/uploads/importxml-step-1.png" alt="" /></p>
<p>The first function we&#8217;re going to do with ImportXML is</p>
<blockquote><p>=ImportXML(A1,&#8221;//ul[@class='af']//li&#8221;)</p></blockquote>
<p>So how did I come up with that? Well you need to look at the data you need on the page then find it in the source code.</p>
<p>So this<br />
<img src="http://zoomspring.com/wp-content/uploads/world-countries-dropdown.png" alt="" /><br />
equals this in HTML</p>
<pre class="brush: html">
&lt;tr&gt;
&lt;td&gt;&lt;div id=&quot;multi-level&quot;&gt;
&lt;ul class=&quot;menu&quot;&gt;
&lt;li style=&quot;padding-top: 3px;&quot;&gt;&lt;a href=&quot;##&quot; class=&quot;top_link&quot;&gt;select a country or location
&lt;ul class=&quot;af&quot;&gt;

&lt;li&gt;&lt;a href=&quot;geos/xx.html&quot;&gt;World&lt;/a&gt;&lt;/li&gt;

&lt;li&gt;&lt;a href=&quot;geos/af.html&quot;&gt;Afghanistan&lt;/a&gt;&lt;/li&gt;

&lt;li&gt;&lt;a href=&quot;geos/ax.html&quot;&gt;Akrotiri&lt;/a&gt;&lt;/li&gt;

&lt;li&gt;&lt;a href=&quot;geos/al.html&quot;&gt;Albania&lt;/a&gt;&lt;/li&gt;
</pre>
<p>If you&#8217;ve never written code or used ImportXML before, that query probably looking very complicated, but it&#8217;s not. Let&#8217;s break it down.</p>
<p align="center">=ImportXML(A1,&#8221;//ul[@class='af']//li&#8221;)</p>
<p><strong>=ImportXML(url,query)</strong> is the structure of the command</p>
<h4>URL</h4>
<p><strong>A1</strong> is calling our original URL for the CIA world factbook site</p>
<h4>Query</h4>
<p><strong>//</strong> &#8211; select all the elements of the following type<br />
<strong>[@class='']</strong> &#8211; only select the elements of this certain type<br />
<strong>//ul</strong> &#8211; select all of the unordered lists<br />
<strong>//ul[@class='af']</strong> &#8211; show me all unordered lists with class of &#8216;af&#8217;<br />
<strong>//li</strong> &#8211; show all list items</p>
<p><strong>//ul[@class='af']//li</strong> &#8211; show me all list items inside all the unordered lists that have a class of af</p>
<p><img src="http://zoomspring.com/wp-content/uploads/importxml-html-explanation.png" alt="" /></p>
<p>Next, I wanted to get the page-specific URL extension, like /countryname.html, because all the countries started with the same root: https://www.cia.gov/library/publications/the-world-factbook/</p>
<p>The ImportXML script I used to find that was</p>
<blockquote><p>=ImportXML(A1,&#8221;//ul[@class='af']//li/a/@href&#8221;)</p></blockquote>
<p>The script is the same as before, because we&#8217;re looking for the same information, except we want to pull the info in the link (a href).</p>
<p>/a/@href works similarly to how //ul[@class=''] works to drill down in the code</p>
<p>Memorize this for the future to pull out URLs from web sites: &#8220;/a/@href&#8221;</p>
<p><img src="http://zoomspring.com/wp-content/uploads/importXML-li-a-href.png" alt="" /></p>
<p>So now we have this</p>
<p><img src="http://zoomspring.com/wp-content/uploads/countries-page-url.png" alt="" /></p>
<p>And we still need the full URL and population data.</p>
<p>To combine the page specific URL and root URL I used &#8221; =CONCATENATE($A$2,D2) &#8221; and replicated it down the page.</p>
<p>CONCATENATE combines two fields into one &#8212; so I made field A2 &#8220;https://www.cia.gov/library/publications/the-world-factbook/&#8221; (without /index.html at the end) and added the country page to it to form the full URL.</p>
<p>The first time I did it, I used =CONCATENATE(A2,D2) and copied it down the page. It totally broke. Why? Because I left out the two $ symbols.</p>
<p>$ holds the spot in the query and doesn&#8217;t make it relative to the cell, it makes it &#8216;fixed&#8217;. So when I copied the formula down the sheet WITHOUT $ it essentially wrote this for me :<br />
A2,D2<br />
A3,D3<br />
A4,D4<br />
A5,D5<br />
and so on&#8230;</p>
<p>When really I needed this :<br />
A2,D2<br />
A2,D3<br />
A2,D4<br />
A2,D5</p>
<p>because I always need the first part of the query to be the URL in cell A2.</p>
<p>With the dollar sign working correctly, row 5 looks like this : =CONCATENATE($A$2,D5)</p>
<h4>The hard part</h4>
<p>The last thing I needed to mark off this great accomplishment was the population data for <span style="text-decoration: underline;">every country.</span></p>
<p>Up until now I had really just set myself (or my spreadsheet) up to do work, but it hadn&#8217;t done any yet.</p>
<p>So let&#8217;s go back and find some population data on the page so we can find it in the HTML</p>
<p><img src="http://zoomspring.com/wp-content/uploads/andorra-population-text.png" alt="" /><br />
<img src="http://zoomspring.com/wp-content/uploads/andorra-population-html.png" alt="" /></p>
<p>Long story short &#8211; I couldn&#8217;t get the population data.</p>
<p>Why not?? Should the query be //div[@class='category_data']</p>
<p align="center"><img src="http://zoomspring.com/wp-content/uploads/category_data_html.png" alt="" /></p>
<p>Yes it should be, but the CIA has done a HORRIBLE job at marking up their site. They should have used unique section names in their html, but instead they made all data &#8220;category data&#8221; so you cannot get back the response you&#8217;re looking for.</p>
<p>Hmm.. ok well on the w3schools xpath page it says you can use [number] to select just a certain result like //div[9] for the 9th div which has the population data.</p>
<p>But it didn&#8217;t work!</p>
<p><img src="http://zoomspring.com/wp-content/uploads/so-close.png" alt="" /></p>
<p>Just when I thought it was over&#8230; <a href="http://www.seerinteractive.com/team/chris">Chris Le from SEER Interactive</a> to the rescue!</p>
<p align="center"><img src="http://zoomspring.com/wp-content/uploads/chris-le-tweet.png" alt="" /></p>
<p>Chris discovered that Google Docs does NOT support Xpath 2.0 fuctionalities, only 1.0. So the div[9] thing was never going to work.</p>
<p>Instead Chris wrote an awesome script to do the same thing for me!</p>
<pre class="brush: xml">
/**
* From an input array, filter by regEx, and return the first integer values
* found within.
*
* @param {cells} inputArray Range of cells you want to filter
* @param {string} regEx Regular expression to filter by
* @author Chris le (@djchrisle) &lt;chrisl at seerinteractive.com&gt;
*
* @example
*
* =findIntegerInCells(A1:A10, &quot;,\d.*est\.\)&quot;)
*
* Looks in cells A1 to A10 for a comma, followed by a number, then anything
* and followed by &quot;est.)&quot;
*/

function findIntegerInCells(inputArray, regEx) {
var retVal = [];

// Look for cells that match the regular expression
for (var i = 0; i &lt; inputArray.length; i++) {
if (inputArray[i].toString().match(regEx)) { retVal.push(inputArray[i]); }
}

if (retVal.length &gt; 0) {
// Take the first thing found, remove commas
var value = retVal[0].toString().replace(/,/g, &#039;&#039;);
return parseInt(value); // Return just the numeric value
} else {
return &#039;Nothing found : (&#039;;
}
}
</pre>
<p>He created this scripted called findIntegerInCells under Tools &gt; Script editor inside Google Docs. Then to get the population data, you need to use the function =findIntegerInCells(importXml(E3, &#8220;//div[@class='category_data']&#8220;), &#8220;,\d.*est\.\)&#8221;) in a new cell.</p>
<p>Since almost every population on the CIA site has est. after it, he used that in conjunction with the URLs I made to find the right area and grab the numbers for population.</p>
<p>And it worked like a charm!</p>
<p align="center"><img src="http://zoomspring.com/wp-content/uploads/population.png" alt="" /></p>
<p>He even put a line in there so that if it can&#8217;t find population data (ex. indian ocean, antarctica, etc) it doesn&#8217;t error out, it puts Nothing found <img src='http://zoomspring.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p align="center"><img src="http://zoomspring.com/wp-content/uploads/final-product.png" alt="" /><br />
Final product</p>
<p>I realize this wasn&#8217;t the most complicated problem faced or tool built using ImportXML, but I sure learned a lot about it&#8217;s features and how to make it give me what I want.</p>
<p>I had to do a lot of reading, digging around Google and trial and error, but I feel much more confident now about building my own tools for SEO, and I hope you will too!</p>
<p>If you have any questions I&#8217;d love to help in any way I can. There are a lot of other great people in the industry who I&#8217;m sure would lend a hand as well.</p>
<p>Thanks again Chris!</p>
<p>&nbsp;</p>
<h4>Note :</h4>
<p>Chris Le of SEER Interactive just wrote a great post and script to fix the <a href="http://www.seerinteractive.com/blog/google-scraper-in-google-docs-update">new Google SERP scrapping issue with ImportXML</a>. If you&#8217;re trying to scrape the SERPs, you need his hack.</p>
<p><a name="resources"></a></p>
<h4>Killer ImportXML Resources :</h4>
<p>These posts below do an exceptional job of explaining ImportXML and demonstrating various uses for it. You&#8217;ll have a great understanding if you go through a few of these.</p>
<p><a href="http://www.distilled.net/blog/seo/how-to-build-agile-seo-tools-using-google-docs/">How To Build Agile SEO Tools Using Google Spreadsheets</a></p>
<p>http://www.distilled.net/blog/seo/how-to-build-agile-seo-tools-using-google-docs/</p>
<p><a href="https://seogadget.co.uk/playing-around-with-importxml-in-google-spreadsheets/">Playing Around with ImportXML in Google Spreadsheets</a></p>
<p>https://seogadget.co.uk/playing-around-with-importxml-in-google-spreadsheets/</p>
<p><a href="http://www.seerinteractive.com/blog/importxml-cookbook">ImportXML Cookbook</a></p>
<p>http://www.seerinteractive.com/blog/importxml-cookbook</p>
<p><a href="http://www.distilled.net/blog/distilled/guide-to-google-docs-importxml/">The ImportXML Guide for Google Docs</a></p>
<p>http://www.distilled.net/blog/distilled/guide-to-google-docs-importxml/</p>
<p>&nbsp;</p>
<h4>Killer ImportXML Tools</h4>
<p><a href="http://skyrckt.com/guestposttool">Guest post opportunity finder tool</a><br />
http://skyrckt.com/guestposttool &#8211; <a href="http://skyrocketseo.co.uk">James Agate &#8211; Skyrocket SEO</a></p>
<p><a href="http://www.evolvingseo.com/2011/10/06/lest-thy-best-quest-of-keyword-suggest-be-in-jest-unless-thy-invest-zest-in-an-uberfest-of-ubersuggest/">Keyword research with Ubersuggest and ImportXML</a> &#8211; Dan Shure &#8211; Evolving SEO<br />
&nbsp;<br />
Do you have an awesome ImportXML tool? <a href="https://docs.google.com/spreadsheet/viewform?formkey=dG1SS0lyNEZ1d1ZMbER4TWVUYU90c2c6MQ ">Add it to the list</a>!<br />
&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://zoomspring.com/learn-importxml-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eric Ward&#8217;s LinkMoses Private &#8211; Link building done right</title>
		<link>http://zoomspring.com/eric-wards-linkmoses-private-link-building-done-right/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=eric-wards-linkmoses-private-link-building-done-right</link>
		<comments>http://zoomspring.com/eric-wards-linkmoses-private-link-building-done-right/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 21:18:29 +0000</pubDate>
		<dc:creator>Jordan Godbey</dc:creator>
				<category><![CDATA[Link Building]]></category>
		<category><![CDATA[Eric Ward]]></category>
		<category><![CDATA[white hat]]></category>

		<guid isPermaLink="false">http://zoomspring.com/?p=22</guid>
		<description><![CDATA[As SEOs, link building is a huge part of our job. Links are the currency that we use to drive our pages to the top of the SERPs. There are a ton of great resources online to learn about link building strategies but today I&#8217;m going to share one extra special resource. As white hat SEOs, [...]]]></description>
			<content:encoded><![CDATA[<p>As SEOs, link building is a huge part of our job. Links are the currency that we use to drive our pages to the top of the SERPs.</p>
<p>There are a ton of great resources online to learn about <a title="Link building" href="http://www.seomoz.org/blog/category/4" target="_blank">link building strategies</a> but today I&#8217;m going to share one extra special resource.</p>
<div id="attachment_26" class="wp-caption alignright" style="width: 310px"><img class="size-medium wp-image-26" title="4278434497_6780846bbd" src="http://zoomspring.com/wp-content/uploads/2012/01/4278434497_6780846bbd-300x223.jpg" alt="Link" width="300" height="223" /><p class="wp-caption-text">One strong link</p></div>
<p>As white hat SEOs, we&#8217;re constantly being challenged to find new ways to deliver value and build great links that are natural, and would serve a purpose even if they didn&#8217;t pass any link juice. But sometimes the inspiration runs a little low and we get into a rut.</p>
<p>Introducing : The rut-busting link building resource for white hats &#8212; <strong>LinkMoses Private</strong>.</p>
<p>LMP is run by one of the most respected people in all of the internet marketing/SEO space &#8212; <a title="Eric Ward" href="http://www.ericward.com/" target="_blank">Eric Ward</a>. He&#8217;s been the brains behind SEO strategies for a few organizations you might have heard of &#8212; like Amazon.com and Disney.</p>
<h4>So what is it?</h4>
<p>LinkMoses Private is a private email distribution where Eric shares some of the best and freshest link opportunities out there. Not all will apply to everyone, everytime &#8212; but when they do, it&#8217;s <span style="text-decoration: underline;">incredibly good links</span>. These are not cheap-o directory submission link opportunities either.. some are fairly simple and some take work. But they reward for this level of link authority is huge. You could easily value one of these links at $100 or more.</p>
<p>Eric is a phenomenal SEO and curator of the web. He shares his expert advice and the advice of others on a <em>very</em> regular basis, right to your inbox. He just shared a ridiculous <a title="SEO dashboard" href="http://www.ericward.com/linkmosesprivate/newsdashboard.jpg" target="_blank">screenshot</a> with his LMP members of the SEO news he follows so that you and I don&#8217;t have to. Thanks Eric! Oh yeah, for hours of his expert time, the price of LMP is $8/month.</p>
<h4>Are you kidding me!?</h4>
<p>I&#8217;ve personally been able to maximize on a few of his LOA (link opportunity alerts) and am about to jump on a big one he just sent out! (Shh can&#8217;t post all the details just yet <img src='http://zoomspring.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> )</p>
<p>It is truly an incredible value for the price.</p>
<p>I believe he will cap the amount of people on the list, but if you want to check it out for yourself, here&#8217;s the <a title="LinkMoses Private" href="http://www.ericward.com/linkmosesprivate.html" target="_blank">LinkMoses Private page</a>.</p>
<p>Happy linking!</p>
<p>&nbsp;</p>
<p>Photo credit : <a href="http://www.flickr.com/photos/jonycunha/4278434497/sizes/m/in/photostream/" target="_blank">jonycunha</a></p>
]]></content:encoded>
			<wfw:commentRss>http://zoomspring.com/eric-wards-linkmoses-private-link-building-done-right/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>3 things politics teaches you about good SEO</title>
		<link>http://zoomspring.com/3-things-politics-teaches-you-about-good-seo/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=3-things-politics-teaches-you-about-good-seo</link>
		<comments>http://zoomspring.com/3-things-politics-teaches-you-about-good-seo/#comments</comments>
		<pubDate>Tue, 27 Dec 2011 23:49:24 +0000</pubDate>
		<dc:creator>Jordan Godbey</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://zoomspring.com/?p=6</guid>
		<description><![CDATA[As the political campaign season rolls around and we all get bombarded with &#8220;news&#8221; about the candidates, I&#8217;m reminded: like SEO, you can either buy your way to the top or you can earn it. Surprise hint about the ending of this post &#8211; one choice is much better than the other. Here are 3 [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-medium wp-image-10" title="whitehouse" src="http://zoomspring.com/wp-content/uploads/2011/12/whitehouse-300x225.jpg" alt="" width="300" height="225" />As the political campaign season rolls around and we all get bombarded with &#8220;news&#8221; about the candidates, I&#8217;m reminded: like SEO, you can either buy your way to the top or you can earn it. Surprise hint about the ending of this post &#8211; one choice is much better than the other.</p>
<p>Here are 3 ways to effectively grow your business online, taught to us by our politicians.</p>
<h4>1 &#8211; Grassroots efforts win</h4>
<p>Have you ever seen a grassroots candidate before? They generally start off very small, get almost no advertising time and sometimes are not even invited to the debates. They have little money but they generally have a good message. They usually haven&#8217;t been seeking out power their whole lives, but are encouraged to run by others because they are seen as the best person for the job.</p>
<p>These people have a small, but passionate fan base. These candidates hold small town-hall type meetings and actually listen to people and answer their questions. Their supporters will even go door-to-door to pass out information and tell people about how great their candidate is.</p>
<p>When you have a real message that serves the greater good, you can create a campaign and people will get behind it. When you just want to be elected for your own personal ego, you flip-flop your views on every issue (depending on your audience) and no one fully trusts you. You have to buy your way to the top.</p>
<h4>2 &#8211; You&#8217;ll go broke buying your way to the top</h4>
<p>Politicians, like businesses, have two ways to spread their message &#8211; permission marketing and interruption marketing. Seth Godin talks a lot about these forms of communication and is considered the ultimate Guru of marketing by most in the field.</p>
<p>Let&#8217;s take two easy examples&#8230;</p>
<p>Scenario #1: Interruption marketing</p>
<p>You live in a state where there will soon be a vote for a primary election. You sit down to watch your favorite 30-minute program and before it starts you see an ad (#1 of many) for candidate A talking about how many horrible things candidate B has done last year. Then the show starts.</p>
<p>10 minutes into the program you get the second commercial, this time from candidate B about how he has fought for many years to help people just like you get a better life, you should vote for him. Now back to the show.</p>
<p>A little more time passes and now, right before the kicker at the end of the show (that you&#8217;ve been waiting 27 minutes for) commercial number 3 from candidate C comes on, who luckily informs you that both A and B are liars and flip-floppers, by playing meshed-together audio clips from speeches 2 years ago from both of them.</p>
<p>And roll the show&#8217;s credits.</p>
<p>As you get up in disgust that your 30-minute show was only actually 18 minutes long, you hear candidate A in the background playing his same ad.. again.</p>
<p>Did you say to yourself, &#8220;I&#8217;d love to learn about some of the candidates&#8217; opinions on foreign policy, I better turn on How I Met Your Mother so I can get educated&#8221; No.</p>
<p><img class="alignright size-full wp-image-126" title="Barney" src="http://zoomspring.com/wp-content/uploads/2011/12/Barney-Stinson-barney-stinson-15066651-842-1191-1.jpeg" alt="" width="250" height="354" />Do you care about what&#8217;s going on in the political race and who is bashing who? Maybe.</p>
<p>Did you want to hear all about it right now? No.</p>
<p>Did you just want to watch How I Met Your Mother? Yes.</p>
<p>Voilà the pleasures of interruption marketing.</p>
<p>Scenario #2: let&#8217;s take a look at permission marketing.</p>
<p>Taken directly from Seth Godin&#8217;s article on PM &#8211; &#8220;Permission marketing is the privilege (not the right) of delivering anticipated, personal and relevant messages to people who actually want to get them.&#8221;</p>
<p>Permission marketing is delivering a message that your audience WANTS to hear. You create an expectation, (one message per week via email) and then they accept or deny your offer (they give you their email address or they don&#8217;t). If they accept, you stick to your deal, one newsletter per week. You don&#8217;t sell your list, you don&#8217;t send them affiliate offers, you send them one email per week. It might seem like it&#8217;s not working &#8212; you don&#8217;t hear anything back, you don&#8217;t know if they care, you just sit there and stick to your deal, because that was your promise.</p>
<p>You know you&#8217;re doing it right if you miss a newsletter and get emails saying &#8220;hey, are you still there? I didn&#8217;t get your newsletter&#8221;. That&#8217;s how you know you&#8217;re winning.</p>
<p>Interruption marketing doesn&#8217;t create ecstatic fans who spread your message to everyone you know. It creates annoyed people who are waiting to get back to what they were doing.</p>
<p>Ask for permission.</p>
<h4>3 &#8211; if you don&#8217;t have a (grassroots) audience, people forget you when you stop paying for their attention</h4>
<p>Many business don&#8217;t have killer content, or a great audience or anything &#8220;to say&#8221;. They just want to sell their product and make money. With the evolution of SEO and today&#8217;s customer, just selling a widget isn&#8217;t enough. You need an experience, a story. Widget X is sold at Wal-Mart &#8212; there&#8217;s nothing special about it.</p>
<p>So how do you get to the top if you aren&#8217;t the best? Pay a lot of money.</p>
<p>Now we aren&#8217;t against PPC, there&#8217;s a place and purpose for everything (testing new products, ideas, profitability) but it&#8217;s not the way to win in the long run.</p>
<p>Mediocre people pay for eyeballs. When the money&#8217;s gone, the audience is gone &#8212; and so are you. You disappear into the noise that we&#8217;re all bombarded with everyday.</p>
<p>The winners grow organically by producing amazing stuff. Amazing products, amazing content, amazing tools, amazing freebies. That is how you win fans, 1 by 1. Those fans don&#8217;t jump ship tomorrow. They are your currency that earns interests as they post your message on Facebook, or forward your email to their friends, or show off their new purchase to their family.</p>
<p>They can&#8217;t wait for more of your stuff.</p>
<p>Organic SEO is the same way. Day after day it brings in thousands of customers who want your product or your information, now. They&#8217;ve come to your site and if you reward them with showing them what they want, they will reward you by buying. You stand out because of your excellence. And how much did that acquisition cost? You could say $0, or count the cost of that piece of content. Either way, a minimal amount of money brings in customers for free for life.</p>
<p>Interruption marketers will never have that. They&#8217;ll pay out left and right trying to buy a tiny bit of the new world currency &#8212; your attention.</p>
<p>Just earn it instead.</p>
<p>Photo by <a href="http://www.flickr.com/photos/sdho/558951670/" target="_blank">Seansie</a></p>
]]></content:encoded>
			<wfw:commentRss>http://zoomspring.com/3-things-politics-teaches-you-about-good-seo/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

Served from: zoomspring.com @ 2012-02-22 21:39:39 -->
