<?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>Leo Fogarty .com &#187; landing pages</title>
	<atom:link href="http://www.leofogarty.com/tag/landing-pages/feed" rel="self" type="application/rss+xml" />
	<link>http://www.leofogarty.com</link>
	<description></description>
	<lastBuildDate>Sun, 22 Aug 2010 20:02:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to track keywords, rankings and landing pages in Google Analytics</title>
		<link>http://www.leofogarty.com/search-engine-optimisation/web-analytics/google-analytics/how-to-track-keywords-rankings-and-landing-pages-in-google-analytics.html</link>
		<comments>http://www.leofogarty.com/search-engine-optimisation/web-analytics/google-analytics/how-to-track-keywords-rankings-and-landing-pages-in-google-analytics.html#comments</comments>
		<pubDate>Wed, 19 Aug 2009 21:38:23 +0000</pubDate>
		<dc:creator>Leo</dc:creator>
				<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[Keywords]]></category>
		<category><![CDATA[landing pages]]></category>
		<category><![CDATA[Rankings]]></category>

		<guid isPermaLink="false">http://www.leofogarty.com/?p=641</guid>
		<description><![CDATA[<a href="http://www.leofogarty.com/search-engine-optimisation/web-analytics/google-analytics/how-to-track-keywords-rankings-and-landing-pages-in-google-analytics.html"><img align="left" hspace="5" width="150" height="150" src="http://www.leofogarty.com/wp-content/google-filter-150x150.png" class="alignleft wp-post-image tfe" alt="google-filter" title="google-filter" /></a>When relying on search engine optimisation for your affiliate sites it helps if you can understand, analyse and make decisions based on the data you have for your sites. Google Analytics is a fantastic package for presenting your data regarding traffic to your site but it doesn&#8217;t offer everything you need right out of the [...]]]></description>
			<content:encoded><![CDATA[<p>When relying on search engine optimisation for your affiliate sites it helps if you can understand, analyse and make decisions based on the data you have for your sites. Google Analytics is a fantastic package for presenting your data regarding traffic to your site but it doesn&#8217;t offer everything you need right out of the box.  But don&#8217;t worry Google Analytics is totally customizable and allows you to create filters and use expressions to get the data you need.</p>
<p>Some of the most important metrics I believe required to monitor your SEO efforts would be the ability to monitor Keywords, Rankings and Landing Pages. This data can always be manipulated with &#8220;Links to your site&#8221; data from Webmaster Central to monitor effects of link building.</p>
<p>There have been a couple of solutions on how to do this on the internet. Yoast had a post on how to <a href="http://yoast.com/track-seo-rankings-google-analytics/">track what page of google traffic came from along with keywords</a>. This was good but it was still a bit awkward to read, i.e. the ranking report displays page 1 results as unset, (page: ), page 2 results as (page: 10) or (page: 11). Damon Gudaitis wrote a <a href="http://www.damongudaitis.com/analytics/serp-report-google-analytics.html">post</a> on how to use Yoasts technique but how to make it more presentable, i.e. Page 1, Page 2, etc.</p>
<p>Again this was better but not quite there, it wasn&#8217;t actually tracking the ranking position. But then Google modified it&#8217;s referrer string for search queries and this was spotted by <a href="http://www.blogstorm.co.uk/google-adds-ranking-data-to-referrer-string/">Patrick Altoft</a> who immediatley realised it was now possible to track ranking positions.</p>
<p>Expanding on Patricks information using an example from <a href="http://jamesmorell.com/track-keyword-rank-landing-page-google-analytics/">James Morell</a>, I&#8217;m going to show you how to setup Analytics to track keyword, ranking and landing page:</p>
<ul>
<li>Create a new profile in Google Analytics, and call it something like ‘SERP result and landing page.’</li>
</ul>
<ul>
<li>Hit ‘Edit’ and add a new filter. There will be four filters in total.</li>
</ul>
<ul>
<li>The first filter is for Google Traffic only. Set it up as follows</li>
</ul>
<p><img class="aligncenter size-full wp-image-643" title="google-filter" src="http://www.leofogarty.com/wp-content/google-filter.png" alt="google-filter" width="600" height="384" /></p>
<ol>
<p style="padding-left: 90px;">Select filter type: Custom filter<br />
Check the ‘Include’ radio button<br />
Select Campaign Source in the Filter Field dropdown<br />
Type ‘google’ into the Filter Pattern<br />
Select ‘no’ from the ‘Case Sensitive’ radio buttons</ol>
<ul>
<li>Next, Create another filter called ’search term and rank filter’</li>
</ul>
<p><img class="aligncenter size-full wp-image-650" title="search-term-and-rank-filter" src="http://www.leofogarty.com/wp-content/search-term-and-rank-filter.png" alt="search-term-and-rank-filter" width="600" height="465" /></p>
<p style="padding-left: 90px;">Select filter type: Custom filter<br />
Check the ‘Advanced’ radio button<br />
Select Campaign Term in the Field A -&gt; Extract A box. Enter <strong>(.*)</strong> in the text box<br />
Select Referral in the Field B -&gt; Extract B box. Enter <strong>(\?|&amp;)(cd)=([^&amp;]*)</strong> in the text box<br />
Select Custom Field 1 in the Output To -&gt; Constructor box. Enter <strong>$A1 | rank: $B3</strong> in the text box<br />
Select ‘yes’ from the ‘Field A Required’ radio buttons<br />
Select ‘yes’ from the ‘Field B Required’ radio buttons<br />
Select ‘yes’ from the ‘Override Output Field’ radio buttons<br />
Select ‘no’ from the ‘Case Sensitive’ radio buttons</p>
<ul>
<li>Create a filter called ‘landing page’ to search for the landing page people are getting to:</li>
</ul>
<p><img class="aligncenter size-full wp-image-651" title="landing-page" src="http://www.leofogarty.com/wp-content/landing-page.png" alt="landing-page" width="600" height="463" /></p>
<p style="padding-left: 90px;">Select filter type: Custom filter<br />
Check the ‘Advanced’ radio button<br />
Select Referral in the Field A -&gt; Extract A box. Enter <strong>(\?|&amp;)(url)=([^&amp;]*)</strong> in the text box<br />
Leave the Field B -&gt; Extract B box empty.<br />
Select Custom Field 2 in the Output To -&gt; Constructor box. Enter <strong>$A3</strong> in the text box<br />
Select ‘yes’ from the ‘Field A Required’ radio buttons<br />
Select ‘no’ from the ‘Field B Required’ radio buttons<br />
Select ‘yes’ from the ‘Override Output Field’ radio buttons<br />
Select ‘no’ from the ‘Case Sensitive’ radio buttons</p>
<ul>
<li>Finally, merge the last two filters together with one called ‘keyword, rank and landing page.’</li>
</ul>
<p><img class="aligncenter size-full wp-image-652" title="keyword-rank-landing-page" src="http://www.leofogarty.com/wp-content/keyword-rank-landing-page.png" alt="keyword-rank-landing-page" width="600" height="462" /></p>
<p style="padding-left: 90px;">Select filter type: Custom filter<br />
Check the ‘Advanced’ radio button<br />
Select Custom Field 1 in the Field A -&gt; Extract A box. Enter <strong>(.*)</strong> in the text box<br />
Select Custom Field 2 in the Field B -&gt; Extract B box. Enter <strong>(.*)</strong> in the text box<br />
Select User Defined in the Output To -&gt; Constructor box. Enter <strong>$A1, LP: $B1</strong> in the text box<br />
Select ‘yes’ from the ‘Field A Required’ radio buttons<br />
Select ‘yes’ from the ‘Field B Required’ radio buttons<br />
Select ‘yes’ from the ‘Override Output Field’ radio buttons<br />
Select ‘no’ from the ‘Case Sensitive’ radio buttons</p>
<p>To get value out of this report, go to Traffic sources, Keywords and select User Defined Value in the Dimension drop down. This will give you something like this once it has run for a few days:</p>
<p><img class="aligncenter size-full wp-image-653" title="filter-results" src="http://www.leofogarty.com/wp-content/filter-results.png" alt="filter-results" width="600" height="431" /></p>
<p>So try it for yourself and see if it helps in monitoring your SEO efforts!</p>
<img src="http://www.leofogarty.com/?ak_action=api_record_view&id=641&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.leofogarty.com/search-engine-optimisation/web-analytics/google-analytics/how-to-track-keywords-rankings-and-landing-pages-in-google-analytics.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Landing Pages are the flyers of the internet!</title>
		<link>http://www.leofogarty.com/affiliate-marketing/landing-pages-are-the-flyers-of-the-internet.html</link>
		<comments>http://www.leofogarty.com/affiliate-marketing/landing-pages-are-the-flyers-of-the-internet.html#comments</comments>
		<pubDate>Fri, 19 Jun 2009 13:31:36 +0000</pubDate>
		<dc:creator>Leo</dc:creator>
				<category><![CDATA[Affiliate Marketing]]></category>
		<category><![CDATA[flyers]]></category>
		<category><![CDATA[internet marketers]]></category>
		<category><![CDATA[landing pages]]></category>
		<category><![CDATA[traffic building]]></category>
		<category><![CDATA[website design]]></category>

		<guid isPermaLink="false">http://www.leofogarty.com/?p=259</guid>
		<description><![CDATA[<a href="http://www.leofogarty.com/affiliate-marketing/landing-pages-are-the-flyers-of-the-internet.html"><img align="left" hspace="5" width="150" height="150" src="http://www.leofogarty.com/wp-content/Fingal-Osteo-Flye-Back-copy-150x150.jpg" class="alignleft wp-post-image tfe" alt="Fingal-Osteo-Flyer-Back-copy" title="Fingal-Osteo-Flyer-Back-copy" /></a>
When you first get involved in Affiliate Marketing you will come across a lot of new terminology. One of the words you&#8217;ll come across is Landing Pages. Landing pages are where people go to once they click on an online advertisement or natural search listing. Landing pages are designed to be highly relevant to the [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/XzonA_SFmCM&#038;fs=1" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed src="http://www.youtube.com/v/XzonA_SFmCM&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p>When you first get involved in Affiliate Marketing you will come across a lot of new terminology. One of the words you&#8217;ll come across is Landing Pages. Landing pages are where people go to once they click on an online advertisement or natural search listing. Landing pages are designed to be highly relevant to the advertisement or search listing and encourage users to complete a &#8220;call to action&#8221;.</p>
<p>There are two types of landing pages, reference and transactional. A reference landing page or webverts marketing goal focuses on lead generation and interaction with the visitor. A webvert is not &#8216;transactional&#8217; in nature. A webvert is a reference based, ethical landing page.</p>
<p>The traffic is driven from Google Adwords and is designed for two specific marketing tactics;</p>
<p>1) To attain high Google Adwords landing page quality scores, the benefit being any Adwords campaign costs are minimized.</p>
<p>2) The webvert has a clear call to action, usually a reply form.</p>
<p>The visitor traffic is immediate as the webvert relies on Google advertising to drive visitors to the webvert.</p>
<p><span id="more-259"></span>A <em>transactional</em> landing page seeks to persuade a visitor to complete a transaction such as filling out a form or interacting with advertisements or other objects on the landing page, with the goal being the immediate or eventual sale of a product or service. If information is to be captured, the page will usually withhold information until some minimal amount of visitor information is provided, typically an email <strong>address and perhaps a name and telephone number as well – enough to &#8220;capture the lead&#8221; and add the prospect to a mailing list.</strong></p>
<h1>So What Makes A Good Landing Page?</h1>
<p>In a previous life I used to do graphic design and printing of flyers. I immediately found comparisons between landing page design and flyer design. Below I have listed the main aspects to consider when designing your landing pages which I got from <a href="http://econsultancy.com/blog/081-a-10-point-checklist-for-landing-page-design">econsultancy.com&#8217;s blog</a>. I have also shown an example of a flyer I designed a few years ago and an example of a landing page I downloaded from <a href="http://www.zacjohnson.com">zacjohnson.com</a>.</p>
<p><strong>1. Brevity</strong><br />
Keep it short and to the point. Paragraphs should be no longer than three lines, if they are used at all. One idea per paragraph is plenty of information fodder.</p>
<p><strong>2. Relevancy</strong><br />
In the case of PPC landing pages you need to <em>match the offer to your text ad copy</em>. Keywords should be highlighted or displayed prominently. Keep it relevant to that person&#8217;s search query, because that&#8217;s all they care about.</p>
<p><strong>3. A direct approach<br />
</strong>Bullet points work well online, to help communicate the benefits of a product or service. Keep in mind that <em>people skim read on the web</em>. Use bold text to reinforce key messages.</p>
<p><strong>4. A clear call-to-action</strong><br />
That potentially means a big Buy Now button, above the fold&#8230;</p>
<p><strong>5. Fact over fiction</strong><br />
Stick to the <em>key facts</em> and be transparent, especially when the landing page is related to an ad campaign. Do <em>not</em> hide the price. Avoid flowery prose. This ain&#8217;t a press release. Product features, product features, product features.</p>
<p><strong>6. Persuasion</strong><br />
Persuasion means removing any links that might distract, focusing the consumer&#8217;s mind on the end goal: <em>the checkout</em>. This means writing compelling copy. Persuade visitors <strong>not to drop out </strong>by limiting their options - remove link navigation, for example. Prominently display delivery options and costs. <em>Sell </em>the goddamned product&#8230;</p>
<p><strong>7. Clear scent trails</strong><br />
How easy is it for a novice web user to get from A to B? You need to encourage visitors to walk / run down that conversion path. Conducting <em>usability testing</em> on your landing page templates may also provide you with some answers.</p>
<p><strong>8. Grammatical accuracy</strong><br />
<em>Its important, innit?</em> Because people dont like spelling misteaks and stuff like that. First impressions count.</p>
<p><strong>9. Reinforcing credibility</strong><br />
<em>Testimonials, press, kitemarks, partners, visible customer support options</em>. All these things convey trust and respectability. They ease the mind of the prospective buyer, who might not know your brand. Trust is <em>very </em>important.</p>
<p><strong>10. Good use of images and colour</strong><br />
Presentation (<em>eg: colours, graphics, icons</em>) can play a big role in reinforcing purchase intent. Avoid clutter. White space and big fonts. Smart layout.</p>
<p><img class="aligncenter size-full wp-image-260" title="Fingal-Osteo-Flyer-Back-copy" src="http://www.leofogarty.com/wp-content/Fingal-Osteo-Flye-Back-copy.jpg" alt="Fingal-Osteo-Flyer-Back-copy" width="590" height="831" /></p>
<p>In this flyer you can see straight away that the benefits to the perspective client are listed on the right hand side in almost bullet point form. The copy is kept short for scanability. The opening headline is backed up by a background image of the service they provide. Credibilty is added by listing the national health companies of where they are registed. The call to action in this case is their contact details which are highlighted prominintly at the bottom of the flyer and also in the map provided.</p>
<p><img class="aligncenter size-full wp-image-274" title="zj-landingpage" src="http://www.leofogarty.com/wp-content/zj-landingpage.jpg" alt="zj-landingpage" width="590" height="718" /></p>
<p>In the above landing page from zacjohnson.com we can see that the headline is backed up by the image on the left of the girl with the tape measure. All of the benefits of the product are listed in bullet points. Credibility has been added by listing the t.v. programs the product has appeared on and also through the use of client testimonials and before and after pictures. There is a clear call to action in the &#8220;try it now&#8221; buttons.</p>
<h1>So remember the next time your looking for inspiration for your landing pages look no further than the flyers that come through your front door.</h1>
<blockquote><p>On a side note, another succesful affiliate marketer that has taken his experience with flyer marketing and transfered it to online success is Yaro Starak from entrepreneurs-journey.com . Check out <a href="http://www.entrepreneurs-journey.com/723/basic-tips-for-marketing-your-business-with-poster-advertising-video/">his blog post about flyer/poster marketing</a></p></blockquote>
<img src="http://www.leofogarty.com/?ak_action=api_record_view&id=259&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.leofogarty.com/affiliate-marketing/landing-pages-are-the-flyers-of-the-internet.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to analyse competitors adwords?</title>
		<link>http://www.leofogarty.com/affiliate-marketing/how-to-analyse-competitors-adwords.html</link>
		<comments>http://www.leofogarty.com/affiliate-marketing/how-to-analyse-competitors-adwords.html#comments</comments>
		<pubDate>Tue, 09 Jun 2009 10:05:47 +0000</pubDate>
		<dc:creator>Leo</dc:creator>
				<category><![CDATA[Affiliate Marketing]]></category>
		<category><![CDATA[Competitor Analysis]]></category>
		<category><![CDATA[Pay Per Click]]></category>
		<category><![CDATA[Firefox Plugins]]></category>
		<category><![CDATA[Free Stuff]]></category>
		<category><![CDATA[landing pages]]></category>

		<guid isPermaLink="false">http://www.leofogarty.com/?p=72</guid>
		<description><![CDATA[<a href="http://www.leofogarty.com/affiliate-marketing/how-to-analyse-competitors-adwords.html"><img align="left" hspace="5" width="150" src="http://www.leofogarty.com/wp-content/fireshot-capture-4-poker-google-search-www_google_com_search_hlenrlz1b3gggl_enie330ie330qpokeraqfoqaqig10-1024x448.jpg" class="alignleft wp-post-image tfe" alt="PPC Webspy" title="PPC Webspy" /></a>Competitor Analysis is so important in Affiliate Marketing. Affiliate Marketing is really all about the data and the more data you have, the more informed choices you can make. Analysing your competitors adwords can help you decide if an offer is converting and worth trying. If it&#8217;s done right it can also help you build [...]]]></description>
			<content:encoded><![CDATA[<p>Competitor Analysis is so important in Affiliate Marketing. Affiliate Marketing is really all about the data and the more data you have, the more informed choices you can make. Analysing your competitors adwords can help you decide if an offer is converting and worth trying. If it&#8217;s done right it can also help you build your keyword list. I&#8217;m going to show you two tools which will allow you to analyse your competitors:</p>
<h1><a href="http://www.ppcwebspy.com/downloads/?xc16e8d">PPC Web Spy</a></h1>
<p><a href="http://www.ppcwebspy.com/downloads/?xc16e8d">PPC Web Spy</a> is a firefox plugin that will show you the destination url of any adwords. It will allow you to spot affiliate urls in PPC Advertising. In the below example I&#8217;ve highlighted where it&#8217;s showing an affiliate url:</p>
<p><img class="aligncenter size-large wp-image-103" title="PPC Webspy" src="http://www.leofogarty.com/wp-content/fireshot-capture-4-poker-google-search-www_google_com_search_hlenrlz1b3gggl_enie330ie330qpokeraqfoqaqig10-1024x448.jpg" alt="PPC Webspy" width="620" height="272" /></p>
<p><span id="more-72"></span>The next nice feature is you can view some of the other keywords they are bidding on:</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-112" title="ppc-web-spy-keywords" src="http://www.leofogarty.com/wp-content/ppc-web-spy-keywords.jpg" alt="ppc-web-spy-keywords" width="613" height="301" /></p>
<p style="text-align: left;">In the above example it shows that the affiliates are using direct linking, where they aren&#8217;t using their own landing pages, the next tool I&#8217;m going to show you will allow you to analyse an affiliates landing page:</p>
<h1 style="text-align: left;"><a href="http://www.spyfu.com">SpyFu.com</a></h1>
<p style="text-align: left;"><a href="http://www.spyfu.com">SpyFu.com</a> allows you to analyse an affiliates landing page and see what keywords they are bidding on and what they are spending in google adwords on a daily basis. For this example I&#8217;m going to use an affiliate website I came across call getdietsolutions.com.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-115" title="getdietsolutions" src="http://www.leofogarty.com/wp-content/getdietsolutions.jpg" alt="getdietsolutions" width="590" height="357" /></p>
<p style="text-align: left;">When we put this site into SpyFu we get the following results:</p>
<p style="text-align: left;"><img class="aligncenter size-full wp-image-116" title="spyfu-getdietsolutions" src="http://www.leofogarty.com/wp-content/spyfu-getdietsolutions.jpg" alt="spyfu-getdietsolutions" width="590" height="767" /></p>
<p style="text-align: left;">Now straight away we can see that this is a big affiliate, they are spending between $500-$2500 daily and they have a keyword list of over a 1,500. The free version of spyfu only shows 10 keywords but the paid version will allow us access to all the keywords.</p>
<p style="text-align: left;">I hope you find these tools useful. If you know of any other tools as good as these please leave a comment!</p>
<img src="http://www.leofogarty.com/?ak_action=api_record_view&id=72&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.leofogarty.com/affiliate-marketing/how-to-analyse-competitors-adwords.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using MyIPNeighbors.com for Competitor Analysis!</title>
		<link>http://www.leofogarty.com/affiliate-marketing/myipneighborscom-competitoranalysis.html</link>
		<comments>http://www.leofogarty.com/affiliate-marketing/myipneighborscom-competitoranalysis.html#comments</comments>
		<pubDate>Mon, 08 Jun 2009 11:43:40 +0000</pubDate>
		<dc:creator>Leo</dc:creator>
				<category><![CDATA[Affiliate Marketing]]></category>
		<category><![CDATA[Competitor Analysis]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[colin de ruyck]]></category>
		<category><![CDATA[landing pages]]></category>

		<guid isPermaLink="false">http://www.leofogarty.com/?p=78</guid>
		<description><![CDATA[<a href="http://www.leofogarty.com/affiliate-marketing/myipneighborscom-competitoranalysis.html"><img align="left" hspace="5" width="150" height="150" src="http://www.leofogarty.com/wp-content/fireshot-capture-1-myipneighbors_com-reverse-ip-lookup-domain-check-dns-tool-myipneighbors_com1-150x150.jpg" class="alignleft wp-post-image tfe" alt="Colin De Ruyck - Affiliate Challenge" title="Colin De Ruyck - Affiliate Challenge" /></a>O.k. one problem with affiliate marketing is keeping up with your competitors. You can monitor google adwords to see what affiliates are showing up but how do you know what other landing pages they have? Well I&#8217;m going to tell you! The answer is http://www.myipneighbors.com/
So how do you use myipneighbors.com for Competitor Analysis?
Well for an [...]]]></description>
			<content:encoded><![CDATA[<p>O.k. one problem with affiliate marketing is keeping up with your competitors. You can monitor google adwords to see what affiliates are showing up but how do you know what other landing pages they have? Well I&#8217;m going to tell you! The answer is <a href="http://www.myipneighbors.com">http://www.myipneighbors.com/</a></p>
<h1>So how do you use myipneighbors.com for Competitor Analysis?</h1>
<p>Well for an example I&#8217;m going to use Collin de Ruyck who was on the Top Affiliate Challenge. Collin was great on the show and I have a lot of respect for what he has achieved. His website is <a href="http://www.feedflare.ca">www.feedflare.ca</a>.</p>
<p>So when we put feedflare.ca into myipneighbors.com it will list all other sites sitting on that server:<span id="more-78"></span></p>
<p><img class="aligncenter size-full wp-image-82" title="Colin De Ruyck - Affiliate Challenge" src="http://www.leofogarty.com/wp-content/fireshot-capture-1-myipneighbors_com-reverse-ip-lookup-domain-check-dns-tool-myipneighbors_com1.jpg" alt="Colin De Ruyck - Affiliate Challenge" width="572" height="1944" /></p>
<p>Now we have a list of all Colins sites and landing pages, we can see what he&#8217;s advertising and how he&#8217;s advertising:</p>
<p><img class="aligncenter size-medium wp-image-84" title="Colins - CreditCardSignups.net" src="http://www.leofogarty.com/wp-content/fireshot-capture-3-credit-card-sign-ups-prepaid-credit-cards-creditcardsignups_net1-300x131.jpg" alt="Colins - CreditCardSignups.net" width="300" height="131" /></p>
<p>If you like this trick, please leave a comment!</p>
<img src="http://www.leofogarty.com/?ak_action=api_record_view&id=78&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.leofogarty.com/affiliate-marketing/myipneighborscom-competitoranalysis.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
