<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Marketingchip</title>
	<atom:link href="http://www.marketingchip.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.marketingchip.com</link>
	<description>Search Engine Marketing Blog</description>
	<lastBuildDate>Wed, 22 May 2013 17:01:05 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>New Google Analytics onclick Link Tracker Required for New Script</title>
		<link>http://www.marketingchip.com/analytics-reporting/new-google-analytics-onclick-link-tracker-required-for-new-script/</link>
		<comments>http://www.marketingchip.com/analytics-reporting/new-google-analytics-onclick-link-tracker-required-for-new-script/#comments</comments>
		<pubDate>Wed, 22 May 2013 17:01:05 +0000</pubDate>
		<dc:creator>Marcos</dc:creator>
				<category><![CDATA[Analytics & Reporting]]></category>

		<guid isPermaLink="false">http://www.marketingchip.com/?p=268</guid>
		<description><![CDATA[If you&#8217;re using the new latest version of the Google Analytics tracking script which looks like the following: &#60;script&#62; (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]&#124;&#124;function(){...]]></description>
				<content:encoded><![CDATA[<p>If you&#8217;re using the new latest version of the Google Analytics tracking script which looks like the following:</p>
<pre>&lt;script&gt;
 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
 })(window,document,'script','//www.google-analytics.com/analytics.js','ga');</pre>
<pre>ga('create', 'UA-XXXXXXX-X', 'marketingchip.com');
 ga('send', 'pageview');</pre>
<pre>&lt;/script&gt;</pre>
<p><script type="text/javascript">// <![CDATA[
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){   (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),   m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)   })(window,document,'script','//www.google-analytics.com/analytics.js','ga');   ga('create', 'UA-XXXXXXXX-X', 'yourdomain.com');   ga('send', 'pageview');
// ]]&gt;</script></p>
<p>&nbsp;</p>
<p>You will need to change the onclick tracking code if you wish to track simulated pageviews for clicks on your links</p>
<p>Whereas with the old script you could use this script in your <a> tags</a></p>
<p>&nbsp;</p>
<pre>
onClick="javascript: pageTracker._trackPageview('/click/some-a
ction');"</pre>
<p>&nbsp;</p>
<p>you will now have to use this one:</p>
<pre>onClick="_gaq.push(['_trackPageview', '/click/some-action']);"</pre>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>The fully tracked simulated pageview code would like like this</p>
<pre>&lt;a href="http://www.marketingchip.com/some-page.html
 onClick="_gaq.push(['_trackPageview', '/click/some-action']);" &gt;link to page &lt; /a &gt;</pre>
