<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" xml:lang="en" xml:base="http://tonyadam.com/blog/wp-atom.php">
	<title type="text">Tony Adam: Innovating Products &amp; Online Marketing</title>
	<subtitle type="text">Creating Visibility through Virality, Buzz Marketing, and SEO</subtitle>

	<updated>2010-08-28T16:32:41Z</updated>

	<link rel="alternate" type="text/html" href="http://tonyadam.com/blog" />
	<id>http://tonyadam.com/blog/feed/atom/</id>
	

	<generator uri="http://wordpress.org/" version="3.0.1">WordPress</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/tonyadam" /><feedburner:info uri="tonyadam" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>tonyadam</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><entry>
		<author>
			<name>Tony Adam</name>
						<uri>http://www.tonyadam.com/blog</uri>
					</author>
		<title type="html"><![CDATA[AJAX &amp; SEO: A strategic approach to rankings]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/tonyadam/~3/t4VVZhnaUN4/" />
		<id>http://tonyadam.com/blog/?p=618</id>
		<updated>2010-08-28T16:32:41Z</updated>
		<published>2010-08-16T16:55:41Z</published>
		<category scheme="http://tonyadam.com/blog" term="SEO" /><category scheme="http://tonyadam.com/blog" term="ajax" /><category scheme="http://tonyadam.com/blog" term="progressive enhancement" />		<summary type="html"><![CDATA[Tweet Dealing with the limitations of AJAX and Flash can be an SEOs worst nightmare. There are so many issues that come into play &#038; usually you can deal with many AJAX SEO issues by developing Progressively Enhanced code. While, I&#8217;ve written about how to address crawling and indexing with AJAX and SEO. I wanted [...]]]></summary>
		<content type="html" xml:base="http://tonyadam.com/blog/618-ajax-seo-ranking-crawling-indexing/">&lt;div style="float: left; margin: 0px 0px 0px 0px;"&gt;
&lt;a href="http://twitter.com/share" class="twitter-share-button" data-count="vertical" data-via="tonyadam"&gt;Tweet&lt;/a&gt;&lt;script type="text/javascript" src="http://platform.twitter.com/widgets.js"&gt;&lt;/script&gt;&lt;/div&gt;
&lt;div style="float: left; margin: 0px 10px 0px 10px;"&gt;
&lt;iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftonyadam.com%2Fblog%2F618-ajax-seo-ranking-crawling-indexing%2F&amp;amp;layout=standard&amp;amp;show_faces=true&amp;amp;width=450&amp;amp;action=like&amp;amp;colorscheme=light&amp;amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;p&gt;Dealing with the limitations of AJAX and Flash can be an SEOs worst nightmare. There are so many issues that come into play &amp;#038; usually you can deal with many AJAX SEO issues by developing Progressively Enhanced code. While, I&amp;#8217;ve written about how to address &lt;a href="http://tonyadam.com/blog/89-ajax-and-non-javascript-experiences-for-seo-friendly-websites/"&gt;crawling and indexing with AJAX and SEO&lt;/a&gt;. I wanted to take a little bit of a deep dive into this again, along with the bigger issue, &lt;strong&gt;ranking&lt;/strong&gt;. &lt;/p&gt;
&lt;h3&gt;The URL Problem:&lt;/h3&gt;
&lt;p&gt;As the web becomes more and more dynamic, especially with the introduction of the stream, real-time updates, etc., the ability to crawl and index that content becomes a problem. AJAX introduced a problem to search engines by dynamically changing page or website content with URL Fragments, or hash marks, &amp;#8220;#&amp;#8221;. this becomes a problem because traditionally (esp. in web 1.0 days) hash marks were used as an anchors to content on a single page. Since search engines would already crawl the page, they would ignore the URL fragments (&amp;#8220;#&amp;#8221;) because they were already crawling the page.&lt;/p&gt;
&lt;p&gt;For example, these two URLs would be seen as the same and would have no reason to crawl the url fragment because it was already being done.:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;http://www.tonyadam.com/faq&lt;/li&gt;
&lt;li&gt;http://www.tonyadam.com/faq#question-10&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Fixing Crawling and Indexing through Progressive Enhancement&lt;/h3&gt;
&lt;p&gt;While AJAX is not new to the web, there is a problem that it introduces to search engine crawlability and indexing that wasn&amp;#8217;t around way back when. We now have websites that dynamically generate content within it&amp;#8217;s current page architecture. So, sites started implementing AJAX as a way to dynamically change the page content without page refreshes and therefore create much nicer (and sexier) user experiences, as they wouldn&amp;#8217;t have to wait for a new page to load, etc.&lt;/p&gt;
&lt;p&gt;That said, you are left with this URL fragment that a search engine was not built to crawl and index. So, it becomes increasingly important to use web standard techniques like &lt;a href="http://www.alistapart.com/articles/understandingprogressiveenhancement/"&gt;Progressive Enhancement&lt;/a&gt; and leveraging the &lt;a href="http://domscripting.com/presentations/xtech2006/"&gt;Hijax method&lt;/a&gt;. Most technology teams adopt these methods and should be standard practice across technology and engineering functions.&lt;/p&gt;
&lt;h3&gt;Relevancy and Ranking Problems that arise&lt;/h3&gt;
&lt;p&gt;As more and more of the web becomes dynamic, being strategic in the uses of the dynamic content is important. The way we rewrite URLs and change page content is extremely important to having &lt;strong&gt;relevant&lt;/strong&gt; content show up in the Search Engine Results Pages (SERPs). Just like building an entire site in Flash can be detrimental to your organic search traffic, building an entire site in AJAX can do the same thing. The reason being is that you end up with URL structures that contain #&amp;#8217;s (URL Fragments) all over the place. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The drawbacks with #&amp;#8217;s and rankings&lt;/strong&gt;&lt;br /&gt;
This becomes a problem when people like bloggers, writers, site owners, etc. start linking to your content with #&amp;#8217;s in the URLs. Search engines would ignore everything after the # and assume all links go to the homepage. For example,If I decide to build an entire site on basketball, so, assuming I want to rank for terms like basketball news, basketball scores, etc., I would probably have them in my top nav. &lt;/p&gt;
&lt;p&gt;If I was to have the content refresh using AJAX, here is what my URL structure would look like:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;http://www.basketball.com/&lt;/li&gt;
&lt;li&gt;http://www.basketball.com/#/news/&lt;/li&gt;
&lt;li&gt;http://www.basketball.com/#/scores/&lt;/li&gt;
&lt;li&gt;http://www.basketball.com/#/players/&lt;/li&gt;
&lt;li&gt;http://www.basketball.com/#/stats/&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Or deeper sections of the site like&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;http://www.basketball.com/#/players/ray-allen/stats/&lt;/li&gt;
&lt;li&gt;http://www.basketball.com/#/players/phil-jackson/awards/&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Do you see the problem with the URL Structure? If this site was purely built with AJAX, as mentioned above, anybody that links to my site would link to http://www.basketball.com/ and I would get no deep content links. If I get links to my homepage with obscure keywords like &amp;#8220;Ray Allen player stats&amp;#8221; or &amp;#8220;Phil Jackson coaching awards&amp;#8221; and since everything after the # is ignored, those keywords would then be pointed at the homepage, which is not &lt;strong&gt;search engine relevant&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Using #&amp;#8217;s and AJAX to your advantage&lt;/strong&gt;&lt;br /&gt;
Alternatively, there are situations where it makes more sense not to have unique URLs on content to conserve link equity and target at one main page. For example, I would not want a URL for various filters on a users stream in their profile because I would dilute the link equity to those stream items.&lt;/p&gt;
&lt;p&gt;If I was to have a unique URL and link to the following, I would dilute link equity:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;http://www.myspace.com/tonyadam/stream/all&lt;/li&gt;
&lt;li&gt;http://www.myspace.com/tonyadam/stream/photos&lt;/li&gt;
&lt;li&gt;http://www.myspace.com/tonyadam/stream/videos&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;In this situation, I would rather have URLs that conserve the link equity to the main profile url:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;http://www.myspace.com/tonyadam/#/stream/all&lt;/li&gt;
&lt;li&gt;http://www.myspace.com/tonyadam/#/stream/photos&lt;/li&gt;
&lt;li&gt;http://www.myspace.com/tonyadam/#/stream/videos&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;By doing so, links to the # URLs will then all be targeted at the main URL &lt;strong&gt;http://www.myspace.com/tonyadam/&lt;/strong&gt; which will create more link equity to a stronger, more relevant page.&lt;/p&gt;
&lt;p&gt;Now, we could sit here all day and talk about all the ways to manipulate results by sending links to versions of the URL that are rewritten, but, that is not a scalable tactic, is temporary, and could lead to search penalties. At the end of the day, the goal should be to create a dynamic website that is &lt;strong&gt;relevant search engines and users, that creates the most holistic experience&lt;/strong&gt;. &lt;/p&gt;
&lt;p&gt;Think of it this way, after all your hardwork and innovation, &lt;strong&gt;if you can&amp;#8217;t get users to your website, what does the shiny new object matter anyway?&lt;/strong&gt;&lt;/p&gt;
&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=t4VVZhnaUN4:CKQLddxIDO0:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?i=t4VVZhnaUN4:CKQLddxIDO0:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=t4VVZhnaUN4:CKQLddxIDO0:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=t4VVZhnaUN4:CKQLddxIDO0:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=t4VVZhnaUN4:CKQLddxIDO0:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?i=t4VVZhnaUN4:CKQLddxIDO0:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=t4VVZhnaUN4:CKQLddxIDO0:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=t4VVZhnaUN4:CKQLddxIDO0:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?i=t4VVZhnaUN4:CKQLddxIDO0:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=t4VVZhnaUN4:CKQLddxIDO0:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?d=l6gmwiTKsz0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=t4VVZhnaUN4:CKQLddxIDO0:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</content>
		<link rel="replies" type="text/html" href="http://tonyadam.com/blog/618-ajax-seo-ranking-crawling-indexing/#comments" thr:count="3" />
		<link rel="replies" type="application/atom+xml" href="http://tonyadam.com/blog/618-ajax-seo-ranking-crawling-indexing/feed/atom/" thr:count="3" />
		<thr:total>3</thr:total>
	<feedburner:origLink>http://tonyadam.com/blog/618-ajax-seo-ranking-crawling-indexing/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>Tony Adam</name>
						<uri>http://www.tonyadam.com/blog</uri>
					</author>
		<title type="html"><![CDATA[Digg 4.0: Is it coming sooner than expected?]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/tonyadam/~3/vGO5a9iWA1Q/" />
		<id>http://tonyadam.com/blog/?p=600</id>
		<updated>2010-08-03T15:51:37Z</updated>
		<published>2010-08-03T00:17:37Z</published>
		<category scheme="http://tonyadam.com/blog" term="Social Media" /><category scheme="http://tonyadam.com/blog" term="digg" />		<summary type="html"><![CDATA[tweetmeme_source = 'tonyadam'; tweetmeme_service = 'bit.ly'; service_api = 'R_f7f2c28913d239b3557ad7fe8cc14568'; Share Last week I was working with someone and showing her the ropes of social media marketing and other general topics. I had showed her how to sign up for Digg, StumbleUpon, and various other Social Networks, but, we stumbled on the fact that they are [...]]]></summary>
		<content type="html" xml:base="http://tonyadam.com/blog/600-digg-40-coming-soon/">&lt;div style="float: left; margin: -12px 12px 0pt 0pt;"&gt;
&lt;script type="text/javascript"&gt;
tweetmeme_source = 'tonyadam';
tweetmeme_service = 'bit.ly';
service_api = 'R_f7f2c28913d239b3557ad7fe8cc14568';
&lt;/script&gt;&lt;br /&gt;
&lt;script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"&gt;&lt;/script&gt;
&lt;/div&gt;
&lt;div style="margin: 5px 12px 0pt 0pt; float: left;"&gt;
&lt;a name="fb_share" type="box_count" href="http://www.facebook.com/sharer.php"&gt;Share&lt;/a&gt;&lt;script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"&gt;&lt;/script&gt;&lt;/div&gt;
&lt;p&gt;&lt;script type="text/javascript" src="http://sphinn.com/evb/buttons.php?b=lg"&gt;&lt;/script&gt;&lt;/p&gt;
&lt;p&gt;Last week I was working with someone and showing her the ropes of social media marketing and other general topics. I had showed her how to sign up for Digg, StumbleUpon, and various other Social Networks, but, we stumbled on the fact that they are no longer accepting new sign ups because the new digg is coming.&lt;/p&gt;
&lt;p&gt;Here is a screenshot from the &lt;a href="http://digg.com/register/"&gt;sign up page&lt;/a&gt;. You&amp;#8217;ll see they are asking users to submit their email addresses and get notified when the new digg launches.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://tonyadam.com/blog/blog/wp-content/uploads/digg-sign-up.jpg"&gt;&lt;img src="http://tonyadam.com/blog/blog/wp-content/uploads/digg-sign-up.jpg" alt="" title="digg-sign-up" width="550" height="288" class="alignnone size-full wp-image-602" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Along with that, user profile settings have been temporarily limited as well:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://tonyadam.com/blog/blog/wp-content/uploads/userprofilesettings.gif"&gt;&lt;img src="http://tonyadam.com/blog/blog/wp-content/uploads/userprofilesettings.gif" alt="" title="userprofilesettings" width="550" height="79" class="alignnone size-full wp-image-607" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;small&gt;Thanks Rob Woods for pointing that out&lt;/small&gt;&lt;/p&gt;
&lt;p&gt;So, what does this mean? Does this mean that the new Digg will be launching sooner than expected? There has been much speculation about what Digg 4.0 will have in store for us and also an extremely comprehensive breakdown by Brent Csutoras of the &lt;a href="http://www.blueglass.com/blog/the-new-digg-version-4-0-alpha/"&gt;new Digg Version 4.0 Alpha&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you haven&amp;#8217;t done so yet, request an invite at: &lt;a href="http://new.digg.com/"&gt;http://new.digg.com/&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What do you think will happen with the new Digg? Do you think it will be coming out soon? Sooner than expected??&lt;/strong&gt;&lt;/p&gt;
&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=vGO5a9iWA1Q:5O4wE8mup1E:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?i=vGO5a9iWA1Q:5O4wE8mup1E:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=vGO5a9iWA1Q:5O4wE8mup1E:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=vGO5a9iWA1Q:5O4wE8mup1E:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=vGO5a9iWA1Q:5O4wE8mup1E:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?i=vGO5a9iWA1Q:5O4wE8mup1E:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=vGO5a9iWA1Q:5O4wE8mup1E:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=vGO5a9iWA1Q:5O4wE8mup1E:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?i=vGO5a9iWA1Q:5O4wE8mup1E:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=vGO5a9iWA1Q:5O4wE8mup1E:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?d=l6gmwiTKsz0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=vGO5a9iWA1Q:5O4wE8mup1E:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</content>
		<link rel="replies" type="text/html" href="http://tonyadam.com/blog/600-digg-40-coming-soon/#comments" thr:count="1" />
		<link rel="replies" type="application/atom+xml" href="http://tonyadam.com/blog/600-digg-40-coming-soon/feed/atom/" thr:count="1" />
		<thr:total>1</thr:total>
	<feedburner:origLink>http://tonyadam.com/blog/600-digg-40-coming-soon/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>Tony Adam</name>
						<uri>http://www.tonyadam.com/blog</uri>
					</author>
		<title type="html"><![CDATA[Site Speed: Reducing Page Load Times and Increasing Pages Crawled]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/tonyadam/~3/BfmBk_IWy_4/" />
		<id>http://tonyadam.com/blog/?p=575</id>
		<updated>2010-07-29T17:31:20Z</updated>
		<published>2010-07-29T17:19:40Z</published>
		<category scheme="http://tonyadam.com/blog" term="SEO" />		<summary type="html"><![CDATA[tweetmeme_source = 'tonyadam'; tweetmeme_service = 'bit.ly'; service_api = 'R_f7f2c28913d239b3557ad7fe8cc14568'; Share I&#8217;ve always been a big fan of quick page load times on sites from overall User Experience standpoint. But, ever since Google announced that they were using site speed in web search ranking I have become a big time stickler about this. After watching this [...]]]></summary>
		<content type="html" xml:base="http://tonyadam.com/blog/575-site-speed-reducing-page-load-times-and-increasing-pages-crawled/">&lt;div style="float: left; margin: -12px 12px 0pt 0pt;"&gt;
&lt;script type="text/javascript"&gt;
tweetmeme_source = 'tonyadam';
tweetmeme_service = 'bit.ly';
service_api = 'R_f7f2c28913d239b3557ad7fe8cc14568';
&lt;/script&gt;&lt;br /&gt;
&lt;script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"&gt;&lt;/script&gt;
&lt;/div&gt;
&lt;div style="margin: 5px 12px 0pt 0pt; float: left;"&gt;
&lt;a name="fb_share" type="box_count" href="http://www.facebook.com/sharer.php"&gt;Share&lt;/a&gt;&lt;script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"&gt;&lt;/script&gt;&lt;/div&gt;
&lt;p&gt;&lt;script type="text/javascript" src="http://sphinn.com/evb/buttons.php?b=lg"&gt;&lt;/script&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#8217;ve always been a big fan of quick page load times on sites from overall User Experience standpoint. But, ever since Google announced that they were &lt;a href="http://googlewebmastercentral.blogspot.com/2010/04/using-site-speed-in-web-search-ranking.html"&gt;using site speed in web search ranking&lt;/a&gt; I have become a big time stickler about this. After watching this for the last couple months, I&amp;#8217;ve realized that my peskiness about the whole thing warranted just cause.&lt;/p&gt;
&lt;h3&gt;Proving that Site Speed is directly correlated Pages Crawled&lt;/h3&gt;
&lt;p&gt;I tend to keep an eye on Google Webmaster tools to see any blips in crawl rate, pages crawled, etc. I don&amp;#8217;t want any big issues to show up that catch me by surprise. When Google made the announcement I made sure to keep an eye on site speed. Here are a couple examples of the DIRECT CORRELATION &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Website 1: Page Load times shoot up, Pages Crawled drops:&lt;/strong&gt;&lt;br /&gt;
First look at graph three and notice the massive upswing in the page load times or as google titles it &amp;#8220;time spent downloading a page.&amp;#8221; Then, from there, look at the top two graphics and notice the massive drop off in the number of pages crawled per day and the amount of content downloaded per day.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://tonyadam.com/blog/blog/wp-content/uploads/PageLoadIncrease.jpg" alt="Page Load time increase" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Website 2: Page Load times go down, Pages Crawled dramatically increases:&lt;/strong&gt;&lt;br /&gt;
On the flip side of the above chart, looking at another site, check out graph three again first. Notice that the time spent downloading a page (thus page load time) has decreased dramatically. Now, as you look at graphs one and two, notice the massive uptick in the number of pages crawled and amount of content downloaded daily.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://tonyadam.com/blog/blog/wp-content/uploads/PageCrawlIncrease.jpg" alt="Pages Crawled Increases" /&gt;&lt;/p&gt;
&lt;p&gt;I can tell you that this was a big positive for website 2, to notice a HUGE positive in the number of pages crawled daily. &lt;/p&gt;
&lt;h3&gt;What this means for SEO and User Experience&lt;/h3&gt;
&lt;p&gt;Understanding how to diagnose and address these issues is extremely important to any SEO and Webmaster now at days. I was a huge advocate of this at PayPal and lent a helping hand in diagnosing this and addressing it in hopes of increasing the user experience. Again though, we now know what a  big part this obviously plays, as I&amp;#8217;ve shown the direct correlation above with the number of pages crawled increasing or decreasing based on the page load times. &lt;/p&gt;
&lt;p&gt;I was very happy to see this as it does increase the overall user and searcher experience by coming to sites that are loading pages faster. But, it is extremely important for an SEO to note and understand the importance of site speed, especially with sites that have extremely large indexes. &lt;/p&gt;
&lt;h3&gt;Diagnosing Site Speed in Google Webmaster Tools&lt;/h3&gt;
&lt;p&gt;Start by logging into webmaster tools and talking a look at the Diagnostics -&amp;gt; Crawl Stats section and make note of any increases or decreases in the third graph about page download times. If there are any big rises or drops, check out the above two graphs to see if it had an effect on your pages crawled. If you are seeing relatively steady movement, move on to the Labs -&amp;gt; Site Performance section.&lt;/p&gt;
&lt;p&gt;On the Site Performance page you&amp;#8217;ll notice a few things. To start with the graph that represents the avg. number of seconds it takes to load your pages. Something to take note of that they&amp;#8217;ve highlighted the optimal time to download a page as 1.5 seconds or faster. Depending on your site, they&amp;#8217;ll list about 10 URLs and their respective page load time. Finally, they provide some very useful info (which I&amp;#8217;ll get to in a minute) on how to address these concerns.&lt;/p&gt;
&lt;p&gt;There are a couple tools that you can use to diagnose site speed and page load times. My favorite is &lt;a href="http://developer.yahoo.com/yslow/"&gt;yslow&lt;/a&gt; and Google recently released their &lt;a href="http://code.google.com/speed/page-speed/"&gt;Page Speed tool&lt;/a&gt;, both of these plug directly into my favorite Firefox Plugin: &lt;a href="http://getfirebug.com/"&gt;Firebug&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Addressing Site Speed and Page Load time Concerns&lt;/h3&gt;
&lt;p&gt;Google Webmaster Tools and their Page Speed tool, along with YSlow provide you ample amounts of information to start addressing the site speed concerns one step at a time. Some of the biggest mistakes that people make run into is the size of images and image optimization, number of HTTP request and number of external JavaScript and CSS files. Here is a list of issues and how to address them:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Making fewer HTTP Requests&lt;/strong&gt;&lt;br /&gt;
The number of HTTP requests you make can put a massive strain on the page load times. As mentioned in the screenshot below, try to combine external files to a very minimal amount. I&amp;#8217;ve seen sites that have as many as 20 external JavaScript files and some of those files with only 1-4 lines of code. That is the type of thing that can be combined to reduce the number of http requests. The same goes with CSS files and optimizing the number of CSS calls into one main CSS document.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://tonyadam.com/blog/blog/wp-content/uploads/httprequests.png" alt="http requests" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;JavaScript Minification and Compression&lt;/strong&gt;&lt;br /&gt;
Yahoo!&amp;#8217;s Developer Network blog has a post dedicated to how to &lt;a href="http://developer.yahoo.net/blog/archives/2007/07/high_performanc_8.html"&gt;minify javascript&lt;/a&gt;. The main reason for doing this is to shrink the overall size of the JavaScript file by getting rid of comments, new lines, etc. that aren&amp;#8217;t necessary for the JavaScript to process. There are a couple tools out there to do this, &lt;a href="http://crockford.com/javascript/jsmin"&gt;JSMin&lt;/a&gt; and &lt;a href="http://developer.yahoo.com/yui/compressor/"&gt;YUI Compressor&lt;/a&gt;. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Using Gzip to compress components&lt;/strong&gt;&lt;br /&gt;
You can drastically reduce the HTTP Requests and Responses using Gzip compression, and, it is the most popular and effective form right now. In Apache you can use &lt;a href="http://sourceforge.net/projects/mod-gzip/"&gt;mod_gzip &lt;/a&gt; and in IIS you can do this through IIS Manager and adding a Web Service extension using these &lt;a href="http://www.smallworkarounds.net/2009/01/aspnet-iis-tricks-using-gzip.html"&gt;IIS compression tips&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;CSS Sprites&lt;/strong&gt;&lt;br /&gt;
CSS Sprites are extremely useful for reducing the number of image requests (thus lowering http requests). Having your background images in one large image and using CSS for the background image and positions you can use a single image for many purposes. A List Apart has a great resource that goes into the &lt;a href="http://www.alistapart.com/articles/sprites"&gt;details of the HTML Markup and CSS&lt;/a&gt; that is necessary to make this dream a reality.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Much much more!&lt;/strong&gt;&lt;br /&gt;
There are a ton more ways of &lt;a href="http://developer.yahoo.com/performance/rules.html"&gt;improving site performance&lt;/a&gt; and reducing page load time to not only help your page crawl rate and pages crawled on your site, but also, increase the user experience. Some of the things I didn&amp;#8217;t even get to touch on like adding expires headers, reducing the number of DNS lookups, using a CDN (Content Delivery Network), etc. are all very important to reducing page load times. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Have you noticed similar things with page load times and pages crawled? How are you dealing with Site Speed concerns for both SEO and User Experience?&lt;/strong&gt;&lt;/p&gt;
&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=BfmBk_IWy_4:uJESqoqGtJM:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?i=BfmBk_IWy_4:uJESqoqGtJM:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=BfmBk_IWy_4:uJESqoqGtJM:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=BfmBk_IWy_4:uJESqoqGtJM:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=BfmBk_IWy_4:uJESqoqGtJM:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?i=BfmBk_IWy_4:uJESqoqGtJM:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=BfmBk_IWy_4:uJESqoqGtJM:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=BfmBk_IWy_4:uJESqoqGtJM:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?i=BfmBk_IWy_4:uJESqoqGtJM:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=BfmBk_IWy_4:uJESqoqGtJM:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?d=l6gmwiTKsz0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=BfmBk_IWy_4:uJESqoqGtJM:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</content>
		<link rel="replies" type="text/html" href="http://tonyadam.com/blog/575-site-speed-reducing-page-load-times-and-increasing-pages-crawled/#comments" thr:count="21" />
		<link rel="replies" type="application/atom+xml" href="http://tonyadam.com/blog/575-site-speed-reducing-page-load-times-and-increasing-pages-crawled/feed/atom/" thr:count="21" />
		<thr:total>21</thr:total>
	<feedburner:origLink>http://tonyadam.com/blog/575-site-speed-reducing-page-load-times-and-increasing-pages-crawled/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>Tony Adam</name>
						<uri>http://www.tonyadam.com/blog</uri>
					</author>
		<title type="html"><![CDATA[Creating Relationships vs. Selling and Closing: It&#8217;s all about Partnerships]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/tonyadam/~3/JzEIBEqb0CE/" />
		<id>http://tonyadam.com/blog/?p=560</id>
		<updated>2010-07-27T18:38:14Z</updated>
		<published>2010-07-27T18:00:21Z</published>
		<category scheme="http://tonyadam.com/blog" term="Networking" />		<summary type="html"><![CDATA[tweetmeme_source = 'tonyadam'; tweetmeme_service = 'bit.ly'; service_api = 'R_f7f2c28913d239b3557ad7fe8cc14568'; Share If you know anything at all about me, it&#8217;s likely that it&#8217;s this- I’m ALL about the relationships that I create. I&#8217;ll never blatantly walk up to someone and tell them they should be buying a product or service. It’s just not my style. Granted [...]]]></summary>
		<content type="html" xml:base="http://tonyadam.com/blog/560-creating-relationships-vs-selling-and-closing-its-all-about-partnerships/">&lt;div style="float: left; margin: -12px 12px 0pt 0pt;"&gt;
&lt;script type="text/javascript"&gt;
tweetmeme_source = 'tonyadam';
tweetmeme_service = 'bit.ly';
service_api = 'R_f7f2c28913d239b3557ad7fe8cc14568';
&lt;/script&gt;&lt;br /&gt;
&lt;script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"&gt;&lt;/script&gt;
&lt;/div&gt;
&lt;div style="margin: 5px 12px 0pt 0pt; float: left;"&gt;
&lt;a name="fb_share" type="box_count" href="http://www.facebook.com/sharer.php"&gt;Share&lt;/a&gt;&lt;script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"&gt;&lt;/script&gt;&lt;/div&gt;
&lt;p&gt;If you know anything at all about me, it&amp;#8217;s likely that it&amp;#8217;s this- I’m ALL about the relationships that I create. I&amp;#8217;ll never blatantly walk up to someone and tell them they should be buying a product or service. It’s just not my style. Granted I’ll shamelessly self-promote something, but that&amp;#8217;s typically just for the sake of shits and giggles.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://tonyadam.com/blog/blog/wp-content/uploads/relationshipsvssales.jpg" alt="Relationships vs. Sales" /&gt;&lt;/p&gt;
&lt;p&gt;For me, it’s never been and never will be about trying to win a client for the sake of numbers. It’s about creating an everlasting relationship that&amp;#8217;s going to benefit everyone. Now that doesn’t mean I can’t close deals or win clients over, I&amp;#8217;m just not direct and blatant about it. Again, I’m ALL about &lt;a href="http://tonyadam.com/blog/216-building-quality-relationships/"&gt;relationships&lt;/a&gt;. &lt;/p&gt;
&lt;h3&gt;Relationships are how I do business&lt;/h3&gt;
&lt;p&gt;For the first few years of my career, I worked for a small computer company and much of my time was dedicated to Client Services and Management. My boss was a total sales guy. He could close anything and everything. I swear, that guy could sell ice to Eskimos in Arctic if he wanted to. And the funny thing is, he would do it and get off on doing it! It wasn’t me though. I felt dirty every time I tried to make a deal happen that way. I closed a lot of deals and landed a lot of projects, but it wasn’t just about the win for me. It was more about one question and one question only: “Were my clients happy and satisfied?”&lt;/p&gt;
&lt;p&gt;Because this was my top priority, I spent a lot time that wasn’t billable talking to clients, visiting their offices unexpectedly, setting up lunch meetings, coffee, happy hours, etc. I didn’t care that I wasn’t billing and making my commission on the deal. I didn&amp;#8217;t care that I was spending my own money (I’ll talk about this a bit more in a minute). I did this because I knew that building an everlasting relationship creates a much stronger bond than a few dollars on a small deal. I did it because I am a very sincere person that cares about people and relationships.&lt;/p&gt;
&lt;p&gt;Again, for me it wasn’t about the quick buck or closing a sales deal. It was about building relationships with clients and ensuring satisfaction. I had my proposals out there for these clients, but we never talked about them initially. That was never the intent.  The intent was creating a bond and looking at the situation as a partnership.&lt;/p&gt;
&lt;p&gt;So I did this for many years. I talked to clients regularly, bought them lunch on my way to their office, coffee, etc. I did a great job at this and increased consulting revenue by 5x in under a year, turning a 2 person team into almost half a million in profits. Yes, I said PROFITS. Now to some of you that might not be a big deal, but to a couple of 21 yr. olds it was pretty damn rewarding.&lt;/p&gt;
&lt;p&gt;Something that bothers me until this very day though is that I didn’t learn how to KEEP a relationship going after that. I never kept in touch with any of those clients after I stopped working with them. There was no LinkedIn and MySpace wasn’t really a good place for “business networking&amp;#8221;. The point is, I made some good contacts and dropped the ball. I’ve learned not to do that anymore, and now more than ever I understand the importance of staying in touch with the people that I meet, be it at any level or situation.&lt;/p&gt;
&lt;p&gt;These days I regularly send out emails, Facebook messages, LinkedIn messages, etc. to keep in touch with the people I meet and work with. I set up time to catch up over drinks, coffee, lunch, etc. to see how people are doing. I do this because I want to make sure there is always an open line of communication with the people I&amp;#8217;m connected to. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Remember, it&amp;#8217;s not about the number of contacts you have, it&amp;#8217;s the relationships you create.&lt;/strong&gt;&lt;/p&gt;
&lt;h3&gt;Creating relationships has an opportunity cost&lt;/h3&gt;
&lt;p&gt;What most people don’t realize when it comes to sales and business development is that the latter is about partnering to create a relationship. To this day, I always tell my clients or people that I&amp;#8217;m working with that I&amp;#8217;m looking to create a partnership and become an extension of their business. This holds true in everything that I do. I want the client and/or person to feel like I’ve become an extension of their business, their family, their way of life…and that I&amp;#8217;m not just some guy that came in, made a quick buck or fixed a situation and moved on. That doesn’t live on forever. A genuine relationship, however, is everlasting.&lt;/p&gt;
&lt;p&gt;Another thing that a lot of people don’t realize is that nothing comes for free, not even a relationship. When you&amp;#8217;re trying to reach individuals and trying to identify &lt;a href="http://tonyadam.com/blog/518-find-and-close-business-development-opportunities/"&gt;business development opportunities&lt;/a&gt;, you&amp;#8217;re going to have to invest one of two things: &lt;strong&gt;Time or Money&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I do a lot of things for free. I’ve spent many a lunch time offering free SEO services and/or allowing people to pick my brain regarding online marketing. Even as recently as BlueGlass LA, my intent was NEVER to make a penny off of the conference. And I didn’t. I never asked for a single dollar and never took one. I buy people lunch, I take people to dinners, I buy drinks for our team at work during a happy hour&amp;#8230;all because I want to create relationships with everyone I meet. I never get reimbursed for this and I never want to. It’s more personal to me that way and is much more rewarding.&lt;/p&gt;
&lt;p&gt;Neil Patel talks about this in his &lt;a href="http://www.quicksprout.com/2009/09/16/beginners-guide-to-attending-conferences/"&gt;Beginner&amp;#8217;s Guide to Attending Conferences&lt;/a&gt;, mentioning that taking people out to dinner is a good way to create a one-on-one connection. I love doing this, and I replicate this on an even broader scale by finding a few key people I want to meet and connect with and buying the group dinner. &lt;/p&gt;
&lt;p&gt;The reason I do this is that I know connecting with people and creating that relationship can lead to future business opportunities. This almost always proves to be very beneficial in the long run. I totally believe that if you do something good for others you will get taken care of somewhere down the road. Maybe not immediately, but at some point in your career. And it’s important to always have that long-term outlook.&lt;/p&gt;
&lt;h3&gt;Relationships are more beneficial&lt;/h3&gt;
&lt;p&gt;THIS is the moral of this story: Pitching a sales deal will end up working and I can close a deal with the best of them. But treating people with respect, like a human being, like a partner, is more important and beneficial. Creating a relationship is always going to pay off ten fold, both professionally and personally.&lt;/p&gt;
&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=JzEIBEqb0CE:C_jEFcxKk64:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?i=JzEIBEqb0CE:C_jEFcxKk64:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=JzEIBEqb0CE:C_jEFcxKk64:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=JzEIBEqb0CE:C_jEFcxKk64:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=JzEIBEqb0CE:C_jEFcxKk64:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?i=JzEIBEqb0CE:C_jEFcxKk64:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=JzEIBEqb0CE:C_jEFcxKk64:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=JzEIBEqb0CE:C_jEFcxKk64:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?i=JzEIBEqb0CE:C_jEFcxKk64:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=JzEIBEqb0CE:C_jEFcxKk64:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?d=l6gmwiTKsz0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=JzEIBEqb0CE:C_jEFcxKk64:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</content>
		<link rel="replies" type="text/html" href="http://tonyadam.com/blog/560-creating-relationships-vs-selling-and-closing-its-all-about-partnerships/#comments" thr:count="8" />
		<link rel="replies" type="application/atom+xml" href="http://tonyadam.com/blog/560-creating-relationships-vs-selling-and-closing-its-all-about-partnerships/feed/atom/" thr:count="8" />
		<thr:total>8</thr:total>
	<feedburner:origLink>http://tonyadam.com/blog/560-creating-relationships-vs-selling-and-closing-its-all-about-partnerships/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>Tony Adam</name>
						<uri>http://www.tonyadam.com/blog</uri>
					</author>
		<title type="html"><![CDATA[Job Hopping: A resume doesn&#8217;t tell the whole story]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/tonyadam/~3/lrG-7BUt4c8/" />
		<id>http://tonyadam.com/blog/?p=540</id>
		<updated>2010-04-25T19:38:38Z</updated>
		<published>2010-04-25T19:38:38Z</published>
		<category scheme="http://tonyadam.com/blog" term="Career" /><category scheme="http://tonyadam.com/blog" term="job hopper" /><category scheme="http://tonyadam.com/blog" term="resume" />		<summary type="html"><![CDATA[I&#8217;ll start by saying this, I agree with Mark Suster&#8217;s points to never hire job hoppers, but, sometimes there is more to a story than a resume holds. And, according to Jason Calacanis, I might be a Gen Y Trophy Kid, but, in my opinion, there is more to it than meets the eye in [...]]]></summary>
		<content type="html" xml:base="http://tonyadam.com/blog/540-job-hopping-a-resume-doesnt-tell-the-whole-story/">&lt;p&gt;I&amp;#8217;ll start by saying this, I agree with Mark Suster&amp;#8217;s points to &lt;a href="http://www.bothsidesofthetable.com/2010/04/22/never-hire-job-hoppers-never-they-make-terrible-employees/" target="_blank"&gt;never hire job hoppers&lt;/a&gt;, but, sometimes there is more to a story than a resume holds. And, according to Jason Calacanis, I might be a &lt;a href="http://twitter.com/Jason/status/12621363849" target="_blank"&gt;Gen Y Trophy Kid&lt;/a&gt;, but, in my opinion, there is more to it than meets the eye in some cases. My thoughts and opinions are those of my own and I will always stand behind them, but I do apologize in advance if this post offends anyone or is in fact unhappy with the stance.&lt;/p&gt;
&lt;h3&gt;Hopping: Sometimes, there are good reasons&lt;/h3&gt;
&lt;p&gt;I&amp;#8217;ve had a few jobs in my career, actually, I&amp;#8217;ve had a few more jobs than I would say that I actually would have liked to have. The first company I worked at when I was real young, I was there for almost 5 years, learned a lot, earned a lot, and needed a new challenge. To be quite honest, I had to leave that company because I hit a ceiling and wanted to pursue bigger and better things. I needed to take a risk and I was young and not many jobs were being waved at a 23 year old from a small tech school with 5 years experience in technology consulting and leading sales and marketing. So, I joined one organization, that started to tank and another that inevitably was not the right fight.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Just as employers don&amp;#8217;t see certain individuals as the right fit after a couple months, I&amp;#8217;ve been on the flip side where I&amp;#8217;ve noticed that it was no where near the right opportunity for me and called it a day. It goes both ways.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;At a Dealmaker Media event recently about hiring, that sentiment echoed loud and clear: If someone isn&amp;#8217;t working out, it&amp;#8217;s time to let that person go and move on, rather than trying to make it work, because it never does.&lt;/p&gt;
&lt;p&gt;I completely agree with that, if it&amp;#8217;s not working out, let that person go, otherwise, you would be wasting time trying to make a bad situation work, and it NEVER does. I&amp;#8217;ve been in that situation before and had to let people go. But, I think the one thing that we have to recognize is that it has to go both ways, employers have to be loyal to an extent and employees really need to stop hopping from jobs.&lt;/p&gt;
&lt;p&gt;We&amp;#8217;ve seen companies like Yahoo!, Microsoft, etc. lay off hundreds, if not thousands of workers at a time. During times like those, and watching departments get phased out, it is hard to sit there and think that you are not going to be the next one. This is especially true when see more than 10 people (or 50%) on a team cut, or even worse, everyone sitting around you get cut. It is a very depressing and lonely feeling that does not help morale when you are sitting in a cubicle farm with no one around, feeling like you are the only one on an island. It is the killer of all momentum and I&amp;#8217;ve heard and watched people become complacent because of it.&lt;/p&gt;
&lt;p&gt;I&amp;#8217;m not saying either side is right or wrong during a layoff, but rather, my point is that employees now at days don&amp;#8217;t feel as loyal to larger and &amp;#8220;safe&amp;#8221; organization. Especially those that are hungry and want to make an impact, it is draining and the killer of career momentum.&lt;/p&gt;
&lt;h3&gt;Looking to the future: Foresight is crucial&lt;/h3&gt;
&lt;p&gt;Having foresight is important, it is what helps people find business, job, and investment opportunities. It is what makes many of the Silicon Valley elite who they are and as successful as they are. Which is why it is unbelievably important to know when it is time to join and when it is time to leave a company.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Foresight can be clouded though when money is thrown at you and/or the opportunity of being part of a startup that sells. &lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;It is important to know when to join a company, look to your mentors for advice, and important to see past the $$$. And yes, we all make mistakes and bad decisions sometimes, but, it&amp;#8217;s important to learn from them.&lt;/p&gt;
&lt;p&gt;Aside from that though, it is important to know when a job has reached a ceiling for you and there is no movement, no learning, no progression and no way to advance, at that point, there are no options BUT to pursue another opportunity. Sure, you could attempt to move around in a large organization like a Yahoo! or PayPal, I did it with PayPal. But, at the end of the day, you&amp;#8217;re not taking leaps, your not making jumps, you&amp;#8217;re taking baby steps horizontally.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;When you stop learning and when you stop growing as an individual and professional, it is time to go, bottom line. Otherwise, you are caught being complacent for multiple years with nothing to show.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Being complacent and comfortable is what kills many people from actually making major career moves. I&amp;#8217;ve talked to many former colleagues that were laser locked on the fact that they had a stable job of 3-4 years, only to get lost in the mix, be cut during a round of layoffs or be looked past during a promotion. The end up being left laid off or quitting after some time with a proprietary skill set and/or lack of knowledge of new technology, leaving them in a dead end.&lt;/p&gt;
&lt;h3&gt;Staying Power: I get it.&lt;/h3&gt;
&lt;p&gt;The one thing that I completely get and understand is the thought of staying power. I will end it on this because it is something that I feel is extremely important. There are many reasons to leave an organization. I&amp;#8217;ve mentioned them all above. I have left organization for fear of losing a job and being left with nothing and left because I was at my ceiling. But, what I have never done, is leave an organization for the sole reason that I was going to make more money. I&amp;#8217;ve taken 2 pay cuts in my career because of my thirst for knowledge and I would take another in the distant future for a great opportunity of a startup of my own. But, it is important not to make dollars the only decision to moving on to a new opportunity, because that is where you get caught job hopping too much to make a quick buck. It is not a long term strategy. Leaving a job for a better opportunity to learn more, obtain more visibility, and long term career growth is understandable, and, if you are going to get a big salary jump doing so, more power to you. But, don&amp;#8217;t make that your soul reason, ever.&lt;/p&gt;
&lt;p&gt;When you are young and talented, jobs come at you constantly. Recruiters constantly hound you, startups want your talent, and people can sense a hunger for growth. Bigger companies will throw tons of money at talented individuals to fill gaps and even help lead teams. The important thing is not to let this blur your long term vision and hurt your career growth. Think about 10 years down the line or even 20 and how that opportunity will play a roll in your overall career.&lt;/p&gt;
&lt;h3&gt;The Story: A Resume can&amp;#8217;t speak to you&lt;/h3&gt;
&lt;p&gt;There are definitely situations where recommendations are taken into account and track record. Many times the personal story is already known by the hiring manager or startup CEO. But, I can tell you that there are definitely a few diamonds in the rough when it comes to talented individuals who have changed a few jobs before the age of thirty, or even after. If your gut says no, then stick to it. But, it might be worth a phone screen sometimes, you might learn something you didn&amp;#8217;t know. Or better yet, find something unexpected out in a story that a resume just doesn&amp;#8217;t tell.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Please follow me on &lt;a href="http://twitter.com/tonyadam" target="_self"&gt;twitter&lt;/a&gt; to keep the conversation going.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What do you think about job hoppers? What is your story with hiring a job hopper or being one? I&amp;#8217;d love to hear your thoughts!&lt;/strong&gt;&lt;/p&gt;
&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=lrG-7BUt4c8:zwvk70D1aTo:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?i=lrG-7BUt4c8:zwvk70D1aTo:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=lrG-7BUt4c8:zwvk70D1aTo:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=lrG-7BUt4c8:zwvk70D1aTo:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=lrG-7BUt4c8:zwvk70D1aTo:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?i=lrG-7BUt4c8:zwvk70D1aTo:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=lrG-7BUt4c8:zwvk70D1aTo:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=lrG-7BUt4c8:zwvk70D1aTo:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?i=lrG-7BUt4c8:zwvk70D1aTo:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=lrG-7BUt4c8:zwvk70D1aTo:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?d=l6gmwiTKsz0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=lrG-7BUt4c8:zwvk70D1aTo:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</content>
		<link rel="replies" type="text/html" href="http://tonyadam.com/blog/540-job-hopping-a-resume-doesnt-tell-the-whole-story/#comments" thr:count="9" />
		<link rel="replies" type="application/atom+xml" href="http://tonyadam.com/blog/540-job-hopping-a-resume-doesnt-tell-the-whole-story/feed/atom/" thr:count="9" />
		<thr:total>9</thr:total>
	<feedburner:origLink>http://tonyadam.com/blog/540-job-hopping-a-resume-doesnt-tell-the-whole-story/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>Tony Adam</name>
						<uri>http://www.tonyadam.com/blog</uri>
					</author>
		<title type="html"><![CDATA[Setting goals and executing with social media marketing]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/tonyadam/~3/kpaT3SxVwek/" />
		<id>http://tonyadam.com/blog/?p=529</id>
		<updated>2010-03-21T20:27:56Z</updated>
		<published>2010-03-22T15:27:33Z</published>
		<category scheme="http://tonyadam.com/blog" term="Social Media" /><category scheme="http://tonyadam.com/blog" term="goals" /><category scheme="http://tonyadam.com/blog" term="social media marketing" /><category scheme="http://tonyadam.com/blog" term="sxsw" />		<summary type="html"><![CDATA[While at SXSW, Chris Winfield and I had our presentation on &#8220;Social media marketing for your business.&#8221; My biggest focus for the presentation was to help people realize the power of creating a plan, setting goals, and executing them. Overall, creating a marketing plan or strategy should not just involve trying to get some traffic [...]]]></summary>
		<content type="html" xml:base="http://tonyadam.com/blog/529-setting-goals-and-executing-with-social-media-marketing/">&lt;p&gt;While at SXSW, &lt;a href="http://10e20.com"&gt;Chris Winfield&lt;/a&gt; and I had our presentation on &amp;#8220;Social media marketing for your business.&amp;#8221; My biggest focus for the presentation was to help people realize the power of creating a plan, setting goals, and executing them. Overall, creating a marketing plan or strategy should not just involve trying to get some traffic or a few links.  There needs to be an end result that helps the business bottom line, like getting new users.&lt;/p&gt;
&lt;p&gt;I covered a lot of examples of how to create online visibility in social media and ROI goals. An example of this is using niche social media sites to reach bloggers and journalists. Even though the session was meant to look beyond Facebook and Twitter, I couldn&amp;#8217;t ignore the increases in branding and engagement that I&amp;#8217;ve seen. Overall though, creating a campaign, setting goals and executing on them has been the most valuable. &lt;/p&gt;
&lt;p&gt;Enough of my rambling, here is the presentation:&lt;/p&gt;
&lt;p&gt;&lt;object id="_ds_29028997" name="_ds_29028997" width="550" height="500" type="application/x-shockwave-flash" data="http://viewer.docstoc.com/"&gt;&lt;param name="FlashVars" value="doc_id=29028997&amp;#038;mem_id=553688&amp;#038;doc_type=ppt&amp;#038;fullscreen=0&amp;#038;allowdownload=1" /&gt;&lt;param name="movie" value="http://viewer.docstoc.com/"/&gt;&lt;param name="allowScriptAccess" value="always" /&gt;&lt;param name="allowFullScreen" value="true" /&gt;&lt;/object&gt;&lt;br /&gt;&lt;font size="1"&gt;&lt;a href="http://www.docstoc.com/docs/29028997/Social-Media-Marketing-for-your-Business"&gt;Social Media Marketing for your Business&lt;/a&gt;&lt;/font&gt;&lt;/p&gt;
&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=kpaT3SxVwek:Uc4oY6eI6uQ:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?i=kpaT3SxVwek:Uc4oY6eI6uQ:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=kpaT3SxVwek:Uc4oY6eI6uQ:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=kpaT3SxVwek:Uc4oY6eI6uQ:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=kpaT3SxVwek:Uc4oY6eI6uQ:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?i=kpaT3SxVwek:Uc4oY6eI6uQ:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=kpaT3SxVwek:Uc4oY6eI6uQ:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=kpaT3SxVwek:Uc4oY6eI6uQ:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?i=kpaT3SxVwek:Uc4oY6eI6uQ:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=kpaT3SxVwek:Uc4oY6eI6uQ:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?d=l6gmwiTKsz0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=kpaT3SxVwek:Uc4oY6eI6uQ:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</content>
		<link rel="replies" type="text/html" href="http://tonyadam.com/blog/529-setting-goals-and-executing-with-social-media-marketing/#comments" thr:count="1" />
		<link rel="replies" type="application/atom+xml" href="http://tonyadam.com/blog/529-setting-goals-and-executing-with-social-media-marketing/feed/atom/" thr:count="1" />
		<thr:total>1</thr:total>
	<feedburner:origLink>http://tonyadam.com/blog/529-setting-goals-and-executing-with-social-media-marketing/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>Tony Adam</name>
						<uri>http://www.tonyadam.com/blog</uri>
					</author>
		<title type="html"><![CDATA[Business Development Opportunities: Find and Close Them]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/tonyadam/~3/8WrOlDra1Ac/" />
		<id>http://tonyadam.com/blog/?p=518</id>
		<updated>2010-07-28T07:06:16Z</updated>
		<published>2010-03-17T17:10:37Z</published>
		<category scheme="http://tonyadam.com/blog" term="Internet Marketing" /><category scheme="http://tonyadam.com/blog" term="business development" /><category scheme="http://tonyadam.com/blog" term="sales" />		<summary type="html"><![CDATA[Having spent a lot of my career doing a lot more than just SEO, I&#8217;ve had to wear many different hats. One of my favorite hats to wear is actually the Business Development one. I&#8217;m total people person and I love the sales process. The feeling of closing a deal to me is almost as [...]]]></summary>
		<content type="html" xml:base="http://tonyadam.com/blog/518-find-and-close-business-development-opportunities/">&lt;div style="margin: 20px 12px 0 0; float: left;"&gt;
&lt;a name="fb_share" type="box_count" share_url="http://tonyadam.com/blog/518-find-and-close-business-development-opportunities/"&gt;&lt;/a&gt;&lt;br /&gt;
&lt;script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"&gt;&lt;/script&gt;
&lt;/div&gt;
&lt;p&gt;Having spent a lot of my career doing a lot more than just SEO, I&amp;#8217;ve had to wear many different hats. One of my favorite hats to wear is actually the Business Development one. I&amp;#8217;m total people person and I love the sales process. The feeling of closing a deal to me is almost as good as sex. (Sorry, I had to set the bar high).&lt;/p&gt;
&lt;p&gt;So, rather than actually sitting here and writing another useless &amp;#8220;SEO Tips&amp;#8221; type post, I wanted to give to put together something a little more business focused, so I came up with the idea that I would write about how I &lt;strong&gt;find and close biz dev opportunities. &lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href="http://tonyadam.com/blog/blog/wp-content/uploads/bizdevopportunities.gif"&gt;&lt;img class="alignnone size-full wp-image-522" title="Business Development" src="http://tonyadam.com/blog/blog/wp-content/uploads/bizdevopportunities.gif" alt="Business Development" width="525" height="219" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/strong&gt;&lt;br /&gt;
&lt;span id="more-518"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;The Analysis:&lt;/h2&gt;
&lt;p&gt;The first thing that you need to do with any sales, marketing, and partnership funnel is analysis. Start looking at the competition and look at other products or services in your vertical that offer complimentary services.&lt;/p&gt;
&lt;p&gt;Some good competitive questions to ask:  Who are your competitors and whom are they partnering ? Are they guest blogging? Are they swapping links? Do they have an open source platform, affiliate program, or API that you could build and offer to their partners?&lt;/p&gt;
&lt;p&gt;Then, think through all the sites that offer complimentary services. If you are in the personal finance space, it might be smart to partner with sites that offer coupons or discounts to shoppers. You could then partner with each on exchanging widgets, guest blogging, or other product and services offerings.&lt;/p&gt;
&lt;p&gt;At the end of the day, I look for sites and opportunities with larger audiences or more traffic, and try to find a &lt;strong&gt;mutually beneficial&lt;/strong&gt; partnership.&lt;/p&gt;
&lt;h2&gt;The Connections:&lt;/h2&gt;
&lt;p&gt;Now that you know who the companies are, it&amp;#8217;s time to find out who you need to talk to at those companies. Find your connection and or &amp;#8220;in&amp;#8221; at the company. Who do you know there? Who do you know that knows someone? etc.&lt;/p&gt;
&lt;p&gt;It&amp;#8217;s important to note that a lot of the time, this is the hardest part of the entire process. A lot of times you will run into situations where you think you are talking to the right person and it&amp;#8217;s literally a dead end.&lt;/p&gt;
&lt;p&gt;I&amp;#8217;m a huge fan of checking out LinkedIn right away when I am looking for connections, because you can trim through a lot of fat, so-to-speak. Starting looking through your Social Graph to find people as well, or, just do some searches in Google to find people. It&amp;#8217;s pretty likely within the technology and internet marketing world that somehow, someway, you are only 1 or 2 degrees of separation away from that person.&lt;/p&gt;
&lt;h2&gt;Planning, Position, and Conversation:&lt;/h2&gt;
&lt;p&gt;At this point, you should have an idea of the company and the players involved. Now it&amp;#8217;s time to start thinking of what the partnership would look like in the perfect world for you. That doesn&amp;#8217;t mean that you are going to reach out to someone and flat out propose something right away. But, rather, you want to figure out what it is that you want to gain, what your value proposition is and be ready to present that at a moment’s notice.&lt;/p&gt;
&lt;p&gt;Start by having a conversation with someone and get to know their goals. Ask them what their biggest pain points are? What they are trying to achieve? Are they partnering with others? Take notes, mental or physical, but remember what it is they are driving for.&lt;/p&gt;
&lt;p&gt;At this point, let’s be honest, this is going to be straight up salesmanship on your part. You need to positioning yourself and how you deliver value to their organization, if at all. If you don&amp;#8217;t, you better be a killer salesman who gets what you want. Inspire the person you are talking to by making them believe the value you deliver is imperative to their business&lt;/p&gt;
&lt;h2&gt;Salesmanship:&lt;/h2&gt;
&lt;p&gt;I use to have a boss that would always tell me this quote about sales, closing deals, and finding a pain point:&lt;br /&gt;
&amp;#8220;Sales is all about finding the pain of a customer or partner. Prostitutes have really figured it out, they know the male pain point &amp;#8212; getting laid &amp;#8212; so you need to dig deep and find theirs.&amp;#8221;&lt;/p&gt;
&lt;p&gt;At Twistup 7, I was able to witness Dave McClure give his &lt;a href="http://www.slideshare.net/dmc500hats/startup-metrics-for-pirates-sf-jan-2010" target="_blank"&gt;Startup Metrics for Pirates&lt;/a&gt; presentation. During the session Dave had one side of the crowd screaming &amp;#8220;FUCK&amp;#8221; and the other side &amp;#8220;KILL&amp;#8221;. The point was to get everyone to realize that it&amp;#8217;s all about those two senses that drive our nature &amp;#8211;  the need to kill for sustenance and the sexual nature of human being, for procreation or not.&lt;/p&gt;
&lt;p&gt;As marketers, when marketing products, services, etc., it&amp;#8217;s important to remember to tap into that in order to get people to convert. But, as a salesman, remember that people have a needs that must be fulfilled. Finding that pain point early during your analysis or planning will set you up for success as you try to close the deal.&lt;/p&gt;
&lt;p&gt;Find out what that pain point is and exploit it with further analysis and conversations. Show them competitive concerns, product and/or content issues, etc. Comfort them with validation points of current/former clients, partnerships, and/or re-affirm the value addition.&lt;/p&gt;
&lt;h2&gt;Keep conversations going:&lt;/h2&gt;
&lt;p&gt;There are obviously going to be issues that come up that will either kill or delay deals. During delays, just be patient, many Fortune 500 companies have vendor and partner processes that are required. But, remember to continue to push the envelope and conversations moving forward. Having an open communication channel and forum for discussion will make sure not to kill the deal, but rather, to possibly come to a mutually beneficial agreement that works.&lt;/p&gt;
&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=8WrOlDra1Ac:xXSduXtJ8BU:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?i=8WrOlDra1Ac:xXSduXtJ8BU:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=8WrOlDra1Ac:xXSduXtJ8BU:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=8WrOlDra1Ac:xXSduXtJ8BU:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=8WrOlDra1Ac:xXSduXtJ8BU:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?i=8WrOlDra1Ac:xXSduXtJ8BU:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=8WrOlDra1Ac:xXSduXtJ8BU:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=8WrOlDra1Ac:xXSduXtJ8BU:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?i=8WrOlDra1Ac:xXSduXtJ8BU:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=8WrOlDra1Ac:xXSduXtJ8BU:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?d=l6gmwiTKsz0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=8WrOlDra1Ac:xXSduXtJ8BU:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</content>
		<link rel="replies" type="text/html" href="http://tonyadam.com/blog/518-find-and-close-business-development-opportunities/#comments" thr:count="3" />
		<link rel="replies" type="application/atom+xml" href="http://tonyadam.com/blog/518-find-and-close-business-development-opportunities/feed/atom/" thr:count="3" />
		<thr:total>3</thr:total>
	<feedburner:origLink>http://tonyadam.com/blog/518-find-and-close-business-development-opportunities/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>Tony Adam</name>
						<uri>http://www.tonyadam.com/blog</uri>
					</author>
		<title type="html"><![CDATA[Moving back to Los Angeles for MySpace!]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/tonyadam/~3/Q2t85dhqVF0/" />
		<id>http://tonyadam.com/blog/?p=505</id>
		<updated>2010-03-12T16:26:05Z</updated>
		<published>2010-03-12T16:23:37Z</published>
		<category scheme="http://tonyadam.com/blog" term="Personal" />		<summary type="html"><![CDATA[For the last couple weeks, I&#8217;ve been tweeting a ton about &#8220;big decisions&#8221; that are on the horizon. The truth is I came to a major cross roads career wise and geographically. I had to evaluate where I was going and what I was doing career wise, but, also had to look at personal happiness. [...]]]></summary>
		<content type="html" xml:base="http://tonyadam.com/blog/505-moving-back-to-los-angeles-for-myspace/">&lt;p&gt;For the last couple weeks, I&amp;#8217;ve been tweeting a ton about &amp;#8220;big decisions&amp;#8221; that are on the horizon. The truth is I came to a major cross roads career wise and geographically. I had to evaluate where I was going and what I was doing career wise, but, also had to look at personal happiness. With that, came the decision to leave BillShrink to join MySpace.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://tonyadam.com/blog/blog/wp-content/uploads/myspace-logo-200.jpg"&gt;&lt;img class="alignnone size-full wp-image-510" title="myspace logo" src="http://tonyadam.com/blog/blog/wp-content/uploads/myspace-logo-200.jpg" alt="myspace logo" width="200" height="100" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h4&gt;Why leave BillShrink?&lt;/h4&gt;
&lt;p&gt;First, why am I leaving BillShrink even though they are one of the hottest startups I know? I joined because I was dying for an opportunity to really help impact the growth of a business. Of course, there were challenges (nothing is all cupcakes, sunshine, and rainbows, contrary to popular belief), which led to a post on&lt;a href="http://searchengineland.com/got-resource-constraints-7-tips-to-keep-you-off-the-ledge-37040" target="_blank"&gt; Inhouse SEO Resource Constraints&lt;/a&gt;.  But, the biggest driver of me leaving BillShrink was that I miss Los Angeles and the technology ecosystem way more than any other city.&lt;/p&gt;
&lt;p&gt;I have had the ability to truly impact the BillShrink business from a marketing standpoint in regards to SEO, Social Media, and content. More importantly, I had the opportunity to meet and work with some amazingly talented people. BillShrink truly is one of the coolest technology products I have seen in some time.&lt;/p&gt;
&lt;h4&gt;MySpace?!?!&lt;/h4&gt;
&lt;p&gt;Some of you have already asked the question (in your head or even out loud): &amp;#8220;Why MySpace?!&amp;#8221; I thought long and hard about building out my Internet Marketing and Incubation consulting practice of &lt;a href="http://visiblefactors.com"&gt;Visible Factors&lt;/a&gt;. But, at the end of the day, the best opportunity was one that I was excited about 6 months ago when I first started talking to MySpace and still am to this day.&lt;/p&gt;
&lt;p&gt;There are many people I truly respect,  former colleagues, and friends that I&amp;#8217;ll be able to work with at MySpace. And, I am excited to have an opportunity be a part of the rejuvenation of the brand, confident about where things are going, and hope to make a massive impact on  their business. The post about their &lt;a href="http://www.usatoday.com/tech/techinvestor/corporatenews/2010-03-10-myspace10_CV_N.htm" target="_blank"&gt;youthful reincarnation&lt;/a&gt; in USA today with Mike Jones and Jason Hirschhorn talking about the company, only solidified to me that this was the right move with the right leadership.&lt;/p&gt;
&lt;p&gt;Finally, I am VERY excited to be back in Los Angeles and a part of the Technology ecosystem that I grew up with and came to truly love while I was working at Yahoo!. I&amp;#8217;m also very excited to get more time to writing (both marketing/technology and creative) and working on interesting projects that I have been putting off.&lt;/p&gt;
&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=Q2t85dhqVF0:Jzpf300sMP0:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?i=Q2t85dhqVF0:Jzpf300sMP0:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=Q2t85dhqVF0:Jzpf300sMP0:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=Q2t85dhqVF0:Jzpf300sMP0:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=Q2t85dhqVF0:Jzpf300sMP0:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?i=Q2t85dhqVF0:Jzpf300sMP0:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=Q2t85dhqVF0:Jzpf300sMP0:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=Q2t85dhqVF0:Jzpf300sMP0:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?i=Q2t85dhqVF0:Jzpf300sMP0:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=Q2t85dhqVF0:Jzpf300sMP0:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?d=l6gmwiTKsz0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=Q2t85dhqVF0:Jzpf300sMP0:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</content>
		<link rel="replies" type="text/html" href="http://tonyadam.com/blog/505-moving-back-to-los-angeles-for-myspace/#comments" thr:count="18" />
		<link rel="replies" type="application/atom+xml" href="http://tonyadam.com/blog/505-moving-back-to-los-angeles-for-myspace/feed/atom/" thr:count="18" />
		<thr:total>18</thr:total>
	<feedburner:origLink>http://tonyadam.com/blog/505-moving-back-to-los-angeles-for-myspace/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>Tony Adam</name>
						<uri>http://www.tonyadam.com/blog</uri>
					</author>
		<title type="html"><![CDATA[Are Google&#8217;s real time and latest results REALLY based on relevance?]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/tonyadam/~3/XYcwL0lEsxY/" />
		<id>http://tonyadam.com/blog/?p=496</id>
		<updated>2010-02-03T03:20:31Z</updated>
		<published>2010-02-03T03:20:31Z</published>
		<category scheme="http://tonyadam.com/blog" term="SEO" /><category scheme="http://tonyadam.com/blog" term="google" /><category scheme="http://tonyadam.com/blog" term="real-time" /><category scheme="http://tonyadam.com/blog" term="spam" /><category scheme="http://tonyadam.com/blog" term="Twitter" />		<summary type="html"><![CDATA[I&#8217;ve had a few colleagues and friends lately ask me about Google&#8217;s real time search results since they launched real time search about two months ago. To some of you, this might be an obvious post, as Rae from Outspoken Media pointed out with her post about Google enabling real time spam. I was then [...]]]></summary>
		<content type="html" xml:base="http://tonyadam.com/blog/496-googles-real-time-latest-results-relevance/">&lt;p&gt;I&amp;#8217;ve had a few colleagues and friends lately ask me about Google&amp;#8217;s real time search results since they &lt;a href="http://searchengineland.com/google-launches-real-time-search-31355" target="_blank"&gt;launched real time search&lt;/a&gt; about two months ago. To some of you, this might be an obvious post, as Rae from Outspoken Media pointed out with her post about &lt;a href="http://outspokenmedia.com/seo/google-real-time-spam/" target="_blank"&gt;Google enabling real time spam&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I was then alerted by a friend that apparently Google is filtering people based on relevance and followers and all that jazz. He pointed to an article talking about &lt;a href="http://blog.leadcritic.com/featured/how-google-ranks-tweets-revealed" target="_blank"&gt;how Google ranks tweets&lt;/a&gt;. Which the author talks about hashtags, followers, relevance and all that jazz to get you to think that the real time results are actually influenced by these attributes in search.&lt;/p&gt;
&lt;p&gt;Being the investigative person that I am, I decided that I needed to see this for myself and figured that American Idol would be something that is somewhat trending, it would be the right opportunity to test out the real time spam that Google enabled.&lt;/p&gt;
&lt;p&gt;First, I did a search for American Idol and noticed some real time results. So, it was time for me to tweet away and see if I could get some results in there. Now, remember, I NEVER talk about Idol, I could care less about American Idol, and honestly, I know I&amp;#8217;m entirely irrelevant to idol, but then I saw this rank:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://tonyadam.com/blog/blog/wp-content/uploads/firsttweet.png"&gt;&lt;img class="aligncenter size-full wp-image-498" title="firsttweet" src="http://tonyadam.com/blog/blog/wp-content/uploads/firsttweet.png" alt="" width="550" height="179" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;So that was just a test&amp;#8230;now some of you might say, well, that was because it was just talking about American Idol and only relevant to American Idol. Fine, I thought through that and figured it might be interesting to see what would happen if I posted a link to the Kindle in Amazon to see if you could spam affiliate offers via the real time results:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://tonyadam.com/blog/blog/wp-content/uploads/americanidolspam.png"&gt;&lt;img class="aligncenter size-full wp-image-499" title="americanidolspam" src="http://tonyadam.com/blog/blog/wp-content/uploads/americanidolspam.png" alt="" width="550" height="185" /&gt;&lt;/a&gt;Done deal! Granted, I didn&amp;#8217;t get any clicks from Google to that  link, but it just goes to show that you can pretty much game the real time results fairly easily at this point. The more people look at those results and the more intertwined they become to the search experience, the more you could figure out ways to game it.&lt;/p&gt;
&lt;p&gt;I could essentially create bots via twitter or hire overseas labor extremely cheap to go out there and just tweet all day with a bunch of affiliate links to trending topics and such with real time and maybe get some VERY minimal to no results. Then again, it makes me wonder if/when people will start clicking on those results that are relevant to the original searcher intent of their query? At that point, you&amp;#8217;ve opened a flood gate of people that could do what I just mentioned above.&lt;/p&gt;
&lt;p&gt;Just something to think about. Again, like I said, for some of us, this is pretty obvious stuff, but, thought it would just be interesting to run the analysis and post about it.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What are your thoughts about real time search results? Do you think they will be gamed and spammed more and more?&lt;/strong&gt;&lt;/p&gt;
&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=XYcwL0lEsxY:qysaTqfyaqg:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?i=XYcwL0lEsxY:qysaTqfyaqg:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=XYcwL0lEsxY:qysaTqfyaqg:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=XYcwL0lEsxY:qysaTqfyaqg:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=XYcwL0lEsxY:qysaTqfyaqg:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?i=XYcwL0lEsxY:qysaTqfyaqg:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=XYcwL0lEsxY:qysaTqfyaqg:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=XYcwL0lEsxY:qysaTqfyaqg:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?i=XYcwL0lEsxY:qysaTqfyaqg:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=XYcwL0lEsxY:qysaTqfyaqg:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?d=l6gmwiTKsz0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=XYcwL0lEsxY:qysaTqfyaqg:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</content>
		<link rel="replies" type="text/html" href="http://tonyadam.com/blog/496-googles-real-time-latest-results-relevance/#comments" thr:count="2" />
		<link rel="replies" type="application/atom+xml" href="http://tonyadam.com/blog/496-googles-real-time-latest-results-relevance/feed/atom/" thr:count="2" />
		<thr:total>2</thr:total>
	<feedburner:origLink>http://tonyadam.com/blog/496-googles-real-time-latest-results-relevance/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>Tony Adam</name>
						<uri>http://www.tonyadam.com/blog</uri>
					</author>
		<title type="html"><![CDATA[foursquare: The arrival of the location based business &#8220;game&#8221;]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/tonyadam/~3/loiIA8odDAs/" />
		<id>http://tonyadam.com/blog/?p=484</id>
		<updated>2010-01-17T18:55:19Z</updated>
		<published>2010-01-18T17:05:00Z</published>
		<category scheme="http://tonyadam.com/blog" term="Social Media" /><category scheme="http://tonyadam.com/blog" term="foursquare" /><category scheme="http://tonyadam.com/blog" term="local" /><category scheme="http://tonyadam.com/blog" term="location-based" /><category scheme="http://tonyadam.com/blog" term="social-capital" /><category scheme="http://tonyadam.com/blog" term="yelp" />		<summary type="html"><![CDATA[I&#8217;ve been on this huge kick of creating visibility for products online lately. All I can think about is how to gain visibility for an online brand. Along with that, I&#8217;ve been really interested in two other things: Local and Location Aware applications. I&#8217;ve had my eye on Yelp for a bit, but even more [...]]]></summary>
		<content type="html" xml:base="http://tonyadam.com/blog/484-foursquare-changing-local/">&lt;p&gt;I&amp;#8217;ve been on this huge kick of creating visibility for products online lately. All I can think about is how to gain visibility for an online brand. Along with that, I&amp;#8217;ve been really interested in two other things: Local and Location Aware applications. I&amp;#8217;ve had my eye on Yelp for a bit, but even more so lately as the mobile market is growing. But, even more than Yelp, I&amp;#8217;m a huge fan of foursquare since I jumped on the bandwagon back at SXSW. Something I really like is that, like any smart business, they are adapting the product to the market and use. They&amp;#8217;ve created a product that included Social Game features and recently launched &lt;a href="http://foursquare.tumblr.com/post/323823770/foursquare-everywhere" target="_blank"&gt;foursquare everywhere&lt;/a&gt;. Now, don&amp;#8217;t get me wrong, &lt;a href="http://www.techcrunch.com/2010/01/15/yelp-iphone-app-4-check-ins/" target="_blank"&gt;Yelp adding checkins&lt;/a&gt; could totally change the face of the game and knock foursquare out of the Mayor spot, so-to-speak (I had to do it!).&lt;/p&gt;
&lt;p&gt;So, that all said, it&amp;#8217;s important to note, that I wanted to take a look at foursquare from a perspective outside what everyone else is talking about with how cool the app is, but rather, talk about how it is great for marketing/monetization opportunities going forward.&lt;/p&gt;
&lt;h3&gt;1. Building Social Capital with Mayorship &amp;amp; Badges&lt;/h3&gt;
&lt;p&gt;As I mentioned opening this up, they added social gaming to the local mix and understand that social capital is an asset that is ever so important in todays online world. With the creation of Mayors and Badges, it creates an opportunity for individuals obtain a larger amount of social capital within their local cities/neighborhoods.&lt;/p&gt;
&lt;p&gt;&lt;img class="aligncenter" title="Badges &amp;amp; Mayorship" src="http://farm5.static.flickr.com/4022/4281749531_28c50cdeec_o.gif " alt="" width="368" height="391" /&gt;&lt;/p&gt;
&lt;p&gt;As a local business owner, wouldn&amp;#8217;t you want to know who the people are that frequent your business and have an online presence. I know I would if I was a local business owner, I&amp;#8217;d want to know who the people are that have the ability to talk up my business.&lt;/p&gt;
&lt;p&gt;We&amp;#8217;ve all heard &lt;a href="http://horsepigcow.com/" target="_blank"&gt;Tara Hunt&lt;/a&gt; talk about &lt;a href="http://www.amazon.com/gp/product/0307409503?ie=UTF8&amp;amp;tag=toadsbl-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=0307409503" target="_blank"&gt;The Whuffie Factor&lt;/a&gt;, and, it&amp;#8217;s all very true, social capital is very important now and will continue to be moving forward. I think as local businesses understand that, they will start figuring out ways to market via channels like foursquare. Furthermore, smart local marketers will start figuring out ways to leverage foursquare when working with clients. Also, think about all the chain restaurants that have the ability to build this as a nationwide local targeted marketing initiative as more and more users adopt this.&lt;/p&gt;
&lt;p&gt;&lt;img class="aligncenter" title="Local Specials &amp;amp; Offers" src="http://farm3.static.flickr.com/2688/4282518228_8b8b2eb4b5_o.gif" alt="" width="320" height="480" /&gt;&lt;/p&gt;
&lt;h3&gt;2. Local Advertising with a real revenue model&lt;/h3&gt;
&lt;p&gt;I&amp;#8217;m a marketer and I look for revenue models as a sign of a product taking that next step into the major leagues. I see foursquare having a major opportunity to create sponsored events, sponsored or featured locations, etc.&lt;/p&gt;
&lt;p&gt;&lt;img class="aligncenter" title="Featured Listing in foursquare" src="http://farm5.static.flickr.com/4035/4282493974_f0b4ab457d_o.gif " alt="" width="320" height="480" /&gt;&lt;/p&gt;
&lt;p&gt;Now, before you say, &amp;#8220;Why would they do that! Businesses paying to be listed is not authentic!&amp;#8221; Think about it, when banners on the web came out, people threw up their arms, when Google Adwords came out, people yelled from rooftops, and when ad.ly (one of my fav. startups, btw) came out, people were outraged via Twitter&amp;#8230;do you see a pattern??&lt;/p&gt;
&lt;p&gt;It is inevitable for sponsored and premium/featured listings to be highlighted within the content that we see on a daily basis. Saying that it is evil and not right, is thinking without logic. Businesses can not live on without REAL revenue models. Here is how I could see something like this playout:&lt;/p&gt;
&lt;h3&gt;3. The ego is more important than you think&lt;/h3&gt;
&lt;p&gt;I&amp;#8217;ll bring up Mayors and Badges for the second time in this post because it is worth the mention again. I think something we have failed to see in most Social Media products is the ability to touch the human Id and ego boosting. While we choose to ignore it and pretend it doesn&amp;#8217;t exist, it is the base for all human activity. When we feel better about ourselves through any sort of ego-stroking, we tend to do that activity more: championships and trophies in sports, awards in entertainment, etc. Gaming companies do a great job of this, and you have to give credit to Zynga for recognizing this and on their platform with Mafia Wars and Farmville:&lt;/p&gt;
&lt;p&gt;&lt;img class="aligncenter" title="foursquare Leaderboard" src="http://farm5.static.flickr.com/4029/4281749575_0e41de111f_o.gif " alt="" width="320" height="257" /&gt;&lt;/p&gt;
&lt;p&gt;But, look at other Social Media platforms, Digg removed it&amp;#8217;s top diggers list years ago because they didn&amp;#8217;t want the users having more power than the product. Twitter has yet to introduce any sort of ego-boosting platform, (outside of the retweeting functionality), and Facebook really doesn&amp;#8217;t have any way of producing this either at this moment. But, introduce foursquare in the mix and you&amp;#8217;ve got a real tool for ever so important ego-stroking that we all choose to ignore. Becoming a mayor makes people feel self important, it provides a feeling of self worth. We shouldn&amp;#8217;t think of it as a bad thing, it&amp;#8217;s human nature for christ&amp;#8217;s sake.&lt;/p&gt;
&lt;p&gt;Whenever I tell people about foursquare, the first I find friends get excited about: &lt;a href="http://twitter.com/captkitteh/status/7808129792" target="_blank"&gt;becoming a mayor&lt;/a&gt; or &lt;a href="http://search.twitter.com/search?q=source:foursquare+badge" target="_blank"&gt;getting badges&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img class="aligncenter" title="Badges on iPhone" src="http://farm3.static.flickr.com/2779/4282494064_d2df05a754_o.gif " alt="" width="320" height="222" /&gt;&lt;/p&gt;
&lt;h3&gt;4. Capturing local search results:&lt;/h3&gt;
&lt;p&gt;Being that I&amp;#8217;m someone that understands SEO and the search game, I&amp;#8217;m always going to look at opportunities to drive traffic. Now, while Yelp does have this market pretty cornered, as they have tons of authority in the local/review market, within a short period, I&amp;#8217;ve seen foursquare locations show up top 10 and even top 5 in many situations for local results:&lt;/p&gt;
&lt;p&gt;&lt;img class="aligncenter" title="Local Search Results" src="http://farm5.static.flickr.com/4057/4281781031_8a1cb370e5_o.gif" alt="" width="564" height="524" /&gt;&lt;/p&gt;
&lt;h3&gt;5. Customer Service has never been more important!&lt;/h3&gt;
&lt;p&gt;Consumers are now subconsciously advocating companies or they are talking about their complete dissatisfaction for another company. Remember, more than 50% of people will make a purchase or purchasing decision based on the reviews of that brand. If I see someone checkin via foursquare is talking about &lt;a href="http://search.twitter.com/search?q=source:foursquare+horrible" target="_blank"&gt;how horrible a location is&lt;/a&gt;, I&amp;#8217;m probably not going to want to check it out. At the same time, if people &lt;a href="http://search.twitter.com/search?q=source:foursquare+awesome" target="_blank"&gt;really enjoyed their experience&lt;/a&gt;, it will make me add it as a to-do item in Foursquare.&lt;/p&gt;
&lt;p&gt;This basically is the flip-side to what I talked about when it came to local/in-stream advertising. Customer Service is ever so important, because, even if you are paying for prime placement and top dollar for sponsorships, you can&amp;#8217;t fake the overall customer experience.&lt;/p&gt;
&lt;p&gt;The truth is, without even knowing it, consumers are becoming what I&amp;#8217;ve dubbed: &amp;#8220;Subconscious Advocates.&amp;#8221;  Consumers are revolutionizing the way they tout the brands, restaurants and shops that they love via the tips they leave or the shouts they make when they check-in to a location. Because of this, businesses need to create opportunities to &amp;#8220;wow&amp;#8221; these customers and influencers daily, otherwise, I believe they will start to feel it as the market starts to adopt these services more and more.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What do you of the location aware model and/or foursquare? Where do you think it will end up or how will it play out?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Keep the conversation going on twitter, follow me: &lt;a href="http://twitter.com/tonyadam" target="_blank"&gt;@tonyadam&lt;/a&gt;!&lt;/strong&gt;&lt;/p&gt;
&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=loiIA8odDAs:Q04TMxyiAk4:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?i=loiIA8odDAs:Q04TMxyiAk4:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=loiIA8odDAs:Q04TMxyiAk4:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=loiIA8odDAs:Q04TMxyiAk4:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=loiIA8odDAs:Q04TMxyiAk4:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?i=loiIA8odDAs:Q04TMxyiAk4:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=loiIA8odDAs:Q04TMxyiAk4:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=loiIA8odDAs:Q04TMxyiAk4:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?i=loiIA8odDAs:Q04TMxyiAk4:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=loiIA8odDAs:Q04TMxyiAk4:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?d=l6gmwiTKsz0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tonyadam?a=loiIA8odDAs:Q04TMxyiAk4:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tonyadam?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</content>
		<link rel="replies" type="text/html" href="http://tonyadam.com/blog/484-foursquare-changing-local/#comments" thr:count="14" />
		<link rel="replies" type="application/atom+xml" href="http://tonyadam.com/blog/484-foursquare-changing-local/feed/atom/" thr:count="14" />
		<thr:total>14</thr:total>
	<feedburner:origLink>http://tonyadam.com/blog/484-foursquare-changing-local/</feedburner:origLink></entry>
	</feed>
