<?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>SEO ROI &#187; Specialty Services</title>
	<atom:link href="http://seoroi.com/category/specialty-services/feed/" rel="self" type="application/rss+xml" />
	<link>http://seoroi.com</link>
	<description>SEO Services For Serious ROI. Blog Posts For Serious SEOs.</description>
	<lastBuildDate>Tue, 22 May 2012 10:03:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>PSD To HTML Slicing Checklist For Landing Pages</title>
		<link>http://seoroi.com/specialty-services/psd-to-html-slicing-checklist-for-landing-pages/</link>
		<comments>http://seoroi.com/specialty-services/psd-to-html-slicing-checklist-for-landing-pages/#comments</comments>
		<pubDate>Sun, 30 Jan 2011 16:45:19 +0000</pubDate>
		<dc:creator>Gabriel Goldenberg</dc:creator>
				<category><![CDATA[SEO ROI Quality]]></category>
		<category><![CDATA[Specialty Services]]></category>
		<category><![CDATA[Usability]]></category>

		<guid isPermaLink="false">http://seoroi.com/?p=2305</guid>
		<description><![CDATA[If you&#8217;re designing a custom landing page, chances are that you&#8217;re using a PSD to HTML chop shop, like my friends at PSD to HTML/CSS. The problem is that things you may obviously require won&#8217;t be obvious to the coders. Here&#8217;s a checklist of things to specify in your PSD to html landing page order... <a style="font-weight:bold;" class="moretag" href="http://seoroi.com/specialty-services/psd-to-html-slicing-checklist-for-landing-pages/">Continue reading</a><p>Downloads For RSS Subscribers: <br />
<ul>
<li><a href="http://seoroi.com/downloads/cannon">Content Marketing Cannon Wordpress plugin</a> - Consolidates content for more links, PageRank and traffic. Details: <a href="http://seoroi.com/seo-roi-quality/content-marketing-cannon/">New SEO plugin: Content Marketing Cannon</a></li> 
<li><a href="http://seoroi.com/downloads/internal-link-building" rel="nofollow">Internal Link Building,</a> a Wordpress plugin. It optimizes your internal navigation so you rank like Wikipedia. Details: Check the <a href="http://seoroi.com/seo-roi-quality/internal-link-building-for-wp-3/">Internal Link Building update</a> page. 
</li>
<li><a href="http://book.seoroi.com">Get a free chapter</a> from my upcoming book on advanced seo.
</li>
<li><a href="http://seoroi.com/downloads/backlink-analysis-majestic" rel="nofollow">Backlink Analysis With Majestic SEO's Data</a><br/>
</li>
<li><a href="http://seoroi.com/downloads/seo-roi-calculator" rel="nofollow">ROI on SEO Calculator spreadsheet.</a>
</li>
</ul>
<a href="http://seoroi.com/specialty-services/psd-to-html-slicing-checklist-for-landing-pages/">PSD To HTML Slicing Checklist For Landing Pages</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fseoroi.com%2Fspecialty-services%2Fpsd-to-html-slicing-checklist-for-landing-pages%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fseoroi.com%2Fspecialty-services%2Fpsd-to-html-slicing-checklist-for-landing-pages%2F&amp;source=GabGoldenberg&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>If you&#8217;re designing a custom landing page, chances are that you&#8217;re using a PSD to HTML chop shop, like my friends at <a href="http://www.psdtohtmlcss.com">PSD to HTML/CSS</a>. The problem is that things you may obviously require won&#8217;t be obvious to the coders. <span id="more-2305"></span></p>
<h2>Here&#8217;s a checklist of things to specify in your PSD to html landing page order in your order to minimize revisions and save time.</h2>
<p>1)<strong> Editable text.</strong> </p>
<p>If you have a button on the page, or fancy headers, you&#8217;ll probably want to test them. </p>
<p>If you don&#8217;t specify to the coders that the text must be editable , you may just get an image of text, instead of a button image with editable text positioned over it (the positioning is done using CSS). That will make testing harder, as you&#8217;ll need to get the graphic artist to design new buttons, headers etc for each test.</p>
<p>2) <strong>CSS that enables flexible width page and buttons.</strong> </p>
<p>The corollary to having editable text is that you&#8217;ll need the page width to be flexible, and likewise your button width. Otherwise you&#8217;ll find that the positioning of the page elements will overlap and look aweful. </p>
<p>3) <strong>Flexible borders on images.</strong> </p>
<p>You don&#8217;t want your hero shot to get overlapped by a border, so ensure the border will adjust to the image size. Otherwise you&#8217;ll constantly need to crop, and get things pixel perfect.</p>
<p>4) <strong>Form submissions lead from the landing page to a thankyou page.</strong></p>
<p>Most conversion tracking requires placing javascript code on a thankyou page. If your form executes with AJAX, your conversion tracking becomes a lot more complex for nothing.</p>
<p>5) <strong>Easy to comment out sections of the html.</strong></p>
<p>You won&#8217;t know whether an element&#8217;s presence helps or distracts until you test it. For that reason, you want arguably distracting elements to be coded in such a way that you can easily comment them out. The end result should still look good, and not have overlapping or &#8216;broken-looking&#8217; elements.</p>
<p>6) <strong>The logo should not be wrapped in html tags reading &#8220;h1&#8243;.</strong></p>
<p>This seems obvious, but sometimes things get coded this way. If you ever want to rank the page, or use the template for another page you want to rank, this is something to check over.</p>
<p>7) <strong>Test the landing page ASAP.</strong></p>
<p>Most providers provide a time-specific support guarantee, like 30 days free support. If you buy a design but then delay launching the campaign for too long, you may find bugs after the guarantee period. </p>
<p>At that point, you&#8217;re at the mercy of the provider whether or not they&#8217;ll fix the bug. </p>
<p>Partly, it&#8217;s an accounting thing &#8211; they need to know when the revenue is fully &#8220;earned&#8221; for accrual accounting purposes. </p>
<p>Partly it&#8217;s also a memory thing. When the code is recent, the coder can edit and proofread more easily than if he has to re-read the whole thing from scratch.</p>
<p>So once you get your code, put in your various texts and images etc and see how it performs. </p>
<p>Pay attention especially to longer vs shorter text, and functionality of buttons and forms. How are errors handled? Can users correct the mistake easily? Is the error message clear and not insulting ([You entered incorrect information [you idiot]&#8221; vs &#8220;We had trouble understanding your phone # because&#8230;&#8221;)? </p>
<p>If you liked this, <a href="http://projects.seoroi.com/" rel='nofollow' >add my rss feed to your reader</a> or <a href="http://projects.seoroi.com/" rel='nofollow' >get my latest posts</a> by email.</p>
<p>Downloads For RSS Subscribers: <br />
<ul>
<li><a href="http://seoroi.com/downloads/cannon">Content Marketing Cannon WordPress plugin</a> - Consolidates content for more links, PageRank and traffic. Details: <a href="http://seoroi.com/seo-roi-quality/content-marketing-cannon/">New SEO plugin: Content Marketing Cannon</a></li> 
<li><a href="http://seoroi.com/downloads/internal-link-building" rel="nofollow">Internal Link Building,</a> a WordPress plugin. It optimizes your internal navigation so you rank like Wikipedia. Details: Check the <a href="http://seoroi.com/seo-roi-quality/internal-link-building-for-wp-3/">Internal Link Building update</a> page. 
</li>
<li><a href="http://book.seoroi.com">Get a free chapter</a> from my upcoming book on advanced seo.
</li>
<li><a href="http://seoroi.com/downloads/backlink-analysis-majestic" rel="nofollow">Backlink Analysis With Majestic SEO's Data</a><br/>
</li>
<li><a href="http://seoroi.com/downloads/seo-roi-calculator" rel="nofollow">ROI on SEO Calculator spreadsheet.</a>
</li>
</ul>
<a href="http://seoroi.com/specialty-services/psd-to-html-slicing-checklist-for-landing-pages/">PSD To HTML Slicing Checklist For Landing Pages</a></p>
]]></content:encoded>
			<wfw:commentRss>http://seoroi.com/specialty-services/psd-to-html-slicing-checklist-for-landing-pages/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>View-Thru Attribution Management &#8211; My Experiment Design</title>
		<link>http://seoroi.com/seo-faq/view-thru-attribution-management-my-experiment-design/</link>
		<comments>http://seoroi.com/seo-faq/view-thru-attribution-management-my-experiment-design/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 12:38:55 +0000</pubDate>
		<dc:creator>Gabriel Goldenberg</dc:creator>
				<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Ideas]]></category>
		<category><![CDATA[SEO FAQ]]></category>
		<category><![CDATA[SEO ROI Quality]]></category>
		<category><![CDATA[Specialty Services]]></category>
		<category><![CDATA[advertising]]></category>

		<guid isPermaLink="false">http://seoroi.com/?p=1651</guid>
		<description><![CDATA[An increasingly popular question in attribution management and in advertising measurement is what effect ads &#8211; that were viewed but not clicked on &#8211; have. These ads are known in the lingo as &#8216;View-Thrus&#8217; or &#8216;View-Throughs.&#8217; The related question people usually have is what percentage of credit to give view-thrus for conversions that came via... <a style="font-weight:bold;" class="moretag" href="http://seoroi.com/seo-faq/view-thru-attribution-management-my-experiment-design/">Continue reading</a><p>Downloads For RSS Subscribers: <br />
<ul>
<li><a href="http://seoroi.com/downloads/cannon">Content Marketing Cannon Wordpress plugin</a> - Consolidates content for more links, PageRank and traffic. Details: <a href="http://seoroi.com/seo-roi-quality/content-marketing-cannon/">New SEO plugin: Content Marketing Cannon</a></li> 
<li><a href="http://seoroi.com/downloads/internal-link-building" rel="nofollow">Internal Link Building,</a> a Wordpress plugin. It optimizes your internal navigation so you rank like Wikipedia. Details: Check the <a href="http://seoroi.com/seo-roi-quality/internal-link-building-for-wp-3/">Internal Link Building update</a> page. 
</li>
<li><a href="http://book.seoroi.com">Get a free chapter</a> from my upcoming book on advanced seo.
</li>
<li><a href="http://seoroi.com/downloads/backlink-analysis-majestic" rel="nofollow">Backlink Analysis With Majestic SEO's Data</a><br/>
</li>
<li><a href="http://seoroi.com/downloads/seo-roi-calculator" rel="nofollow">ROI on SEO Calculator spreadsheet.</a>
</li>
</ul>
<a href="http://seoroi.com/seo-faq/view-thru-attribution-management-my-experiment-design/">View-Thru Attribution Management &#8211; My Experiment Design</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fseoroi.com%2Fseo-faq%2Fview-thru-attribution-management-my-experiment-design%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fseoroi.com%2Fseo-faq%2Fview-thru-attribution-management-my-experiment-design%2F&amp;source=GabGoldenberg&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>An increasingly popular question in <a href="http://seoroi.com/seo-faq/which-source-gets-credit-for-conversion/">attribution management</a> and in advertising measurement is what effect ads &#8211; that were viewed but not clicked on &#8211; have. These ads are known in the lingo as &#8216;View-Thrus&#8217; or &#8216;View-Throughs.&#8217; The related question people usually have is what percentage of credit to give view-thrus for conversions that came via multiple touchpoints (e.g. the customer saw and/or clicked several ads, before buying). </p>
<p>I’ve come up with an <a href="http://seoroi.com/ideas" target='_blank' >idea</a> for an experiment to measure the effect of such “view-thru” ads on conversion, as well as on acquisition costs. (An acquisition cost is the cost-per-action of acquiring the lead/customer.) <span id="more-1651"></span></p>
<p>1. First, get a control group and an experimental group. </p>
<p>2. Second, instruct the groups to read and browse a few websites you control, and provide you with feedback on some [non-ad-related] issues with the sites. </p>
<p>The control group will view ads unrelated to what they’re about to search for. The experimental group will view ads by companies also advertising on the terms they’re about to look up. </p>
<p><em>Why are they browsing around and giving feedback?</em></p>
<p>The point of asking the groups to read and browse a few websites is twofold. One purpose – for the experimental group alone – is for them to ‘see’ the ads – defined here as causing an impression to be registered by loading the ad along with the rest of the page. </p>
<p>The second purpose – the request for feedback &#8211; is to mislead all the users about what the purpose of the experiment is. You don’t want to accidentally induce either group to to look more/less closely at the ads or otherwise behave strangely, but just browse around normally. Scientists have a name for this effect, but I forget what it&#8217;s called</p>
<h2>At this point, the only difference between the groups should be the display ads they’ve viewed. So any differences between the groups subsequently should be attributable to the ads they’ve seen (even and especially if they haven’t clicked them). </h2>
<p>Next, have the groups search for a few specific items and click whatever suits their fancy. The former searches are again to mislead the test subjects about the purpose of the experiment. The latter searches will be about products carried by companies whose display ads they just viewed.</p>
<p><strong>Results and Interpretation</strong></p>
<p>Q1: Is there a difference in conversion between the groups? That difference is attributable to the view-thrus. For attribution-management purposes, you can credit the display ads with the difference in percentage. </p>
<p>So if you convert the control group at 10% and the experimental group at 15%, then display gets 1/3 or 33% credit for the experimental group’s conversions. </p>
<p>(Not ½ or 50% because the denominator is 15, not 10. It’s 33% of 15%, or 1/3 of 15%. You already had 10% conversion rate (CR), so saying display deserves 50% credit would mean that display drove 7.5% conversion rate and the other marketing drove 7.5%. This is false since we know the other marketing, without display, converted at 10% on the control group.)</p>
<p>Note: This higher conversion rate again lowers your cost-per-action, reducing your costs for PPC. </p>
<p>Q2: Is there a difference in CTR between the groups? Supposing view-thrus raise CTR, the higher CTR should lift QS and lower CPC, effectively earning a lower cost-per-action. </p>
<p>So as a fun side-effect of such an experiment, you might find yourself with cost savings in your search budget from both the higher conversion rate and the lower CPC. (You might also find the opposite, such that display ads lowered your CTR and CR, in which case you need to ask whether the branding is worth it for the lower immediate cash flow.) But they came at the cost of a display ad campaign. </p>
<p><strong>Next Steps After Attributing Credit</strong></p>
<p>What should you do, then?</p>
<p>You need to see if the PPC savings with the experimental group were either equal to or greater than the display spend. If you saved on PPC more than you spent on display, you should obviously continue with display. If you saved an equal amount, you probably should still continue with display anyways because you also get a branding benefit. </p>
<p>If you saved less than you spent on display, it’s a question of degree. Are you willing to incur the additional expense for branding benefits? Is the branding a shield for shady SEO tactics? How much higher of a conversion rate did you get?  </p>
<p>Downloads For RSS Subscribers: <br />
<ul>
<li><a href="http://seoroi.com/downloads/cannon">Content Marketing Cannon WordPress plugin</a> - Consolidates content for more links, PageRank and traffic. Details: <a href="http://seoroi.com/seo-roi-quality/content-marketing-cannon/">New SEO plugin: Content Marketing Cannon</a></li> 
<li><a href="http://seoroi.com/downloads/internal-link-building" rel="nofollow">Internal Link Building,</a> a WordPress plugin. It optimizes your internal navigation so you rank like Wikipedia. Details: Check the <a href="http://seoroi.com/seo-roi-quality/internal-link-building-for-wp-3/">Internal Link Building update</a> page. 
</li>
<li><a href="http://book.seoroi.com">Get a free chapter</a> from my upcoming book on advanced seo.
</li>
<li><a href="http://seoroi.com/downloads/backlink-analysis-majestic" rel="nofollow">Backlink Analysis With Majestic SEO's Data</a><br/>
</li>
<li><a href="http://seoroi.com/downloads/seo-roi-calculator" rel="nofollow">ROI on SEO Calculator spreadsheet.</a>
</li>
</ul>
<a href="http://seoroi.com/seo-faq/view-thru-attribution-management-my-experiment-design/">View-Thru Attribution Management &#8211; My Experiment Design</a></p>
]]></content:encoded>
			<wfw:commentRss>http://seoroi.com/seo-faq/view-thru-attribution-management-my-experiment-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update To The Popular Internal Link Building</title>
		<link>http://seoroi.com/specialty-services/update-ilb/</link>
		<comments>http://seoroi.com/specialty-services/update-ilb/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 12:30:33 +0000</pubDate>
		<dc:creator>Gabriel Goldenberg</dc:creator>
				<category><![CDATA[SEO ROI Quality]]></category>
		<category><![CDATA[Specialty Services]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[resources]]></category>

		<guid isPermaLink="false">http://seoroi.com/?p=1611</guid>
		<description><![CDATA[My friend Marios Alexandrou, an advanced SEO who loves to test ranking factors, worked with my programmer to update the popular WordPress plugin I had built, Internal Link Building. For those who don&#8217;t know, Internal Link Building automates your internal linking, so you can rank like Wikipedia without being Wikipedia. Ever notice how Wikipedia always... <a style="font-weight:bold;" class="moretag" href="http://seoroi.com/specialty-services/update-ilb/">Continue reading</a><p>Downloads For RSS Subscribers: <br />
<ul>
<li><a href="http://seoroi.com/downloads/cannon">Content Marketing Cannon Wordpress plugin</a> - Consolidates content for more links, PageRank and traffic. Details: <a href="http://seoroi.com/seo-roi-quality/content-marketing-cannon/">New SEO plugin: Content Marketing Cannon</a></li> 
<li><a href="http://seoroi.com/downloads/internal-link-building" rel="nofollow">Internal Link Building,</a> a Wordpress plugin. It optimizes your internal navigation so you rank like Wikipedia. Details: Check the <a href="http://seoroi.com/seo-roi-quality/internal-link-building-for-wp-3/">Internal Link Building update</a> page. 
</li>
<li><a href="http://book.seoroi.com">Get a free chapter</a> from my upcoming book on advanced seo.
</li>
<li><a href="http://seoroi.com/downloads/backlink-analysis-majestic" rel="nofollow">Backlink Analysis With Majestic SEO's Data</a><br/>
</li>
<li><a href="http://seoroi.com/downloads/seo-roi-calculator" rel="nofollow">ROI on SEO Calculator spreadsheet.</a>
</li>
</ul>
<a href="http://seoroi.com/specialty-services/update-ilb/">Update To The Popular Internal Link Building</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fseoroi.com%2Fspecialty-services%2Fupdate-ilb%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fseoroi.com%2Fspecialty-services%2Fupdate-ilb%2F&amp;source=GabGoldenberg&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>My friend Marios Alexandrou, an advanced SEO who <a href="http://www.allthingssem.com/first-link-priority-with-images/">loves to test</a> ranking factors, worked with my programmer to update the popular WordPress plugin I had built, <a href="http://seoroi.com/specialty-services/new-seo-plugin-for-wordpress-internal-link-building/">Internal Link Building</a>. <span id="more-1611"></span></p>
<p>For those who don&#8217;t know, <a href="http://seoroi.com/specialty-services/new-seo-plugin-for-wordpress-internal-link-building/">Internal Link Building</a> automates your internal linking, so you can rank like Wikipedia without being Wikipedia. Ever notice how Wikipedia always links keywords in its articles to the relevant Wikipedia pages? This plugin does that for you. </p>
<p><strong>What&#8217;s popular?</strong></p>
<p>- 9000 downloads &#8211; without being in the WordPress codex!<br />
- Worldwide attention with coverage in: the US, Canada, Russia, France, Japan, Romania, Brazil, the UK, Belgium<br />
- Favorable mentions from SEOs in competitive industries like gambling and pills, as well as the mainstream trade sites like SEO Book<br />
- Translations into Russian and other East-European languages (I think there&#8217;s one in Japanese somewhere, too?)<br />
- Ported to another CMS</p>
<p>And now, the plugin&#8217;s set to be even better with Marios&#8217; updates which allow you to make the anchor text be more natural / links to occur without you typing the exact phrase.</p>
<p><strong>Here&#8217;s what&#8217;s new.</strong></p>
<p>Benefits:</p>
<p>In Marios&#8217; words: &#8220;The features are primarily to increase the number of link matches on a page while also increasing the variability of the anchor text. The plugin is going to let me test across multiple sites without having to do a lot of work <img src='http://seoroi.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p>&#8220;Features:</p>
<p>1. Specify the number of words that can appear in between the keywords you provided and still have a match found</p>
<p>2. Specify the number of words before the match that will also be linked</p>
<p>3. Specify the number of words after the match that will also be linked</p>
<p>4. Specify the number of total links that will be inserted into a page</p>
<p>Note: Matching won’t cross punctuation like a period or exclamation point, but will cross commas.</p>
<p>Bug Fixes:</p>
<p>-          Updated to work with WP 2.9.1</p>
<p>-          Exact matching wasn’t working quite right</p>
<p>-          Removing Custom Post Keywords left data in the DB</p>
<p>Other Changes:</p>
<p>-          The plugin settings page is now in the Settings section rather than in the Posts section. I didn’t ask for this one, so I guess Aaron did it.</p>
<p>-          The menu option is now called Keyword Links instead of Keywords</p>
<p>-          Update the version to 2.0. I figured the changes were significant enough to go to 2.0.&#8221;</p>
<p>Marios is going to handle bug fixes / updates to this new version on his site. <a href="http://www.allthingssem.com/internal-link-building-wordpress-plugin/">Marios&#8217; Internal Link Building comments page</a> . You should also definitely check out Marios&#8217; blog, <a href="http://www.allthingssem.com/">All Things SEM / SEO Blog</a>, and add his RSS feed to your reader &#8211; it&#8217;s definitely in mine, because he tests and blogs about original <a href="http://seoroi.com/ideas" target='_blank' >ideas</a> instead of rehashing like other people.</p>
<p>That said, as with previous versions of the plugin, you need to <a href="http://projects.seoroi.com/" rel='nofollow' >add my RSS feed to your reader</a> (or subscribe to get new posts (free) by email) to download it. Why? So that you&#8217;ll find out about any future updates by myself or others. Besides, there&#8217;s also other free downloads when you subscribe to my RSS feed (or <a href="http://projects.seoroi.com/" rel='nofollow' >get my new posts</a> by email), like a SEO ROI calculator spreadsheet &#8211; so you can forecast SEO ROI before tackling a keyword/niche.</p>
<p>Downloads For RSS Subscribers: <br />
<ul>
<li><a href="http://seoroi.com/downloads/cannon">Content Marketing Cannon WordPress plugin</a> - Consolidates content for more links, PageRank and traffic. Details: <a href="http://seoroi.com/seo-roi-quality/content-marketing-cannon/">New SEO plugin: Content Marketing Cannon</a></li> 
<li><a href="http://seoroi.com/downloads/internal-link-building" rel="nofollow">Internal Link Building,</a> a WordPress plugin. It optimizes your internal navigation so you rank like Wikipedia. Details: Check the <a href="http://seoroi.com/seo-roi-quality/internal-link-building-for-wp-3/">Internal Link Building update</a> page. 
</li>
<li><a href="http://book.seoroi.com">Get a free chapter</a> from my upcoming book on advanced seo.
</li>
<li><a href="http://seoroi.com/downloads/backlink-analysis-majestic" rel="nofollow">Backlink Analysis With Majestic SEO's Data</a><br/>
</li>
<li><a href="http://seoroi.com/downloads/seo-roi-calculator" rel="nofollow">ROI on SEO Calculator spreadsheet.</a>
</li>
</ul>
<a href="http://seoroi.com/specialty-services/update-ilb/">Update To The Popular Internal Link Building</a></p>
]]></content:encoded>
			<wfw:commentRss>http://seoroi.com/specialty-services/update-ilb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Surprising Sources of Competitive Intelligence</title>
		<link>http://seoroi.com/specialty-services/5-surprising-sources-of-competitive-intelligence/</link>
		<comments>http://seoroi.com/specialty-services/5-surprising-sources-of-competitive-intelligence/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 12:32:57 +0000</pubDate>
		<dc:creator>Gabriel Goldenberg</dc:creator>
				<category><![CDATA[Affiliate]]></category>
		<category><![CDATA[Ideas]]></category>
		<category><![CDATA[SEO ROI Quality]]></category>
		<category><![CDATA[Specialty Services]]></category>
		<category><![CDATA[competitive intelligence]]></category>
		<category><![CDATA[ecommerce]]></category>

		<guid isPermaLink="false">http://seoroi.com/?p=1583</guid>
		<description><![CDATA[Competitive intelligence provides entertainment, an inside-track on industry trend-spotting, and the potential to develop tangential business opportunities before others, or at least catch up quickly. I gluttonously consume information, and thought I&#8217;d share some parts of my diet with other competitive intelligence collectors with hearty appetites. 1) Affiliate networks. Ever wonder what a competitor&#8217;s margins... <a style="font-weight:bold;" class="moretag" href="http://seoroi.com/specialty-services/5-surprising-sources-of-competitive-intelligence/">Continue reading</a><p>Downloads For RSS Subscribers: <br />
<ul>
<li><a href="http://seoroi.com/downloads/cannon">Content Marketing Cannon Wordpress plugin</a> - Consolidates content for more links, PageRank and traffic. Details: <a href="http://seoroi.com/seo-roi-quality/content-marketing-cannon/">New SEO plugin: Content Marketing Cannon</a></li> 
<li><a href="http://seoroi.com/downloads/internal-link-building" rel="nofollow">Internal Link Building,</a> a Wordpress plugin. It optimizes your internal navigation so you rank like Wikipedia. Details: Check the <a href="http://seoroi.com/seo-roi-quality/internal-link-building-for-wp-3/">Internal Link Building update</a> page. 
</li>
<li><a href="http://book.seoroi.com">Get a free chapter</a> from my upcoming book on advanced seo.
</li>
<li><a href="http://seoroi.com/downloads/backlink-analysis-majestic" rel="nofollow">Backlink Analysis With Majestic SEO's Data</a><br/>
</li>
<li><a href="http://seoroi.com/downloads/seo-roi-calculator" rel="nofollow">ROI on SEO Calculator spreadsheet.</a>
</li>
</ul>
<a href="http://seoroi.com/specialty-services/5-surprising-sources-of-competitive-intelligence/">5 Surprising Sources of Competitive Intelligence</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fseoroi.com%2Fspecialty-services%2F5-surprising-sources-of-competitive-intelligence%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fseoroi.com%2Fspecialty-services%2F5-surprising-sources-of-competitive-intelligence%2F&amp;source=GabGoldenberg&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Competitive intelligence provides entertainment, an inside-track on industry trend-spotting, and the potential to develop tangential business opportunities before others, or at least catch up quickly. I gluttonously consume information, and thought I&#8217;d share some parts of my diet with other competitive intelligence collectors with hearty appetites.<span id="more-1583"></span><img title="More..." src="http://www.searchenginejournal.com/wp-includes/js/tinymce/plugins/wordpress/img/trans.gif" alt="" /></p>
<p>1) <strong><a href="http://seoroi.com/affiliate/" target='_blank' >Affiliate</a> networks</strong>.</p>
<p>Ever wonder what a competitor&#8217;s margins are like?</p>
<p>What countries they focus on? What KPIs they use?</p>
<p>What verticals they&#8217;re in?</p>
<p>Get the answers to all these questions and many others by joining multiple networks.</p>
<p>2) <strong>Email newsletters</strong>. I recently got a newsletter disclosing [indirectly] the profitability of certain market segments. For newbies struggling to <a href="http://www.wolf-howl.com/affiliate-marketing/the-affiliate-marketing-newbies-guide-to-finding-niches/">find their affiliate niche</a>, this is valuable info!</p>
<p>Consumer-facing email newsletter are also valuable, although I admit that I&#8217;m slack in monitoring these. Some things you can pick up:</p>
<p>- Benefits emphasized &#8211; to model your copy on</p>
<p>- Profitable or high volume products or otherwise desirable goals</p>
<p>- Tone of voice for <a href="http://seoroi.com/case-studies/brand-building-online/">branding</a> purposes</p>
<p>3) <strong>Corporate HQ websites</strong>.</p>
<p>I subscribe to the RSS feed of a particular company that I highly respect, where they openly share corporate strategy. It&#8217;s pretty impressive seeing the massive, fast-turning gears turning in these people&#8217;s heads, but it&#8217;s also inspirational here and there.</p>
<p>If you&#8217;re a fast-food restaurant owner, you can probably pay attention to McDonald&#8217;s, Harvey&#8217;s, Wendy&#8217;s, KFC and other press releases to see where they&#8217;re going in a broad sense. The same is broadly true of many industries.</p>
<p>4) <strong>Alerts and keyword trackers</strong>.</p>
<p>Think these tools just serve to measure how much brand discussion is happening in <a href="http://seoroi.com/social/">social media</a>? Guess again.</p>
<p>If new, as-yet-unknown competitors are linkbaiting, you can&#8217;t subscribe to their RSS feed.</p>
<p>You can set up trackers to look for particular keywords linkbait might target, or roll your own solution to monitor Digg, StumbleUpon etc.</p>
<p>Similarly, if the approach is more traditional, why not monitor press-release sites for your industry keywords?</p>
<p>Find &#8216;em while they&#8217;re fresh to the industry and <a href="seoroi.com/seo-roi-quality/buying-sites-use-trusts-beneficial-title/">buy those sites out&#8230;securely</a>.</p>
<p>5) <strong>Mainstream newspapers and newsmagazines</strong>.</p>
<p>This week&#8217;s edition of Maclean&#8217;s (a popular Canadian newsmagazine) has an excellent piece on the <a href="http://www2.macleans.ca/2010/01/08/rupert-murdoch-vs-the-internet/">Wall Street Journal, Rupert Murdoch and paywalls</a>.</p>
<p>There are some fantastic nuggets to pick up in there, which I haven&#8217;t seen on places like Search Engine Land (despite Danny Sullivan&#8217;s <em>thorough</em> coverage of the issue!).</p>
<p>During SMX Advanced, I picked up the local Seattle paper and saw a piece about <a href="http://seoroi.com/seo-roi-quality/froogle-20-google-declares-war-on-amazon/">Google taking on Amazon for ebooks</a>. Now, Slightly Shady SEO <a href="http://www.slightlyshadyseo.com/index.php/google-is-doing-more-than-indexing-the-web-theyre-making-their-own/">imagined that</a> almost 2 years ago! And I had similar feelings and predictions on <a href="http://www.slightlyshadyseo.com/index.php/google-is-doing-more-than-indexing-the-web-theyre-making-their-own/">Google&#8217;s move into ecommerce and the implications</a> about 7 months before SMX Advanced.</p>
<p>Since I love saying I told you so, here&#8217;s a little gem from my now <a href="http://seoroi.com/seo-roi-quality/froogle-20-the-most-plausible-anti-google-conspiracy-theory-youll-read-this-month/">1+ year old post</a>.</p>
<p>&#8220;The organic search results for obviously commercial searches will be dominated by Google Base products.&#8221; If you haven&#8217;t seen Google base practically become the default spot 3 on commercial searches, you&#8217;re sleeping:</p>
<p><img src="http://seoroi.com/pics/ecommerce/google-base-universal-search.png" alt="Google Base integration in universal search" /></p>
<p>Oh, and have any of you read Aaron Wall&#8217;s <a href="http://www.seobook.com/ebay-seo">interview with eBay&#8217;s head of SEO</a>?</p>
<p>Here&#8217;s an excerpt:</p>
<p><strong>&#8220;[Millions of listings] end up cradle to grave quickly. What are some of the keys to helping search engines understand the structure and importance of content in such a fast changing environment? </strong></p>
<p>[...]</p>
<p>&#8220;We have invested a good amount of resources in our data-feed technology &amp; <a href="http://seoroi.com/analytics/" target='_blank' >analytics</a>. The Sitemaps protocol plays an important role here. As eBay has so many new listings every day, over the course of the day, you can almost update the sitemaps on a continuous basis.</p>
<p>&#8220;However, the effort to source the items from the database, generate the sitemap files, submission and pick up, takes decent amount of time. We have made good headway tuning our feeds in way to get more efficiency out of the items we send. We started optimizing based on probability of conversion. We can make these assumptions based on predictive modeling and data. Predictive modeling on large datasets will become even more important when it comes to scaling the projects. As a company, we are putting lots of efforts in building out a competitive advantage based on analytics, predictive modeling and scaling the technology to handling even larger datasets.&#8221;</p>
<p>If that isn&#8217;t the integration of merchandising and SEO, what is?</p>
<p>Well, here&#8217;s one of 5 calls I&#8217;d made about Google shifting more and more into ecommerce:</p>
<p>&lt;<a href="http://seoroi.com/seo-roi-quality/froogle-20-the-most-plausible-anti-google-conspiracy-theory-youll-read-this-month/">&#8220;Merchandising will need to integrate more closely with SEO in order to feature more cheap products and expensive products where G’bot can access it.</a></p>
<p>&#8220;As a result, the middle ground of average products at average prices will see its market share gradually lost to either end of the spectrum. Just like Seth Godin suggested would happen, in his book Meatball Sundae.</p>
<p>And if you go to eBay, you&#8217;ll see that cruises abundantly listed there, for example, are of the cheap and generic variety. Where something is advertised in abundance, you know the ads work&#8230;<br />
[I know about the cruises in particular because my dad combines <a href="http://www.mindwareseminars.com">dental CE seminars</a> with upscale cruises and travel. Our eBay test yielded folks looking for bargains...]</p>
<p>Bottom line? Read, read and read some more! <strong><em><a href="http://projects.seoroi.com/" rel='nofollow' >Add my rss feed to your reader</a></em></strong>, then check out these <a href="seoroi.com/blogroll/advanced-search-marketing-blogs/">30 other advanced search blogs</a>.</p>
<p>Oh, and you might also like some recent guest posts of mine <a href="http://searchengineland.com/author/gab-goldenberg/">at Search Engine Land</a>, <a href="http://www.wolf-howl.com/author/gabgoldenberg/">Wolf Howl</a> and <a href="http://www.searchenginejournal.com/author/gab-goldenberg/">Search Engine Journal</a>. (Links go to my author profiles.)</p>
<p>p.p.s. I&#8217;m booked on a flight to Israel for tomorrow night. If I&#8217;ve been blogging slowly lately (or in the next little bit), that&#8217;s why!</p>
<p>Downloads For RSS Subscribers: <br />
<ul>
<li><a href="http://seoroi.com/downloads/cannon">Content Marketing Cannon WordPress plugin</a> - Consolidates content for more links, PageRank and traffic. Details: <a href="http://seoroi.com/seo-roi-quality/content-marketing-cannon/">New SEO plugin: Content Marketing Cannon</a></li> 
<li><a href="http://seoroi.com/downloads/internal-link-building" rel="nofollow">Internal Link Building,</a> a WordPress plugin. It optimizes your internal navigation so you rank like Wikipedia. Details: Check the <a href="http://seoroi.com/seo-roi-quality/internal-link-building-for-wp-3/">Internal Link Building update</a> page. 
</li>
<li><a href="http://book.seoroi.com">Get a free chapter</a> from my upcoming book on advanced seo.
</li>
<li><a href="http://seoroi.com/downloads/backlink-analysis-majestic" rel="nofollow">Backlink Analysis With Majestic SEO's Data</a><br/>
</li>
<li><a href="http://seoroi.com/downloads/seo-roi-calculator" rel="nofollow">ROI on SEO Calculator spreadsheet.</a>
</li>
</ul>
<a href="http://seoroi.com/specialty-services/5-surprising-sources-of-competitive-intelligence/">5 Surprising Sources of Competitive Intelligence</a></p>
]]></content:encoded>
			<wfw:commentRss>http://seoroi.com/specialty-services/5-surprising-sources-of-competitive-intelligence/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Guest Post On Small Business Landing Pages&#8230;</title>
		<link>http://seoroi.com/blogroll/guest-post-on-small-business-landing-pages/</link>
		<comments>http://seoroi.com/blogroll/guest-post-on-small-business-landing-pages/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 00:02:26 +0000</pubDate>
		<dc:creator>Gabriel Goldenberg</dc:creator>
				<category><![CDATA[Blogroll]]></category>
		<category><![CDATA[Specialty Services]]></category>
		<category><![CDATA[Blogs]]></category>

		<guid isPermaLink="false">http://seoroi.com/?p=1135</guid>
		<description><![CDATA[&#8230; posted at Search Engine Journal: Landing Pages On A SMB Budget. Downloads For RSS Subscribers: Content Marketing Cannon WordPress plugin - Consolidates content for more links, PageRank and traffic. Details: New SEO plugin: Content Marketing Cannon Internal Link Building, a WordPress plugin. It optimizes your internal navigation so you rank like Wikipedia. Details: Check... <a style="font-weight:bold;" class="moretag" href="http://seoroi.com/blogroll/guest-post-on-small-business-landing-pages/">Continue reading</a><p>Downloads For RSS Subscribers: <br />
<ul>
<li><a href="http://seoroi.com/downloads/cannon">Content Marketing Cannon Wordpress plugin</a> - Consolidates content for more links, PageRank and traffic. Details: <a href="http://seoroi.com/seo-roi-quality/content-marketing-cannon/">New SEO plugin: Content Marketing Cannon</a></li> 
<li><a href="http://seoroi.com/downloads/internal-link-building" rel="nofollow">Internal Link Building,</a> a Wordpress plugin. It optimizes your internal navigation so you rank like Wikipedia. Details: Check the <a href="http://seoroi.com/seo-roi-quality/internal-link-building-for-wp-3/">Internal Link Building update</a> page. 
</li>
<li><a href="http://book.seoroi.com">Get a free chapter</a> from my upcoming book on advanced seo.
</li>
<li><a href="http://seoroi.com/downloads/backlink-analysis-majestic" rel="nofollow">Backlink Analysis With Majestic SEO's Data</a><br/>
</li>
<li><a href="http://seoroi.com/downloads/seo-roi-calculator" rel="nofollow">ROI on SEO Calculator spreadsheet.</a>
</li>
</ul>
<a href="http://seoroi.com/blogroll/guest-post-on-small-business-landing-pages/">Guest Post On Small Business Landing Pages&#8230;</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fseoroi.com%2Fblogroll%2Fguest-post-on-small-business-landing-pages%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fseoroi.com%2Fblogroll%2Fguest-post-on-small-business-landing-pages%2F&amp;source=GabGoldenberg&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>&#8230; posted at Search Engine Journal: <a href="http://www.searchenginejournal.com/landing-pages-on-a-smb-budget/11612/">Landing Pages On A SMB Budget</a>.</p>
<p>Downloads For RSS Subscribers: <br />
<ul>
<li><a href="http://seoroi.com/downloads/cannon">Content Marketing Cannon WordPress plugin</a> - Consolidates content for more links, PageRank and traffic. Details: <a href="http://seoroi.com/seo-roi-quality/content-marketing-cannon/">New SEO plugin: Content Marketing Cannon</a></li> 
<li><a href="http://seoroi.com/downloads/internal-link-building" rel="nofollow">Internal Link Building,</a> a WordPress plugin. It optimizes your internal navigation so you rank like Wikipedia. Details: Check the <a href="http://seoroi.com/seo-roi-quality/internal-link-building-for-wp-3/">Internal Link Building update</a> page. 
</li>
<li><a href="http://book.seoroi.com">Get a free chapter</a> from my upcoming book on advanced seo.
</li>
<li><a href="http://seoroi.com/downloads/backlink-analysis-majestic" rel="nofollow">Backlink Analysis With Majestic SEO's Data</a><br/>
</li>
<li><a href="http://seoroi.com/downloads/seo-roi-calculator" rel="nofollow">ROI on SEO Calculator spreadsheet.</a>
</li>
</ul>
<a href="http://seoroi.com/blogroll/guest-post-on-small-business-landing-pages/">Guest Post On Small Business Landing Pages&#8230;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://seoroi.com/blogroll/guest-post-on-small-business-landing-pages/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Splash Page SEO: How To Rank With The Double Homepage Technique</title>
		<link>http://seoroi.com/specialty-services/rank-despite-splash-page/</link>
		<comments>http://seoroi.com/specialty-services/rank-despite-splash-page/#comments</comments>
		<pubDate>Sun, 21 Jun 2009 18:51:39 +0000</pubDate>
		<dc:creator>Gabriel Goldenberg</dc:creator>
				<category><![CDATA[Ideas]]></category>
		<category><![CDATA[SEO ROI Quality]]></category>
		<category><![CDATA[Specialty Services]]></category>

		<guid isPermaLink="false">http://seoroi.com/?p=1096</guid>
		<description><![CDATA[Does the legal team or your boss absolutely insist on having a splash page? Here&#8217;s a tip to SEO the homepage in the search engines despite the splash. It&#8217;s untested as of yet, but I feel it&#8217;s good enough to be worth a try. Are you ready? Drumroll please&#8230; Get links! Ok seriously, you knew... <a style="font-weight:bold;" class="moretag" href="http://seoroi.com/specialty-services/rank-despite-splash-page/">Continue reading</a><p>Downloads For RSS Subscribers: <br />
<ul>
<li><a href="http://seoroi.com/downloads/cannon">Content Marketing Cannon Wordpress plugin</a> - Consolidates content for more links, PageRank and traffic. Details: <a href="http://seoroi.com/seo-roi-quality/content-marketing-cannon/">New SEO plugin: Content Marketing Cannon</a></li> 
<li><a href="http://seoroi.com/downloads/internal-link-building" rel="nofollow">Internal Link Building,</a> a Wordpress plugin. It optimizes your internal navigation so you rank like Wikipedia. Details: Check the <a href="http://seoroi.com/seo-roi-quality/internal-link-building-for-wp-3/">Internal Link Building update</a> page. 
</li>
<li><a href="http://book.seoroi.com">Get a free chapter</a> from my upcoming book on advanced seo.
</li>
<li><a href="http://seoroi.com/downloads/backlink-analysis-majestic" rel="nofollow">Backlink Analysis With Majestic SEO's Data</a><br/>
</li>
<li><a href="http://seoroi.com/downloads/seo-roi-calculator" rel="nofollow">ROI on SEO Calculator spreadsheet.</a>
</li>
</ul>
<a href="http://seoroi.com/specialty-services/rank-despite-splash-page/">Splash Page SEO: How To Rank With The Double Homepage Technique</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fseoroi.com%2Fspecialty-services%2Frank-despite-splash-page%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fseoroi.com%2Fspecialty-services%2Frank-despite-splash-page%2F&amp;source=GabGoldenberg&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<h2>Does the legal team or your boss absolutely insist on having a splash page? Here&#8217;s a tip to SEO the homepage in the search engines despite the splash. It&#8217;s untested as of yet, but I feel it&#8217;s good enough to be worth a try.</h2>
<p>Are you ready?<br />
<span id="more-1096"></span><br />
Drumroll please&#8230;</p>
<p>Get links!</p>
<p>Ok seriously, you knew that. What I want to suggest is a way to have both a splash page and a separate, properly optimized homepage.</p>
<p>And no, it&#8217;s not cloaking.</p>
<p>I call this the double homepage technique.</p>
<p>Have you ever been to a site like Ralph Wilson&#8217;s famous Web Marketing Today? He uses a dhtml rollover (or at least I think it&#8217;s coded in dhtml?) to get more newsletter subscribers. It looks like this:</p>
<p><img src="http://seoroi.com/pics/posts/splash/dhtml-rollover.png" alt="Dhtml Rollover Subscriber Box" /></p>
<p>Well, why not make a full-size rollover that replaces your splash page? Ask people for their age, location or whatever else you&#8217;re currently using the splash page to segment visitors by.</p>
<p>Similarly, my sister Maya, a <a href="http://www.mayagoldenberg.com">Montreal make-up artist</a>,  uses a lightbox effect when people click on her pictures. The pregnant lady&#8217;s thumbnail (not shown), when clicked, shows her in full size with the rest of the site darkened in the background.</p>
<p><img src="http://seoroi.com/pics/posts/splash/lightbox-effect.png" alt="Lightbox Effect" /></p>
<p>You can use the lightbox effect to present splash page stuff automatically when the page loads, and then have a normal optimized homepage.</p>
<p>There&#8217;s a slight catch with the Lightbox approach. It depends on javascript, and about 5% of the web population has javascript disabled. So nothing will happen for them. So if legal absolutely needs 100% of people to confirm their age, then this isn&#8217;t ideal.</p>
<p>But if it&#8217;s just a boss who insists on some geo or language segmentation, then it&#8217;s probably OK. Just make sure you still have another way on the homepage and throughout the site for people to pick their language.</p>
<p>Boom &#8211; two homepages, no cloaking, legal gets the splash, SEO brings in the cash. Everybody&#8217;s happy! If you liked this, <a href="http://projects.seoroi.com/" rel='nofollow' >add my rss feed to your reader</a> for more advanced whitehat SEO <a href="http://seoroi.com/ideas" target='_blank' >ideas</a> and techniques.</p>
<p>Update from the comments section:</p>
<p>Benj Arriola of <a href="http://www.businessol.com/">SEO Consulting Firm</a> Business Online tells me that their firm has presented this solution to a client and are waiting for the go-ahead.</p>
<p>Dr. Pete of <a href="http://usereffect.com/">Usability</a> shop User Effect has suggested a valuable variation on this technique. The good doctor suggests you cookie visitors&#8217; selection so that you don&#8217;t need to show them the splash page on subsequent visits.</p>
<p>Downloads For RSS Subscribers: <br />
<ul>
<li><a href="http://seoroi.com/downloads/cannon">Content Marketing Cannon WordPress plugin</a> - Consolidates content for more links, PageRank and traffic. Details: <a href="http://seoroi.com/seo-roi-quality/content-marketing-cannon/">New SEO plugin: Content Marketing Cannon</a></li> 
<li><a href="http://seoroi.com/downloads/internal-link-building" rel="nofollow">Internal Link Building,</a> a WordPress plugin. It optimizes your internal navigation so you rank like Wikipedia. Details: Check the <a href="http://seoroi.com/seo-roi-quality/internal-link-building-for-wp-3/">Internal Link Building update</a> page. 
</li>
<li><a href="http://book.seoroi.com">Get a free chapter</a> from my upcoming book on advanced seo.
</li>
<li><a href="http://seoroi.com/downloads/backlink-analysis-majestic" rel="nofollow">Backlink Analysis With Majestic SEO's Data</a><br/>
</li>
<li><a href="http://seoroi.com/downloads/seo-roi-calculator" rel="nofollow">ROI on SEO Calculator spreadsheet.</a>
</li>
</ul>
<a href="http://seoroi.com/specialty-services/rank-despite-splash-page/">Splash Page SEO: How To Rank With The Double Homepage Technique</a></p>
]]></content:encoded>
			<wfw:commentRss>http://seoroi.com/specialty-services/rank-despite-splash-page/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>How Do I Sell More Hourly Consultations?</title>
		<link>http://seoroi.com/specialty-services/how-to-sell-more-hours/</link>
		<comments>http://seoroi.com/specialty-services/how-to-sell-more-hours/#comments</comments>
		<pubDate>Sun, 22 Mar 2009 04:24:51 +0000</pubDate>
		<dc:creator>Gabriel Goldenberg</dc:creator>
				<category><![CDATA[Specialty Services]]></category>

		<guid isPermaLink="false">http://seoroi.com/?p=680</guid>
		<description><![CDATA[I want to flip the tables and this time ask you, my dear readers, for some advice. What can I do to sell more one-hour consultations? It&#8217;s my favourite service to provide, typically clarifies a lot of stuff for the client and provides them with great value, and it&#8217;s quite convenient as far as overhead/organization... <a style="font-weight:bold;" class="moretag" href="http://seoroi.com/specialty-services/how-to-sell-more-hours/">Continue reading</a><p>Downloads For RSS Subscribers: <br />
<ul>
<li><a href="http://seoroi.com/downloads/cannon">Content Marketing Cannon Wordpress plugin</a> - Consolidates content for more links, PageRank and traffic. Details: <a href="http://seoroi.com/seo-roi-quality/content-marketing-cannon/">New SEO plugin: Content Marketing Cannon</a></li> 
<li><a href="http://seoroi.com/downloads/internal-link-building" rel="nofollow">Internal Link Building,</a> a Wordpress plugin. It optimizes your internal navigation so you rank like Wikipedia. Details: Check the <a href="http://seoroi.com/seo-roi-quality/internal-link-building-for-wp-3/">Internal Link Building update</a> page. 
</li>
<li><a href="http://book.seoroi.com">Get a free chapter</a> from my upcoming book on advanced seo.
</li>
<li><a href="http://seoroi.com/downloads/backlink-analysis-majestic" rel="nofollow">Backlink Analysis With Majestic SEO's Data</a><br/>
</li>
<li><a href="http://seoroi.com/downloads/seo-roi-calculator" rel="nofollow">ROI on SEO Calculator spreadsheet.</a>
</li>
</ul>
<a href="http://seoroi.com/specialty-services/how-to-sell-more-hours/">How Do I Sell More Hourly Consultations?</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fseoroi.com%2Fspecialty-services%2Fhow-to-sell-more-hours%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fseoroi.com%2Fspecialty-services%2Fhow-to-sell-more-hours%2F&amp;source=GabGoldenberg&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I want to flip the tables and this time <strong>ask</strong> you, my dear readers, for some advice. What can I do to sell more <a href="http://seoroi.com/seo-consultations/">one-hour consultations</a>? It&#8217;s my favourite service to provide, typically clarifies a lot of stuff for the client and provides them with <a href="http://seoroi.com/testimonials/">great value</a>, and it&#8217;s quite convenient as far as overhead/organization goes. I&#8217;m open to anything, so don&#8217;t be intimidated or feel like it&#8217;s a &#8220;stupid&#8221; suggestion or &#8220;too obvious.&#8221;<span id="more-680"></span></p>
<p>Prizes for good suggestions include:</p>
<p>- Dofollow links added to this post, featuring your desired anchor text, as well as a line or two of copy around it. Linking to deep pages is fine too.</p>
<p>- Hourly consultations with yours truly, for the really great suggestions.</p>
<p>First link is to Jeromy, who offers <a href="http://hillbillydirect.com/">internet business how to tips</a></p>
<p>I&#8217;ve added some in the comments below too, but regardless, check out Jeremy Knauff&#8217;s <a href="http://www.wildfiremarketinggroup.com/website-design/">web design</a> company.</p>
<p><a href="http://www.robkingston.com/">Rob Kingston</a>&#8216;s also had some nice tips. Likewise Vinh Nguyen (of Chom Chom <a href="http://www.chomchomadvertising.com/">Advertising Agency</a>) and Michael G (who sells <a href="http://www.greekforme.com/">Greek Apparel</a> ) &#8216;s conference call/webinar <a href="http://seoroi.com/ideas" target='_blank' >idea</a>. You both win an hour. Willy Franzen, who writes up <a href="http://www.onedayonejob.com/">Entry Level Jobs</a>, knocked me off my socks. There&#8217;s another hour won.</p>
<p>My friend Brian Hawkins who blogs 140 characters daily at <a href="http://www.Twitter.com/BrianHawkins">www.Twitter.com/BrianHawkins</a> and is an <a href="http://seoroi.com/affiliate/">affiliate marketing</a> manager for Pingo.com, which provides <a href="http://www.pingo.com"> International calling cards</a>, had the following tips to share by email as to how to go about it.</p>
<blockquote><p>&#8220;Sure your SEO consulting time is worth hundreds of dollars an hour. When I used to sell SEO service, it bugged me that my plumber charges $150 an hour to fix my toilet. Plus he would round up to the next hour, even when he worked an hour and fifteen minutes. Yet I was having a difficult time convincing potential clients that are experienced SEO consultants were worth the same as my plumber.</p>
<p>&#8220;However when we tried packaging the <a href="http://seoroi.com/seo-consulting-services/">SEO services</a>, it created a high perceived value. Which was a lot easier to sell as opposed to the sticker shook of seeing that high hourly fee which can prevent marketing folks from hitting the Paypal button.</p>
<p>&#8220;So I’d suggest providing value added services, something that you can’t find online that has real value. Such as:</p>
<p>-         A list of action items for the client to walk away with as a training guide</p>
<p>-         A special <a href="http://seoroi.com/seo-consulting-services/link-building-and-popularity/">link building</a> list or access to your rolodex to help them network to achieve their online ranking goals.</p>
<p>-         Fancy excel sheet to help them get organized.</p>
<p>-         An ebook that is filled with real valuable advice vs. those bogus “make money online” re-written ebook articles.</p>
<p>&#8220;Try to tailor your pitch to offer a packaged service of advice that really relates to a certain industry or type of solution a customer is looking for answers on. This will customize your hourly consulting call time to be specific to a certain industry or niche advice that they potentially can’t find elsewhere.&#8221;</p></blockquote>
<p>Thanks a bunch Brian!</p>
<p>My friend Keri Morgret of <a href="http://www.morgretdesigns.com/">Morgret Web Designs</a> shared the following <a href="http://seoroi.com/ideas" target='_blank' >ideas</a>:</p>
<blockquote><p>&#8220;On Craiglist, I see pleas for SEO/SEM/Website help in the gigs section. They&#8217;re often poorly defined (don&#8217;t give industry they&#8217;re in, how many pages on the site, etc.) and sometimes really don&#8217;t know what they&#8217;re looking for. This post is an example: <a href="http://sfbay.craigslist.org/sfc/cpg/1051526983.html" target="_blank">http://sfbay.craigslist.org/sfc/cpg/1051526983.html</a>. The person is looking for a&#8221;programmer who can make our sites the top sites that appear when various industry related searches are done on yahoo and google. &#8221; Nothing is said about anything offsite, keywords, etc.</p>
<p>&#8220;I&#8217;m wondering if you could pitch some of those people with doing an initial site review and giving them a realistic picture of what their site really needs, the time involved, the skills they should be looking for in a contractor, and a ballpark of what they can expect to pay. It&#8217;s not going to work for everyone, there are a lot of posts out there that expect miracles for $15/hour, but Craigslist is a big enough place that there should be some candidates out there for this type of thing.&#8221;</p></blockquote>
<p>Let&#8217;s keep the thoughts coming, folks <img src='http://seoroi.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> .</p>
<p>Downloads For RSS Subscribers: <br />
<ul>
<li><a href="http://seoroi.com/downloads/cannon">Content Marketing Cannon WordPress plugin</a> - Consolidates content for more links, PageRank and traffic. Details: <a href="http://seoroi.com/seo-roi-quality/content-marketing-cannon/">New SEO plugin: Content Marketing Cannon</a></li> 
<li><a href="http://seoroi.com/downloads/internal-link-building" rel="nofollow">Internal Link Building,</a> a WordPress plugin. It optimizes your internal navigation so you rank like Wikipedia. Details: Check the <a href="http://seoroi.com/seo-roi-quality/internal-link-building-for-wp-3/">Internal Link Building update</a> page. 
</li>
<li><a href="http://book.seoroi.com">Get a free chapter</a> from my upcoming book on advanced seo.
</li>
<li><a href="http://seoroi.com/downloads/backlink-analysis-majestic" rel="nofollow">Backlink Analysis With Majestic SEO's Data</a><br/>
</li>
<li><a href="http://seoroi.com/downloads/seo-roi-calculator" rel="nofollow">ROI on SEO Calculator spreadsheet.</a>
</li>
</ul>
<a href="http://seoroi.com/specialty-services/how-to-sell-more-hours/">How Do I Sell More Hourly Consultations?</a></p>
]]></content:encoded>
			<wfw:commentRss>http://seoroi.com/specialty-services/how-to-sell-more-hours/feed/</wfw:commentRss>
		<slash:comments>32</slash:comments>
		</item>
		<item>
		<title>WP SEO Plugin Conflict Report</title>
		<link>http://seoroi.com/specialty-services/wp-seo-plugin-conflict-report/</link>
		<comments>http://seoroi.com/specialty-services/wp-seo-plugin-conflict-report/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 01:38:49 +0000</pubDate>
		<dc:creator>Gabriel Goldenberg</dc:creator>
				<category><![CDATA[Case Studies]]></category>
		<category><![CDATA[Specialty Services]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://seoroi.com/?p=676</guid>
		<description><![CDATA[I&#8217;ve long had All In One SEO, but I find myself increasingly dissatisfied with it. It only handles posts, not pages, it won&#8217;t auto-301 posts when you change the permalink, and doesn&#8217;t let you mass-edit titles/descriptions. Not that I&#8217;m ungrateful, as it&#8217;s been good to me, but it&#8217;s kind of annoying having an All In... <a style="font-weight:bold;" class="moretag" href="http://seoroi.com/specialty-services/wp-seo-plugin-conflict-report/">Continue reading</a><p>Downloads For RSS Subscribers: <br />
<ul>
<li><a href="http://seoroi.com/downloads/cannon">Content Marketing Cannon Wordpress plugin</a> - Consolidates content for more links, PageRank and traffic. Details: <a href="http://seoroi.com/seo-roi-quality/content-marketing-cannon/">New SEO plugin: Content Marketing Cannon</a></li> 
<li><a href="http://seoroi.com/downloads/internal-link-building" rel="nofollow">Internal Link Building,</a> a Wordpress plugin. It optimizes your internal navigation so you rank like Wikipedia. Details: Check the <a href="http://seoroi.com/seo-roi-quality/internal-link-building-for-wp-3/">Internal Link Building update</a> page. 
</li>
<li><a href="http://book.seoroi.com">Get a free chapter</a> from my upcoming book on advanced seo.
</li>
<li><a href="http://seoroi.com/downloads/backlink-analysis-majestic" rel="nofollow">Backlink Analysis With Majestic SEO's Data</a><br/>
</li>
<li><a href="http://seoroi.com/downloads/seo-roi-calculator" rel="nofollow">ROI on SEO Calculator spreadsheet.</a>
</li>
</ul>
<a href="http://seoroi.com/specialty-services/wp-seo-plugin-conflict-report/">WP SEO Plugin Conflict Report</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fseoroi.com%2Fspecialty-services%2Fwp-seo-plugin-conflict-report%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fseoroi.com%2Fspecialty-services%2Fwp-seo-plugin-conflict-report%2F&amp;source=GabGoldenberg&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I&#8217;ve long had <a href="http://semperfiwebdesign.com/">All In One SEO</a>, but I find myself increasingly dissatisfied with it. It only handles posts, not pages, it won&#8217;t auto-301 posts when you change the permalink, and doesn&#8217;t let you mass-edit titles/descriptions. Not that I&#8217;m ungrateful, as it&#8217;s been good to me, but it&#8217;s kind of annoying having an All In One tool that isn&#8217;t all in one. <span id="more-676"></span></p>
<p>Platinum SEO has some of these features, so I was happy to find and install it. The thing is, I don&#8217;t recall which of my posts are already making use of All In One&#8230;</p>
<p>Which sucks, because Platinum SEO Pack conflicts with All In One SEO Pack. When I enable Platinum, it makes special titles configured with All In One SEO Pack revert to my homepage&#8217;s default title. Obviously that&#8217;s not my goal.</p>
<p>This one needs more testing and tweaking, to figure out the exact mechanics, but it&#8217;s going to be a chore transitioning from one plugin to the other. Chalk up another redesign task&#8230; Also @SemperFiDesign &#8211; Please consider this a <a href="http://semperfiwebdesign.com/contact/">support request</a> <img src='http://seoroi.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p>Downloads For RSS Subscribers: <br />
<ul>
<li><a href="http://seoroi.com/downloads/cannon">Content Marketing Cannon WordPress plugin</a> - Consolidates content for more links, PageRank and traffic. Details: <a href="http://seoroi.com/seo-roi-quality/content-marketing-cannon/">New SEO plugin: Content Marketing Cannon</a></li> 
<li><a href="http://seoroi.com/downloads/internal-link-building" rel="nofollow">Internal Link Building,</a> a WordPress plugin. It optimizes your internal navigation so you rank like Wikipedia. Details: Check the <a href="http://seoroi.com/seo-roi-quality/internal-link-building-for-wp-3/">Internal Link Building update</a> page. 
</li>
<li><a href="http://book.seoroi.com">Get a free chapter</a> from my upcoming book on advanced seo.
</li>
<li><a href="http://seoroi.com/downloads/backlink-analysis-majestic" rel="nofollow">Backlink Analysis With Majestic SEO's Data</a><br/>
</li>
<li><a href="http://seoroi.com/downloads/seo-roi-calculator" rel="nofollow">ROI on SEO Calculator spreadsheet.</a>
</li>
</ul>
<a href="http://seoroi.com/specialty-services/wp-seo-plugin-conflict-report/">WP SEO Plugin Conflict Report</a></p>
]]></content:encoded>
			<wfw:commentRss>http://seoroi.com/specialty-services/wp-seo-plugin-conflict-report/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Survey Gizmo Review</title>
		<link>http://seoroi.com/specialty-services/survey-gizmo-review/</link>
		<comments>http://seoroi.com/specialty-services/survey-gizmo-review/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 09:13:06 +0000</pubDate>
		<dc:creator>Gabriel Goldenberg</dc:creator>
				<category><![CDATA[Specialty Services]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://seoroi.com/?p=251</guid>
		<description><![CDATA[Survey Gizmo have powered my contact and quote forms for as long as I can remember. Recently, I upgraded to pro and thought I&#8217;d share my thoughts with you guys on what I like about their software. Full disclosure &#8211; I have dealt with Survey Gizmo, but am getting no money for this nor was... <a style="font-weight:bold;" class="moretag" href="http://seoroi.com/specialty-services/survey-gizmo-review/">Continue reading</a><p>Downloads For RSS Subscribers: <br />
<ul>
<li><a href="http://seoroi.com/downloads/cannon">Content Marketing Cannon Wordpress plugin</a> - Consolidates content for more links, PageRank and traffic. Details: <a href="http://seoroi.com/seo-roi-quality/content-marketing-cannon/">New SEO plugin: Content Marketing Cannon</a></li> 
<li><a href="http://seoroi.com/downloads/internal-link-building" rel="nofollow">Internal Link Building,</a> a Wordpress plugin. It optimizes your internal navigation so you rank like Wikipedia. Details: Check the <a href="http://seoroi.com/seo-roi-quality/internal-link-building-for-wp-3/">Internal Link Building update</a> page. 
</li>
<li><a href="http://book.seoroi.com">Get a free chapter</a> from my upcoming book on advanced seo.
</li>
<li><a href="http://seoroi.com/downloads/backlink-analysis-majestic" rel="nofollow">Backlink Analysis With Majestic SEO's Data</a><br/>
</li>
<li><a href="http://seoroi.com/downloads/seo-roi-calculator" rel="nofollow">ROI on SEO Calculator spreadsheet.</a>
</li>
</ul>
<a href="http://seoroi.com/specialty-services/survey-gizmo-review/">Survey Gizmo Review</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fseoroi.com%2Fspecialty-services%2Fsurvey-gizmo-review%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fseoroi.com%2Fspecialty-services%2Fsurvey-gizmo-review%2F&amp;source=GabGoldenberg&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://www.surveygizmo.com">Survey Gizmo</a> have powered my contact and quote forms for as long as I can remember. Recently, I upgraded to pro and thought I&#8217;d share my thoughts with you guys on what I like about their software. Full disclosure &#8211; I have dealt with Survey Gizmo, but am getting no money for this nor was I required or even asked to link as part of our business. <span id="more-251"></span></p>
<p>Anyways, first of all, SG&#8217;ve got some cool features such as avoiding duplicate participation in quizzes you create. If you&#8217;re trying to survey a group for serious purposes, their dupe-vote blocking based on either cookies, milk or chocolate is terrific. I&#8217;m also a fan of IP-based blocking, having used IP-based bans as a moderator on forums and can speak to how effective the technology is.</p>
<p>Second, and this will be appreciated by anyone who likes to segment their data to get a better feel for who they&#8217;re dealing with, you can get reports and export them with geographic information attached. That means actionable intelligence, like if you&#8217;re doing a survey on winter tires and are getting a surprisingly high amount of &#8220;don&#8217;t use&#8221; in your national survey, you may want to check that the question is clear or that you&#8217;re targeting northern states as well.</p>
<p>Another thing that comes in handy is Survey Gizmo&#8217;s templates for its various form types. Whether you&#8217;re doing lead generation, a contact page or a poll on whether Presidents should auction their earwax for charity, these simplify and speed things up.</p>
<p>On the flip side of all this, Survey Gizmo&#8217;s integration with WordPress often leaves to be desired. It&#8217;ll break a page faster than you can blink, and it often takes several tries to get it displaying just right, not overlapping anything or busting up your site. However, given the advantages of the system over all, I&#8217;d say it&#8217;s worth it for the ease it brings to making contact forms. Also, if you&#8217;re short on funds, WordPress has various <a href="http://www.deliciousdays.com/cforms-plugin">contact</a> <a href="http://ideasilo.wordpress.com/">form</a> plugins that can do the trick as well, or you can just use Survey Gizmo&#8217;s free, basic version.</p>
<p>Downloads For RSS Subscribers: <br />
<ul>
<li><a href="http://seoroi.com/downloads/cannon">Content Marketing Cannon WordPress plugin</a> - Consolidates content for more links, PageRank and traffic. Details: <a href="http://seoroi.com/seo-roi-quality/content-marketing-cannon/">New SEO plugin: Content Marketing Cannon</a></li> 
<li><a href="http://seoroi.com/downloads/internal-link-building" rel="nofollow">Internal Link Building,</a> a WordPress plugin. It optimizes your internal navigation so you rank like Wikipedia. Details: Check the <a href="http://seoroi.com/seo-roi-quality/internal-link-building-for-wp-3/">Internal Link Building update</a> page. 
</li>
<li><a href="http://book.seoroi.com">Get a free chapter</a> from my upcoming book on advanced seo.
</li>
<li><a href="http://seoroi.com/downloads/backlink-analysis-majestic" rel="nofollow">Backlink Analysis With Majestic SEO's Data</a><br/>
</li>
<li><a href="http://seoroi.com/downloads/seo-roi-calculator" rel="nofollow">ROI on SEO Calculator spreadsheet.</a>
</li>
</ul>
<a href="http://seoroi.com/specialty-services/survey-gizmo-review/">Survey Gizmo Review</a></p>
]]></content:encoded>
			<wfw:commentRss>http://seoroi.com/specialty-services/survey-gizmo-review/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How Google Would Build Links For Mortgage Rankings</title>
		<link>http://seoroi.com/specialty-services/how-google-would-rank-for-mortgage-calculator/</link>
		<comments>http://seoroi.com/specialty-services/how-google-would-rank-for-mortgage-calculator/#comments</comments>
		<pubDate>Sun, 20 Jul 2008 20:51:58 +0000</pubDate>
		<dc:creator>Gabriel Goldenberg</dc:creator>
				<category><![CDATA[Link Building]]></category>
		<category><![CDATA[Linkbait]]></category>
		<category><![CDATA[SEO ROI Quality]]></category>
		<category><![CDATA[Specialty Services]]></category>
		<category><![CDATA[Linkbuilding]]></category>

		<guid isPermaLink="false">http://seoroi.com/?p=185</guid>
		<description><![CDATA[Update: Welcome Sphinn, StumbleUpon users . How can you rank for competitive keywords like &#8220;Mortgage Calculator&#8221;? I don&#8217;t know about SEOBook, since he&#8217;s always talking about it, but here&#8217;s how Google would rank for a bigshot mortgage term like that. 1. Buy a &#8216;make your free website&#8217; WYSIWIG-and-template based website, a la Geocities. Augment with... <a style="font-weight:bold;" class="moretag" href="http://seoroi.com/specialty-services/how-google-would-rank-for-mortgage-calculator/">Continue reading</a><p>Downloads For RSS Subscribers: <br />
<ul>
<li><a href="http://seoroi.com/downloads/cannon">Content Marketing Cannon Wordpress plugin</a> - Consolidates content for more links, PageRank and traffic. Details: <a href="http://seoroi.com/seo-roi-quality/content-marketing-cannon/">New SEO plugin: Content Marketing Cannon</a></li> 
<li><a href="http://seoroi.com/downloads/internal-link-building" rel="nofollow">Internal Link Building,</a> a Wordpress plugin. It optimizes your internal navigation so you rank like Wikipedia. Details: Check the <a href="http://seoroi.com/seo-roi-quality/internal-link-building-for-wp-3/">Internal Link Building update</a> page. 
</li>
<li><a href="http://book.seoroi.com">Get a free chapter</a> from my upcoming book on advanced seo.
</li>
<li><a href="http://seoroi.com/downloads/backlink-analysis-majestic" rel="nofollow">Backlink Analysis With Majestic SEO's Data</a><br/>
</li>
<li><a href="http://seoroi.com/downloads/seo-roi-calculator" rel="nofollow">ROI on SEO Calculator spreadsheet.</a>
</li>
</ul>
<a href="http://seoroi.com/specialty-services/how-google-would-rank-for-mortgage-calculator/">How Google Would Build Links For Mortgage Rankings</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fseoroi.com%2Fspecialty-services%2Fhow-google-would-rank-for-mortgage-calculator%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fseoroi.com%2Fspecialty-services%2Fhow-google-would-rank-for-mortgage-calculator%2F&amp;source=GabGoldenberg&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<h2>Update: Welcome Sphinn, StumbleUpon users <img src='http://seoroi.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . How can you rank for competitive keywords like &#8220;Mortgage Calculator&#8221;? I don&#8217;t know about <a href="http://www.seobook.com/blog">SEOBook</a>, since he&#8217;s always talking about it, but here&#8217;s how Google would rank for a bigshot mortgage term like that.</h2>
<p><span id="more-185"></span><br />
1. <a href="http://seoroi.com/seo-consulting-services/site-buying-services/">Buy a &#8216;make your free website&#8217; WYSIWIG-and-template based website</a>, a la Geocities. Augment with a whackload of cheap hosting across different C blocks and IP ranges. For domains you can use subdomains or include them free (compare that to the cost of buying a link&#8230;).</p>
<p>2. Have a bunch of graphic templates made focused on the real estate sector. Pictures of houses, happy families and dogs, simple layouts, obvious email address/phone number etc.</p>
<p>3. Hire students to cold-call real estate agents and offer them free websites, and some resources on where to promote them (i.e. a basic how to do linkbuilding guide and quality directory list). If they ask what the catch is, be honest and tell them that there are links to your mortgage calculator webpage from their own sites.</p>
<p>Presto, you have:</p>
<ul>
<li>Themortgage.com</li>
<li>TDCanadaTrust.com</li>
<li>RBCRoyalBank.com</li>
</ul>
<p>[My SERPs look like this:]</p>
<table class="t bt" border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td><span id="sd">Web </span></td>
<td align="right"><span>Results <strong>1</strong> &#8211; <strong>10</strong> of about <strong>18,200,000</strong> for <strong>mortgage calculator</strong>. (<strong>0.08</strong> seconds) </span></td>
</tr>
</tbody>
</table>
<table id="mbEnd" class="ra" border="0" cellspacing="0" cellpadding="0" width="30%" align="right" bgcolor="#000000">
<tbody>
<tr>
<td id="rhsline" rowspan="5"></td>
<td rowspan="5" width="1" bgcolor="#c9d7f1"><img alt="" width="1" height="1" /></td>
<td rowspan="5"></td>
<td height="25" align="center">
<h2 class="sl f">Sponsored Links</h2>
</td>
</tr>
<tr height="7">
<td><img alt="" width="1" height="1" /></td>
</tr>
<tr>
<td class="std" onmouseover="return true"><span>Free <strong>Mortgage Calculators</strong></span><br />
Easy to Use <strong>Mortgage Calculators</strong>.<br />
Check Payments and <strong>Mortgage</strong> Rates.<br />
<span class="a">Internet<strong>MortgageCalculator</strong>s.com</span></td>
</tr>
<tr height="7">
<td><img alt="" width="1" height="1" /></td>
</tr>
<tr>
<td height="25" align="center"></td>
</tr>
<tr>
<td id="rhspad" height="0"></td>
</tr>
</tbody>
</table>
<div id="tads">
<div id="tpa1" class="ta" style="border: 1px none #d5ddf3; background: #fff9dd none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">
<div id="spl" class="std f" style="padding-right: 3px; float: right;">Sponsored Link</div>
<p><strong>Mortgage Calculator</strong></p>
<div class="std"><span class="a">www.tdcanadatrust.com</span> TD Canada Trust Offers A 7% Cash Back <strong>Mortgage</strong>! Learn More &amp; Act Now</div>
</div>
</div>
<p><!--a--></p>
<div class="g"><!--m--></div>
<h2 class="r"><span class="l"><strong>Mortgage Calculator</strong> — How Much Can You Afford? | CMHC</span></h2>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="j">
<div class="std">This easy-to-use <strong>mortgage calculator</strong> will help you estimate the maximum house price and <strong>mortgage</strong> you can afford, as well as your monthly <strong>mortgage</strong> payments.<br />
<span class="a">www.cmhc-schl.gc.ca/en/co/buho/buho_005.cfm &#8211; 27k &#8211; </span><span class="fl">Cached</span> &#8211; <span class="fl">Similar pages</span></div>
<p><!--n--></td>
</tr>
</tbody>
</table>
<div class="g"><!--m--></div>
<h2 class="r"><span class="l">RBC Royal Bank &#8211; </span><span class="l"><strong>Mortgage</strong></span><span class="l"> Payment <strong>Calculator</strong></span></h2>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="j">
<div class="std">Calculate your <strong>mortgage</strong> payments and see how you can save thousands of dollars in interest costs &#8211; while paying down your <strong>mortgage</strong> sooner! <strong>&#8230;</strong><br />
<span class="a">https://www.rbcroyalbank.com/cgi-bin/<strong>mortgage</strong>/mortcalc.pl &#8211; 26k &#8211; </span><span class="fl">Cached</span> &#8211; <span class="fl">Similar pages</span></div>
<p><!--n--></td>
</tr>
</tbody>
</table>
<div class="g"><!--m--></div>
<h2 class="r"><span class="l">TD Canada Trust &#8211; Products and Services &#8211; Mortgages</span><span style="padding: 0pt ! important; white-space: nowrap ! important; float: none ! important; text-decoration: none ! important;"> <span style="padding: 0pt; font-size: smaller; float: none; text-decoration: none; color: #7777cc;"><img style="display: inline;" ondblclick="slu" src="chrome://stumbleupon/content/skin/smallstumble.png" border="0" alt="" width="13" height="13" /> <img style="display: inline;" ondblclick="slu" src="chrome://stumbleupon/content/skin/star.png" border="0" alt="" width="10" height="10" /> <img style="display: inline;" ondblclick="slu" src="chrome://stumbleupon/content/skin/smallbubble1.png" border="0" alt="" width="13" height="13" /></span></span></h2>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="j">
<div class="std">The <strong>calculator</strong> is for demonstration purposes only and is not part of the application process <strong>Mortgage</strong> rates are subject to change at any time without <strong>&#8230;</strong><br />
<span class="a">www.tdcanadatrust.com/<strong>mortgage</strong>s/afford.html &#8211; 11k &#8211; </span><span class="fl">Cached</span> &#8211; <span class="fl">Similar pages</span></div>
<p><!--n--></td>
</tr>
</tbody>
</table>
<p><!--m--></p>
<h2 class="r"><span class="l"><strong>Mortgage Calculators</strong></span></h2>
<div class="std">Online <strong>Mortgage</strong> Explorer gives you the quickest, most effective way to shop for a <strong>mortgage</strong> and be instantly approved by one of our leading lenders.<br />
<span class="a">www.the<strong>mortgage</strong>.com/calc.htm &#8211; 4k &#8211; </span><span class="fl">Cached</span> &#8211; <span class="fl">Similar pages</span></div>
<p>In fairness, the last two also carry a pretty big brand imprint which gets lots of free, juicy editorial links. But who the hell has ever head of &#8216;themortgage.com&#8217; (unless you&#8217;re in the market, obviously).</p>
<h3>What&#8217;s especially sweet about this is that it&#8217;s endorsed by Google. Ever seen those &#8216;Powered by Blogger&#8221; badges? On blogspot subdomains&#8230; Templated &#8230; And links to a mortgage calculator site from a real estate broker &#8211; that&#8217;s standard in the industry anyways, so it&#8217;s not like offtopic links from something else.</p>
<p>If you liked this post on <a href="http://seoroi.com/link-building/">link building</a>, <a href="http://seoroi.com/feed">get my rss feed</a>.</h3>
<p>Downloads For RSS Subscribers: <br />
<ul>
<li><a href="http://seoroi.com/downloads/cannon">Content Marketing Cannon WordPress plugin</a> - Consolidates content for more links, PageRank and traffic. Details: <a href="http://seoroi.com/seo-roi-quality/content-marketing-cannon/">New SEO plugin: Content Marketing Cannon</a></li> 
<li><a href="http://seoroi.com/downloads/internal-link-building" rel="nofollow">Internal Link Building,</a> a WordPress plugin. It optimizes your internal navigation so you rank like Wikipedia. Details: Check the <a href="http://seoroi.com/seo-roi-quality/internal-link-building-for-wp-3/">Internal Link Building update</a> page. 
</li>
<li><a href="http://book.seoroi.com">Get a free chapter</a> from my upcoming book on advanced seo.
</li>
<li><a href="http://seoroi.com/downloads/backlink-analysis-majestic" rel="nofollow">Backlink Analysis With Majestic SEO's Data</a><br/>
</li>
<li><a href="http://seoroi.com/downloads/seo-roi-calculator" rel="nofollow">ROI on SEO Calculator spreadsheet.</a>
</li>
</ul>
<a href="http://seoroi.com/specialty-services/how-google-would-rank-for-mortgage-calculator/">How Google Would Build Links For Mortgage Rankings</a></p>
]]></content:encoded>
			<wfw:commentRss>http://seoroi.com/specialty-services/how-google-would-rank-for-mortgage-calculator/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>New SEO Plugin for WordPress: Internal Link Building</title>
		<link>http://seoroi.com/specialty-services/new-seo-plugin-for-wordpress-internal-link-building/</link>
		<comments>http://seoroi.com/specialty-services/new-seo-plugin-for-wordpress-internal-link-building/#comments</comments>
		<pubDate>Tue, 01 Jul 2008 02:42:39 +0000</pubDate>
		<dc:creator>Gabriel Goldenberg</dc:creator>
				<category><![CDATA[Link Building]]></category>
		<category><![CDATA[Linkbait]]></category>
		<category><![CDATA[Specialty Services]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Linkbuilding]]></category>

		<guid isPermaLink="false">http://seoroi.com/?p=194</guid>
		<description><![CDATA[Note: If you download this, please link to this page from your blog or Tweet it. Also, you&#8217;ll probably like a free chapter from my advanced SEO book. Update 1 : The plugin has been downloaded 22,000 + times! And many webmasters use it on multiple sites, so it&#8217;s probably being used on closer to... <a style="font-weight:bold;" class="moretag" href="http://seoroi.com/specialty-services/new-seo-plugin-for-wordpress-internal-link-building/">Continue reading</a><p>Downloads For RSS Subscribers: <br />
<ul>
<li><a href="http://seoroi.com/downloads/cannon">Content Marketing Cannon Wordpress plugin</a> - Consolidates content for more links, PageRank and traffic. Details: <a href="http://seoroi.com/seo-roi-quality/content-marketing-cannon/">New SEO plugin: Content Marketing Cannon</a></li> 
<li><a href="http://seoroi.com/downloads/internal-link-building" rel="nofollow">Internal Link Building,</a> a Wordpress plugin. It optimizes your internal navigation so you rank like Wikipedia. Details: Check the <a href="http://seoroi.com/seo-roi-quality/internal-link-building-for-wp-3/">Internal Link Building update</a> page. 
</li>
<li><a href="http://book.seoroi.com">Get a free chapter</a> from my upcoming book on advanced seo.
</li>
<li><a href="http://seoroi.com/downloads/backlink-analysis-majestic" rel="nofollow">Backlink Analysis With Majestic SEO's Data</a><br/>
</li>
<li><a href="http://seoroi.com/downloads/seo-roi-calculator" rel="nofollow">ROI on SEO Calculator spreadsheet.</a>
</li>
</ul>
<a href="http://seoroi.com/specialty-services/new-seo-plugin-for-wordpress-internal-link-building/">New SEO Plugin for WordPress: Internal Link Building</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fseoroi.com%2Fspecialty-services%2Fnew-seo-plugin-for-wordpress-internal-link-building%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fseoroi.com%2Fspecialty-services%2Fnew-seo-plugin-for-wordpress-internal-link-building%2F&amp;source=GabGoldenberg&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<h2>Note: If you download this, please <em>link</em> to this page from your blog or Tweet it. Also, you&#8217;ll probably like a free chapter from my <a href="http://book.seoroi.com">advanced SEO book</a>.</h2>
<p>Update 1 : The <strong>plugin has been downloaded 22,000 + times</strong>! And many webmasters use it on multiple sites, so it&#8217;s probably being used on closer to 25-30,000 sites!</p>
<p><a href="http://seoroi.com/specialty-services/new-seo-plugin-for-wordpress-internal-link-building/attachment/ilb-22k/"rel="attachment wp-att-2441" ><img title="22,000 downloads of Internal Link Building" src="http://seoroi.com/pics/posts/2008/06/ilb-22k.png" alt="22,000 downloads of Internal Link Building" width="612" height="41" /></a></p>
<p>(Click to enlarge)</p>
<p>Update 2 : <em><strong>To download the plugin</strong></em>, you need to <a href="http://projects.seoroi.com/" rel='nofollow' >add my RSS feed to your reader</a>. The download link is now in my RSS feed&#8217;s footer . That is to say you can find a link to download below any post, but only if you read via RSS.</p>
<p>Some folks have complained about the need to subscribe. And I understand where you’re coming from &#8211; it feels a little pushy and you probably already have a bunch of subscriptions.</p>
<p>But there are <strong>good reasons to subscribe to my rss feed (besides it being free):</strong></p>
<p>1) To hear about updates to the plugin or new plugins and SEO tools I release.</p>
<p>2) To learn new SEO techniques. If you like my plugin, aren&#8217;t my other SEO <a href="http://seoroi.com/ideas" target='_blank' >ideas</a> worth your attention?</p>
<h2>Key info on Internal <a href="http://seoroi.com/seo-consulting-services/link-building-and-popularity/">Link Building</a>:</h2>
<p>Internal Link Building gives you an admin panel to assign keywords to given destination URLs. The point being that your website will link within itself a la Wikipedia &#8211; every time a keyword occurs, it links to the page you defined.<span id="more-194"></span></p>
<p><img src="http://seoroi.com/tools/internal-link-building-admin.jpg" alt="Internal Link Building plugin admin panel" /></p>
<p>So: You can rank like Wikipedia, without being Wikipedia. Ok, that&#8217;s exaggeration, but the tool <em>improves your internal navigation / link structure a lot</em>.</p>
<p>I got the <a href="http://seoroi.com/ideas" target='_blank' >idea</a> from Jim Boykin&#8217;s <a href="http://www.internetmarketingninjas.com">Internet Marketing</a> Ninjas, which includes a similar tool.</p>
<p>Also note: Marios Alexandrou of <a href="http://www.allthingssem.com" target="_blank">All Thing SEM</a> updated the plugin for WP 2.9+ and currently handles tech support.</p>
<p><strong>Functionality Specifics:</strong></p>
<p>To use the plugin, the settings page is under the Posts menu -&gt; Keywords in 2.7+. It&#8217;s under Manage -&gt; Keywords, in older versions of WP (up to 2.5 or 2.6) .</p>
<p><img src="http://seoroi.com/pics/posts/ilb/ilb-keywords-under-posts.png" alt="Edit Keywords From The Posts Menu" /></p>
<p>1. <strong>This plugin allows you to mass-upload keywords.</strong> So you just need to prepare a CSV file in Excel and then copy-paste it into the mass-upload box in your admin panel and then click upload! This is great for larger sites targeting multiple keywords that want to speed things up.</p>
<p>2. <strong>It&#8217;s up to you whether you make cAsE ReLeVaNT to your links.</strong> Check the &#8220;Exact Match&#8221; checkbox for it to only match when the case is the same as you typed the word into the admin panel. Leave it unchecked to have all cases link to your selected page.</p>
<p>3. <strong>Post-level overrides of globally-assigned keywords.</strong> Maki, of Dosh Dosh <a href="http://www.doshdosh.com">Internet Marketing</a>, pointed out that similar plugins exist. True, but they don&#8217;t allow post-level overriding of a given keyword. This plugin does. So if I can link to my homepage every time the words SEO or internet marketing appear, but then link to, Tad Chef&#8217;s <a href="http://seo2.0.onreact.com/">SEO</a> 2.0 blog with the word SEO, or Joy&#8217;s <a href="http://www.dotcomsecrets.com/">internet marketing</a>.</p>
<p><img src="http://seoroi.com/tools/internal-link-building-post-override.jpg" alt="Internal Link Building plugin post-level override" /></p>
<p>4. <strong>Link to sources or <a href="http://seoroi.com/affiliate/" target='_blank' >affiliate</a> links whom you reference a lot</strong>. That, for me, would be useful so I could cite Maki, <a href="http://go.seomoz.org/aff_c?offer_id=1&#038;aff_id=1009&#038;aff_sub=features&#038;url=http%3A//www.seomoz.org/features" rel='nofollow'  target='_blank' >SEOmoz</a>, XMCP, and others more easily.</p>
<p>5. Build internal links automatically to pages you regularly reference. For instance, I can just say <a href="http://projects.seoroi.com/" rel='nofollow' >add my rss feed to your reader</a> and the phrase gets linked on its own.</p>
<p>6. <strong>Make a link nofollow</strong>. For example, if you link to particular Wikipedia pages a lot then set the nofollow to be automatic.</p>
<p>Click to expand:<br />
<a rel="nofollow" href="http://seoroi.com/pics/posts/ilb/ilb-add-keywords.png"><br />
<img src="http://seoroi.com/pics/posts/ilb/ilb-add-keywords.png" alt="Add lots of keywords, have them link once or more times, use exact match if wanted, nofollow some links etc." width="841" height="155" /></a></p>
<p><small>Add multiple keywords to one page, or one keyword to multiple pages, have it nofollow, have it link numerous instances on the page, use exact matching or not etc.</small></p>
<p>7. <strong>Link multiple keywords to a single URL</strong>. Target all a page&#8217;s keywords at once! Just put a space, a  pipe (eg |) and a space between the multiple keywords. E.g. affiliate | <a href="http://seoroi.com/affiliate/">affiliate marketing</a>. <strong>More efficiency! More time savings!</strong></p>
<p>8. <strong>Link a single keyword to multiple URLs.</strong> I&#8217;m not quite sure why you&#8217;d want to do this, but some people asked for it, so there you go!</p>
<p>9. <strong>Pick the number of times a keyword will link to a particular URL</strong>. If you only want the words <a href="http://seoroi.com/social/">social media</a> to link to your social media category once, you can do that. Notice that social gets linked next, since I also have that keyword assigned to link to the same page.</p>
<p><strong>FAQ:</strong></p>
<p>1. Will this plugin overwrite links in older posts using keywords I set to link to particular pages?</p>
<p>- Where a post already links out using given keywords, the plugin will NOT overwrite it.</p>
<p>2. Can we make this link out in a post only a set number of times?</p>
<p>- Yes, this is possible with the new version of the plugin.</p>
<p>3. Can we make a set of URLs to link to, and have it link at random?</p>
<p>- Yes, this is possible. The plugin has been updated, so if you downloaded it on the first or second day it was live, you might want to get the new one. You just need to separate the URLs with | symbols in the URL field.</p>
<p>4. How is this plugin different from other similar plugins?</p>
<p>- They do not have the post-level override functionality. They also don&#8217;t have mass upload through a CSV copy-paste functionality. A third difference is that multiple keywords can link to a given URL, or one keyword can link to multiple URLs (see #6 and #7 for more).</p>
<p>6. Where is the post-level override?</p>
<p>- It&#8217;s in a box below the main content area in /wp-admin/post.php (or post-new.php). I.e. When you write/edit individual posts, scroll down and you&#8217;ll see it.</p>
<p>7. How do I link multiple keywords to URL, or one keyword to multiple URLs?</p>
<p>- Type the different keywords or URLs out with a pipe symbol ( | ) in between them. It&#8217;s found just above the enter key on most qwerty keyboards; you press shift+| to make it appear (without shift you&#8217;ll get a backslash: \ ) .</p>
<p>8. How do I install this?</p>
<p>- Download the file. Upload it to the wp-content/plugins/ . Login to WordPress. Activate it within the plugins admin page.</p>
<h2>Like this plugin <a href="http://seoroi.com/ideas">idea</a>? Be the first to hear about future releases: <a href="http://seoroi.com/feed"rel="nofollow" >Get my RSS feed</a>.</h2>
<p><em>Plugin Bug Fixes</em></p>
<p>1) Apostrophes within keywords can now be used. So if your friend O&#8217;harra is always getting links from you, just set up O&#8217;harra and don&#8217;t worry about it.</p>
<p>2) URLs that are just being shown, e.g. http://seoroi.com/seo-consulting-services/ are no longer having keywords within them linking out. E.g. services won&#8217;t link to a page you&#8217;ve set.</p>
<p>3) Posts and pages that are set as link-love destinations won&#8217;t link to themselves. Yay! Better aesthetics <img src='http://seoroi.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p>4) Blockquotes and lists can now feature links within them. So go ahead and cite this:</p>
<blockquote><p>Internal Link Building is awesome!</p></blockquote>
<p>5) Simple Tags can now work with ILB, with a little &#8216;child&#8217;s play&#8217; hacking on your part, per my awesome developer Aaron.</p>
<p>7) Image tags with keywords in them (e.g. in the alt or title) are no longer breaking.</p>
<p>8 ) Jeff and John of <a href="http://www.seodesignsolutions.com" target="_blank">SEO</a> Design Solutions got the plugin up to date for WP 2.7 and removed the bug on the new post / post editing admin panels.</p>
<p>9) Chris Balicki of <a href="http://www.web-systems.pl/">Web Systems</a> helped out earlier as did Matt Longley of <a href="http://www.sitesource101.com/">Site Source 101</a>.</p>
<h2>Bonus Advantage of Internal Link Building</h2>
<p>This is something I&#8217;ve noticed since installing the plugin: My average pageviews seen per visitor has gone up from 1.4-1.5 to 1.9-2.0. Woohoo! Go <a href="http://seoroi.com/seo-roi-quality/cheap-retargeting-for-brand-search/">extra frequency/repetition and brand recall</a>!</p>
<h2>Like this plugin <a href="http://seoroi.com/ideas">idea</a>? Be the first to hear about future releases: <a href="http://seoroi.com/feed"rel="nofollow" >Get my RSS feed</a>.</h2>
<p>Downloads For RSS Subscribers: <br />
<ul>
<li><a href="http://seoroi.com/downloads/cannon">Content Marketing Cannon WordPress plugin</a> - Consolidates content for more links, PageRank and traffic. Details: <a href="http://seoroi.com/seo-roi-quality/content-marketing-cannon/">New SEO plugin: Content Marketing Cannon</a></li> 
<li><a href="http://seoroi.com/downloads/internal-link-building" rel="nofollow">Internal Link Building,</a> a WordPress plugin. It optimizes your internal navigation so you rank like Wikipedia. Details: Check the <a href="http://seoroi.com/seo-roi-quality/internal-link-building-for-wp-3/">Internal Link Building update</a> page. 
</li>
<li><a href="http://book.seoroi.com">Get a free chapter</a> from my upcoming book on advanced seo.
</li>
<li><a href="http://seoroi.com/downloads/backlink-analysis-majestic" rel="nofollow">Backlink Analysis With Majestic SEO's Data</a><br/>
</li>
<li><a href="http://seoroi.com/downloads/seo-roi-calculator" rel="nofollow">ROI on SEO Calculator spreadsheet.</a>
</li>
</ul>
<a href="http://seoroi.com/specialty-services/new-seo-plugin-for-wordpress-internal-link-building/">New SEO Plugin for WordPress: Internal Link Building</a></p>
]]></content:encoded>
			<wfw:commentRss>http://seoroi.com/specialty-services/new-seo-plugin-for-wordpress-internal-link-building/feed/</wfw:commentRss>
		<slash:comments>325</slash:comments>
		</item>
		<item>
		<title>CrowdSurfing On a TourBus in Israel &#8211; My Pro Partying Association Bona Fides</title>
		<link>http://seoroi.com/specialty-services/crowdsurfing-on-a-tourbus-in-israel-my-pro-partying-association-bona-fides/</link>
		<comments>http://seoroi.com/specialty-services/crowdsurfing-on-a-tourbus-in-israel-my-pro-partying-association-bona-fides/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 03:47:11 +0000</pubDate>
		<dc:creator>Gabriel Goldenberg</dc:creator>
				<category><![CDATA[People]]></category>
		<category><![CDATA[social]]></category>
		<category><![CDATA[Specialty Services]]></category>

		<guid isPermaLink="false">http://seoroi.com/?p=180</guid>
		<description><![CDATA[When you and a busload of friends have had several long hours of championship partying in the club where you gave 110%, and you&#8217;re still so pumped for overtime that you go over the top for the win &#8211; you&#8217;re a Hall of Fame member of the Pro Partying Association. If you&#8217;re wondering what the... <a style="font-weight:bold;" class="moretag" href="http://seoroi.com/specialty-services/crowdsurfing-on-a-tourbus-in-israel-my-pro-partying-association-bona-fides/">Continue reading</a><p>Downloads For RSS Subscribers: <br />
<ul>
<li><a href="http://seoroi.com/downloads/cannon">Content Marketing Cannon Wordpress plugin</a> - Consolidates content for more links, PageRank and traffic. Details: <a href="http://seoroi.com/seo-roi-quality/content-marketing-cannon/">New SEO plugin: Content Marketing Cannon</a></li> 
<li><a href="http://seoroi.com/downloads/internal-link-building" rel="nofollow">Internal Link Building,</a> a Wordpress plugin. It optimizes your internal navigation so you rank like Wikipedia. Details: Check the <a href="http://seoroi.com/seo-roi-quality/internal-link-building-for-wp-3/">Internal Link Building update</a> page. 
</li>
<li><a href="http://book.seoroi.com">Get a free chapter</a> from my upcoming book on advanced seo.
</li>
<li><a href="http://seoroi.com/downloads/backlink-analysis-majestic" rel="nofollow">Backlink Analysis With Majestic SEO's Data</a><br/>
</li>
<li><a href="http://seoroi.com/downloads/seo-roi-calculator" rel="nofollow">ROI on SEO Calculator spreadsheet.</a>
</li>
</ul>
<a href="http://seoroi.com/specialty-services/crowdsurfing-on-a-tourbus-in-israel-my-pro-partying-association-bona-fides/">CrowdSurfing On a TourBus in Israel &#8211; My Pro Partying Association Bona Fides</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fseoroi.com%2Fspecialty-services%2Fcrowdsurfing-on-a-tourbus-in-israel-my-pro-partying-association-bona-fides%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fseoroi.com%2Fspecialty-services%2Fcrowdsurfing-on-a-tourbus-in-israel-my-pro-partying-association-bona-fides%2F&amp;source=GabGoldenberg&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>When you and a busload of friends have had several long hours of championship partying in the club where you gave 110%, and you&#8217;re still so pumped for overtime that you go over the top for the win &#8211; you&#8217;re a Hall of Fame member of the Pro Partying Association.<span id="more-180"></span></p>
<p><img src="http://seoroi.com/gab-crowd-surfing.jpg" alt="Gab crowd surfing" /></p>
<p>If you&#8217;re wondering what the hell this has to do with internet marketing, my friends at NVI are doing a <a href="http://www.go-referencement.org/marketing-viral-rp">viral campaign for Molson</a>. <a href="http://montrealsocialmedia.com/blog/2008/05/28/molson-dry-offers-private-and-exclusive-party-for-bloggers/">Nick Cossette tagged me</a> and apparently is the master creative genius behind the campaign.</p>
<p>Note: If ever you&#8217;re in Israel, ask to be driven by Izak &#8220;Itsik&#8221; Shaulov &#8211; naumas a-circle-sign netvision dot net dot il . He made it so much better, I can&#8217;t even begin to tell you. From keeping us supplied with fresh bottled water to pulling over for us to visit the cemetery where many of the country&#8217;s founders are buried, to treating us to yummy Baklava at a special place he knew to turning the lights on-n-off like it was a discotheque on our drive home and pumping the music loud, to pointing out wildlife alond the side of the road, Itsik was an awesome driver.</p>
<p>I ran into him in Jerusalem a few weeks after my organized trip was done. I was close to finishing my water bottle and had hardly eaten that day because I was running out of money. It was to the point I had to save my last shekels for the busride back to Ashdod, where I&#8217;d left the rest of my money . He had no food on him but gave me a fresh bottle of water to keep me up and help me out. When you&#8217;re kinda hungry and low on water in a hot country like Israel, that was pure kindness. Itsik&#8217;s a real class act.</p>
<p><img src="http://seoroi.com/Izak-Itsik-Shaulov.jpg" alt="Izak Itsik Shaulov" width="641" height="853" /></p>
<p>If you liked this post, <a href="http://seoroi.com/feed">get my RSS feed</a>. If not, rest assured that I&#8217;ll be back with more educational content later this week, as well as my first tool release!</p>
<p>Downloads For RSS Subscribers: <br />
<ul>
<li><a href="http://seoroi.com/downloads/cannon">Content Marketing Cannon WordPress plugin</a> - Consolidates content for more links, PageRank and traffic. Details: <a href="http://seoroi.com/seo-roi-quality/content-marketing-cannon/">New SEO plugin: Content Marketing Cannon</a></li> 
<li><a href="http://seoroi.com/downloads/internal-link-building" rel="nofollow">Internal Link Building,</a> a WordPress plugin. It optimizes your internal navigation so you rank like Wikipedia. Details: Check the <a href="http://seoroi.com/seo-roi-quality/internal-link-building-for-wp-3/">Internal Link Building update</a> page. 
</li>
<li><a href="http://book.seoroi.com">Get a free chapter</a> from my upcoming book on advanced seo.
</li>
<li><a href="http://seoroi.com/downloads/backlink-analysis-majestic" rel="nofollow">Backlink Analysis With Majestic SEO's Data</a><br/>
</li>
<li><a href="http://seoroi.com/downloads/seo-roi-calculator" rel="nofollow">ROI on SEO Calculator spreadsheet.</a>
</li>
</ul>
<a href="http://seoroi.com/specialty-services/crowdsurfing-on-a-tourbus-in-israel-my-pro-partying-association-bona-fides/">CrowdSurfing On a TourBus in Israel &#8211; My Pro Partying Association Bona Fides</a></p>
]]></content:encoded>
			<wfw:commentRss>http://seoroi.com/specialty-services/crowdsurfing-on-a-tourbus-in-israel-my-pro-partying-association-bona-fides/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>The Biggest, Baddest, Resource Bonanza Bar None!</title>
		<link>http://seoroi.com/blogroll/the-biggest-baddest-resource-bonanza-bar-none/</link>
		<comments>http://seoroi.com/blogroll/the-biggest-baddest-resource-bonanza-bar-none/#comments</comments>
		<pubDate>Tue, 11 Mar 2008 06:04:05 +0000</pubDate>
		<dc:creator>Gabriel Goldenberg</dc:creator>
				<category><![CDATA[Blogroll]]></category>
		<category><![CDATA[Content]]></category>
		<category><![CDATA[Interviews]]></category>
		<category><![CDATA[Link Building]]></category>
		<category><![CDATA[People]]></category>
		<category><![CDATA[SEO ROI Quality]]></category>
		<category><![CDATA[Specialty Services]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[resources]]></category>

		<guid isPermaLink="false">http://seoroi.com/ideas/the-biggest-baddest-resource-bonanza-bar-none/</guid>
		<description><![CDATA[Here&#8217;s my effort to share original resources that haven&#8217;t received wide attention/link love on other blogs. Hence I haven&#8217;t shared Aaron Wall&#8217;s tools (how useful would one more mention be?), Xenu Link Sleuth or SEOmoz&#8216;s tools (though I had to put them in the Friends section). Here is search marketing&#8217;s BIGGEST, BADDEST, RESOURCE BONANZA BAR... <a style="font-weight:bold;" class="moretag" href="http://seoroi.com/blogroll/the-biggest-baddest-resource-bonanza-bar-none/">Continue reading</a><p>Downloads For RSS Subscribers: <br />
<ul>
<li><a href="http://seoroi.com/downloads/cannon">Content Marketing Cannon Wordpress plugin</a> - Consolidates content for more links, PageRank and traffic. Details: <a href="http://seoroi.com/seo-roi-quality/content-marketing-cannon/">New SEO plugin: Content Marketing Cannon</a></li> 
<li><a href="http://seoroi.com/downloads/internal-link-building" rel="nofollow">Internal Link Building,</a> a Wordpress plugin. It optimizes your internal navigation so you rank like Wikipedia. Details: Check the <a href="http://seoroi.com/seo-roi-quality/internal-link-building-for-wp-3/">Internal Link Building update</a> page. 
</li>
<li><a href="http://book.seoroi.com">Get a free chapter</a> from my upcoming book on advanced seo.
</li>
<li><a href="http://seoroi.com/downloads/backlink-analysis-majestic" rel="nofollow">Backlink Analysis With Majestic SEO's Data</a><br/>
</li>
<li><a href="http://seoroi.com/downloads/seo-roi-calculator" rel="nofollow">ROI on SEO Calculator spreadsheet.</a>
</li>
</ul>
<a href="http://seoroi.com/blogroll/the-biggest-baddest-resource-bonanza-bar-none/">The Biggest, Baddest, Resource Bonanza Bar None!</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fseoroi.com%2Fblogroll%2Fthe-biggest-baddest-resource-bonanza-bar-none%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fseoroi.com%2Fblogroll%2Fthe-biggest-baddest-resource-bonanza-bar-none%2F&amp;source=GabGoldenberg&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Here&#8217;s my effort to share original resources that haven&#8217;t received wide attention/link love on other blogs. Hence I haven&#8217;t shared Aaron Wall&#8217;s tools (how useful would one more mention be?), Xenu Link Sleuth or <a href="http://go.seomoz.org/aff_c?offer_id=1&#038;aff_id=1009&#038;aff_sub=features&#038;url=http%3A//www.seomoz.org/features" rel='nofollow'  target='_blank' >SEOmoz</a>&#8216;s tools (though I had to put them in the Friends section). Here is search marketing&#8217;s BIGGEST, <em>BADDEST, </em>RESOURCE <strong>BONANZA </strong>BAR NONE! (If you enjoy it, <a href="http://www.clickaudit.com/goto/?104363">subscribe</a> &#8211; there&#8217;s lots more where this came from <img src='http://seoroi.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  .)</p>
<p><strong>The SEO Business </strong></p>
<p><a href="http://portal.acm.org/citation.cfm?id=365037">What makes Web sites credible?</a></p>
<p><a href="http://www.captureplanning.com/articles/13605.cfm">Proposal layout and design</a></p>
<p><a href="http://www.csbsju.edu/grants/five_ways.htm">Five Simple Ways to Make Your Proposal More Competitive</a></p>
<p><a href="http://www.canadabusiness.ca/servlet/ContentServer?pagename=CBSC_FE/display&amp;lang=en&amp;cid=1106739780776&amp;c=GuideHowto">Canada Business  &#8211; Starting </a><a href="http://www.canadabusiness.ca/servlet/ContentServer?pagename=CBSC_FE/display&amp;lang=en&amp;cid=1106739780776&amp;c=GuideHowto">a  Consulting Business</a> &#8211; Interesting item for my fellow SEO consultants here<a href="http://www.canadabusiness.ca/servlet/ContentServer?pagename=CBSC_FE/display&amp;lang=en&amp;cid=1106739780776&amp;c=GuideHowto"><span id="more-106"></span></a></p>
<p><a href="http://www.rimmkaufman.com/rkgblog/2007/04/26/sem-pricing-models-2/">SEM Pricing Models</a></p>
<p><a href="http://www.marketingpilgrim.com/2006/09/top-10-business-mistakes-search.html">Top 10 Business Mistakes Search Marketing Firms Make</a></p>
<p><a href="http://www.problogger.net/archives/2007/12/24/the-secret-motivations-that-drive-your-customers/">The Secret Motivations that Drive Your Customers</a></p>
<p><a href="http://lifedev.net/2008/03/the-freelancers-guide-to-setting-perfect-deadlines/">The Freelancerâ€™s Guide to Setting Perfect Deadlines</a></p>
<p><a href="http://www.smallbusinessb2b.com/small_business_b2b/2006/06/how_to_monetize.html">Small Business B2B Marketing: How to Monetize Your Expertise</a></p>
<p><strong>Blogging</strong></p>
<p><a href="http://max.limpag.com/2006/08/05/how-to-use-wordpress-magazine-news-cms/">How to use WordPress to Run a Magazine Or News Website </a></p>
<p><a href="http://courtneytuttle.com/2007/12/05/increasing-rss-count/">Creating An Authority RSS Count + Secret RSS Booster Tip </a></p>
<p><a href="http://www.chrisbloczynski.com/99-headline-techniques-revealed/">99 Headline Techniques Revealed</a></p>
<p><a href="http://jonathanfields.com/blog/how-to-make-every-word-you-write-unputdownable">How to Make Every Word You Write Unputdownable</a></p>
<p><a href="http://lorelle.wordpress.com/2007/02/27/contact-form-wordpress-plugins/">Contact Form WordPress Plugins</a></p>
<p><a href="http://xfep.com/blog-network-tips/46-things-to-do-before-launching-blog-network/">46 Things To Do Before Launching a Blog Network </a></p>
<p>Get your internal linking straight: <a href="http://lorelle.wordpress.com/2007/02/21/blog-navigation-wordpress-plugins-related-recent-most-popular-posts-and-more/">Blog Navigation WordPress Plugins: Related, Recent, Most Popular Posts and More </a></p>
<p><a href="http://www.problogger.net/archives/2007/06/21/10-techniques-i-used-to-go-from-0-to-12000-rss-subscribers-in-seven-months-with-no-ads-or-leverage/">10 Techniques I Used To Go From 0 To 12,000 RSS Subscribers In Seven Months &#8211; With No Ads Or Leverage</a></p>
<p><a href="http://www.problogger.net/archives/2007/03/01/34-reasons-why-readers-unsubscribe-from-your-blog/">34 Reasons Why Readers Unsubscribe from Your Blog</a></p>
<p><a href="http://www.brianshoff.com/wordpress/category-base-removal-plugin.htm">Category Base Removal Plugin</a> Finally! Remove /category/ from your WP permalinks.</p>
<p><strong>Keywords</strong></p>
<p><a href="http://www.optimizeandprophesize.com/jonathan_mendezs_blog/2007/03/buying_branded_.html">Buy Branded Keywords? A Case Study on Traffic, Conversion and RPV</a></p>
<p><a href="http://learn.wordtracker.com/articles/keyword-inspiration-aaron-wall-of-seobookcom-shares-his-secrets/">Keyword Inspiration &#8211; Aaron Wall of SEOBook.com shares his secrets</a></p>
<p><a href="http://www.cdfnetworks.com/keyword-scrubbing/">Keyword Scrubbing</a> Get the gunk out of your list!</p>
<p><strong>Content</strong></p>
<p><a href="http://www.fullbooks.com/">FullBooks.com &#8211; Thousands of Full-Text Free Books</a> &#8211; Did anyone say free inspiration? Or for the shadier folks&#8230;</p>
<p><a href="http://search.creativecommons.org/">In a similar vein, try Creative Commons Search</a></p>
<p><a href="http://www.freelancewritinggigs.com/8-great-places-to-find-interview-subjects/">8 Great Places to Find Interview Subjects</a></p>
<p><a href="http://www.smallfuel.com/blog/entry/marketing-trends/">Marketing Trends: 21+ Websites for Finding Whatâ€™s Hot</a></p>
<p><strong><a href="http://seoroi.com/seo-consulting-services/link-building-and-popularity/">Link Building</a> and Buying</strong><br />
<a href="http://www.brianchappell.com/thinking-about-buying-links-30-tips-to-save-you-from-failure/"></a></p>
<p><a href="http://www.brianchappell.com/thinking-about-buying-links-30-tips-to-save-you-from-failure/">30 Link Buying Tips</a> &#8211; Brian Chappell shares the secret sauce and yours truly chips in with some extras in the comments.</p>
<p><a href="http://www.blogstorm.co.uk/sitemap-link-tool/">New link tool to find your competitors most linked pages</a></p>
<p><a href="http://www.linkjuicy.com/blog/michael-gray-interview-advanced-link-strategies/">Michael Gray Interview: Advanced Link Strategies</a></p>
<p><a href="http://www.chrisg.com/get-more-bookmarks-links/">How to Get More Bookmarks and Better Links</a> &#8211; He knows that of which he speaks. This is being written using my bookmarks!</p>
<p><a href="http://danzarrella.com/link-attraction-factors-keyword-tool">Link Attraction Factors Keyword Tool</a> Holy sheeeeet that&#8217;s impressive and original, Dan!</p>
<p><a href="http://danzarrella.com/laf-title-check">LAF Title Check </a></p>
<p><a href="http://courtneytuttle.com/2007/04/09/102-ways-to-make-your-blog-or-site-a-back-link-superstar/">102 Ways To Make Your Site A Back-Link Superstar</a></p>
<p><strong>Video and <a href="http://seoroi.com/social/">Social Media</a> </strong></p>
<p><a href="http://www.searchenginepeople.com/blog/the-definitive-list-of-french-canadian-social-media.html">The Definitive List of French-Canadian Social Media</a> &#8211; Kinda sad that I found out about what&#8217;s going on here from a Toronto firm lol. Great post anyways!<a href="http://www.searchenginepeople.com/blog/the-definitive-list-of-french-canadian-social-media.html"><br />
</a></p>
<p><a href="http://www.daviddalka.com/createvalue/2008/01/09/how-to-do-youtube-video-view-optimization-part-1/">How To Do YouTube Video View Optimization Part 1</a></p>
<p><a href="http://www.bluehatseo.com/making-money-with-video-blogs/">User Contributed-Making Money With A Video Blog</a></p>
<p><a href="http://www.searchenginejournal.com/guide-to-video-marketing-on-youtube/6381/">Guide to Video Marketing on YouTube</a></p>
<p><a href="http://www.brianchappell.com/drupal-seo-tutorial/">The Drupal SEO Tutorial</a></p>
<p><a href="http://www.ajaxninja.com/?p=240">50+ Resources for Utilizing StumbleUpon Effectively</a></p>
<p><a href="http://sphinn.com/story/18112">Sphinn, Mixx and other social sites&#8217; credibility &#8211; Voting for vapor.</a></p>
<p><a href="http://www.pronetadvertising.com/articles/social-network-ad-spending-and-return-on-investment21122.html">Social Network Ad Spending and Return on Investment</a></p>
<p><a href="http://txfx.net/code/wordpress/enforce-www-preference/"></a><a href="http://www.chrisg.com/get-more-bookmarks-links/"></a><strong>Technical and Miscellaneous</strong><a href="http://xfep.com/blog-network-tips/46-things-to-do-before-launching-blog-network/"><br />
</a></p>
<p><a href="http://blog.searchenginewatch.com/blog/071017-080149">Competitor Analysis</a></p>
<p><a href="http://sebastians-pamphlets.com/how-to-turn-click-tracking-into-miserable-failure/">How to fuck up click tracking with the JavaScript onclick trigger</a></p>
<p><a href="http://www.slightlyshadyseo.com/?p=154">Controlling Your Referer, and Hiding Your Traffic Sources : Slightly Shady SEO</a></p>
<p>Www.domain.com v straight domain.com? <a href="http://txfx.net/code/wordpress/enforce-www-preference/">Enforce www. Preference</a></p>
<p><a href="http://www.seobook.com/interview-eli-blue-hat-seo-com">Interview of Eli from Blue Hat SEO.com</a></p>
<p><a href="http://www.syndk8.com/Earl-Grey.php">Earl Grey &#8211; The co-creater of Syndk8 BlackHat Seo Forums</a></p>
<p><a href="http://www.seomoz.org/blog/11-tips-for-appearing-at-google-definitions#jtc49316">11 Tips for Appearing at Google Definitions</a></p>
<p><a href="http://www.personalitypage.com/INTP.html">Portrait of an INTP</a> Apparently this is me. Some parallels, but to be taken with a grain of salt. Interesting for the sake of making personas; possibly useful as a template.</p>
<p><a href="http://spectrum.ieee.org/jan08/5952">EEE Spectrum: The Gray Areas of Search-Engine Law</a></p>
<p><a href="http://www.searchenginejournal.com/50-questions-to-evaluate-the-quality-of-your-website/6400/">50 Questions to Evaluate the Quality of Your Website</a></p>
<p><a href="http://seo-space.blogspot.com/2007/07/online-reputation-management-what-you.html">Online Reputation Management: What You Need to Know</a></p>
<p><a href="http://www.garrreynolds.com/Presentation/index.html">Garr Reynolds/Presentations</a></p>
<p><a href="http://www.boxesandarrows.com/view/advancing-advanced">Advancing Advanced Search &#8211; Boxes and Arrows: The design behind the design</a></p>
<p><a href="http://www.tamingthebeast.net/articles5/tell-a-friend-script-2.htm">Advanced free tell-a-friend script with popup code</a></p>
<p><a href="http://www.xml-sitemaps.com/">Create your Google Sitemap Online &#8211; XML Sitemaps</a></p>
<p><a href="http://www.useit.com/alertbox/application-mistakes.html">Top-10 Application-Design Mistakes (Jakob Nielsen&#8217;s Alertbox)</a></p>
<p><strong>PPC</strong></p>
<p><a href="http://www.superapprentice.com/speed-ppc.html">SpeedPPC &#8211; Pay Per Click Marketing at Warp Speed</a></p>
<p><a href="http://www.cumbrowski.com/CarstenC/PaidSearchCampaignResources.asp">Paid Search Campaign Tools and Analytics</a></p>
<p><a href="http://www.clixmarketing.com/blog/2008/01/18/free-ebook-from-google-adwords-textbook/">Free eBook from Google: AdWords Textbook </a></p>
<p><a href="http://www.clixmarketing.com/blog/2008/01/06/our-favorite-ppc-blogs/#comment-174">Clix Marketing&#8217;s Favorite PPC Blogs</a> David Szetela knows his PPC, so this list of his is high praise for those that are on it.</p>
<p><a href="http://www.apollosem.org/70-quick-tests-to-get-more-conversions-out-of-adwords/">70 Quick Tests to Get More Conversions Out of AdWords</a> &#8211; My friend James Zol knows his <a href="http://seoroi.com/conversion-rate-optimization/">conversion rate optimization</a> he does!</p>
<p><em>* Coming soon: What I learned from SMX&#8217;s PPC sessions.</em></p>
<p><strong>Security </strong></p>
<p><a href="http://www.sitepoint.com/article/spamproof-site/2">Spamproof Your Site</a></p>
<p><a href="http://ha.ckers.org/">ha.ckers.org Web Application Security Lab</a></p>
<p><a href="http://hamletbatista.com/2008/02/06/the-unsuspecting-recruit-why-every-seo-must-learn-internet-security/"class="heading" title="Permanent Link to The Unsuspecting Recruit: Why every SEO MUST learn Internet security" rel="bookmark" > The Unsuspecting Recruit: Why every SEO MUST learn Internet security</a></p>
<p><a href="http://recaptcha.net/">reCAPTCHA: Stop Spam, Read Books</a> Blogs are good too <img src='http://seoroi.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p><a href="http://blog.cre8asite.net/bwelford/2008/02/guarding-your-wordpress-blog/">Guarding Your WordPress Blog</a></p>
<p><strong>Domains </strong></p>
<p><a href="http://www.sitepoint.com/blogs/2007/08/31/top-3-free-domain-name-generators">Top 3 (Free!) Domain Name Generator</a> Decent stuff, have used &#8216;em myself to an extent. I find the following more useful though:</p>
<p><a href="http://estibot.com/batch.php">Bulk Domain Appraisal and Keyword Research Tool by EstiBot.com</a></p>
<p><a href="http://www.conceptualist.com/2007/07/16/making-it-in-the-domain-industry-2007-edition/">Making It In The Domain Industry -2007 Edition but still current</a></p>
<p><a href="http://www.conceptualist.com/2007/07/16/making-it-in-the-domain-industry-2007-edition/"></a><a href="http://www.namepros.com">Namepros</a> &#8211; I love this community for its generosity in teaching me.</p>
<p><strong>Landing Pages and <a href="http://seoroi.com/affiliate/" target='_blank' >Affiliate</a> Stuff</strong></p>
<p><a href="http://customcapturepages.com/">Custom Capture Pages</a></p>
<p><a href="http://www.seobook.com/should-you-launch-affiliate-program">Should I Launch My Website With an Affiliate Program? </a></p>
<p><a href="http://www.vertster.com/howitworks/page.asp?article=1059&amp;source=google&amp;kw=landing%20page&amp;gclid=CLLL-MaB8I8CFQIQFQodZlsNMg">Landing Page Optimization</a></p>
<p><a href="http://www.accuracast.com/services/ppc-management/landing-pages.php">Landing Page Design Services</a></p>
<p><a href="http://www.sitecreations.com/Landing%20Pages%20for%20Pay%20Per%20Click.html">Landing Page Design for Pay Per Click PPC &#8211; Useful Links to Research</a></p>
<p><a href="http://www.keeb.com">Keeb&#8217;s Landing Pages</a></p>
<p><a href="http://www.email-marketing-reports.com/listacquisition.htm">10 tips for sign-up forms</a></p>
<p><a href="http://blog.affiliatetip.com/archives/ask-shawn-collins-how-to-hide-my-identity/">How to Hide My Identity</a></p>
<p><a href="http://www.omniture.com/assets/global/apps/videoplayer/?webinar/13">Landing Page Optimization Video: Keep Readers Moving Down the Sales Funnel</a></p>
<p><a href="http://blog.affiliatetip.com/archives/affiliate-tip-camouflage-your-links/">Camouflage Your Links</a> First place I heard about the technique.</p>
<p><a href="http://uberaffiliate.com/affiliate-tips/how-to-scale-a-campaign/">How to Scale a Campaign</a></p>
<p><a href="http://tropicalseo.com/2007/how-to-build-an-affiliate-site-you-can-sell-for-1m/">How to: Build an Affiliate Site You Can Sell for $1M â€” Tropical SEO</a></p>
<p><a href="http://www.here.org.uk/2007/06/google-adwords-landing-pages-how-to-build-a-page-that-wont-get-banned-with-examples.html">Google AdWords Landing Pages &#8211; how to build a page that wonâ€™t get banned, with examples</a></p>
<p><strong>Membership</strong></p>
<p><a href="http://www.wpboard.com/plugins/wordpress-membership-plugin/">WordPress Membership Plugin at WPBOARD.Com</a></p>
<p><a href="http://www.comersus.com/news-wordpress-plugin.html">WordPress Plug-In to sell subscriptions</a></p>
<p><a href="http://www.fastmembershipsites.com/member-benefits/?goto=4&amp;gclid=CMO5nt2DqpECFQxbHgodvhsoYA">Member Benefits | FAST Membership Sites</a></p>
<p><a href="http://www.membershipacademy.com/?gclid=CNitkd6DqpECFRsRFQod0SSXeQ">Membership Academy: Membership site software comparisons, reviews, forums and videos, start-up guide.</a></p>
<p><a href="http://blog.guykawasaki.com/2006/02/the_art_of_crea.html">How to Change the World: The Art of Creating a Community</a></p>
<p><a href="http://www.socialmediaexplorer.com/2008/02/21/how-to-build-a-community-of-brand-enthusiasts/">How To Build A Community Of Brand Enthusiasts</a></p>
<p><strong>Friends</strong></p>
<p>Rand, Rebecca, Jane, Scott, Jeff, Sarah et co.  &#8211; <a href="http://www.seomoz.org">SEOmoz</a> (I owe them so much! Hard to put in words how much I appreciate these guys and their site!)</p>
<p>Ann Smarty &#8211; <a href="http://ww.SEOSmarty.com">SEO Smarty and Social Ninja</a></p>
<p>Bill Hilton &#8211; <a href="http://www.billhilton.biz">Copywriting</a></p>
<p>Susan Gunelius &#8211; <a href="http://www.brandcurve.com/">Branding</a></p>
<p>Sebastian X &#8211; <a href="http://www.sebastians-pamphlets.com">SEO techie</a></p>
<p>Peter Meyers &#8211; <a href="http://www.usereffect.com">Usability Expert</a></p>
<p>Critchlows n a Riley &#8211; <a href="http://www.distilled.co.uk">Distilled Reputation Management Pros</a></p>
<p>Linda Bustos &#8211; <a href="http://www.getelastic.com/">Ecommerce Maven</a></p>
<p>Hamlet Batista &#8211; <a href="http://www.hamletbatista.com">SEO Expert</a></p>
<p>Sean Maguire &#8211; <a href="http://searchmatters.com/">Search Matters<br />
</a><br />
Vinny Goldsmith &#8211; <a href="http://www.vinnygoldsmith.com">Real Estate SEO Pro </a></p>
<p>Avinash Kaushik &#8211; <a href="http://www.kaushik.net/avinash/">Analytics Guru</a></p>
<p>XMCP &#8211; <a href="http://www.slightlyshadyseo.com">Slightly blackhat SEO and general nice guy</a></p>
<p>Michelle Blanc &#8211; <a href="http://www.michelleblanc.com/">Montreal Marketing Guru</a></p>
<p>Sylvain Carle &#8211; <a href="http://www.afroginthevalley.com/">Frog in the Valley (started when he was in Silicon Valley)</a></p>
<p>Claude Malaison &#8211; <a href="http://emergenceweb.com/produits.php">Quebec&#8217;s Danny Sullivan; organizes Webcom</a></p>
<p>Nicolas Cossette, Guillaume Bouchard &#8211; <a href="http://montrealsocialmedia.com/">Montreal Social Media</a> and <a href="http://www.nvisolutions.com">NVI SEO</a></p>
<p>Muriel Ide, Guillaume Brunet et co. &#8211; <a href="http://www.marketing-montreal.com/">Association de Marketing de Montreal</a></p>
<p>Jean-Fran<span style="font-size: 12pt; font-family: 'Times New Roman';">Ã§</span>ois Renaud &#8211; <a href="http://www.adviso.ca">Adviso SEO</a></p>
<p>Jim Hedger &#8211; <a href="http://www.marklandmedia.com">SEO Author and Veteran<br />
</a><br />
SugarRae &#8211; <a href="http://www.sugarrae.com/">Veteran Affiliate &amp; SEO<br />
</a><br />
Todd Malicoat &#8211; <a href="http://www.stuntdubl.com">Superstar SEO Consultant</a></p>
<p>Li Evans &#8211; <a href="http://www.searchmarketinggurus.com">SEO Guru</a></p>
<p>Marty Weintraub &#8211; <a href="http://www.aimclearblog.com/">SEO Pros and Facebook case studies</a></p>
<p>Andrew Shotland &#8211; <a href="http://www.localseoguide.com/">Local SEO Expert </a></p>
<p>Gyutae Park &#8211; <a href="http://www.winningtheweb.com/">Money Makin&#8217; Blogger</a></p>
<p>Chris Winfield &#8211; <a href="http://www.10e20.com">SEO &amp; Press Darling</a></p>
<p>Jeff Quipp &#8211; <a href="http://www.SearchEnginePeople.com">Bright Search Engine People</a> (&amp; Press Darlings)</p>
<p>Tamar Weinberg &#8211; <a href="http://www.techipedia.com">Power Socialite</a></p>
<p>Barry Welford &#8211; <a href="http://www.strategicmarketingmontreal.ca/">SEO formerly in the snow, now in the rain <img src='http://seoroi.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </a></p>
<p>Christine O&#8217;Kelly &#8211; <a href="http://www.selfmadechick.com">Self Made Chick Copywriting</a></p>
<p>Lindsey Walsh &#8211; <a href="http://www.searchengineppc.com">PPC Management Expert</a></p>
<p>Per Koch &#8211; <a href="http://www.pandia.com">SEO Vet</a></p>
<p>Damian Finlay &#8211; <a href="http://www.epiar.com">Epiar Keyword Champs</a></p>
<p>Lisa Williams &#8211; <a href="http://www.mediafortemarketing.com">Florida SEM and SMX Buddy</a></p>
<p>Jordan Kasteler &#8211; &#8220;<a href="http://www.jordankasteler.com/utah-seo-pro-blog/">Young Gun of SEO</a>&#8221; W000T.</p>
<p>John Carcutt &#8211; <a href="http://www.appliedseo.com">Applied SEO</a></p>
<p>Amy Konefal, Sandra Niehaus &#8211; PPC and landing page buddies from SMX. Plus Sandy co-wrote Web Design 4 ROI with Lance Loveday, their CEO at <a href="http://www.closed-loop-marketing.com">Closed Loop Marketing</a></p>
<p>Harrison Gevirtz &#8211; <a href="http://www.cpashare.com">Young Gun Super Affiliate &amp; PPC Expert </a></p>
<p>Chris Silver Smith &#8211;  <a href="http://www.netconcepts.com">SEO Strategist</a></p>
<p>Andy Beal &#8211; <a href="http://www.marketingpilgrim.com/seo-business-advice">SEO Business Coaching and SMX Connection</a></p>
<p>Like I mentioned earlier &#8211; if you liked this post, <a href="http://www.clickaudit.com/goto/?104363">subscribe</a>.</p>
<p>Downloads For RSS Subscribers: <br />
<ul>
<li><a href="http://seoroi.com/downloads/cannon">Content Marketing Cannon WordPress plugin</a> - Consolidates content for more links, PageRank and traffic. Details: <a href="http://seoroi.com/seo-roi-quality/content-marketing-cannon/">New SEO plugin: Content Marketing Cannon</a></li> 
<li><a href="http://seoroi.com/downloads/internal-link-building" rel="nofollow">Internal Link Building,</a> a WordPress plugin. It optimizes your internal navigation so you rank like Wikipedia. Details: Check the <a href="http://seoroi.com/seo-roi-quality/internal-link-building-for-wp-3/">Internal Link Building update</a> page. 
</li>
<li><a href="http://book.seoroi.com">Get a free chapter</a> from my upcoming book on advanced seo.
</li>
<li><a href="http://seoroi.com/downloads/backlink-analysis-majestic" rel="nofollow">Backlink Analysis With Majestic SEO's Data</a><br/>
</li>
<li><a href="http://seoroi.com/downloads/seo-roi-calculator" rel="nofollow">ROI on SEO Calculator spreadsheet.</a>
</li>
</ul>
<a href="http://seoroi.com/blogroll/the-biggest-baddest-resource-bonanza-bar-none/">The Biggest, Baddest, Resource Bonanza Bar None!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://seoroi.com/blogroll/the-biggest-baddest-resource-bonanza-bar-none/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>20 Blockbuster Reasons To Subscribe And Become A SEM Thought Leader</title>
		<link>http://seoroi.com/specialty-services/20-blockbuster-reasons-to-subscribe/</link>
		<comments>http://seoroi.com/specialty-services/20-blockbuster-reasons-to-subscribe/#comments</comments>
		<pubDate>Fri, 18 Jan 2008 02:28:08 +0000</pubDate>
		<dc:creator>Gabriel Goldenberg</dc:creator>
				<category><![CDATA[Specialty Services]]></category>

		<guid isPermaLink="false">http://seoroi.com/specialty-services/20-reasons-to-subscribe-and-summit-the-thought-leadership-mountain/</guid>
		<description><![CDATA[This post is a little like a long march through the desert. Visually it&#8217;s pretty repetitive and it&#8217;s easy to just focus on the mountain peaks (subheaders/scannable content). But if you survive it to the end, your mind will be the stronger for it and you will be rewarded in more ways than one. And... <a style="font-weight:bold;" class="moretag" href="http://seoroi.com/specialty-services/20-blockbuster-reasons-to-subscribe/">Continue reading</a><p>Downloads For RSS Subscribers: <br />
<ul>
<li><a href="http://seoroi.com/downloads/cannon">Content Marketing Cannon Wordpress plugin</a> - Consolidates content for more links, PageRank and traffic. Details: <a href="http://seoroi.com/seo-roi-quality/content-marketing-cannon/">New SEO plugin: Content Marketing Cannon</a></li> 
<li><a href="http://seoroi.com/downloads/internal-link-building" rel="nofollow">Internal Link Building,</a> a Wordpress plugin. It optimizes your internal navigation so you rank like Wikipedia. Details: Check the <a href="http://seoroi.com/seo-roi-quality/internal-link-building-for-wp-3/">Internal Link Building update</a> page. 
</li>
<li><a href="http://book.seoroi.com">Get a free chapter</a> from my upcoming book on advanced seo.
</li>
<li><a href="http://seoroi.com/downloads/backlink-analysis-majestic" rel="nofollow">Backlink Analysis With Majestic SEO's Data</a><br/>
</li>
<li><a href="http://seoroi.com/downloads/seo-roi-calculator" rel="nofollow">ROI on SEO Calculator spreadsheet.</a>
</li>
</ul>
<a href="http://seoroi.com/specialty-services/20-blockbuster-reasons-to-subscribe/">20 Blockbuster Reasons To Subscribe And Become A SEM Thought Leader</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fseoroi.com%2Fspecialty-services%2F20-blockbuster-reasons-to-subscribe%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fseoroi.com%2Fspecialty-services%2F20-blockbuster-reasons-to-subscribe%2F&amp;source=GabGoldenberg&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<h3><img title="Desert Vista" src="http://farm1.static.flickr.com/54/126060366_2c2cc6649e_m.jpg" alt="Desert Vista" align="left" />This post is a little like a long march through the desert. Visually it&#8217;s pretty repetitive and it&#8217;s easy to just focus on the mountain peaks (subheaders/scannable content). But if you survive it to the end, your mind will be the stronger for it and you will be rewarded in more ways than one. And you&#8217;ll have a new SEO blog feed in your feedreader.</h3>
<p>(Image courtesy of <a href="http://flickr.com/photos/ojaipatrick/" target="_blank">Ojaipatrick</a>.)</p>
<p><strong>20.</strong> You should subscribe to my RSS feed because reading the original headlines I write will make you a better writer, if nothing else. In turn, you can leverage what you learn and replicate my techniques in your own niche. <strong>Besides, my topics are different&#8230;</strong></p>
<p><strong>19.</strong> <strong>The topics I&#8217;m writing about aren&#8217;t being covered by other search and search marketing bloggers.</strong> Simply put, the material is more original, more edgy, more ahead of the game. Who else is teaching you about <a href="http://seoroi.com/seo-roi-quality/cloning-whitehats-blackhats-greyhats/" target="_blank">cloning expired sites</a>? How about <a href="http://seoroi.com/blogroll/link-buying-ugc-social/" target="_blank">using n grams to make your anchor text profile more natural</a>? No one else is sharing <a href="http://seoroi.com/ideas" target='_blank' >ideas</a> like that, and <strong>if you don&#8217;t subscribe, you&#8217;ll get left behind by the SEOs that do. </strong>This relates to points 15 and 06, below.</p>
<p><strong>18.</strong> My regular use of <a href="http://seoroi.com/case-studies/">case studies</a> sets me apart and gives you practical examples whose tactics you can apply in your own situation. Other people will talk to you about how to do your <a href="http://seoroi.com/seo-consulting-services/search-engine-reputation-management/">reputation management</a>. I wrote about <a href="http://seoroi.com/seo-roi-quality/facebook-practices-search-engine-reputation-management/" target="_blank">Facebook&#8217;s reputation management</a> efforts. Others will say &#8220;be good to your clients and they&#8217;ll become brand evangelists.&#8221; I wrote <a href="http://seoroi.com/case-studies/reputation-management-adviso-dreamhost-1and1-network-solutions/" target="_blank">about Adviso and Dreamhost</a> generating brand evangelists by proactive reputation management. And I contrasted them with <a href="http://seoroi.com/case-studies/reputation-management-adviso-dreamhost-1and1-network-solutions/" target="_blank">1and1 and Network Solutions</a>. This blog is more than just what&#8217;s going on in the here and now, though.<img title="Google Maps SERPs" src="http://farm3.static.flickr.com/2166/2232196358_828ced8490_m.jpg" alt="Google Maps SERPs" width="240" height="114" align="right" /></p>
<p><strong>17.</strong> This SEO blog covers the leading strategies and tactics that are set to make their mark in the near-future. Want to find out about Google Maps&#8217; latest changes to their SERPs? I <a href="http://seoroi.com/seo-roi-quality/google-maps-serps-earthbooker-pictures-panoramio-reviews/" target="_blank">wrote about it first</a>. What about when I&#8217;m second?</p>
<p><strong>16.</strong> It&#8217;s exceptionally rare for me to be second, because I strive to be different and original, but when I am, I add something unique. I covered the <a href="http://seoroi.com/seo-faq/blog-search-ranking-factors-googles-blogsearch-algorithm/" target="_blank">Google BlogSearch search engine&#8217;s ranking algorithms</a>, based on distilling the gems of other people&#8217;s analysis into an easy-to-follow guide. But my guide improved on their explanations by adding how my own blogs had been impacted by Google&#8217;s ranking factors, both positively (a Blog Search Onebox inclusion) and negatively (another blog getting flagged as potential <a href="http://seoroi.com/blackhat" target='_blank' >spam</a>). Like I said at point 18 &#8211; this blog is <strong>practical</strong>. Like that picture of a wrench there. I know practically that more of you will subscribe if I use pictures. See? I&#8217;m practical because I put a picture of a wrench on this page.</p>
<p align="center"><a href="http://www.seoroi.com/rssclicks/click.php?id=3"rel="nofollow" > <img title="Subscribe to Gab's SEO ROI RSS feed" src="http://farm1.static.flickr.com/241/455572466_32df37715d_m.jpg" alt="Subscribe to Gab's SEO ROI RSS feed" width="120" height="130" align="middle" /></a></p>
<h2><a href="http://www.seoroi.com/rssclicks/click.php?id=3"rel="nofollow" >Subscribe to my RSS feed &#8211; It&#8217;s fresh and different.</a></h2>
<p><strong>15.</strong> My personal philosophy about learning is that everybody can teach you something, which is essentially what Brian Clark explains <a href="http://www.copyblogger.com/content-success/" target="_blank">here</a>. By now I&#8217;ve probably taught most people that reading promotional copy for RSS feeds is a waste of their time and that they should be clicking &#8216;back&#8217; to avoid further mental decay. More seriously, my approach to learning means that take blackhat ideas and adapt them into whitehat processes. By reading this SEO blog, you get the benefit of <strong>learning what works without the risk of getting banned.</strong></p>
<p><strong>14.</strong> Speaking of learning, some questions are asked more frequently than others. I&#8217;m aiming to develop the single largest, most comprehensive <a href="http://seoroi.com/seo-faq/" target="_blank">SEO FAQ</a> around. Subscribing will likely result in you finding answers to your questions just as they arise. Such as the <a href="http://seoroi.com/seo-faq/a-b-testing-vs-multivariate-testing/" target="_blank">difference between a/b testing and multivariate testing</a>, or <a href="http://seoroi.com/seo-faq/robotstxt-what-it-is-why-its-used-and-how-to-write-it/">how to write a robots.txt</a> file. You&#8217;ll also see other issues discussed here as they arise:</p>
<p><strong>13.</strong> I&#8217;ve been the first with the news here repeatedly, in a short time. I <a href="http://seoroi.com/latest-news/55-facebook-users-have-shopped-bought-online-this-past-year/">polled Facebook users about their shopping habits</a> and about whether they were <a href="http://seoroi.com/latest-news/83-of-facebook-users-18-24-unaware-facebook-blog-exists-poll/" target="_blank">aware of the Facebook blog&#8217;s existence</a>. Likewise for the <a href="http://seoroi.com/seo-roi-quality/facebook-flyers-end-december-3-2007-see-my-campaign-results/" target="_blank">silent murder of Facebook Flyers</a>. Plus you&#8217;ll find a lot more here than <a href="http://seoroi.com/facebook" target='_blank' >Facebook</a>.</p>
<p><img title="Thought Lightning" src="http://farm1.static.flickr.com/28/46320640_96d7e5435b_m.jpg" alt="Thought Lightning" width="240" height="160" align="left" /><strong>12.</strong> <strong><em>The ideas you&#8217;ll find me writing are thought-provoking.</em></strong> Literally &#8211; I wrote a how-to <a href="http://www.seomoz.org/ugc/think-like-a-search-engineer" target="_blank">Think Like A Search Engineer</a> post. And I asked whether aggressive <a href="http://seoroi.com/algorithms/advertising-pagerank/" target="_blank">ad publishing decreases your Page Rank</a>. Certainly it&#8217;ll decrease your mindshare, and it&#8217;s not a great business model in any event. And if you care about SEO as a business, I&#8217;ve got another <strong>juicy reason</strong> for you to subscribe.</p>
<p>(Image courtesy of <a href="http://flickr.com/photos/norby/" target="_blank">Norby</a>.)</p>
<p><strong>11.</strong> That reason is my meaty content and knowledge of SEO as a business. I&#8217;ve interviewed Mikkel deMib Svendsen &#8211; one of the most experienced SEOs around, who&#8217;s been in the business since the mid-late 90s &#8211; on <a href="http://www.skelliewag.org/how-to-get-1100-subscribers-in-five-days-214.htm" target="_blank">SEO business models</a>. And I&#8217;ve chatted with Rand Fishkin and Rebecca Kelley about it in <a href="http://go.seomoz.org/aff_c?offer_id=1&#038;aff_id=1009&#038;aff_sub=features&#038;url=http%3A//www.seomoz.org/features" rel='nofollow'  target='_blank' >SEOmoz</a>&#8216;s Premium Members section (see <a href="http://www.seomoz.org/qa/discuss/3408/closing-the-sale-for-seo-services-getting-more-business" target="_blank">closing the sale</a>, a <a href="http://www.seomoz.org/qa/discuss/3556/id-like-suggestions-on-what-to-prioritize-as-a-search-marketer" target="_blank">search marketer&#8217;s priorities</a>, and <a href="http://www.seomoz.org/qa/discuss/3701/how-to-stand-out-in-the-seo-blogosphere">how to stand out in the SEO blogosphere</a>). So you can  see that if you want to get into the search business, following this search blog will help you get a head start.</p>
<p align="center"><a href="http://www.seoroi.com/rssclicks/click.php?id=3"rel="nofollow" > <img title="Subscribe to Gab's SEO ROI RSS feed" src="http://farm1.static.flickr.com/241/455572466_32df37715d_m.jpg" alt="Subscribe to Gab's SEO ROI RSS feed" width="120" height="130" align="middle" /></a></p>
<h2><a href="http://www.seoroi.com/rssclicks/click.php?id=3"rel="nofollow" >Add me to your feedreader to get those mental juices flowing!</a></h2>
<p><strong>10.</strong> Subscribing is a great step to establishing a relationship with me. Big deal, right? Well, it is a big deal when you consider that I write around a fair bit, tend to get my content ranking and generously link out to people whom I have relationships with. Fellow bloggers, former clients, people who&#8217;ve had me guest-post &#8230; all have benefited from such links. And I&#8217;ve written for the best of em: <a href="http://go.seomoz.org/aff_c?offer_id=1&#038;aff_id=1009&#038;aff_sub=features&#038;url=http%3A//www.seomoz.org/features" rel='nofollow'  target='_blank' >SEOmoz</a>&#8216;s blog, Sitepoint, BrandCurve, Pandia&#8217;s search engine blog, ISEdb, the Huomah SEO blog etc. Not to mention what I&#8217;ve done at Sphinn.</p>
<p><strong>09.</strong> <em>My in-depth posts have been averaging 40 Sphinns. In other words, fellow search marketers are impressed at what I write</em>. At the time of this writing, this one <a href="http://seoroi.com/seo-roi-quality/on-motivation-and-influence/" target="_blank">on motivation</a> had 40 Sphinns. This piece on <a href="http://seoroi.com/search-engines/msn-search-share/" target="_blank">MSN&#8217;s share of the search market<img title="MSN 40 sphinns" src="http://farm3.static.flickr.com/2109/2231426369_c0716a2745.jpg?v=0" alt="MSN 40 sphinns" width="427" height="94" align="right" /> </a>has 40. Another 40 for this post on <a href="http://seoroi.com/seo-roi-quality/cloning-whitehats-blackhats-greyhats/" target="_blank">resurrecting sites from the internet graveyard</a>. <strong>56 for the <a href="http://www.seomoz.org/ugc/20-top-sphinners-you-should-know-landing-pages-invitation-to-linkbait-learn-serp-domination-please-feedback" target="_blank">Top 20  Little Known Sphinners</a>.</strong> To be fair my &#8220;<a href="http://seoroi.com/seo-roi-quality/this-20-year-old-pisher-speaking-at-smx-west-are-you-going/" target="_blank">Hey guys, I&#8217;m speaking at SMX West and I&#8217;m only 20!</a>&#8221; post only did 27. Hey, at least it got a <a href="http://searchengineland.com/080110-164026.php" target="_blank">link from Search Engine Land</a> <img src='http://seoroi.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  (see the Conferences section of the post).</p>
<p><strong>08.</strong> I have variety in length, content and niche. Want a medium size post on <a href="http://seoroi.com/analytics/" target='_blank' >analytics</a>? <a href="http://seoroi.com/analytics/3-new-metrics-to-waste-30-more-hours-a-week-on/">Got it</a>. Long piece on <a href="http://seoroi.com/algorithms/">algorithms</a>? <a href="http://seoroi.com/seo-faq/blog-search-ranking-factors-googles-blogsearch-algorithm/">Done it</a>. <a href="http://seoroi.com/link-building/credibility-failures-linkworthiness-linkability/">Credibility? Check</a>. Variety of case studies? <a href="http://seoroi.com/case-studies/">In stock</a>. Informal writing your thing? <a href="http://seoroi.com/blogroll/link-buying-ugc-social/">Bingo</a>! You won&#8217;t get bored by one type of content all the time. This relates to #03 below (though the Scratchpads discussed there might be long or short, depending how much I have to say).</p>
<p><strong>07.</strong> In the short-to-medium-term I&#8217;ll be launching the best damn premium content you could find anywhere. Better than SEOmoz, better than Jim&#8217;s Ninja Videos, better than Aaron Wall&#8217;s upcoming membership/subscription site. Anyways, I will be restricting access to the premium section to 100 people or less, and you&#8217;ll need to be a subscriber to find out how to <em><strong>apply</strong></em> for access.</p>
<p><strong>06.</strong> Occasionally, subscribers will get access to content that non-subscribers won&#8217;t have. I&#8217;m currently editing a 30 page report on getting the attention of the Sphinn crowd. The top Sphinners have graciously been granting me interviews, and I&#8217;ve been conducting my own personal research on the site. I&#8217;ve compiled their answers and my research into the Authoritative Guide To Sphinn: Everything You Needed To Know Plus The Colour of Danny&#8217;s Skateboard.</p>
<p>Other things coming in the near future are a <strong>tools page (password available in the feed)</strong> and certain wordpress plugins, whose download pages&#8217; access password will only be in the feed.</p>
<p align="center"><a href="http://www.seoroi.com/rssclicks/click.php?id=3"rel="nofollow" > <img title="Subscribe to Gab's SEO ROI RSS feed" src="http://farm1.static.flickr.com/241/455572466_32df37715d_m.jpg" alt="Subscribe to Gab's SEO ROI RSS feed" width="120" height="130" align="middle" /></a></p>
<h2><a href="http://www.seoroi.com/rssclicks/click.php?id=3"rel="nofollow" >Get my SEO blog&#8217;s RSS feed and start building a relationship with me.</a></h2>
<p><strong>05.</strong> <strong>If you want to belong to any industry&#8217;s thought-elite, you need to read the same material the elite are reading.</strong> (Not think the same, mind you, but definitely read the same). It&#8217;s like that saying, &#8220;Show me what you read and I&#8217;ll tell you who you are.&#8221;</p>
<p>Search marketing&#8217;s influential people are already paying attention to this blog and to yours truly. Besides Danny Sullivan and the people from SMX, Maki of the money-making Dosh Dosh has repeatedly Stumbled and Sphunn my material. The same can be said of Jeff Quipp, from Search Engine People. Likewise Sebastian, the famous shellfish behind Sebastians&#8217; Pamphlets.</p>
<blockquote><p><strong>Does the name Rand Fishkin ring a bell? He&#8217;s stumbled my content. Ditto Bill &#8220;Patent Guru&#8221; Slawski. How about Dan Thies?</strong></p></blockquote>
<p><img title="SEO ROI's readers" src="http://farm3.static.flickr.com/2240/2232319302_f132b58480.jpg?v=0" alt="SEO ROI's readers" width="354" height="219" align="left" /></p>
<p>Tamar &#8220;Techipedia&#8221; Weinberg, Chris &#8220;10e20&#8243; Winfield, Shana &#8220;Social Desire&#8221; Albert, Ralph &#8220;Fantomaster&#8221; Tegtmeier, Tad &#8220;SEO 2.0&#8243; Chef, Marty &#8220;aimClear&#8221; Weintraub, &#8220;XMCP&#8221; of Slightly Shady SEO, Ann &#8220;SEO Smarty&#8221; Smarty, Dave &#8220;Red Fly Marketing&#8221; Davis, Chris &#8220;North Rock Publishing&#8221; Dohman, Andrew &#8220;Local SEO Guide&#8221; Shotland, David &#8220;Huomah&#8221; Harry, Todd &#8220;SEM Portland&#8221; Mintz, Bob &#8220;Raise My Rank/Qwerty&#8221; Gladstein, Hamlet &#8220;Ranksense&#8221; Batista, Kim &#8220;SEO For Newbs&#8221; Bock, Barry &#8220;RustyBrick&#8221; Schwartz and veteran SEO Bill Hartzer are <span style="text-decoration: underline;"><em>just a few of the industry&#8217;s big names who have been known to pay attention</em>.</span> To the right is a matrix of my readers, compiled using their <a href="http://sphinn.com/network.php?sortby=2" target="_blank">Sphinn avatars</a>.</p>
<p><strong>04.</strong> As opposed to subscribing to an email search marketing newsletter, this will allow you to keep control over your inbox and only check things out when you feel like seeing them. You have control over the volume and speed at which you learn. Granted, you&#8217;ll likely get addicted to this content and read it all as soon as it&#8217;s published, but at least you can easily ubsubscribe at your leisure (no reply with &#8216;unsubscribe&#8217; subject lines or counting on others really removing you from lists), if ever you decide to kick the habit. <img src='http://seoroi.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><strong>03.</strong> Content is going to be concise and to the point. That&#8217;s largely what my <a href="http://seoroi.com/case-studies/post-88-scratchpad/" target="_blank">Scratchpad</a> column is going to be good for &#8211; getting out ideas quickly and informally without additional fluff. Just the bare bones essentials of the <a href="http://seoroi.com/ideas" target='_blank' >idea</a>, and perhaps a couple of applications. Mostly just the idea(s) though. Yummy content that&#8217;s <strong>easily digestible</strong>.</p>
<p><strong>02.</strong> My volume of posts is very apt for a feedreader &#8211; subscribing by feed will save you time instead of checking back daily. I don&#8217;t post daily, but I don&#8217;t post fewer than twice a week either. The only exception is if I&#8217;ve guest-posted elsewhere, in which case there&#8217;s at least a post notifying you where to find the guest-post.</p>
<p><strong>01.</strong> <strong>The most original, iron-clad satisfaction guarantee you can get</strong>! I&#8217;ll <strong><span style="text-decoration: underline;">PAY YOU</span> </strong>$20 US by Paypal if you find yourself less than totally satisfied at having subscribed, provided you give me valid constructive criticism on how I failed to make it worthwhile and how I can improve. These 20 reasons show that I know what makes a feed worth reading, and you better believe I&#8217;ve done my homework on <a href="http://www.problogger.net/archives/2007/03/01/34-reasons-why-readers-unsubscribe-from-your-blog/" target="_blank">why people unsubscribe</a>. I guarantee your satisfaction.</p>
<p align="center"><a href="http://www.seoroi.com/rssclicks/click.php?id=3"rel="nofollow" > <img title="Subscribe to Gab's SEO ROI RSS feed" src="http://farm1.static.flickr.com/241/455572466_32df37715d_m.jpg" alt="Subscribe to Gab's SEO ROI RSS feed" width="120" height="130" align="middle" /></a></p>
<h2><a href="http://www.seoroi.com/rssclicks/click.php?id=3"rel="nofollow" >Subscribe to become a search marketing thought leader.</a></h2>
<p>Downloads For RSS Subscribers: <br />
<ul>
<li><a href="http://seoroi.com/downloads/cannon">Content Marketing Cannon WordPress plugin</a> - Consolidates content for more links, PageRank and traffic. Details: <a href="http://seoroi.com/seo-roi-quality/content-marketing-cannon/">New SEO plugin: Content Marketing Cannon</a></li> 
<li><a href="http://seoroi.com/downloads/internal-link-building" rel="nofollow">Internal Link Building,</a> a WordPress plugin. It optimizes your internal navigation so you rank like Wikipedia. Details: Check the <a href="http://seoroi.com/seo-roi-quality/internal-link-building-for-wp-3/">Internal Link Building update</a> page. 
</li>
<li><a href="http://book.seoroi.com">Get a free chapter</a> from my upcoming book on advanced seo.
</li>
<li><a href="http://seoroi.com/downloads/backlink-analysis-majestic" rel="nofollow">Backlink Analysis With Majestic SEO's Data</a><br/>
</li>
<li><a href="http://seoroi.com/downloads/seo-roi-calculator" rel="nofollow">ROI on SEO Calculator spreadsheet.</a>
</li>
</ul>
<a href="http://seoroi.com/specialty-services/20-blockbuster-reasons-to-subscribe/">20 Blockbuster Reasons To Subscribe And Become A SEM Thought Leader</a></p>
]]></content:encoded>
			<wfw:commentRss>http://seoroi.com/specialty-services/20-blockbuster-reasons-to-subscribe/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Using Google Trends For SEO: Domaining, Expanding, Seasonal Queries</title>
		<link>http://seoroi.com/specialty-services/using-google-trends/</link>
		<comments>http://seoroi.com/specialty-services/using-google-trends/#comments</comments>
		<pubDate>Fri, 21 Dec 2007 13:46:54 +0000</pubDate>
		<dc:creator>Gabriel Goldenberg</dc:creator>
				<category><![CDATA[Domains]]></category>
		<category><![CDATA[Keyword Research]]></category>
		<category><![CDATA[Search Engines]]></category>
		<category><![CDATA[SEO ROI Quality]]></category>
		<category><![CDATA[Specialty Services]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[keywords]]></category>

		<guid isPermaLink="false">http://seoroi.com/seo-roi-quality/using-google-trends/</guid>
		<description><![CDATA[Just as Google loves data, so should SEOs. I love country code domain names and domaining (NamePros is a great community to learn, if you&#8217;re interested). As I was conducting some keyword research to buy new .ca domains, it occurred to me that I could use Google Trends (notice the nofollow on that link )... <a style="font-weight:bold;" class="moretag" href="http://seoroi.com/specialty-services/using-google-trends/">Continue reading</a><p>Downloads For RSS Subscribers: <br />
<ul>
<li><a href="http://seoroi.com/downloads/cannon">Content Marketing Cannon Wordpress plugin</a> - Consolidates content for more links, PageRank and traffic. Details: <a href="http://seoroi.com/seo-roi-quality/content-marketing-cannon/">New SEO plugin: Content Marketing Cannon</a></li> 
<li><a href="http://seoroi.com/downloads/internal-link-building" rel="nofollow">Internal Link Building,</a> a Wordpress plugin. It optimizes your internal navigation so you rank like Wikipedia. Details: Check the <a href="http://seoroi.com/seo-roi-quality/internal-link-building-for-wp-3/">Internal Link Building update</a> page. 
</li>
<li><a href="http://book.seoroi.com">Get a free chapter</a> from my upcoming book on advanced seo.
</li>
<li><a href="http://seoroi.com/downloads/backlink-analysis-majestic" rel="nofollow">Backlink Analysis With Majestic SEO's Data</a><br/>
</li>
<li><a href="http://seoroi.com/downloads/seo-roi-calculator" rel="nofollow">ROI on SEO Calculator spreadsheet.</a>
</li>
</ul>
<a href="http://seoroi.com/specialty-services/using-google-trends/">Using Google Trends For SEO: Domaining, Expanding, Seasonal Queries</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fseoroi.com%2Fspecialty-services%2Fusing-google-trends%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fseoroi.com%2Fspecialty-services%2Fusing-google-trends%2F&amp;source=GabGoldenberg&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Just as Google loves data, so should SEOs. I love country code domain names and domaining (<a href="http://www.namepros.com/">NamePros</a> is a great community to learn, if you&#8217;re interested). As I was conducting some keyword research to buy new .ca domains, it occurred to me that I could use <a href="http://www.google.com/trends"style="background-color: #ffff00" rel="nofollow" >Google Trends</a> (notice the nofollow on that link <img src='http://seoroi.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  ) data to help me with my selection. There are also other uses for Trends data in SEO that are equally interesting. <span id="more-59"></span></p>
<p>Google Trends shows you data on which countries&#8217; people are the biggest searchers for any particular keyword. They&#8217;ll also show you what cities are the volume users. There&#8217;s a few uses for this data. The title promises only one tip, but I&#8217;m going to share some more to see if underpromising and overdelivering really works, or if it&#8217;s just a popular <a href="http://seoroi.com/ideas" target='_blank' >idea</a> with no juice to back it.</p>
<p>First, you can usually pick up a keyword domain with the ccTLD of the country that does the most searches. For example, if you&#8217;re targeting &#8220;calgary hotels,&#8221; the calgaryhotels.ca domain is likely to still be available once the .com is gone (and if you&#8217;re a typo domainer, you look for sites exclusively hosted on ccTLD domains and get the .com <img src='http://seoroi.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  ).</p>
<p>The reason you want to get the ccTLD is because you&#8217;ll <a href="http://www.seobook.com/5-differences-between-google-com-international-google-search-results">get the edge in Google.ccTLD results</a>, which are often defaulted to in foreign countries. I&#8217;ll frequently type a search into my browser (like calgary hotels) and find that I&#8217;ve ended up at a Google.ca results page.</p>
<p>As an aside, this post originally recommended that you host locally; I personally don&#8217;t think that&#8217;s necessary nor a particular advantage. Just because you do business with a local company, doesn&#8217;t make you local. By that reasoning, everyone who&#8217;s hosted with Dreamhost should have a boost wherever Dreamhost is situated. But, though I&#8217;d like to be neighbours with Aaron Wall (that way I could bug him for tips in person ;D), we&#8217;re not. Yet we both use Dreamhost.</p>
<p>Then again, most people do business with people in their neighbourhood. This is especially true with regards to smaller hosting companies. In that respect, it makes more sense if this is used as perhaps a counterweight to when big directory type sites try and rank for lots of local terms against smaller folks.</p>
<p>Second, continuing on the theme of SEO uses for trends data, you can figure out what [keyword] direction to expand your site in. If you&#8217;re succeeding with selling a product to a particular country or city, then look at related products and see how much demand there is for them in the market you&#8217;ve already conquered. This can make upselling (aka add-on sales) a lot easier to current clients. The tip comes courtesy of <a href="http://www.webmasterworld.com/profilev4.cgi?action=view&amp;member=julinho">Julinho</a> (with a bit more detail and practical application added by yours truly).</p>
<p>A few people pointed out that Google Trends is also useful for seasonal data. It doesn&#8217;t take a genius to see Christmas is a great keyword in December. But are there any keywords that could get your sales volume on March 23rd up to the  same level? I&#8217;d bet that gag gifts keywords go hot as April approaches (April fools) and that certain brand modifiers become more important at different times of year. Think TV channels promoting at sweeps time.</p>
<p>And sometimes, Google Trends is just good for a laugh at MSN. I know, I know, I&#8217;m in MSN&#8217;s corner and want them to <a href="http://seoroi.com/search-engines/msn-search-share/">boost their share of search</a>, so I&#8217;d be better off keeping this one to myself. But returning Google blogsearch&#8217;s robots.txt file in the SERPs? Come on! Then again, maybe I should be laughing because Google blogsearch is so full of <a href="http://seoroi.com/blackhat" target='_blank' >spam</a> (<a href="http://oooff.com/php-affiliate-seo-blog/general/how-to-approach-making-money-online-the-blackhat-way/">another great source of data, as per Smaxor</a>). I can&#8217;t do screenshots with my HP laptop (or not as easily as I used to with the desktop anyways) so here&#8217;s a copy-paste of the SERPs (the Google mail one had me thinking privacy issuesÂ  &#8211; like <a href="http://www.davidairey.co.uk/StaticPage.html">David, whose Gmail was hacked and caused him to lose his domain</a>! (which he&#8217;s <a href="http://www.davidairey.co.uk/david-airey-dot-com-restored/">since gotten back</a>) &#8211; but it&#8217;s just some innocuous Google Trends data page):</p>
<p id="results_area" class="results_area results_area_stroke">
<p class="sc_rslth1">
<h2>Web results <span id="count">1-10 of 3,180,000</span></h2>
<p>See also:</p>
<ul id="sch_scopes" class="sc_scp">
<li><a href="http://search.sympatico.msn.ca/images/results.aspx?q=uses+for+google+trends&amp;FORM=BIRE"><span><span>Images</span></span></a>,</li>
<li><a href="http://search.sympatico.msn.ca/news/results.aspx?q=uses+for+google+trends&amp;FORM=BNRE"><span><span>News</span></span></a>,</li>
<li><a href="http://maps.live.com/?q=uses+for+google+trends&amp;mkt=en-CA&amp;FORM=BYRE"><span><span>Maps</span></span></a>,</li>
<li><a href="http://search.sympatico.msn.ca/results.aspx?q=uses+for+google+trends&amp;scope=msn&amp;FORM=BHRE"><span><span>Sympatico / MSN</span></span></a>,</li>
<li>
<ul class="sc_more">
<li><a href="http://search.sympatico.msn.ca/results.aspx?q=uses+for+google+trends"class="sc_mlnk" onclick="var p=this.parentNode.parentNode.parentNode;var d=document;if(p.className!='on'){p.className='on';var c=function(){d.onclick=function(e){if(!(e&amp;&amp;e.button==2)){p.className='';d.onclick=null;}}};setTimeout(c,1);}return false;" ><em>More</em><span class="sc_arw"> â–¼</span></a></li>
<li>
<ul>
<li><a href="http://search.sympatico.msn.ca/results.aspx?q=uses+for+google+trends&amp;mkt=en-CA&amp;scope=academic&amp;FORM=BCRE"><span><span>Academic</span><span class="sc_beta">Beta</span></span></a></li>
<li><a href="http://search.sympatico.msn.ca/feeds/results.aspx?q=uses+for+google+trends&amp;FORM=BFRE"><span><span>Feeds</span><span class="sc_beta">Beta</span></span></a></li>
<li><a href="http://home.services.spaces.live.com/search/?tp=1&amp;pg=0&amp;sc=0&amp;q=uses+for+google+trends&amp;mkt=en-CA&amp;FORM=RKRE"><span><span>Spaces</span></span></a></li>
<li class="sc_moresep sc_action"><a href="http://search.sympatico.msn.ca/macros/default.aspx?FORM=BJRE"><span><span>Edit Macros</span></span></a></li>
<li class="sc_action"><a href="http://gallery.live.com/macros/"><span><span>Find Macros</span></span></a></li>
</ul>
</li>
</ul>
</li>
</ul>
<p><script type="text/javascript"><!--
//<![CDATA[ (function(){var _d=document,s=_d.getElementById(\\\\\\'sch_scopes\\\\\\'),q=_d.getElementById(\\\\\\'q\\\\\\');if(s&#038;&#038;q&#038;&#038;window.RegExp){var l=s.getElementsByTagName(\\\\\\'A\\\\\\');function qs(el){if(window.encodeURIComponent){var ue=el.href,qe=encodeURIComponent(q.value);if(ue.indexOf(\\\\\\'q=\\\\\\')!=-1){el.href=ue.replace(new RegExp(\\\\\\'q=[^&#038;$]*\\\\\\'),\\\\\\'q=\\\\\\'+qe);}else{el.href=ue+(ue.indexOf(\\\\\\'?\\\\\\')<0?\\\\\\'?\\\\\\':\\\\\\'&#038;\\\\\\')+\\\\\\'q=\\\\\\'+qe;}}return 1;}for(var i in l)if(!/sc_mlnk/.test(l[i].className))l[i].onclick=function(){qs(this)};}})();
// --></script></p>
<p id="results">
<h2 class="hide">Results</h2>
<ul>
<li class="firstResult">
<h3><a href="http://www.google.com/trends?q=ron+paul%2C+rudy+giuliani%2C+mitt+romney%2C+john+mccain%2C+fred+thompson&amp;ctab=0&amp;geo=all&amp;date=2007"><span>www.google.com</span></a></h3>
<p>That Ron Paul <strong>Google</strong> <strong>Trends</strong> Chart It <strong>Uses</strong> a Mis Spelling To Hide the Real Results</p>
<ul class="metaData">
<li class="dispUrl">www.<strong>google</strong>.com/<strong>trends<!-- strong-->?q=ron+paul%2C+rudy+giuliani%2C+mitt+romney% 2C+john+mccain%2C+fred+th&#8230;</strong></li>
</ul>
</li>
<li class="child">
<h3><a href="http://www.google.com/intl/en/trends/about.html"><span><strong>Google</strong> <strong>Trends</strong></span></a><span style="padding: 0pt ! important; white-space: nowrap ! important; float: none ! important; text-decoration: none ! important"> <a href="http://www.stumbleupon.com/url/www.google.com/intl/en/trends/about.html"style="padding: 0pt; text-decoration: none; float: none; font-size: smaller; color: #787878" title="Read 1 review" ondblclick="slu" ><img style="display: inline" ondblclick="slu" src="chrome://stumbleupon/content/skin/smallstumble.png" border="0" alt="" width="13" height="13" /> <img style="display: inline" ondblclick="slu" src="chrome://stumbleupon/content/skin/star.png" border="0" alt="" width="10" height="10" /> <img style="display: inline" ondblclick="slu" src="chrome://stumbleupon/content/skin/smallbubble1.png" border="0" alt="" width="13" height="13" /></a></span><span style="padding: 0pt ! important; white-space: nowrap ! important; float: none ! important; text-decoration: none ! important"><span style="padding: 0pt; text-decoration: none; float: none; font-size: smaller; color: #787878;"> Â· </span><a href="http://www.stumbleupon.com/tag/computers/"style="padding: 0pt; text-decoration: none; float: none; font-size: smaller; color: #787878" title="See related pages" ondblclick="slz" ><span style="text-decoration: underline;">Computers</span></a></span></h3>
<p><strong>Google</strong> <strong>Trends</strong> <strong>uses</strong> IP address information from our server logs to make a best guess about where queries originated. Language information is determined by the language version of &#8230;</p>
<ul class="metaData">
<li class="dispUrl">www.<strong>google</strong>.com/intl/en/ <strong>trends</strong>/about.html</li>
<li class="cached"><strong>Â·</strong> <a href="http://cc.msnscache.com/cache.aspx?q=72451148297118&amp;mkt=en-CA&amp;lang=en-CA&amp;w=330d2017&amp;FORM=CVRE">Cached page</a></li>
<li class="seemore"><a href="http://search.sympatico.msn.ca/results.aspx?q=site:www.google.com+uses+for+google+trends&amp;lf=0&amp;rf=0&amp;FORM=MSRE">Show more results from www.google.com</a></li>
</ul>
</li>
<li>
<h3><a href="http://www.webmasterworld.com/forum30/34280.htm"><span>Many <strong>uses</strong> of <strong>Google</strong> <strong>Trends</strong></span></a></h3>
<p>Let us discuss how to put g-<strong>trends</strong> to some good use many <strong>uses</strong> of <strong>google</strong> <strong>trends</strong> &#8230; Many <strong>uses</strong> of <strong>Google</strong> <strong>Trends</strong> Let us discuss how to put G-<strong>Trends</strong> to some good use</p>
<ul class="metaData">
<li class="dispUrl">www.webmasterworld.com/forum30/34280.htm</li>
</ul>
</li>
<li>
<h3><a href="http://andrewu.co.uk/webtech/archive/?flawed_bbc_reporting_on_google_trends"><span>Andrew Urquhart&#8217;s Miscellany : WebTech : Archive : Flawed BBC &#8230; </span></a></h3>
<p>The BBC Newsonline article: Birmingham tops web porn search <strong>uses</strong> <strong>Google</strong> <strong>Trends</strong> to make claims about what end-users in specific cities are searching for most often based on a flawed &#8230;</p>
<ul class="metaData">
<li class="dispUrl">andrewu.co.uk/webtech/archive/?flawed_bbc_ reporting_on_<strong>google</strong>_ <strong>trends</strong></li>
<li class="cached"><strong>Â·</strong> <a href="http://cc.msnscache.com/cache.aspx?q=72406234897124&amp;mkt=en-CA&amp;lang=en-CA&amp;w=cc438bad&amp;FORM=CVRE2">Cached page</a></li>
</ul>
</li>
<li>
<h3><a href="http://blogsearch.google.com/robots.txt"><span>blogsearch.<strong>google</strong>.com</span></a></h3>
<p>Disallow: /<strong>trends</strong>? Disallow: /<strong>trends</strong>/music? Disallow: /notebook/search? Disallow: /music. Disallow: /browsersync. Disallow: /call. Disallow: /archivesearch?</p>
<ul class="metaData">
<li class="dispUrl">blogsearch.<strong>google</strong>.com/ robots.txt</li>
<li class="cached"><strong>Â·</strong> <a href="http://cc.msnscache.com/cache.aspx?q=72464764438451&amp;mkt=en-CA&amp;lang=en-CA&amp;w=a975fee9&amp;FORM=CVRE3">Cached page</a></li>
</ul>
</li>
<li>
<h3><a href="http://finance.google.com/finance?q=NASDAQ:BHIP"><span>BHIP &#8211; Natural Health <strong>Trends</strong> Corp. &#8211; <strong>Google</strong> Finance</span></a></h3>
<p>Get the latest on Natural Health <strong>Trends</strong> Corp. (BHIP &#8230; date news, high quality discussion groups and more on <strong>Google</strong> &#8230; to an independent distributor network that either <strong>uses</strong> the &#8230;</p>
<ul class="metaData">
<li class="dispUrl">finance.<strong>google</strong>.com/finance?q= NASDAQ:BHIP</li>
<li class="cached"><strong>Â·</strong> <a href="http://cc.msnscache.com/cache.aspx?q=72539246101695&amp;mkt=en-CA&amp;lang=en-CA&amp;w=eb7799b9&amp;FORM=CVRE4">Cached page</a></li>
</ul>
</li>
<li>
<h3><a href="http://mail.google.com/trends/hottrends?q=amazon+kindle&amp;date=2007-11-19&amp;sa=X"><span><strong>Google</strong> <strong>Trends</strong>: amazon kindle, Nov 19, 2007</span></a></h3>
<p>Like the recently upgraded Sony Reader, the Amazon Kindle <strong>uses</strong> E-Ink, a new type of &#8230; <strong>Google</strong> <strong>Trends</strong> aims to provide insights into broad search patterns. Several approximations are &#8230;</p>
<ul class="metaData">
<li class="dispUrl">mail.<strong>google</strong>.com/<strong>trends<!-- strong-->/hot<strong>trends</strong>?q=amazon+kindle&amp; amp;date=2007-11-19&amp;sa= X</strong></li>
<li class="cached"><strong>Â·</strong> <a href="http://cc.msnscache.com/cache.aspx?q=72434631444510&amp;mkt=en-CA&amp;lang=en-CA&amp;w=13c2393f&amp;FORM=CVRE5">Cached page</a></li>
</ul>
</li>
<li>
<h3><a href="http://news.google.com/trends/hottrends?q=orchard+bank&amp;date=2007-11-9&amp;sa=X"><span><strong>Google</strong> <strong>Trends</strong>: orchard bank, Nov 9, 2007</span></a></h3>
<p>Household Bank <strong>uses</strong> the information from cookies to provide services that are. &#8230; <strong>Google</strong> <strong>Trends</strong> aims to provide insights into broad search patterns. Several approximations are &#8230;</p>
<ul class="metaData">
<li class="dispUrl">news.<strong>google</strong>.com/<strong>trends<!-- strong-->/hot<strong>trends</strong>?q=orchard+bank&amp; amp;date=2007-11-9&amp;sa= X</strong></li>
<li class="cached"><strong>Â·</strong> <a href="http://cc.msnscache.com/cache.aspx?q=72446064266122&amp;mkt=en-CA&amp;lang=en-CA&amp;w=857bd8ac&amp;FORM=CVRE6">Cached page</a></li>
</ul>
</li>
<li>
<h3><a href="http://www.m-trends.org/2005/02/google-by-numbers-google-goog-uses-its.html"><span><strong>google</strong> by the numbers at mTrends &#8211; mobile media lifestyle <strong>trends</strong> &#8211; m &#8230; </span></a></h3>
<p>About mobile media lifestyle <strong>trends</strong>. &#8230; <strong>Google</strong> by the Numbers : â€œ <strong>Google</strong> (GOOG) <strong>uses</strong> its network as a competitive weapon.</p>
<ul class="metaData">
<li class="dispUrl">www.m-<strong>trends</strong>.org/2005/02/ <strong>google</strong>-by-numbers-<strong>google<!-- strong-->-goog-<strong>uses<!-- strong-->-its.html</strong></strong></li>
<li class="cached"><strong>Â·</strong> <a href="http://cc.msnscache.com/cache.aspx?q=72458650322042&amp;mkt=en-CA&amp;lang=en-CA&amp;w=47bf273a&amp;FORM=CVRE7">Cached page</a></li>
</ul>
</li>
<li>
<h3><a href="http://code.google.com/support/bin/answer.py?answer=56550&amp;topic=10032"><span><strong>Google</strong> Code FAQ &#8211; Who <strong>uses</strong> KML? </span></a></h3>
<p>KML in <strong>Google</strong> Earth Home; Docs; FAQ; Group &#8230; Who <strong>uses</strong> KML? &#8230; provide detailed mappings of resources, models, and <strong>trends</strong> &#8230;</p>
<ul class="metaData">
<li class="dispUrl">code.<strong>google</strong>.com/support/bin/ answer.py?answer=56550&amp;topic= 10032</li>
<li class="cached"><strong>Â·</strong> 19/12/2007</li>
<li class="cached"><strong>Â·</strong> <a href="http://cc.msnscache.com/cache.aspx?q=72539532443963&amp;mkt=en-CA&amp;lang=en-CA&amp;w=cd8f06cd&amp;FORM=CVRE8">Cached page</a></li>
</ul>
</li>
</ul>
<p>Downloads For RSS Subscribers: <br />
<ul>
<li><a href="http://seoroi.com/downloads/cannon">Content Marketing Cannon WordPress plugin</a> - Consolidates content for more links, PageRank and traffic. Details: <a href="http://seoroi.com/seo-roi-quality/content-marketing-cannon/">New SEO plugin: Content Marketing Cannon</a></li> 
<li><a href="http://seoroi.com/downloads/internal-link-building" rel="nofollow">Internal Link Building,</a> a WordPress plugin. It optimizes your internal navigation so you rank like Wikipedia. Details: Check the <a href="http://seoroi.com/seo-roi-quality/internal-link-building-for-wp-3/">Internal Link Building update</a> page. 
</li>
<li><a href="http://book.seoroi.com">Get a free chapter</a> from my upcoming book on advanced seo.
</li>
<li><a href="http://seoroi.com/downloads/backlink-analysis-majestic" rel="nofollow">Backlink Analysis With Majestic SEO's Data</a><br/>
</li>
<li><a href="http://seoroi.com/downloads/seo-roi-calculator" rel="nofollow">ROI on SEO Calculator spreadsheet.</a>
</li>
</ul>
<a href="http://seoroi.com/specialty-services/using-google-trends/">Using Google Trends For SEO: Domaining, Expanding, Seasonal Queries</a></p>
]]></content:encoded>
			<wfw:commentRss>http://seoroi.com/specialty-services/using-google-trends/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 4.772 seconds -->