<p>&nbsp;</p>
<p>Thanks to <a href="http://blog.deepbluesky.com/blog/-/quick-tip-converting-to-new-google-analytics-asynchronous-tracking-code_134/">deepbluesky.com</a> for pointing this out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marketingchip.com/analytics-reporting/new-google-analytics-onclick-link-tracker-required-for-new-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Analytics Improves In Page Analytics</title>
		<link>http://www.marketingchip.com/analytics-reporting/google-analytics-improves-in-page-analytics/</link>
		<comments>http://www.marketingchip.com/analytics-reporting/google-analytics-improves-in-page-analytics/#comments</comments>
		<pubDate>Sun, 11 Nov 2012 18:34:05 +0000</pubDate>
		<dc:creator>Marcos</dc:creator>
				<category><![CDATA[Analytics & Reporting]]></category>

		<guid isPermaLink="false">http://www.marketingchip.com/?p=256</guid>
		<description><![CDATA[Google Analytics Improves In Page Analytics In page analytics displays a visual representation of where users click on your website....]]></description>
				<content:encoded><![CDATA[<p>Google Analytics Improves In Page Analytics</p>
<p>In page analytics displays a visual representation of where users click on your website. The problem with it &#8211; and the reason no one uses it &#8211; is that it only shows the percentage of clicks to a given link independent of the position of the link itself. In other words, if you have a header navigation link to your contact page as well as a footer link to the contact page Analytics shows the same click percentage for both.</p>
<p>This new Analytics update changes this allowing you to see the actual click percentage on each link or button on your page. This update is currently rolling out to Google Analytics account and should be available soon.</p>
<p>You can read more about this on <a href="http://analytics.blogspot.com.es/2012/11/announcing-enhanced-link-attribution.html?m=1">Google´s offical Analytics Blog</a>.</p>
<h2>How to set up the new In Page Analytics</h2>
<p>There will be two new lines of code that will have to be added to the current Google Analytics script. Once added Analytics will automatically detect which specific page element the user has clicked on and will finally be able to display actionable in page analytics click data.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marketingchip.com/analytics-reporting/google-analytics-improves-in-page-analytics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add your author picture to wordpress &#8211; the easy way</title>
		<link>http://www.marketingchip.com/social-media/how-add-author-picture-wordpress-easy-way/</link>
		<comments>http://www.marketingchip.com/social-media/how-add-author-picture-wordpress-easy-way/#comments</comments>
		<pubDate>Sun, 28 Oct 2012 20:54:45 +0000</pubDate>
		<dc:creator>Marcos</dc:creator>
				<category><![CDATA[General Marketing]]></category>
		<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://www.marketingchip.com/?p=248</guid>
		<description><![CDATA[Adding your image to your author bio in wordpress is incredibly easy. All you have to do is create a...]]></description>
				<content:encoded><![CDATA[<p>Adding your image to your author bio in wordpress is incredibly easy. All you have to do is create a Gravatar account and make sure you use the same email address that you used in your author profile.</p>
<p>Once you have made the gravatar account and uploaded your image it will automatically appear in your author profile on your blog (can take about 5 minutes).</p>
<p>It&#8217;s beautifully that simple.</p>
<p>1) Make your author profile in wordpress<br />
2) Make your gravatar account on <a href="http://www.gravatar.com">gravatar.com</a> using the same email address you used for your author profile<br />
3) Upload your picture on Gravatar.com and complete the process<br />
4) Select the picture on Gravatar.com that you want to use<br />
5) Wait up to 5 minutes for the picture to appear automatically on your wordpress author bio.</p>
<p>Please note you must make sure you have the Show Avatars option selected in wordpress.</p>
<p>This option is found in Settings -&gt; Discussion</p>
<p><a href="http://www.marketingchip.com/wp-content/uploads/2012/10/2012-10-28_22-26-02.png"><img class="alignnone size-full wp-image-251" title="2012-10-28_22-26-02" src="http://www.marketingchip.com/wp-content/uploads/2012/10/2012-10-28_22-26-02.png" alt="" width="612" height="244" /></a></p>
<h2>What is a Gravatar?</h2>
<p>A Gravatar (Globally Recognised Avatar) is an image that will automatically be used for you in many places on the web where you have used an account with the same email address.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marketingchip.com/social-media/how-add-author-picture-wordpress-easy-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blekko SEO tools is now paid only</title>
		<link>http://www.marketingchip.com/news/blekko-seo-tools-now-paid/</link>
		<comments>http://www.marketingchip.com/news/blekko-seo-tools-now-paid/#comments</comments>
		<pubDate>Thu, 16 Aug 2012 11:12:31 +0000</pubDate>
		<dc:creator>Marcos</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.marketingchip.com/?p=233</guid>
		<description><![CDATA[Blekko has finally started charging for their SEO information. SJQWVJEGKCTB &#160;]]></description>
				<content:encoded><![CDATA[<p>Blekko has finally started charging for their SEO information.</p>
<p>SJQWVJEGKCTB</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marketingchip.com/news/blekko-seo-tools-now-paid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8216;English Person&#8217; C-Word was NOT a Google Bomb &#8211; Explained</title>
		<link>http://www.marketingchip.com/news/english-person-c-word-not-google-bomb-explained/</link>
		<comments>http://www.marketingchip.com/news/english-person-c-word-not-google-bomb-explained/#comments</comments>
		<pubDate>Sun, 17 Jun 2012 18:28:44 +0000</pubDate>
		<dc:creator>Marcos</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.marketingchip.com/?p=208</guid>
		<description><![CDATA[Was the Google result for &#8220;english person&#8221; a prank or was it simply an error in the Google algorithm? Read...]]></description>
				<content:encoded><![CDATA[<p>Was the Google result for &#8220;english person&#8221; a prank or was it simply an error in the Google algorithm? Read on to find out why many, including <a href="http://www.huffingtonpost.co.uk/2012/06/15/english-person-c-word-google-bomb-twitter_n_1600278.html">The Huffington Post</a>, were wrong about this one. This is an update to my original post which can be found <a href="http://www.marketingchip.com/seo-experiments/google-result-english-person-returns-c-word/">here</a>. Google has now manually removed the Wikipedia result.</p>
<div id="attachment_209" class="wp-caption aligncenter" style="width: 544px"><a href="http://www.marketingchip.com/wp-content/uploads/2012/06/c-word-english-person.png"><img class="size-full wp-image-209 " title="c-word-english-person" src="http://www.marketingchip.com/wp-content/uploads/2012/06/c-word-english-person.png" alt="" width="534" height="313" /></a><p class="wp-caption-text">One June 15th if you Googled &#8220;english person&#8221; the result would be pretty bad. But this wasn´t a Google bomb. This post explains why.</p></div>
<p>There have been many manipulations of Google  search results by pranksters and of course SEO is at it´s core an intentional manual attempt to make a page rank for specific words.</p>
<p>&nbsp;</p>
<h3>The Google Bomb</h3>
<p>A <a href="http://en.wikipedia.org/wiki/Google_bomb">Google Bomb</a> happens when people put links on websites with the intention of matching words with  a specific page which is not relevant. This is usually done as a <a href="http://www.searchenginepeople.com/blog/incredible-google-bombs.html">joke or out of spite</a>.</p>
<p>&nbsp;</p>
<h3>Why This Was Not A Google Bomb</h3>
<p>No one was linking the words <strong>english person</strong> to the wikipedia entry. There are several tools on the web that can show you which other websites are linking to a page. Here are some of the free tools available:</p>
<ul>
<li><a href="http://www.bing.com/toolbox/webmaster">Bing Webmaster Tools</a></li>
<li><a href="http://www.opensiteexplorer.org/">Open Site Explorer</a></li>
<li><a href="http://www.backlinkwatch.com/">Backlinkwatch</a></li>
<li><a href="http://www.alexa.com/">Alexa</a></li>
<li><a href="http://blekko.com">Blekko</a></li>
</ul>
<div></div>
<div> Using these tools it becomes clear that no one was specifically targeting the wikipedia page with the words &#8220;english person&#8221; &#8211; <strong>this was not a Google bomb</strong>.</div>
<div></div>
<div>So what did happen? Using those tools you can see that certain celebrities were being targeted with their name linking to the Wikipedia entry for the c-word. So these &#8220;people&#8221; or &#8220;persons&#8221;, some of who are &#8220;english&#8221; are being linked to the Wikipedia page.</div>
<div></div>
<div>Here are some examples from Blekko where some english people were linked to the c-word wikipedia page.</div>
<div></div>
<div><img class="size-full wp-image-211 alignnone" title="wikipedia-james-blunt-english" src="http://www.marketingchip.com/wp-content/uploads/2012/06/wikipedia-james-blunt-english.png" alt="" width="448" height="56" /></div>
<div></div>
<div><img class="alignnone size-full wp-image-212" title="richard-littleejohn" src="http://www.marketingchip.com/wp-content/uploads/2012/06/richard-littleejohn.png" alt="" width="471" height="51" /></div>
<div><img class="alignnone size-full wp-image-213" title="rupert-murdoch" src="http://www.marketingchip.com/wp-content/uploads/2012/06/rupert-murdoch.png" alt="" width="468" height="52" /></div>
<div></div>
<div></div>
<div>Additionally, the Wikipedia page itself contains the words &#8220;english&#8221; (29 times) and &#8220;person&#8221; (6 times) making it somewhat relevant to the search even though it doesn´t contain them together (0 results for <strong>english person</strong>).</div>
<div></div>
<div>The Google algorithm made the connection between these <strong>persons</strong> and the Wikipeedia page completely on it´s own and served it as the top result while simultaneously insulting every English person! This is the <a href="http://mashable.com/2012/03/22/google-semantic-search-seo/">Google Semantic Search</a> algorithm at work folks.</div>
<div></div>
<h3>Anchor Text and Google</h3>
<div></div>
<div>Google Penguin is the friendly name given to one of the big recent Google algorithm updates and one of the things it is responsible for is a shift away from anchor text (the link text) as a relevance factor. So much so that websites that were abusing links with keywords to gain higher rankings <a href="http://www.distilled.net/blog/seo/penguin-strategies/">have been hit hard</a>.</div>
<div></div>
<p>Google bombing is actually harder than ever now because  too many links with the same anchor text instantly incur a penalty to the website. Especially if these links are of questionable quality.</p>
<p>But have Google shot themselves in the foot with this one? By moving away from anchor text relevance they have opened up Pandora´s Box and we might start seeing a lot more strange results similar to what happened with &#8220;english person&#8221;. You also have to wonder if search quality hasn´t <a href="http://www.potpiegirl.com/2012/05/a-tale-of-a-tornado-and-a-penguin/">been compromised</a>.  With Google´s results questionably being worse and Bing´s better are we going to witness a change in search engine dominance soon? Siri uses several search engines including Bing and Wolfram Alpha to try to find the best result (which might not be Google´s). What if other devices and browsers began using similar search aggregators? Where would that leave Google?</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marketingchip.com/news/english-person-c-word-not-google-bomb-explained/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Google result for &#8220;english person&#8221; returns the c-word</title>
		<link>http://www.marketingchip.com/seo-experiments/google-result-english-person-returns-c-word/</link>
		<comments>http://www.marketingchip.com/seo-experiments/google-result-english-person-returns-c-word/#comments</comments>
		<pubDate>Fri, 15 Jun 2012 15:33:02 +0000</pubDate>
		<dc:creator>Marcos</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[SEO Experiments]]></category>

		<guid isPermaLink="false">http://www.marketingchip.com/?p=201</guid>
		<description><![CDATA[Updated June 17th &#8211; Read the update and explanation as to why it was not a Google bomb. It seems...]]></description>
				<content:encoded><![CDATA[<p>Updated June 17th &#8211; <a href="http://www.marketingchip.com/news/english-person-c-word-not-google-bomb-explained/">Read the update and explanation as to why it was not a Google bomb.</a></p>
<p>It seems like the Google Search algorithm either has a sense of humour or doesn&#8217;t think highly of &#8220;english people&#8221;&#8230;</p>
<p>Search for &#8220;english person&#8221; (without the quotes) on Google.com or Google.co.uk and you&#8217;ll get the Wikipedia definition of the C-WORD.</p>
<p>At first I thought this might have been an intentional <a href="http://en.wikipedia.org/wiki/Google_bomb">Google bomb</a> but I checked the backlinks for the wikipedia page and didn&#8217;t find any intentional links with the anchor text &#8220;english person&#8221;. I did find several links with celebrity names with that anchor text (probably why the Google algo believes the word &#8220;person&#8221; is relevant).</p>
<p>&nbsp;</p>
<p>In the results you can also see several posts (<a href="http://searchengineland.com/for-define-an-english-person-google-suggests-the-c-word-105555">searchengineland.com</a> and <a href="http://www.seroundtable.com/google-english-person-14445.html">seroundtable.com</a>) from December 2011 where they posted about this and the post title contains the words define, english person and the C-WORD or similar. These could well be causing the relevance for the wikipedia page to rank first.</p>
<p>&nbsp;</p>
<p>Screenshots below (aol is used to return un-personalised Google results)</p>
<p>&nbsp;</p>
<p><a href="http://www.marketingchip.com/wp-content/uploads/2012/06/googleusa.png"><img class="alignnone  wp-image-225" title="googleusa" src="http://www.marketingchip.com/wp-content/uploads/2012/06/googleusa.png" alt="" width="624" height="416" /></a></p>
<p><a href="http://www.marketingchip.com/wp-content/uploads/2012/06/googleuk.png"><img class="alignnone  wp-image-226" title="googleuk" src="http://www.marketingchip.com/wp-content/uploads/2012/06/googleuk.png" alt="" width="619" height="382" /></a></p>
<p><a href="http://www.marketingchip.com/wp-content/uploads/2012/06/aolcom.png"><img class="alignnone  wp-image-227" title="aolcom" src="http://www.marketingchip.com/wp-content/uploads/2012/06/aolcom.png" alt="" width="660" height="430" /></a></p>
<p><a href="http://www.marketingchip.com/wp-content/uploads/2012/06/aoluk.png"><img class="alignnone  wp-image-228" title="aoluk" src="http://www.marketingchip.com/wp-content/uploads/2012/06/aoluk.png" alt="" width="777" height="415" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.marketingchip.com/seo-experiments/google-result-english-person-returns-c-word/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>What is the best phone for SEO?</title>
		<link>http://www.marketingchip.com/general-marketing/best-phone-for-seo/</link>
		<comments>http://www.marketingchip.com/general-marketing/best-phone-for-seo/#comments</comments>
		<pubDate>Sun, 22 Apr 2012 09:59:19 +0000</pubDate>
		<dc:creator>Marcos</dc:creator>
				<category><![CDATA[General Marketing]]></category>

		<guid isPermaLink="false">http://www.marketingchip.com/?p=178</guid>
		<description><![CDATA[Ever wanted to be able to check your analytics or maybe even some backlinks with your mobile phone? Do you...]]></description>
				<content:encoded><![CDATA[<p>Ever wanted to be able to check your analytics or maybe even some backlinks with your mobile phone? Do you find the Google Analytics app too limited and miss the full functionality? It is now possible to use the desktop version of Google Analytics on some moile devices.</p>
<p>Until now, when trying to do certain actions in Google Analytics they would not work on the phone, such as selecting the date range. The Flash player on Opera Mini and Dolphin Browser HD just could not handle it. All that has changed however with Ice Cream Sandwich (ICS), the 4.0 version of Android and the release by Google of Chrome Beta for Android.</p>
<p>The below screenshots are from my Samsung Galaxy S2 running Android 4.0.3 and using Google Chrome Beta as the browser.</p>
<div id="attachment_179" class="wp-caption aligncenter" style="width: 410px"><a href="http://www.marketingchip.com/wp-content/uploads/2012/04/date-selection.jpg"><img class="size-full wp-image-179 " title="date-selection" src="http://www.marketingchip.com/wp-content/uploads/2012/04/date-selection.jpg" alt="Google Analytics in Chrome Beta on Samsung Galaxy S2 running Ice Cream Sandwich" width="400" height="174" /></a><p class="wp-caption-text">Google Analytics on my Galaxy S2 - Click to enlarge</p></div>
<p>&nbsp;</p>
<div id="attachment_180" class="wp-caption aligncenter" style="width: 580px"><a href="http://www.marketingchip.com/wp-content/uploads/2012/04/date-selected.jpg"><img class="size-full wp-image-180  " title="date-selected" src="http://www.marketingchip.com/wp-content/uploads/2012/04/date-selected.jpg" alt="" width="570" height="302" /></a><p class="wp-caption-text">Screenshot with specific dates selected</p></div>
<p>&nbsp;</p>
<div id="attachment_181" class="wp-caption aligncenter" style="width: 491px"><a href="http://www.marketingchip.com/wp-content/uploads/2012/04/full-final.jpg"><img class="size-full wp-image-181" title="full-final" src="http://www.marketingchip.com/wp-content/uploads/2012/04/full-final.jpg" alt="" width="481" height="510" /></a><p class="wp-caption-text">Google Analytics working perfectly on my mobile phone</p></div>
<p>&nbsp;</p>
<p style="text-align: left;">As you can see from the above screenshots, the desktop version of Google Analytics can be fully used on a Galaxy S2. I have also owned a Samsung Galaxy Note but this was before ICS and Chrome Beta so I can safely say that if you want desktop-like SEO on you mobile phone the Samsung Galaxy Note is the phone to have. The reason I returned the Note was that it was too big as a phone and I ended up buying a Samsung Galaxy S2 instead. While it´s a more practical phone, the S2 is missing that extra screen real estate that would make doing SEO on a Mobile as good a desktop. Additionally, the S-Pen made clicking and typing a lot easier. I was using Swype keyboard and the S-pen to swype making my tpying almost as fast on mobile as on the desktop.</p>
<p style="text-align: left;">The Samsung Galaxy Note with Ice Cream Sandwich and Chrome Beta is the best phone for SEO and provides a desktop-like experience.</p>
<p style="text-align: left;">The Samsung Galaxy S2or any other ICS and Chrome Android phone can  such as the Galaxy Nexus can also provide a complete SEO mobile experience that is virtually the same as using a desktop computer.</p>
<p style="text-align: left;">The Best SEO Phone&#8230;</p>
<p style="text-align: left;"><a href="http://www.marketingchip.com/wp-content/uploads/2012/04/galaxy-mote.jpg"><img class="aligncenter size-full wp-image-182" title="galaxy-mote" src="http://www.marketingchip.com/wp-content/uploads/2012/04/galaxy-mote.jpg" alt="" width="344" height="482" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.marketingchip.com/general-marketing/best-phone-for-seo/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Ranking Signals To Worry About</title>
		<link>http://www.marketingchip.com/seo-ranking-factors/ranking-signals-to-worry-about/</link>
		<comments>http://www.marketingchip.com/seo-ranking-factors/ranking-signals-to-worry-about/#comments</comments>
		<pubDate>Mon, 09 Apr 2012 20:06:15 +0000</pubDate>
		<dc:creator>Marcos</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[SEO Ranking Factors]]></category>

		<guid isPermaLink="false">http://www.marketingchip.com/?p=174</guid>
		<description><![CDATA[In a recent video Matt Cutts outlines which ranking factor SEOs worry about which they shouldn&#8217;t as well as which...]]></description>
				<content:encoded><![CDATA[<p>In a recent video <a href="https://plus.google.com/109412257237874861202">Matt Cutts</a> outlines which ranking factor SEOs worry about which they shouldn&#8217;t as well as which factors SEOs should pay closer attention to.</p>
<p>To most of you none of this is life changing information, however I believe Matt really mentions the basics here which, if you&#8217;re short on time, is where you should be focusing your efforts.</p>
<p>You can watch the video for yourself below or you can read my takeaways from this.</p>
<p>&nbsp;</p>
<p>What ranking signals do SEOs worry about which isn´t useful?</p>
<p>Answer: Keyword density</p>
<p>&nbsp;</p>
<p>What ranking signals should SEOs be focusing on?</p>
<ul>
<li>Make a compelling website people will link to and remember (yeah we´ve heard this before)</li>
<li>Make sure the content is crawlable (no brainer)</li>
<li>Good URL architecture (oooh&#8230; my thoughts on this below)</li>
<li>Make sure the site &#8220;can be reached by just clicking on links&#8221;</li>
<li>Have good titles</li>
<li>Make sure to use keywords people will use to search on the site</li>
</ul>
<div>Regarding having good URL structure&#8230; I have been obsessed with SEO friendly canonical URLs for a long time and often it can be the hardest thing for developers to get right. I´m fairly certain Google uses URL structure in many ways and having SEO unfriendly URLs is something that can definitely put you behind your competitors.</div>
<p>&nbsp;</p>
<p><iframe src="http://www.youtube.com/embed/zHYA5gAsRBA" frameborder="0" width="560" height="315"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.marketingchip.com/seo-ranking-factors/ranking-signals-to-worry-about/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>7 SEO Myths 2012</title>
		<link>http://www.marketingchip.com/social-media/7-seo-myths-2012/</link>
		<comments>http://www.marketingchip.com/social-media/7-seo-myths-2012/#comments</comments>
		<pubDate>Sun, 18 Mar 2012 19:56:57 +0000</pubDate>
		<dc:creator>Marcos</dc:creator>
				<category><![CDATA[SEO Ranking Factors]]></category>
		<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://www.marketingchip.com/?p=168</guid>
		<description><![CDATA[Google and other major search engines keep their algorithms a secret to reduce spam and while keeping spam down is...]]></description>
				<content:encoded><![CDATA[<div id="attachment_169" class="wp-caption alignleft" style="width: 210px"><a href="http://www.marketingchip.com/social-media/7-seo-myths-2012/attachment/7-seo-myths/" rel="attachment wp-att-169"><img class="size-full wp-image-169" title="7-seo-myths" src="http://www.marketingchip.com/wp-content/uploads/2012/03/7-seo-myths.jpg" alt="" width="200" height="200" /></a><p class="wp-caption-text">Have you got an SEO Medusa in your closet?</p></div>
<p>Google and other major search engines keep their algorithms a secret to reduce spam and while keeping spam down is a good thing secrecy also means that anyone trying to optimize a website is forced to make educated guesses as to what things actually work to improve rankings and traffic.</p>
<p>Thanks to sites like <a href="http://www.seomoz.org/">SEOmoz</a>, <a href="http://searchengineland.com/">searchengineland </a>and others there is now a lot of quality information which wasn´t there when I started doing SEO back in 2004. But more information also means there is a lot more bad and outdated SEO advice available. I like to call bad or misleading SEO advice SEO myths and here are seven of them:</p>
<p>&nbsp;</p>
<h2>Myth #1 &#8211; Nofollow links count</h2>
<p>I am surprised that this myth is as widespread as it is. Many SEOs strongly believe that google is counting nofollow links in their algorithm even though google have been quite transparent with their statements on how they treat <a href="http://www.mattcutts.com/blog/pagerank-sculpting/">links with the nofollow tag</a>.</p>
<p>People have set up experiments trying to prove that nofollow links can improve PageRank and improve ramkings. The reality is that it&#8217;s difficult to detect every link that is created on the Web. Popular backlink tools only find a subset of all links that Google detects and counts which then leads to wrong conclusions.</p>
<p>Another reason some people believe nofollow links count is that they mistake them for social signals. Google&#8217;s lack of transparency on how they use social signals is largely responsible for the extension of this myth.</p>
<p>I wish someone could kill this myth with some research, I just don&#8217;t have the time.</p>
<p>&nbsp;</p>
<h2>Myth #2 &#8211; Directory links don&#8217;t work.</h2>
<p>Directory links work and they work really well. What doesn&#8217;t work is automated directory submission to thousands of spammy directories. Manual submission to quality directories is still a great source of links</p>
<p>On of <a href="http://www.marketingchip.com/news/how-google-treats-directory-paid-links/">Matt Cutts latest videos</a> sheds some light onto the quality standards for directories. Basically the harder it is to get into a directory the higher the link value.</p>
<p>&nbsp;</p>
<p>Some possible directory quality factors are:</p>
<ul>
<li>Price &#8211; an expensive directory is harder to get into because it costs more money</li>
<li>Submission guidelines, if the requirements are high and it&#8217;s harder to get listed it will be a better resource and therefore more valuable</li>
<li>Niche or topical directories carry more relevance than general ones.</li>
</ul>
<p>&nbsp;</p>
<p>Directory links are a good starting point for any new website. Additionally, they can provide traffic and sales to your website directly.</p>
<p>&nbsp;</p>
<h2>Myth #3 &#8211; All paid links are bad</h2>
<p>Paid follow links are a huge part of the cyber economy. Companies pay for links directly and indirectly be they text links, banners, directory listings, sponsored posts or affiliate links.</p>
<p>The line between spammy links and acceptable links is so blurry that white hat SEOs avoid any form of payment for links. While there is something commendable about being competitive without buying links you&#8217;ll be hard pressed to find a successful ecommerce site that doesn&#8217;t exchange money for links one way or another. Link buying can be effective and efficient.</p>
<p>&nbsp;</p>
<h2>Myth #4 &#8211; Content is king</h2>
<p>Content is king is a myth. That&#8217;s right I said it. If your website is a blog or a source of news then content is king, but for your average business that is trying to get some traffic to sell their product or service content isn&#8217;t as important as it&#8217;s hyped up to be.</p>
<p>Having an awesome product is just as good as having awesome content. You don&#8217;t need to be trying to produce viral content in order to generate online sales for your business, nor should you have to. I&#8217;m tired of every mom and pop Internet shop being told they need a blog by their local SEO. If your new ecommerce shop has no links don&#8217;t waste your time writing blog posts, get some links first &#8211; submit to some directories and participate in relevant forums.</p>
<p>Even <a href="https://plus.google.com/105378806328377750709">Wil Reynolds</a> recently said “ that the &#8220;Good Guys&#8221; of SEO, the people who do the things like building great content and community are being made into two faced liars every day by Google.” in an article called <a href="http://www.seomoz.org/blog/how-google-makes-liars-out-of-the-good-guys-in-seo">How Google Makes Liars Out of the Good Guys in SEO</a>  in which he shows disappointment with how anchor text links work so much better to improve rankings than writing quality content.</p>
<p>There is a great post by <a href="http://www.rosshudgens.com/link-building-model/">Ross Hudgens</a> which goes into more detail about this.</p>
<p>&nbsp;</p>
<h2>Myth #5 &#8211; You need a Facebook fan page</h2>
<p>Unless your brand is extremely social in nature you don&#8217;t need a Facebook fan page so don&#8217;t waste your time. Better still, don&#8217;t waste your customers time by sending them to Facebook unnecessarily.<br />
If you think Google is interested in sending traffic over to Facebook think again. They are now in direct competition so why would they include Facebook data as an important ranking factor?</p>
<p>Don&#8217;t get me wrong, if you have pages or products people will genuinely like and share on Facebook then it&#8217;s a great addition, but for most it&#8217;s not a must-have.</p>
<p>&nbsp;</p>
<h2>Myth #6 &#8211; You need a Twitter account</h2>
<p>While I use Twitter a lot more than I use Facebook (in fact I don&#8217;t use Facebook at all for SEO) I mainly use Twitter to stay up to date with the latest SEO news (which is what Twitter is for). If your business is information (such as news, blog, magazine or a movement) then Twitter is a must have. However, if your business doesn&#8217;t provide information people would want to hear about on a regular basis then you don&#8217;t need Twitter.</p>
<p>Having a twitter account just to bombard you customers with offers is not how you should be using twitter.<br />
I have noticed organic ranking spikes after tweets so while twitter isn&#8217;t a must for most it certainly can be a good addition if you&#8217;ve covered the fundamentals already.</p>
<p>&nbsp;</p>
<h2>Myth #7 &#8211; SEO is dead</h2>
<p><a href="http://searchenginewatch.com/article/2156899/4-Big-Reasons-Why-SEO-Will-Never-Die">Searchenginewatch</a> has a comprehensive article on this myth and I firmly believe that as long as there are search engines you will need to help them position your website. Usually, ranking isn´t enough, you must get to the top of the rankings for a particular keyword. There will always be techniques to accomplish this.</p>
<p>Requiring SEO to generate traffic is equally a myth. Some of the biggest sites today including the giant Facebbok, did not need SEO to be successful. Having a great website or web application might be all you need in some cases. For most of us SEO mortals though, we are working on sites that want to increase their sales from search engines.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marketingchip.com/social-media/7-seo-myths-2012/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>How Google Treats Directory Paid Links</title>
		<link>http://www.marketingchip.com/news/how-google-treats-directory-paid-links/</link>
		<comments>http://www.marketingchip.com/news/how-google-treats-directory-paid-links/#comments</comments>
		<pubDate>Sun, 26 Feb 2012 10:39:39 +0000</pubDate>
		<dc:creator>Marcos</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.marketingchip.com/?p=155</guid>
		<description><![CDATA[The subject of paid links is taboo in SEO. Speakers at seminars whisper when they talk about the subject at...]]></description>
				<content:encoded><![CDATA[<p>The subject of paid links is taboo in SEO. Speakers at seminars whisper when they talk about the subject at conferences and even then they usually disclose they are against buying links lest Google´s wrath fall upon them.</p>
<p>However, paid links, either directly or indirectly, are a major part of the cyber economy without which the economic recession would probably be even worse. How many work at home mom bloggers can feed their kids thanks to paid online advertising?</p>
<p>Paid links work. That´s why companies are willing to pay for them. In most cases the links are relevant and useful to users. I would rather see a relevant text link on a page than have one of those giant poker or car ad pop-ups invade my screen and I´m sure you would agree.</p>
<p>So why are paid directory links ok and paid homepage links not? Well they probably are both held under the same criteria according the new <a href="http://www.youtube.com/watch?feature=player_embedded&amp;v=rKUlVquEImc">video </a>by <a href="https://plus.google.com/109412257237874861202">Matt Cutts</a>.</p>
<p>If you´re selling links make sure you hold your advertisers to the highest standards possible. If it looks spammy, don´t put the link up, if the link doesn´t help your site´s visitors don´t put the link up, if you don´t vouch for the advertiser don´t put the link up!</p>
<p><a href="http://www.youtube.com/watch?feature=player_embedded&amp;v=rKUlVquEImc">Are paid directory links considered paid links?</a><br />
<iframe src="http://www.youtube.com/embed/rKUlVquEImc" frameborder="0" width="560" height="315"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.marketingchip.com/news/how-google-treats-directory-paid-links/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
