<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>A life in SEO / SEM &#38; Web Analytics...</title>
	<atom:link href="http://thebigthree.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://thebigthree.wordpress.com</link>
	<description>Another Search Engine Optimization / Marketing and Analytics Blog By Benjamin Burns</description>
	<lastBuildDate>Wed, 25 Apr 2007 03:46:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='thebigthree.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>A life in SEO / SEM &#38; Web Analytics...</title>
		<link>http://thebigthree.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://thebigthree.wordpress.com/osd.xml" title="A life in SEO / SEM &#38; Web Analytics..." />
	<atom:link rel='hub' href='http://thebigthree.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Can I track AJAX? And How? &#8211; Is Web Analytics Lost With AJAX</title>
		<link>http://thebigthree.wordpress.com/2007/04/25/can-i-track-ajax-and-how-is-web-analytics-lost-with-ajax/</link>
		<comments>http://thebigthree.wordpress.com/2007/04/25/can-i-track-ajax-and-how-is-web-analytics-lost-with-ajax/#comments</comments>
		<pubDate>Wed, 25 Apr 2007 03:41:07 +0000</pubDate>
		<dc:creator>thebigthree</dc:creator>
				<category><![CDATA[Web Analytics]]></category>

		<guid isPermaLink="false">http://thebigthree.wordpress.com/2007/04/25/can-i-track-ajax-and-how-is-web-analytics-lost-with-ajax/</guid>
		<description><![CDATA[Well… it seems that AJAX is here to stay, and is slipping into every new application and site on the market. For once I’m glad to say go with AJAX and create your sleek non page loading site and live happy. Too many people are complaining that “we can’t track with AJAX” on the clients [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thebigthree.wordpress.com&amp;blog=617096&amp;post=18&amp;subd=thebigthree&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Well… it seems that AJAX is here to stay, and is slipping into every new application and site on the market. For once I’m glad to say go with AJAX and create your sleek non page loading site and live happy.</p>
<p>Too many people are complaining that “we can’t track with AJAX” on the clients site.  Guys and gals settle down here is the simple way you can garner all the data mining you will need. (you can thank me later).</p>
<p>This tip is for all you Google Analytics fans:<br />
Assign a page filename to the AJAX event. Typically, this is done as part of the onreadystatechange function, after the data has been returned and all updates to the page have been made. The example below shows one way of doing this:<br />
&#8230; </p>
<p>        http_request.onreadystatechange = sendAlert;<br />
        http_request.open(&#8216;GET&#8217;, url, true);<br />
        http_request.send(null); </p>
<p>} </p>
<p>    function sendAlert() { </p>
<p>        if (http_request.readyState == 4) {<br />
            if (http_request.status == 200) {<br />
                alert(http_request.responseText);<br />
                urchinTracker(&#8220;/pagefilename1&#8243; );<br />
            } else {<br />
                alert(&#8216;Error.&#8217;); </p>
<p>&#8230;<br />
The urchinTracker variable (/pagefilename1 in the example above) can be any value, which will be displayed as a page filename in your Analytics reports.</p>
<p>Important side note: if your sites  pages include a call to urchinTracker(), utmLinker(), utmSetTrans(), or utmLinkPost(), your analytics tracking code must be placed in your HTML code above any of these calls. In these cases the tracking code can be placed anywhere between the opening  tag and the JavaScript call.</p>
<p>I hope this helps all you AJAX ranting data miners, if not leave a comment and I can walk you through how to set this up.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/thebigthree.wordpress.com/18/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/thebigthree.wordpress.com/18/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thebigthree.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thebigthree.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thebigthree.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thebigthree.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thebigthree.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thebigthree.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thebigthree.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thebigthree.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thebigthree.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thebigthree.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thebigthree.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thebigthree.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thebigthree.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thebigthree.wordpress.com/18/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thebigthree.wordpress.com&amp;blog=617096&amp;post=18&amp;subd=thebigthree&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thebigthree.wordpress.com/2007/04/25/can-i-track-ajax-and-how-is-web-analytics-lost-with-ajax/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0519a9aeecaea094def82225120b8094?s=96&#38;d=identicon" medium="image">
			<media:title type="html">thebigthree</media:title>
		</media:content>
	</item>
		<item>
		<title>Speak Up Affiliate Marketers and Charge the Designers</title>
		<link>http://thebigthree.wordpress.com/2007/04/10/speak-up-affiliate-marketers-and-charge-the-designers/</link>
		<comments>http://thebigthree.wordpress.com/2007/04/10/speak-up-affiliate-marketers-and-charge-the-designers/#comments</comments>
		<pubDate>Tue, 10 Apr 2007 03:35:18 +0000</pubDate>
		<dc:creator>thebigthree</dc:creator>
				<category><![CDATA[Search Engine Marketing]]></category>

		<guid isPermaLink="false">http://thebigthree.wordpress.com/2007/04/10/speak-up-affiliate-marketers-and-charge-the-designers/</guid>
		<description><![CDATA[Today as I&#8217;m preparing a new launch of affiliate offers, I took another look into the navigation funnel of the offer design. (see ad &#8211; click ad &#8211; land on offer and start the lead generation) well in this case I have an offer that adds another step in between land on offer and start [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thebigthree.wordpress.com&amp;blog=617096&amp;post=15&amp;subd=thebigthree&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Today as I&#8217;m preparing a new launch of affiliate offers, I took another look into the navigation funnel of the offer design. </p>
<p>(see ad &#8211; click ad &#8211; land on offer and start the lead generation) well in this case I have an offer that adds another step in between land on offer and start lead generation. The added step is a total waste for the end user, and would <strong>cut my conversion rate by (in my head) 30%.</strong></p>
<p>Now, this is when you make a decision to call out the affiliate, and suggest a review of the offer lead design or sit back in a dark corner and take the 30% drop in conversions due to a worthless step for the user.</p>
<p>This may not be new information for the seasoned affiliate marketer, yet for the new guy or gal around the block… feel comfortable in calling out the affiliate offers that you think need to be altered and I will assure you that they will listen and take action.</p>
<p>This information will only lead to a positive effect for all teams involved, you the affiliate marketer making the cash from the lead, then the advertiser that values the user’s information which will lead to continue business with the affiliate company that provides high conversions.</p>
<p>I recommend <a href="http://www.azoogle.com">Azoogle as a company that will listen</a>.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/thebigthree.wordpress.com/15/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/thebigthree.wordpress.com/15/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thebigthree.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thebigthree.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thebigthree.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thebigthree.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thebigthree.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thebigthree.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thebigthree.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thebigthree.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thebigthree.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thebigthree.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thebigthree.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thebigthree.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thebigthree.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thebigthree.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thebigthree.wordpress.com&amp;blog=617096&amp;post=15&amp;subd=thebigthree&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thebigthree.wordpress.com/2007/04/10/speak-up-affiliate-marketers-and-charge-the-designers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0519a9aeecaea094def82225120b8094?s=96&#38;d=identicon" medium="image">
			<media:title type="html">thebigthree</media:title>
		</media:content>
	</item>
		<item>
		<title>Arrogant Jason Calacanis</title>
		<link>http://thebigthree.wordpress.com/2007/04/03/arrogant-jason-calacanis/</link>
		<comments>http://thebigthree.wordpress.com/2007/04/03/arrogant-jason-calacanis/#comments</comments>
		<pubDate>Tue, 03 Apr 2007 13:41:01 +0000</pubDate>
		<dc:creator>thebigthree</dc:creator>
				<category><![CDATA[Search News]]></category>

		<guid isPermaLink="false">http://thebigthree.wordpress.com/2007/04/03/arrogant-jason-calacanis/</guid>
		<description><![CDATA[Ok, I admit, I thought Jason Calacanis was a bit of an arrogant guy, until I understood his way of communicating and delivering feedback. For all the haters out there relax, Jason is just a straight shooter who cuts through the entire tip toeing around subject of criticism. As for the SEO challenge I think [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thebigthree.wordpress.com&amp;blog=617096&amp;post=14&amp;subd=thebigthree&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Ok, I admit, I thought <a href="http://www.calacanis.com/">Jason Calacanis</a> was a bit of an arrogant guy, until I understood his way of communicating and delivering feedback.</p>
<p>For all the haters out there relax, Jason is just a straight shooter who cuts through the entire tip toeing around subject of criticism.</p>
<p>As for the SEO challenge I think he needed a little “prove to me” in which <a href="http://www.pronetadvertising.com/articles/calacanis-seos-next-evangelist0307.html">Neil</a> did, and grew Jason’s traffic by 21% in the first two weeks.  </p>
<p>To top it off Calacanis quotes JZ, I mean come on… give him a break hehe. </p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/thebigthree.wordpress.com/14/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/thebigthree.wordpress.com/14/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thebigthree.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thebigthree.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thebigthree.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thebigthree.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thebigthree.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thebigthree.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thebigthree.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thebigthree.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thebigthree.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thebigthree.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thebigthree.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thebigthree.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thebigthree.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thebigthree.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thebigthree.wordpress.com&amp;blog=617096&amp;post=14&amp;subd=thebigthree&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thebigthree.wordpress.com/2007/04/03/arrogant-jason-calacanis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0519a9aeecaea094def82225120b8094?s=96&#38;d=identicon" medium="image">
			<media:title type="html">thebigthree</media:title>
		</media:content>
	</item>
		<item>
		<title>Reaching the Hispanic Market with Search</title>
		<link>http://thebigthree.wordpress.com/2007/03/02/reaching-the-hispanic-market-with-search/</link>
		<comments>http://thebigthree.wordpress.com/2007/03/02/reaching-the-hispanic-market-with-search/#comments</comments>
		<pubDate>Fri, 02 Mar 2007 05:27:03 +0000</pubDate>
		<dc:creator>thebigthree</dc:creator>
				<category><![CDATA[Search Engine Marketing]]></category>
		<category><![CDATA[Search Engine Optimization]]></category>
		<category><![CDATA[Search Engine Optimzation]]></category>

		<guid isPermaLink="false">http://thebigthree.wordpress.com/2007/03/02/reaching-the-hispanic-market-with-search/</guid>
		<description><![CDATA[Whether you are a U.S. Hispanic advertising agency, a busines owner, an entrepreneur, a web master or a consultant, the opportunities to educate this new multilingual and multicultural search engine marketing opportunity are here in a big way. Considering the following: 2002 Hispanics officially became the largest minority in the U.S The $700 billion spending [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thebigthree.wordpress.com&amp;blog=617096&amp;post=13&amp;subd=thebigthree&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Whether you are a U.S. Hispanic  advertising agency, a busines owner, an entrepreneur, a web master or a consultant, the opportunities to educate this new multilingual and multicultural <strong>search engine marketing opportunity</strong> are here in a big way.</p>
<p>Considering the following:</p>
<li>2002 Hispanics officially became the largest minority in the U.S </li>
<li>The $700 billion spending in 2006 is to reach $1 trillion by 2010</li>
<li>70% of the market has a home computer connected to hi-speed</li>
<p>Start Your <strong>Hispanic Search Engine Marketing Plan</strong>:</p>
<li>Research will be the key to marketing to this rising market. </li>
<li>New market = new strategies, don&#8217;t just layer your mainstream campaign model on top.</li>
<li>Keywords need to be well thought about in both english and spanish</li>
<p>Please, take the time to write your site in spanish, hire someone who can translate your current site.</li>
<li>Spanish keywords are very cheap for now! and have high traffic and great CTR.</li>
<li>Invest in the right people, time, money and technology to take your plan of action to the next level</li>
<li>You will need atleast 12 months to review true metrics, in order to apply real measurements</li>
<p>To be continued&#8230;</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/thebigthree.wordpress.com/13/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/thebigthree.wordpress.com/13/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thebigthree.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thebigthree.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thebigthree.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thebigthree.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thebigthree.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thebigthree.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thebigthree.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thebigthree.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thebigthree.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thebigthree.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thebigthree.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thebigthree.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thebigthree.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thebigthree.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thebigthree.wordpress.com&amp;blog=617096&amp;post=13&amp;subd=thebigthree&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thebigthree.wordpress.com/2007/03/02/reaching-the-hispanic-market-with-search/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0519a9aeecaea094def82225120b8094?s=96&#38;d=identicon" medium="image">
			<media:title type="html">thebigthree</media:title>
		</media:content>
	</item>
		<item>
		<title>Choosing Domain Extensions &#8211; .com? .net? .biz? ..</title>
		<link>http://thebigthree.wordpress.com/2007/02/13/choosing-domain-extensions-com-net-biz/</link>
		<comments>http://thebigthree.wordpress.com/2007/02/13/choosing-domain-extensions-com-net-biz/#comments</comments>
		<pubDate>Tue, 13 Feb 2007 02:46:35 +0000</pubDate>
		<dc:creator>thebigthree</dc:creator>
				<category><![CDATA[Search Engine Marketing]]></category>
		<category><![CDATA[Search Engine Optimization]]></category>

		<guid isPermaLink="false">http://thebigthree.wordpress.com/2007/02/13/choosing-domain-extensions-com-net-biz/</guid>
		<description><![CDATA[Is a .com better then a .net or an .info or is owning a .info smart? One of the largest advantages of securing a .com over the many other extensions is that users have adopted the .com out of habit when using type in traffic. Users assume that you have a.com extension, so&#8230; you could [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thebigthree.wordpress.com&amp;blog=617096&amp;post=10&amp;subd=thebigthree&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Is a .com better then a .net or an .info or is owning a .info smart?</strong></p>
<p>One of the largest advantages of securing a .com over the many other extensions is that users have adopted the .com out of habit when using type in traffic. Users assume that you have a.com extension, so&#8230; you could be losing out on a lot of type in traffic and if you do not control the .com version of your domain, then I would return to the drawing board and brainstorm a new domain.<img src="http://snhs-plin.barry.edu/images/domain-extensions.jpg" alt="What is the best domain extenstion for my business?" align="left"></p>
<p>You may say right….. I’m sticking to my guns, well&#8230; Go ahead and watch your other .com domain steal all your hard earned traffic.</p>
<p>Search engines will give equal weight to your .net, .info .biz so on&#8230; just as a .com, just that the information given previously is the disadvantage of not having capturing the .com of your domain.</p>
<p>For our global clients, we address having your extensWhat are the benefits of having a .com?What are the benefits of having a .com?<code></code>ion in the same country i.e. if your located in the UK you would want to try to capture a .co.uk extension or if you’re in China using a .cn is beneficial while also hosting your site in the specific country will aid in securing additional country specific visitors. </p>
<p>When users search online the engines will ping data bases within the specific country. This is the advantage of hosting your site in the country specific, since engines aren’t going to ping initially, information across the pond but rather internally.</p>
<p>Now for .org, and .edu you have to be a non-profit outfit or an educational institution to use these domain extensions. What benefits can they bring if you can’t purchase them, well… they are terrific links from  </p>
<p><a href="http://www.constratus.com"><br />
Constratus Search</a> </p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/thebigthree.wordpress.com/10/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/thebigthree.wordpress.com/10/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thebigthree.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thebigthree.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thebigthree.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thebigthree.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thebigthree.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thebigthree.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thebigthree.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thebigthree.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thebigthree.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thebigthree.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thebigthree.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thebigthree.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thebigthree.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thebigthree.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thebigthree.wordpress.com&amp;blog=617096&amp;post=10&amp;subd=thebigthree&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thebigthree.wordpress.com/2007/02/13/choosing-domain-extensions-com-net-biz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0519a9aeecaea094def82225120b8094?s=96&#38;d=identicon" medium="image">
			<media:title type="html">thebigthree</media:title>
		</media:content>

		<media:content url="http://snhs-plin.barry.edu/images/domain-extensions.jpg" medium="image">
			<media:title type="html">What is the best domain extenstion for my business?</media:title>
		</media:content>
	</item>
		<item>
		<title>Subdomain Part 2 The Fuzzy Area</title>
		<link>http://thebigthree.wordpress.com/2007/01/10/subdomain-part-2-the-fuzzy-area-2/</link>
		<comments>http://thebigthree.wordpress.com/2007/01/10/subdomain-part-2-the-fuzzy-area-2/#comments</comments>
		<pubDate>Wed, 10 Jan 2007 01:00:53 +0000</pubDate>
		<dc:creator>thebigthree</dc:creator>
				<category><![CDATA[Search Engine Optimization]]></category>

		<guid isPermaLink="false">http://thebigthree.wordpress.com/2007/01/10/subdomain-part-2-the-fuzzy-area-2/</guid>
		<description><![CDATA[I left off explaining how to use subdomains the positive way, now let me explain how you can negatively impact your subdomain strategy. For example, shoe-talk.domain.com might be a subdomain containing a forum about shoes for a shoe site, shoe-blog.domain.com might be the location for that site&#8217;s blog and so on. Whenever there&#8217;s a part [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thebigthree.wordpress.com&amp;blog=617096&amp;post=9&amp;subd=thebigthree&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I left off explaining <strong><em>how to use subdomains</em></strong> the positive way, now let me explain how you can negatively impact your subdomain strategy.</p>
<p>For example, shoe-talk.domain.com might be a subdomain containing a forum about shoes for a shoe site, shoe-blog.domain.com might be the location for that site&#8217;s blog and so on. Whenever there&#8217;s a part of your site that justifies having it&#8217;s own category, then it makes good sense to the search engines and your site visitors when it&#8217;s placed within its own subdomain.</p>
<p>Where sites get in the fuzzy area is when they add multiple <strong><em>keyword-rich subdomains</em></strong> with just a page or two of copy and link them back to their main domain. I.E., creating the subdomains newyork-realestate.domain.com, la-realestate.domain.com, and vegas-realestate.domain.com all with just a single page and a link back to www.domain.com would be frowned upon by search engines and quite possibly subject to penalties.</p>
<p>Some other cautions are in order. Taking into account that subdomains can be separated by a period—making possible certain combinations like keyword.keyword.domain.com—I recommend sticking to the more customary single level format: keyword.domain.com. Rarely do you see multilevel subdomains ranking for the more difficult generic searches. </p>
<p>Another possibility is to delimit your subdomain using dashes. For example keyword-keyword.domain.com is technically an available possibility as well. However, I don&#8217;t recommend using more than one dash in a subdomain, since it look like you&#8217;re <strong>keyword-stuffing to boost your rankings</strong></em>.</p>
<p>The moral of the story, is be smart when <strong>applying subdomains</strong> to your search strategy. Yes, subdomains will help in the long run, just work with someone who knows what their doing. </p>
<p>- B</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/thebigthree.wordpress.com/9/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/thebigthree.wordpress.com/9/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thebigthree.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thebigthree.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thebigthree.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thebigthree.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thebigthree.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thebigthree.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thebigthree.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thebigthree.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thebigthree.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thebigthree.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thebigthree.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thebigthree.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thebigthree.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thebigthree.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thebigthree.wordpress.com&amp;blog=617096&amp;post=9&amp;subd=thebigthree&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thebigthree.wordpress.com/2007/01/10/subdomain-part-2-the-fuzzy-area-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0519a9aeecaea094def82225120b8094?s=96&#38;d=identicon" medium="image">
			<media:title type="html">thebigthree</media:title>
		</media:content>
	</item>
		<item>
		<title>Understanding Subdomains</title>
		<link>http://thebigthree.wordpress.com/2007/01/03/understanding-subdomains/</link>
		<comments>http://thebigthree.wordpress.com/2007/01/03/understanding-subdomains/#comments</comments>
		<pubDate>Wed, 03 Jan 2007 04:07:21 +0000</pubDate>
		<dc:creator>thebigthree</dc:creator>
				<category><![CDATA[Search Engine Optimization]]></category>

		<guid isPermaLink="false">http://thebigthree.wordpress.com/2007/01/03/understanding-subdomains/</guid>
		<description><![CDATA[Can subdomains actually help boost my rankings? Yes, couple reasons, one it could lead to a higher CTR with users by having the targeted keyword within the sub domain and having a rich keyword anchor text pointing towards you site are just some benefits of using smart sub domains. Understanding what the heck subdomains are? [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thebigthree.wordpress.com&amp;blog=617096&amp;post=6&amp;subd=thebigthree&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>
<li>
Can subdomains actually help boost my rankings?</li>
<p></strong></p>
<p>Yes, couple reasons, one it could lead to a higher CTR with<br />
users by having the targeted keyword within the sub domain and having a rich keyword anchor text pointing towards you site are just some benefits of using smart sub domains.</p>
<p><strong>
<li>
Understanding what the heck subdomains are?</li>
<p></strong></p>
<p>Basically subdomains are a way to organize your sites structure. Compare subdomains with subdirectory. </p>
<p><em>http://subdomain.yourdomain.com </em><br />
<em>http://www.yourdomain.com/subdirectory </em></p>
<p>For example, if your site is about realestate, you might typically have a section devoted to New York shoes in a subdirectory:<br />
<em>http://www.domain.com/newyork-realestate/</em></p>
<p>But, as an alternative, you could place it in a subdomain:<br />
<em>http://newyork-realestate.domain.com/ </em></p>
<p>Remember, many users look at the URL when deciding on click through and also those little spider bots read left to right and using smart keyword phrasing in the subdomain will only help you, unless you go to far… to be continued… <img src='http://s2.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>- B</p>
<p><a href="http://www.constratus.com"><strong>Constratus</strong></a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/thebigthree.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/thebigthree.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thebigthree.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thebigthree.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thebigthree.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thebigthree.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thebigthree.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thebigthree.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thebigthree.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thebigthree.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thebigthree.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thebigthree.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thebigthree.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thebigthree.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thebigthree.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thebigthree.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thebigthree.wordpress.com&amp;blog=617096&amp;post=6&amp;subd=thebigthree&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thebigthree.wordpress.com/2007/01/03/understanding-subdomains/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0519a9aeecaea094def82225120b8094?s=96&#38;d=identicon" medium="image">
			<media:title type="html">thebigthree</media:title>
		</media:content>
	</item>
		<item>
		<title>Target Your Keywords</title>
		<link>http://thebigthree.wordpress.com/2006/12/21/target-your-keywords/</link>
		<comments>http://thebigthree.wordpress.com/2006/12/21/target-your-keywords/#comments</comments>
		<pubDate>Thu, 21 Dec 2006 03:09:48 +0000</pubDate>
		<dc:creator>thebigthree</dc:creator>
				<category><![CDATA[Search Engine Marketing]]></category>

		<guid isPermaLink="false">http://thebigthree.wordpress.com/2006/12/21/target-your-keywords/</guid>
		<description><![CDATA[One thing is critical when developing a PPC campaign, choice of keywords. You have three main categories of keywords to think about 1. Navigational 2. Informational 3. Transactional Navigational keywords are defined by when a user is searching for a specific web site and use queries such as “dmv” or “john hopkins” Informational keywords are [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thebigthree.wordpress.com&amp;blog=617096&amp;post=5&amp;subd=thebigthree&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>One thing is critical when developing a PPC campaign, choice of keywords.<br />
You have three main categories of keywords to think about</p>
<li>1.	Navigational</li>
<li>2.	Informational</li>
<li>3.	Transactional</li>
<p><strong><em>Navigational keywords</strong></em> are defined by when a user is searching for a specific web site and use queries such as “dmv” or “john hopkins”</p>
<p><strong><em>Informational keywords</strong></em> are defined by when a user searching for an answer to their question or to understand a new subject, such as “what is jump roping” or “are bananas harmful”</p>
<p><strong><em>Transactional keywords</strong></em> are defined by when a user is actively engaged and is usually going to take action, quires such as “t mobile dash activation” or “iron man contest form”</p>
<p>Each set of keywords should be used in a campaign, to fully take advantage of the searchers intent. You should have a clear message when deciding the specific keywords and then associate them with the correct landing page that will support a higher conversion rate when a user clicks your ad.<br />
Cheers!</p>
<p>-B</p>
<p><strong><a href="http://www.constratus.com">Constratus</a></strong></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/thebigthree.wordpress.com/5/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/thebigthree.wordpress.com/5/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thebigthree.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thebigthree.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thebigthree.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thebigthree.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thebigthree.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thebigthree.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thebigthree.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thebigthree.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thebigthree.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thebigthree.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thebigthree.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thebigthree.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thebigthree.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thebigthree.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thebigthree.wordpress.com&amp;blog=617096&amp;post=5&amp;subd=thebigthree&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thebigthree.wordpress.com/2006/12/21/target-your-keywords/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0519a9aeecaea094def82225120b8094?s=96&#38;d=identicon" medium="image">
			<media:title type="html">thebigthree</media:title>
		</media:content>
	</item>
		<item>
		<title>Is it Click or Impression Fraud?</title>
		<link>http://thebigthree.wordpress.com/2006/12/16/is-it-click-fraud/</link>
		<comments>http://thebigthree.wordpress.com/2006/12/16/is-it-click-fraud/#comments</comments>
		<pubDate>Sat, 16 Dec 2006 23:09:18 +0000</pubDate>
		<dc:creator>thebigthree</dc:creator>
				<category><![CDATA[Search Engine Marketing]]></category>

		<guid isPermaLink="false">http://thebigthree.wordpress.com/2006/12/16/is-it-click-fraud/</guid>
		<description><![CDATA[Like usual, I view my stats for a given campaign running every morning, and today was just another day until&#8230; I compared my stats. Today after running the same campaign and dropping the CPC by $0.40 my traffic grew overnight from 400,000k to 4.2 Million? Strange&#8230; yes. What’s even more peculiar is that all the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thebigthree.wordpress.com&amp;blog=617096&amp;post=4&amp;subd=thebigthree&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Like usual, I view my stats for a given campaign running every morning, and today was just another day until&#8230; I compared my stats. Today after running the same campaign and dropping the CPC by $0.40 my traffic grew overnight from 400,000k to 4.2 Million? Strange&#8230; yes.</p>
<p>What’s even more peculiar is that all the users came for a visit between 3am &#8211; 6am all from content network sites&#8230; and from the same IP ah ha. One way to inflate impression or produce click fraud is to conceal your IP&#8217;s and keep under the radar, but this guy must have been a rookie.</p>
<p>So make a long story short, same date last week I had 300 clicks, 400k impressions with 60% CPA conversions &#8211; today same day with a lower CPC I have 4,300 clicks, 4.2 Million Impressions 10% CPA conversions. Is it click fraud or impression fraud well perhaps and I will take the next step (digging into my web metrics) to find additional reasons to have a chat with Google.</p>
<p>If you need help identifying if you’re a victim of click or impression fraud, please send an email, I&#8217;ll take a look. Anyone is search has heard of <a href="http://pepperjamblog.com/?p=78">pepperjam another great search firm that had recent issues with yahoo marketing and click fraud.</a><br />
-B</p>
<p> <strong><a href="http://www.constratus.com">Constratus</a></strong></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/thebigthree.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/thebigthree.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thebigthree.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thebigthree.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thebigthree.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thebigthree.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thebigthree.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thebigthree.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thebigthree.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thebigthree.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thebigthree.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thebigthree.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thebigthree.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thebigthree.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thebigthree.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thebigthree.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thebigthree.wordpress.com&amp;blog=617096&amp;post=4&amp;subd=thebigthree&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thebigthree.wordpress.com/2006/12/16/is-it-click-fraud/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0519a9aeecaea094def82225120b8094?s=96&#38;d=identicon" medium="image">
			<media:title type="html">thebigthree</media:title>
		</media:content>
	</item>
		<item>
		<title>The Big Three</title>
		<link>http://thebigthree.wordpress.com/2006/12/16/the-big-three/</link>
		<comments>http://thebigthree.wordpress.com/2006/12/16/the-big-three/#comments</comments>
		<pubDate>Sat, 16 Dec 2006 04:49:20 +0000</pubDate>
		<dc:creator>thebigthree</dc:creator>
				<category><![CDATA[Search Engine Marketing]]></category>
		<category><![CDATA[Search Engine Optimization]]></category>
		<category><![CDATA[Web Analytics]]></category>

		<guid isPermaLink="false">http://thebigthree.wordpress.com/2006/12/16/the-big-three/</guid>
		<description><![CDATA[So.. I&#8217;m going to rant about my passion for the big three, FYI the big three for me is Search Engine Optimization, Search Engine Marketing (PPC) and Web Analytics. I work for a well known web and mobile interactive firm called Constratus (www.constratus.com) and I&#8217;m responsible for what was mentioned before for our clients. The [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thebigthree.wordpress.com&amp;blog=617096&amp;post=3&amp;subd=thebigthree&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So.. I&#8217;m going to rant about my passion for the big three, FYI the big three for me is Search Engine Optimization, Search Engine Marketing (PPC) and Web Analytics. I work for a well known web and mobile interactive firm called Constratus (<a href="http://www.constratus.com">www.constratus.com</a>) and I&#8217;m responsible for what was mentioned before for our clients.</p>
<p>The industry has been making headlines for the last two years in leaps and bounds, I&#8217;m here to rant about what is going on in our industry and what I&#8217;m up to&#8230; so enjoy, if not email me and complain. <img src='http://s2.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
- B</p>
<p><strong><a href="http://www.constratus.com">Constratus</a></strong></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/thebigthree.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/thebigthree.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thebigthree.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thebigthree.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thebigthree.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thebigthree.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thebigthree.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thebigthree.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thebigthree.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thebigthree.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thebigthree.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thebigthree.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thebigthree.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thebigthree.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thebigthree.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thebigthree.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thebigthree.wordpress.com&amp;blog=617096&amp;post=3&amp;subd=thebigthree&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thebigthree.wordpress.com/2006/12/16/the-big-three/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0519a9aeecaea094def82225120b8094?s=96&#38;d=identicon" medium="image">
			<media:title type="html">thebigthree</media:title>
		</media:content>
	</item>
	</channel>
</rss>
