<?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>The SEO Blog &#187; Matt Cutts</title>
	<atom:link href="http://www.searchengineoptimizationportland.com/blog/category/matt-cutts/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.searchengineoptimizationportland.com/blog</link>
	<description>Search Engine Optimizician</description>
	<lastBuildDate>Mon, 30 Jan 2012 20:58:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>robots.txt &#8211; Why is Google Showing the Pages I Have Blocked?</title>
		<link>http://www.searchengineoptimizationportland.com/blog/2009/10/google-robots-txt-search-results/</link>
		<comments>http://www.searchengineoptimizationportland.com/blog/2009/10/google-robots-txt-search-results/#comments</comments>
		<pubDate>Sat, 17 Oct 2009 16:09:48 +0000</pubDate>
		<dc:creator>Gary Pool</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Matt Cutts]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Meta Tags]]></category>

		<guid isPermaLink="false">http://www.searchengineoptimizationportland.com/blog/?p=2907</guid>
		<description><![CDATA[Why is Google showing the pages I have blocked with my robots.txt?<p><a href="http://www.searchengineoptimizationportland.com/blog/2009/10/google-robots-txt-search-results/">robots.txt &#8211; Why is Google Showing the Pages I Have Blocked?</a> is a post stolen from the <a href="http://www.searchengineoptimizationportland.com/blog">Search Engine Optimizician</a></p>
]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><img class="avitar" src="http://www.searchengineoptimizationportland.com/blog/wp-content/uploads/icons/inspection_glass.png" width="48" height="48" alt="inspection glass robots.txt   Why is Google Showing the Pages I Have Blocked?"  title="robots.txt   Why is Google Showing the Pages I Have Blocked?" />
<h2>Video from Google&#8217;s Matt Cutts explaining why your blocked pages are showing up in search results.</h2>
<p><img style=' float: left; padding: 4px; margin: 0 7px 2px 0;'  src="http://www.searchengineoptimizationportland.com/blog/wp-content/uploads/2009/10/matt-cutts.png" alt="matt cutts robots.txt   Why is Google Showing the Pages I Have Blocked?" title="Matt Cutts" width="119" height="160" class="alignleft size-full wp-image-2911" />A robots.txt file restricts access to your site by search engine bots that crawl the web. While Google won&#8217;t crawl or index the content of pages blocked by robots.txt, they may still index the URLs if they are found in other pages on the web.</p>
<p>To use a robots.txt file, you&#8217;ll need to have root access to your server.</p>
<p>A robot.txt file can be very useful. It is used to tell the search engines what folders to stay out of and where your sitemap.xml file is located. If you have an area of your site you don’t want displayed by the search engines this is what you use to accomplish it. ( e.g. you have special landing pages for your pay-per-click or other campaigns that contain duplicate content search engines might penalize you for duplicate content.)</p>
<p><strong>The correct syntax for the robots.txt file is:</strong><br />
<strong># /robots.txt file for http://www.yourdomain.com/</strong> <br />
(Although not necessary, I use this statement commented out, because all the files must be named the same and I like to know which site it is that I am working on.)</p>
<p><strong>User-agent: *<br />
Disallow: /awstats/<br />
Disallow: /cgi-bin/<br />
Disallow: /Scripts/<br />
Disallow: /formmail/<br />
Disallow: /problem/<br />
Disallow: /webalizer/<br />
Disallow: /wordpress/<br />
Disallow: /contact/<br />
Sitemap: http://www.yourdomain.com/sitemap.xml</strong></p>
<p>For more information on the use of robots.txt and other important files visit the <strong><em><a href="http://www.searchengineoptimizationportland.com/blog/2008/09/top-ten-rules-for-begining-seo/">Top Ten Rules for Beginning SEO</a></em></strong><br />
<span class="noscrape">(Post from <a href="http://www.searchengineoptimizationportland.com/blog">Search Engine Optimizician</a>.)</span><br />
Google will show robots.txt blocked URLs even if they haven&#8217;t crawled them.<br />
Google just won&#8217;t show any summary from the page. They will however show related information from sites like <a href="http://www.dmoz.org/" class="extlink">DMOZ</a>.<img style=' float: right; padding: 4px; margin: 0 0 2px 7px;'  src="http://www.searchengineoptimizationportland.com/blog/wp-content/uploads/2009/10/dmoz.png" alt="dmoz robots.txt   Why is Google Showing the Pages I Have Blocked?" title="DMOZ" width="106" height="36" class="alignright size-full wp-image-2914" /></p>
<p>If really don&#8217;t want the page to show up in search results use the no index meta tag<br />
&lt;META NAME=&#8221;ROBOTS&#8221; CONTENT=&#8221;NOINDEX,NOFOLLOW&#8221;&gt;<br />
or use the URL removal tool inside of Google Webmaster Tools.</p>
<p>The meta robots tag will actually remove previously indexed URLs.  Google&#8217;s information on removing URLs is<a href="http://www.google.com/support/webmasters/bin/answer.py?hl=en&#038;answer=156412" class="extlink"> here</a>.</p>
<blockquote><p>
This answers a couple questions such as:<br />
- Why is my url showing up in Google when I blocked it in robots.txt? Did you fetch that url?<br />
- How do I make that url disappear from Google?
</p></blockquote>
<p><object width="480" height="295"><param name="movie" value="http://www.youtube.com/v/KBdEwpRQRD0&#038;hl=en&#038;fs=1&#038;rel=0&#038;color1=0x006699&#038;color2=0x54abd6"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/KBdEwpRQRD0&#038;hl=en&#038;fs=1&#038;rel=0&#038;color1=0x006699&#038;color2=0x54abd6" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="295"></embed></object></p>
<p>For even more information about blocking or removing pages using a robots.txt file visit <a href="http://www.google.com/support/webmasters/bin/answer.py?answer=156449" class="extlink">Google Webmaster Central</a>.</p>
<p>Late,<br />
<a href="http://www.searchengineoptimizationportland.com/seopdx/gary-pool.html">Gary Pool</a></p>
<p><a href="http://www.searchengineoptimizationportland.com/blog/2009/10/google-robots-txt-search-results/">robots.txt &#8211; Why is Google Showing the Pages I Have Blocked?</a> is a post stolen from the <a href="http://www.searchengineoptimizationportland.com/blog">Search Engine Optimizician</a></p>
<br />Terms related to this post:<div class="nostyle"<a href="http://www.searchengineoptimizationportland.com/blog/2009/10/google-robots-txt-search-results/" title="google robots and results">google robots and results</a><br /><a href="http://www.searchengineoptimizationportland.com/blog/2009/10/google-robots-txt-search-results/" title="sitemap xnl showing up in search results robots">sitemap xnl showing up in search results robots</a><br /></div><div class="shr-publisher-2907"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='standard' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fwww.searchengineoptimizationportland.com%2Fblog%2F2009%2F10%2Fgoogle-robots-txt-search-results%2F' data-shr_title='robots.txt+-+Why+is+Google+Showing+the+Pages+I+Have+Blocked%3F'></a><a class='shareaholic-fbsend' data-shr_href='http%3A%2F%2Fwww.searchengineoptimizationportland.com%2Fblog%2F2009%2F10%2Fgoogle-robots-txt-search-results%2F'></a><a class='shareaholic-googleplusone' data-shr_size='standard' data-shr_count='true' data-shr_href='http%3A%2F%2Fwww.searchengineoptimizationportland.com%2Fblog%2F2009%2F10%2Fgoogle-robots-txt-search-results%2F' data-shr_title='robots.txt+-+Why+is+Google+Showing+the+Pages+I+Have+Blocked%3F'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic --><img src="http://www.searchengineoptimizationportland.com/blog/?ak_action=api_record_view&id=2907&type=feed" alt=" robots.txt   Why is Google Showing the Pages I Have Blocked?"  title="robots.txt   Why is Google Showing the Pages I Have Blocked?" />]]></content:encoded>
			<wfw:commentRss>http://www.searchengineoptimizationportland.com/blog/2009/10/google-robots-txt-search-results/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to use the Black Hat SEO Mindset &#8211; Video By Matt Cutts from Google</title>
		<link>http://www.searchengineoptimizationportland.com/blog/2009/02/google-blackhat-seo/</link>
		<comments>http://www.searchengineoptimizationportland.com/blog/2009/02/google-blackhat-seo/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 19:11:48 +0000</pubDate>
		<dc:creator>Gary Pool</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Matt Cutts]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[black hat]]></category>

		<guid isPermaLink="false">http://www.searchengineoptimizationportland.com/blog/?p=1265</guid>
		<description><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><img class="avitar" src="http://www.searchengineoptimizationportland.com/blog/wp-content/uploads/icons/no_black_hat.png" width="48" height="48" alt="no black hat How to use the Black Hat SEO Mindset   Video By Matt Cutts from Google"  title="How to use the Black Hat SEO Mindset   Video By Matt Cutts from Google" />
<p>So you didn&#8217;t attend the Web 2.0 Summit in San Francisco?<br />
Don&#8217;t fret this is valuable informative video will get you caught up and is well worth your investment of time. Matt&#8217;s video is also being touted as being of interest to all levels &#8230;</p><p><a href="http://www.searchengineoptimizationportland.com/blog/2009/02/google-blackhat-seo/">How to use the Black Hat SEO Mindset &#8211; Video By Matt Cutts from Google</a> is a post stolen from the <a href="http://www.searchengineoptimizationportland.com/blog">Search Engine Optimizician</a></p>
]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><img class="avitar" src="http://www.searchengineoptimizationportland.com/blog/wp-content/uploads/icons/no_black_hat.png" width="48" height="48" alt="no black hat How to use the Black Hat SEO Mindset   Video By Matt Cutts from Google"  title="How to use the Black Hat SEO Mindset   Video By Matt Cutts from Google" />
<p>So you didn&#8217;t attend the Web 2.0 Summit in San Francisco?<br />
Don&#8217;t fret this is valuable informative video will get you caught up and is well worth your investment of time. Matt&#8217;s video is also being touted as being of interest to all levels of <a href="http://www.searchengineoptimizationportland.com/seo/"target="_blank"rel="external"title="Search Engine Optimization" >SEO</a>s.</p>
<p>Matt Cutts from Google <a href="http://www.mattcutts.com/blog/preventing-virtual-blight-video/" class="extlink">posted this twenty minute video</a> sharing with us the talk In November 2008 on a panel about &#8220;Preventing Virtual Blight&#8221; at the Web 2.0 Summit in San Francisco. During this video Matt goes over what has been coined to be &#8220;virtual blight,” or when a site or community becomes infected with spam. Matt also tells us how to take advantage of using the blackhat SEO mindset to keep our sites from being considered just another one of the blackhat websites.</p>
<p><strong>Preventing Virtual Blight</strong></p>
<ul>
<li>web spam</li>
<li>parasitic SEO</li>
<li>black hats and white hats</li>
<li>don&#8217;t let people insert code on your site (javascript can crate a sneaky redirect)</li>
<li>do some security reviews</li>
</ul>
<p><strong>Use the Black Hat SEO Mindset</strong></p>
<ul>
<li>any successful system will bring out the spammers</li>
<li>if you&#8217;re being attacked, you&#8217;re doing something right</li>
<li>think like a black hat now to save yourself anguish</li>
</ul>
<blockquote><p>
I’m making a resolution this year that when I do a substantial (not just Q&#038;A) presentation at a conference, I’ll try to recreate a version of the talk later on for the people who couldn’t attend the conference. I’d like Google to communicate more and more this year, so this is another step to help with that.
</p></blockquote>
<p><object width="480" height="389"><param name="movie" value="http://www.youtube.com/v/smwJ8Ysnx0E&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;hl=en&#038;feature=player_embedded&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/smwJ8Ysnx0E&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;hl=en&#038;feature=player_embedded&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="480" height="389"></embed></object></p>
<p>You can also view the <a href="http://docs.google.com/Presentation?id=dchjgggc_02g3938d6" class="extlink">presentation slides</a> Matt used or watch the slides below:</p>
<p><iframe src='http://docs.google.com/EmbedSlideshow?docid=dchjgggc_02g3938d6' frameborder='0' width='480' height='383'></iframe><br />
<strong>Solutions:</strong></p>
<ul>
<li>patch religiously (e.g. WordPress, Joomla)</li>
<li>ask webhost: any security break-ins? What cpanel version?</li>
<li>set up an alert for [site:yourdomain.com viagra]</li>
<li>check your server logs for weird requests</li>
<li>check your cached page on Google</li>
<li>check top queries at google.com/webmasters</li>
</ul>
<p>Late,<br />
<a href="http://www.searchengineoptimizationportland.com/seopdx/gary-pool.html">Gary Pool</a></p>
<p><a href="http://www.searchengineoptimizationportland.com/blog/2009/02/google-blackhat-seo/">How to use the Black Hat SEO Mindset &#8211; Video By Matt Cutts from Google</a> is a post stolen from the <a href="http://www.searchengineoptimizationportland.com/blog">Search Engine Optimizician</a></p>
<br />Terms related to this post:<div class="nostyle"<a href="http://www.searchengineoptimizationportland.com/blog/2009/02/google-blackhat-seo/" title="black hat">black hat</a><br /><a href="http://www.searchengineoptimizationportland.com/blog/2009/02/google-blackhat-seo/" title="matt cutts black hat#">matt cutts black hat#</a><br /></div><div class="shr-publisher-1265"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='standard' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fwww.searchengineoptimizationportland.com%2Fblog%2F2009%2F02%2Fgoogle-blackhat-seo%2F' data-shr_title='How+to+use+the+Black+Hat+SEO+Mindset+-+Video+By+Matt+Cutts+from+Google'></a><a class='shareaholic-fbsend' data-shr_href='http%3A%2F%2Fwww.searchengineoptimizationportland.com%2Fblog%2F2009%2F02%2Fgoogle-blackhat-seo%2F'></a><a class='shareaholic-googleplusone' data-shr_size='standard' data-shr_count='true' data-shr_href='http%3A%2F%2Fwww.searchengineoptimizationportland.com%2Fblog%2F2009%2F02%2Fgoogle-blackhat-seo%2F' data-shr_title='How+to+use+the+Black+Hat+SEO+Mindset+-+Video+By+Matt+Cutts+from+Google'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic --><img src="http://www.searchengineoptimizationportland.com/blog/?ak_action=api_record_view&id=1265&type=feed" alt=" How to use the Black Hat SEO Mindset   Video By Matt Cutts from Google"  title="How to use the Black Hat SEO Mindset   Video By Matt Cutts from Google" />]]></content:encoded>
			<wfw:commentRss>http://www.searchengineoptimizationportland.com/blog/2009/02/google-blackhat-seo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Conference Badges, Matt Cutts from Google</title>
		<link>http://www.searchengineoptimizationportland.com/blog/2009/01/google-matt-cutts-conference-badges/</link>
		<comments>http://www.searchengineoptimizationportland.com/blog/2009/01/google-matt-cutts-conference-badges/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 19:29:33 +0000</pubDate>
		<dc:creator>Gary Pool</dc:creator>
				<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Matt Cutts]]></category>
		<category><![CDATA[Conference]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://www.searchengineoptimizationportland.com/blog/?p=995</guid>
		<description><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><img class="avitar" src="http://www.searchengineoptimizationportland.com/blog/wp-content/uploads/icons/white_hat.png" width="48" height="48" alt="white hat Conference Badges, Matt Cutts from Google"  title="Conference Badges, Matt Cutts from Google" />
<p>I have been to so many conferences in the last ten years and I couldn&#8217;t even count them all.</p>
<p>Like <a href="http://www.mattcutts.com/blog/ideal-conference-badge/" class="extlink">Matt Cutts</a> says in his recent blog post:</p>
<blockquote><p>
I don’t even know how many conferences I’ve been to in the last decade, but it’s </p>&#8230;</blockquote><p><a href="http://www.searchengineoptimizationportland.com/blog/2009/01/google-matt-cutts-conference-badges/">Conference Badges, Matt Cutts from Google</a> is a post stolen from the <a href="http://www.searchengineoptimizationportland.com/blog">Search Engine Optimizician</a></p>
]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><img class="avitar" src="http://www.searchengineoptimizationportland.com/blog/wp-content/uploads/icons/white_hat.png" width="48" height="48" alt="white hat Conference Badges, Matt Cutts from Google"  title="Conference Badges, Matt Cutts from Google" />
<p>I have been to so many conferences in the last ten years and I couldn&#8217;t even count them all.</p>
<p>Like <a href="http://www.mattcutts.com/blog/ideal-conference-badge/" class="extlink">Matt Cutts</a> says in his recent blog post:</p>
<blockquote><p>
I don’t even know how many conferences I’ve been to in the last decade, but it’s probably 30-40. In that time, maybe 2-3 conferences have really nailed the conference badge for attendees. Here’s what the ideal conference badge should look like, in my opinion:
</p></blockquote>
<p><img src="http://www.searchengineoptimizationportland.com/blog/wp-content/uploads/2009/01/matts_badge.gif" alt="matts badge Conference Badges, Matt Cutts from Google" title="Perfect Badge from Matt Cutts" width="480" height="358" class="alignnone size-full wp-image-996" /></p>
<ul>
<li>Each attendee’s first name needs to be large and easily readable</li>
<li>Make the badge big</li>
<li>Put the attendee’s name on the front and the back of the badge</li>
</ul>
<p>I bring my own badge and lanyard to all of these conferences and it solves the inferior badge problems. I usually have to attach their badge below the one I have produced. Everything is large enough to read. I have used this at conferences over the past three years and have had no objections.<br />
<img src="http://www.searchengineoptimizationportland.com/blog/wp-content/uploads/2009/01/gary_pool_badge.jpg" alt="gary pool badge Conference Badges, Matt Cutts from Google" title="Gary Pool&#039;s Conference Badge" width="480" height="568" class="alignnone size-full wp-image-997" /><br />
I have two lanyards that I use, a green one form the Internet Strategy Forum and a blue one from Meetings Market Academy. They both have a place for your own business cards, business cards you collect and a spot for a pen. Like a boy scout I always come prepared.</p>
<p>Matt also sites Mike Davidson&#8217;s take on the right way to do a conference badge.<br />
<img alt="econsmbadge Conference Badges, Matt Cutts from Google" src="http://www.mikeindustries.com/blog/images/inline/econsmbadge.jpg" title="conference badge" class="alignnone" width="450" height="354" /></p>
<ul>
<li>Too small at 3 inches tall by 4 inches wide. Bump that puppy up to 4 by 6.</li>
<li>First and last name on same line.</li>
<li>Set in 25-ish point Arial: the worst font in the world and even more unreadable at that size and weight.</li>
<li>Title of conference — the least important information on the badge — dominates the space.</li>
<li>“ATTENDEE” is the boldest text on the badge. It’s not *that* important as speakers and attendees share 99% of the same privileges.</li>
<li>Lanyard contains name of conference instead of being sold to a sponsor. No one cares what the lanyard looks like, so go ahead and sell it to Yahoo or something.</li>
</ul>
<p>Mike even offers an <a href="http://www.mikeindustries.com/blog/files/sob_conferencebadge.eps.zip" class="extlink">illustrator file in eps format to download</a> and be used to help bring people closer together at your conference.</p>
<p>Late,<br />
<a href="http://www.searchengineoptimizationportland.com/seopdx/gary-pool.html">Gary Pool</a></p>
<p><a href="http://www.searchengineoptimizationportland.com/blog/2009/01/google-matt-cutts-conference-badges/">Conference Badges, Matt Cutts from Google</a> is a post stolen from the <a href="http://www.searchengineoptimizationportland.com/blog">Search Engine Optimizician</a></p>
<br />Terms related to this post:<div class="nostyle"<a href="http://www.searchengineoptimizationportland.com/blog/2009/01/google-matt-cutts-conference-badges/" title="conference badges">conference badges</a><br /><a href="http://www.searchengineoptimizationportland.com/blog/2009/01/google-matt-cutts-conference-badges/" title="conference badge">conference badge</a><br /><a href="http://www.searchengineoptimizationportland.com/blog/2009/01/google-matt-cutts-conference-badges/" title="conference badge design">conference badge design</a><br /><a href="http://www.searchengineoptimizationportland.com/blog/2009/01/google-matt-cutts-conference-badges/" title="seo badge">seo badge</a><br /></div><div class="shr-publisher-995"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='standard' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fwww.searchengineoptimizationportland.com%2Fblog%2F2009%2F01%2Fgoogle-matt-cutts-conference-badges%2F' data-shr_title='Conference+Badges%2C+Matt+Cutts+from+Google'></a><a class='shareaholic-fbsend' data-shr_href='http%3A%2F%2Fwww.searchengineoptimizationportland.com%2Fblog%2F2009%2F01%2Fgoogle-matt-cutts-conference-badges%2F'></a><a class='shareaholic-googleplusone' data-shr_size='standard' data-shr_count='true' data-shr_href='http%3A%2F%2Fwww.searchengineoptimizationportland.com%2Fblog%2F2009%2F01%2Fgoogle-matt-cutts-conference-badges%2F' data-shr_title='Conference+Badges%2C+Matt+Cutts+from+Google'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic --><img src="http://www.searchengineoptimizationportland.com/blog/?ak_action=api_record_view&id=995&type=feed" alt=" Conference Badges, Matt Cutts from Google"  title="Conference Badges, Matt Cutts from Google" />]]></content:encoded>
			<wfw:commentRss>http://www.searchengineoptimizationportland.com/blog/2009/01/google-matt-cutts-conference-badges/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google &#124; nofollow &#124; SES</title>
		<link>http://www.searchengineoptimizationportland.com/blog/2007/08/google-nofollow-ses/</link>
		<comments>http://www.searchengineoptimizationportland.com/blog/2007/08/google-nofollow-ses/#comments</comments>
		<pubDate>Tue, 28 Aug 2007 14:54:22 +0000</pubDate>
		<dc:creator>Gary Pool</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Matt Cutts]]></category>
		<category><![CDATA[Rand Fishkin]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.whiteroseproductions.com/blog/seo/google-nofollow-ses/</guid>
		<description><![CDATA[SES San Jose to follow or to nofollow that is the question.<p><a href="http://www.searchengineoptimizationportland.com/blog/2007/08/google-nofollow-ses/">Google | nofollow | SES</a> is a post stolen from the <a href="http://www.searchengineoptimizationportland.com/blog">Search Engine Optimizician</a></p>
]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>SES San Jose to follow or to nofollow that is the question.</p>
<p>Paid links were the most controversial topic at this years <a href="http://searchenginestrategies.com/sew/sj07/" class="extlink">SES San Jose</a>.</p>
<p>Here is a great, although 18 minute long video on Google&#8217;s paid link policy. The video is by <a href="http://videos.webpronews.com/" class="extlink">WebProNews</a> <a href="http://videos.webpronews.com/2007/08/27/ses-san-jose-rand/#" class="extlink">MC&#8217;d by Michael McDonald</a>. The video features <a href="http://www.seomoz.org/" class="extlink">SEOmoz.com</a>’s <a href="http://seomoz.org/team/randfish" class="extlink">Rand Fishkin</a> and <a href="http://www.wolf-howl.com/" class="extlink">Wolf-Howl.com</a>’s <a href="http://www.wolf-howl.com/about-graywolf/" class="extlink">Michael Gray</a>. The topics: paid links and the effects of Google using paid links.</p>
<p align="center"><iframe src="http://videos.webpronews.com/video/frame2.php?movie_name=sesrandgrey082707" align="middle" frameborder="0" height="251" scrolling="no" width="336"></iframe></p>
<p>In a <a href="http://www.seomoz.org/blog/rand-on-the-hotseat" class="extlink">post by Rand</a>, he includes an &#8220;if I were Matt Cutts&#8221; quote.</p>
<blockquote><p>
Paid links, in Google&#8217;s opinion, pollute the search results. The people on the search quality team are spending a lot of time and brainpower fighting back by detecting and devaluing paid links. Thus, if you&#8217;re a webmaster, we&#8217;d urge you not to buy links for the perceived value that you think they might provide in helping to rank your site better. We&#8217;ve got a ton of very smart people cutting off the flow of link juice from those links and you&#8217;re going to be wasting your money. If you want to buy links for traffic or branding or other marketing purposes, that&#8217;s great, but be aware that we&#8217;re not going to count them in our rankings.
</p></blockquote>
<p>In my opinion <a href="http://www.google.com/" class="extlink">Google</a> is just jones-ing to corner the market on the value of paid links. They sell paid links how dare anyone else be able to take advantage of this without them being able to take their slice of pie. But, this is the way you would expect a <strong>monopoly</strong> to react anyway, isn&#8217;t it?</p>
<p>late,<br />
gary pool</p>
<p><a href="http://www.searchengineoptimizationportland.com/blog/2007/08/google-nofollow-ses/">Google | nofollow | SES</a> is a post stolen from the <a href="http://www.searchengineoptimizationportland.com/blog">Search Engine Optimizician</a></p>
<div class="shr-publisher-113"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='standard' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fwww.searchengineoptimizationportland.com%2Fblog%2F2007%2F08%2Fgoogle-nofollow-ses%2F' data-shr_title='Google+%7C+nofollow+%7C+SES'></a><a class='shareaholic-fbsend' data-shr_href='http%3A%2F%2Fwww.searchengineoptimizationportland.com%2Fblog%2F2007%2F08%2Fgoogle-nofollow-ses%2F'></a><a class='shareaholic-googleplusone' data-shr_size='standard' data-shr_count='true' data-shr_href='http%3A%2F%2Fwww.searchengineoptimizationportland.com%2Fblog%2F2007%2F08%2Fgoogle-nofollow-ses%2F' data-shr_title='Google+%7C+nofollow+%7C+SES'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic --><img src="http://www.searchengineoptimizationportland.com/blog/?ak_action=api_record_view&id=113&type=feed" alt=" Google | nofollow | SES"  title="Google | nofollow | SES" />]]></content:encoded>
			<wfw:commentRss>http://www.searchengineoptimizationportland.com/blog/2007/08/google-nofollow-ses/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Whitehat SEO tips for Bloggers &#124; Matt Cutts &#124; WordPress</title>
		<link>http://www.searchengineoptimizationportland.com/blog/2007/08/whitehat-seo-tips-for-bloggers-matt-cutts-wordpress/</link>
		<comments>http://www.searchengineoptimizationportland.com/blog/2007/08/whitehat-seo-tips-for-bloggers-matt-cutts-wordpress/#comments</comments>
		<pubDate>Fri, 10 Aug 2007 14:45:25 +0000</pubDate>
		<dc:creator>Gary Pool</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Matt Cutts]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.whiteroseproductions.com/blog/?p=106</guid>
		<description><![CDATA[Whitehat SEO tips for Bloggers - Matt Cutts<p><a href="http://www.searchengineoptimizationportland.com/blog/2007/08/whitehat-seo-tips-for-bloggers-matt-cutts-wordpress/">Whitehat SEO tips for Bloggers | Matt Cutts | WordPress</a> is a post stolen from the <a href="http://www.searchengineoptimizationportland.com/blog">Search Engine Optimizician</a></p>
]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>While doing my homework this morning I ran across these videos. They were posted by John Pozadzides on his One Man&#8217;s Blog. There are some great <a href="http://www.searchengineoptimizationportland.com/seo/"target="_blank"rel="external"title="Search Engine Optimization" >SEO</a> tidbits in these videos. Matt gives us some great insight. </p>
<blockquote><p>
This is a video of the one hour long lecture given by Matt Cutts at the WordCamp 2007 conference in San Francisco, CA two weeks ago on the topic of Whitehat SEO tips for Bloggers. For those not familiar, SEO stands for <a href="http://www.searchengineoptimizationportland.com/"target="_blank"rel="external"title="Portland Search Engine Optimization" >Search Engine Optimization</a> and this lecture is all about ways to make your Web site rank higher in Google and the other search engines.
</p></blockquote>
<p>The videos were filmed at WordCamp 2007 conference in San Francisco, CA. WordCamp was a 2-day conference for WordPress users and developers. The first day&#8217;s focus was on how to be a better blogger, with the second day was focused on the development and future of <a href="http://wordpress.org/" class="extlink">WordPress</a>.</p>
<p>If you watch closely these videos totaling 1 hour Matt will give you some great insight into the world of <a href="http://google.com" class="extlink">Google</a> SEO.</p>
<p><strong>Whitehat SEO tips for Bloggers &#8211; Part 1</strong><br />
		<script src="http://flash.revver.com/player/1.0/player.js?mediaId:352281;affiliateId:107036;height:392;width:480;" type="text/javascript"></script></p>
<p>		<strong>Whitehat SEO tips for Bloggers &#8211; Part 2</strong><br />
		<script src="http://flash.revver.com/player/1.0/player.js?mediaId:352486;affiliateId:107036;height:392;width:480;" type="text/javascript"></script></p>
<p>So how great was that search engine optimization information? Did you see how the blogging SEO information you picked up here will translate into the SEO for the rest of your sites?</p>
<p>You can actually download Matt&#8217;s PowerPoint presentation <a href="http://www.mattcutts.com/files/Whitehat-SEO-tips-for-bloggers.ppt" class="extlink">here</a>.</p>
<p>Thanks John!</p>
<p><span class="nostyle"><a href="http://www.ask.com/web?q=gary+pool+seo&amp;qsrc=145&amp;o=ffx" target="_blank" class="extlink">Late,</a></span><br />
<a href="http://www.searchengineoptimizationportland.com/seopdx/gary-pool.html">Gary Pool</a></p>
<p><a href="http://www.searchengineoptimizationportland.com/blog/2007/08/whitehat-seo-tips-for-bloggers-matt-cutts-wordpress/">Whitehat SEO tips for Bloggers | Matt Cutts | WordPress</a> is a post stolen from the <a href="http://www.searchengineoptimizationportland.com/blog">Search Engine Optimizician</a></p>
<div class="shr-publisher-106"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='standard' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fwww.searchengineoptimizationportland.com%2Fblog%2F2007%2F08%2Fwhitehat-seo-tips-for-bloggers-matt-cutts-wordpress%2F' data-shr_title='Whitehat+SEO+tips+for+Bloggers+%7C+Matt+Cutts+%7C+Wordpress'></a><a class='shareaholic-fbsend' data-shr_href='http%3A%2F%2Fwww.searchengineoptimizationportland.com%2Fblog%2F2007%2F08%2Fwhitehat-seo-tips-for-bloggers-matt-cutts-wordpress%2F'></a><a class='shareaholic-googleplusone' data-shr_size='standard' data-shr_count='true' data-shr_href='http%3A%2F%2Fwww.searchengineoptimizationportland.com%2Fblog%2F2007%2F08%2Fwhitehat-seo-tips-for-bloggers-matt-cutts-wordpress%2F' data-shr_title='Whitehat+SEO+tips+for+Bloggers+%7C+Matt+Cutts+%7C+Wordpress'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic --><img src="http://www.searchengineoptimizationportland.com/blog/?ak_action=api_record_view&id=106&type=feed" alt=" Whitehat SEO tips for Bloggers | Matt Cutts | Wordpress"  title="Whitehat SEO tips for Bloggers | Matt Cutts | Wordpress" />]]></content:encoded>
			<wfw:commentRss>http://www.searchengineoptimizationportland.com/blog/2007/08/whitehat-seo-tips-for-bloggers-matt-cutts-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SearchFest 2008</title>
		<link>http://www.searchengineoptimizationportland.com/blog/2007/07/searchfest-2008/</link>
		<comments>http://www.searchengineoptimizationportland.com/blog/2007/07/searchfest-2008/#comments</comments>
		<pubDate>Fri, 13 Jul 2007 04:56:34 +0000</pubDate>
		<dc:creator>Gary Pool</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Matt Cutts]]></category>
		<category><![CDATA[Rand Fishkin]]></category>
		<category><![CDATA[Raves]]></category>
		<category><![CDATA[SEM]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.whiteroseproductions.com/blog/?p=93</guid>
		<description><![CDATA[ ...names I over heard being thrown around were Matt Cutts, Rand Fishkin, Aaron Wall, Chris Sherman, Cindy Krum, Catherine Seda, John Battelle...<p><a href="http://www.searchengineoptimizationportland.com/blog/2007/07/searchfest-2008/">SearchFest 2008</a> is a post stolen from the <a href="http://www.searchengineoptimizationportland.com/blog">Search Engine Optimizician</a></p>
]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><img style=' float: right; padding: 4px; margin: 0 0 2px 7px;'  class="alignright" src="http://www.sempdx.org/Resources/Category/000010/0000/SEMpdxlogo-1.gif" alt="SEMpdxlogo 1 SearchFest 2008"  title="SearchFest 2008" />Search Engine Marketing Professionals of Portland is an organization based in Portland, Oregon whose mission is to inform and educate area businesses on the benefits of <a href="http://www.searchengineoptimizationportland.com/sem/"target="_blank"rel="external"title="Search Engine Marketing" >SEM</a>.</p>
<p>I attended the SEMpdx Networking Event at Paddy&#8217;s Bar &#038; Grill (65 SW Yamhill St., Portland, OR 97204). The Topic I heard the most about was our annual event SearchFest. Last years <a href="http://www.searchengineoptimizationportland.com/blog/2007/03/searchfest-2007-fantastic-conference/">SearchFest 2007</a> was an incredible event. Next Years promises to be even better.</p>
<p>SearchFest 2008 was a hot topic at this networking event. Some of the names I over heard being thrown around were <a href="http://www.mattcutts.com/blog/" class="extlink">Matt Cutts</a>, <a href="http://www.seomoz.org/blog/author/63" class="extlink">Rand Fishkin</a>, <a href="http://www.seobook.com/" class="extlink">Aaron Wall</a>, <a href="http://search.searchengineland.com/search?w=Chris+Sherman" class="extlink">Chris Sherman</a>, Cindy Krum, <a href="http://catherineseda.blogspot.com/" class="extlink">Catherine Seda</a>, <a href="http://battellemedia.com/" class="extlink">John Battelle</a>, <a href="http://www.searchenginewriting.com/" class="extlink">Heather Lloyd-Martin</a>, <a href="http://www.vanessafoxnude.com/" class="extlink">Vanessa Fox</a>, <a href="http://blog.guykawasaki.com/" class="extlink">Guy Kawasaki</a>, <a href="http://www.pdxtc.com/wpblog/" class="extlink">Scott Hendison,</a> and <a href="http://daggle.com/" class="extlink">Danny Sulivan</a>.</p>
<p>I can&#8217;t wait for the actual lineup to be released. SearchFest 2008 will be hosted at the fantastic facilities at the Oregon Zoo. It is going to be a day long catered event. The facilities are plush and even have an open air covered patio right off the main lobby. SearchFest 2008 is scheduled to be held March 10, 2008. If you want to attend this marvelous event I would suggest you get your tickets early.</p>
<p>The next SEMpdx event will be the <a href="http://www.sempdx.org/Events/?launch_pg=EventPage&#038;launch_sel=1000116" class="extlink">SEM Hot Seat</a>. It will be heald Tuesday, August 14 2007, Registration &#038; Networking: 6:00 PM, Program: 6:30 &#8211; 8:00 PM. This Hot Seat will be held at the <a href="http://www.hoteldeluxeportland.com/" class="extlink">Hotel DeLuxe (729 SW 15th Ave. Portland, OR 97205)</a>. Get real search marketing advice from experienced <a href="http://www.searchengineoptimizationportland.com/seo/"target="_blank"rel="external"title="Search Engine Optimization" >SEO</a> &#038; PPC experts. Take part in SEM Hot Seat, an intimate panel event where you’ll get real, specific search engine marketing advice tailored to your site at a bargain price. You can also just attend to hear the experts go through their paces.</p>
<p>I&#8217;ll see you at the SEMpdx Hot Seat</p>
<p><span class="nostyle"><a href="http://www.ask.com/web?q=gary+pool+seo&amp;qsrc=145&amp;o=ffx" class="extlink">Late,</a></span><br />
<a href="http://www.searchengineoptimizationportland.com/seopdx/gary-pool.html">Gary Pool</a></p>
<p><a href="http://www.searchengineoptimizationportland.com/blog/2007/07/searchfest-2008/">SearchFest 2008</a> is a post stolen from the <a href="http://www.searchengineoptimizationportland.com/blog">Search Engine Optimizician</a></p>
<div class="shr-publisher-93"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='standard' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fwww.searchengineoptimizationportland.com%2Fblog%2F2007%2F07%2Fsearchfest-2008%2F' data-shr_title='SearchFest+2008'></a><a class='shareaholic-fbsend' data-shr_href='http%3A%2F%2Fwww.searchengineoptimizationportland.com%2Fblog%2F2007%2F07%2Fsearchfest-2008%2F'></a><a class='shareaholic-googleplusone' data-shr_size='standard' data-shr_count='true' data-shr_href='http%3A%2F%2Fwww.searchengineoptimizationportland.com%2Fblog%2F2007%2F07%2Fsearchfest-2008%2F' data-shr_title='SearchFest+2008'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic --><img src="http://www.searchengineoptimizationportland.com/blog/?ak_action=api_record_view&id=93&type=feed" alt=" SearchFest 2008"  title="SearchFest 2008" />]]></content:encoded>
			<wfw:commentRss>http://www.searchengineoptimizationportland.com/blog/2007/07/searchfest-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Story of Matt Cutts, MySpace, SEO, Youtube, and the Algorithm March</title>
		<link>http://www.searchengineoptimizationportland.com/blog/2007/06/matt-cutts-myspace-seo-youtube-and-the-algorithm-march/</link>
		<comments>http://www.searchengineoptimizationportland.com/blog/2007/06/matt-cutts-myspace-seo-youtube-and-the-algorithm-march/#comments</comments>
		<pubDate>Wed, 20 Jun 2007 17:53:45 +0000</pubDate>
		<dc:creator>Gary Pool</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Matt Cutts]]></category>
		<category><![CDATA[Meta Tags]]></category>
		<category><![CDATA[Search Engines]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://www.whiteroseproductions.com/blog/?p=89</guid>
		<description><![CDATA[The story of Matt Cutts, MySpace, SEO, Youtube, and the Algorithm March.<p><a href="http://www.searchengineoptimizationportland.com/blog/2007/06/matt-cutts-myspace-seo-youtube-and-the-algorithm-march/">The Story of Matt Cutts, MySpace, SEO, Youtube, and the Algorithm March</a> is a post stolen from the <a href="http://www.searchengineoptimizationportland.com/blog">Search Engine Optimizician</a></p>
]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><img class="avitar" src="http://www.searchengineoptimizationportland.com/blog/wp-content/uploads/icons/white_hat.png" width="48" height="48" alt="white hat The Story of Matt Cutts, MySpace, SEO, Youtube, and the Algorithm March"  title="The Story of Matt Cutts, MySpace, SEO, Youtube, and the Algorithm March" />
<p>I was surfing the net and watching some older <a href="http://www.mattcutts.com/blog/" class="extlink">Matt Cutts</a> videos looking for some tidbits. They are all very informative and well worth watching. Here is a list with links.</p>
<ul>
<li><a href="http://video.google.com/videoplay?docid=3227639395500097587" class="extlink"><strong>Crawl dates in Google cache</strong></a><br />
				4 min &#8211; Sep 6, 2006<br />
				Matt talks about how <a href="http://en.wikipedia.org/wiki/Googlebot" class="extlink">Googlebot</a> crawls the web, and what &quot;crawl date&quot; is shown on cached pages. In this video: &#8211; Red candy is a 404 page &#8211; Purple candy is a 200 (OK) page &#8211; Green candy is a 304 status code (page has not changed)</li>
<li><a href="http://video.google.com/googleplayer.swf?docId=-5179191836301432169" class="extlink"><strong>Qualities of a good site</strong></a><br />
				6 min &#8211; Jul 30, 2006<br />
				Matt Cutts answers Google questions: &#8211; Does Sitemaps depend on pageviews? &#8211; What are the top things to do in <a href="http://www.searchengineoptimizationportland.com/seo/"target="_blank"rel="external"title="Search Engine Optimization" >SEO</a>? &#8211; How does Google decide to use a DMOZ snippet versus the description from a meta tag? &#8211; Should I use bold or strong tags?</li>
<li><a href="http://video.google.com/googleplayer.swf?docId=8553629667451959310" class="extlink"><strong>Optimize for Search Engines or Users?</strong></a><br />
				4 min &#8211; Jul 30, 2006<br />
				Matt discusses SEO VS. User Opitmization, Site Spam, and <a href="http://www.w3.org/QA/Tools/#validators" class="extlink">Code Validation</a> and the <a href="http://www.w3.org/" class="extlink">W3C</a>.</li>
<li><a href="http://video.google.com/videoplay?docid=-7246927612831078230" class="extlink">Recap of SES San Jose 2006</a><br />
				9 min &#8211; Aug 28, 2006<br />
				A short review of news from SES San Jose, and some educational or funny moments.<br />
				Some of the changes happening to people or companies recently &#8211; Fun moments</li>
<li><a href="http://www.youtube.com/watch?v=_r2vp4x-JtU" class="extlink"><strong>Matt Cutts Warns Against Buying Links</strong></a><br />
				51 sec &#8211; Jun 15, 2007<br />
				Matt explains that link buying IS against the practice of link buying and warns those who are participating in such schemes may face tough times ahead as Google works harder to remove them.</li>
</ul>
<p>During my <a href="http://www.google.com/" class="extlink">Google</a> searching of various SEO topics I ran across a series of videos with the keyword &quot;<a href="http://en.wikipedia.org/wiki/Algorithm" class="extlink">Algorithm</a>&quot; using the related topics link. Curiosity got the best of me, so I watched some of the videos on <a href="http://youtube.com/results?search_query=algorithm&#038;search=" class="extlink">youtube</a>. These are great. I even uploaded one of the videos to <a href="http://myspace.com/seogary" class="extlink">myspace</a>. It&#8217;s called the <strong><em>Algorithm March</em></strong> check it out.</p>
<p><embed id="VideoPlayback" src="http://video.google.com/googleplayer.swf?docid=-664493411424324244&#038;hl=en&#038;fs=true" style="width:425px;height:355px" allowFullScreen="true" allowScriptAccess="always" type="application/x-shockwave-flash"> </embed></p>
<p>This is a clip from a japanese kids show called &quot;Pythagoras Switch&quot; or &quot;Pitagora Suicchi&quot;. </p>
<p>One last tidbit. Searching this  morning I found a Google result for a Matt Cutts blog post that wasn&#8217;t uploaded yet&#8230; Uhmm.</p>
<p><a href="http://www.mattcutts.com/blog/" class="extlink">Matt Cutts: Gadgets, Google, and SEO</a><br />
			I also got Matt-jacked into a dark room by Rand for the “SMX Diaries” video interviews. And WebProNews had some snippets of me from the Q&amp;A session. &#8230;<br />
			<a href="http://www.mattcutts.com/blog/" class="extlink">www.mattcutts.com/blog/</a> &#8211; Jun 19, 2007</p>
<p>		The latest post on his blog is or was:</p>
<p>Terry <a href="http://www.searchengineoptimizationportland.com/sem/"target="_blank"rel="external"title="Search Engine Marketing" >Sem</a>el stepping down<br />
			June 18, 2007 @ 1:45 pm · Filed under Web/Net</p>
<p>Well thats the story of <a href="http://mattcutts.com" class="extlink">Matt Cutts</a> <a href="http://myspace.com" class="extlink">MySpace</a>, <a href="http://seopdx.com" class="extlink">SEO</a>, <a href="http://youtube.com" class="extlink">Youtube,</a> and the <a href="http://video.google.com/videoplay?docid=-664493411424324244" class="extlink">Algorithm March</a>.</p>
<p><span class="nostyle"><a href="http://www.ask.com/web?q=gary+pool+seo&amp;qsrc=145&amp;o=ffx" class="extlink">Late,</a></span><br />
<a href="http://www.searchengineoptimizationportland.com/seopdx/gary-pool.html">Gary Pool</a></p>
<p><a href="http://www.searchengineoptimizationportland.com/blog/2007/06/matt-cutts-myspace-seo-youtube-and-the-algorithm-march/">The Story of Matt Cutts, MySpace, SEO, Youtube, and the Algorithm March</a> is a post stolen from the <a href="http://www.searchengineoptimizationportland.com/blog">Search Engine Optimizician</a></p>
<br />Terms related to this post:<div class="nostyle"<a href="http://www.searchengineoptimizationportland.com/blog/2007/06/matt-cutts-myspace-seo-youtube-and-the-algorithm-march/" title="seo and myspace">seo and myspace</a><br /></div><div class="shr-publisher-89"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='standard' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fwww.searchengineoptimizationportland.com%2Fblog%2F2007%2F06%2Fmatt-cutts-myspace-seo-youtube-and-the-algorithm-march%2F' data-shr_title='The+Story+of+Matt+Cutts%2C+MySpace%2C+SEO%2C+Youtube%2C+and+the+Algorithm+March'></a><a class='shareaholic-fbsend' data-shr_href='http%3A%2F%2Fwww.searchengineoptimizationportland.com%2Fblog%2F2007%2F06%2Fmatt-cutts-myspace-seo-youtube-and-the-algorithm-march%2F'></a><a class='shareaholic-googleplusone' data-shr_size='standard' data-shr_count='true' data-shr_href='http%3A%2F%2Fwww.searchengineoptimizationportland.com%2Fblog%2F2007%2F06%2Fmatt-cutts-myspace-seo-youtube-and-the-algorithm-march%2F' data-shr_title='The+Story+of+Matt+Cutts%2C+MySpace%2C+SEO%2C+Youtube%2C+and+the+Algorithm+March'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic --><img src="http://www.searchengineoptimizationportland.com/blog/?ak_action=api_record_view&id=89&type=feed" alt=" The Story of Matt Cutts, MySpace, SEO, Youtube, and the Algorithm March"  title="The Story of Matt Cutts, MySpace, SEO, Youtube, and the Algorithm March" />]]></content:encoded>
			<wfw:commentRss>http://www.searchengineoptimizationportland.com/blog/2007/06/matt-cutts-myspace-seo-youtube-and-the-algorithm-march/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google&#8217;s Supplemental Hell Exposed?</title>
		<link>http://www.searchengineoptimizationportland.com/blog/2007/05/googles-supplemental-hell-exposed/</link>
		<comments>http://www.searchengineoptimizationportland.com/blog/2007/05/googles-supplemental-hell-exposed/#comments</comments>
		<pubDate>Mon, 07 May 2007 20:22:09 +0000</pubDate>
		<dc:creator>Gary Pool</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Matt Cutts]]></category>
		<category><![CDATA[Rand Fishkin]]></category>
		<category><![CDATA[Search Engines]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.whiteroseproductions.com/blog/?p=74</guid>
		<description><![CDATA[Everybody's talking about "Supplemental Hell"<p><a href="http://www.searchengineoptimizationportland.com/blog/2007/05/googles-supplemental-hell-exposed/">Google&#8217;s Supplemental Hell Exposed?</a> is a post stolen from the <a href="http://www.searchengineoptimizationportland.com/blog">Search Engine Optimizician</a></p>
]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Everybody&#8217;s talking about &#8220;<strong>Supplemental Hell</strong>&#8221; now days, with Forbes reporter Andy Greenberg&#8217;s very biased article &#8220;<strong>Condemned To Google Hell</strong>&#8221; this week, Rand is jumping on the bandwagon with his Whiteboard Friday this week. Rand also gives us some <strong><em>secret information</em></strong> on the topic shh!</p>
<p>Whiteboard Friday &#8211; &#8220;<a href="http://www.seomoz.org/blog/whiteboard-friday-supplementary-my-dear-watson" class="extlink"><strong>Supplementary My Dear Watson</strong></a>&#8221; from <a href="http://www.seomoz.org/" class="extlink"><strong>SEOmoz</strong></a> and <a href="http://www.seomoz.org/team/randfish" class="extlink"><strong>Rand Fishkin</strong></a>.</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/UOE_mTCya44&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/UOE_mTCya44&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p>Some thoughts from <a href="http://www.mattcutts.com/blog" class="extlink"><strong>Matt Cuts</strong></a>:</p>
<blockquote><p>I&#8217;d agree with most of your video and your bullet points, but lean more toward Michael&#8217;s viewpoint on bullet point #2; duplicate content doesn&#8217;t make you more likely to have pages in the supplemental index in my experience. It could be a symptom but not a cause, e.g. lots of duplicate content implies lots of pages, and potentially less PageRank for each of those pages. So trying to surface an entire large catalog of pages would mean less PageRank for each page, which could lead to those pages being less likely to be included in our main web index. I&#8217;m not aware of an explicit mechanism whereby duplicate content is more likely to be in our supplemental results, but I&#8217;m also happy to admit that as supplemental results are different from webspam, I&#8217;m not the expert at Google on every aspect of supplemental results.</p>
<p>    One fine point to make: when people see the &#8220;show duplicate results&#8221; link at the end of search results and click it to add &#8220;&#038;filter=0&#8243; as an extra parameter, the new results you see are not all from the supplemental results. Lemme see if I can find a query to demonstrate that. Ah, here we are, the first one I tried. [site:mattcutts.com foxmarks] returns one result. If I click to see more results, that post has also been indexed at other urls, but at least two of the extra urls are in our main web index, not the supplemental index.</p></blockquote>
<p>Maybe it&#8217;s not really Google Hell after all, just purgatory?</p>
<p>late,<br />
<span class="nostyle"><a href="http://www.ask.com/web?q=gary+pool+seo&amp;qsrc=145&amp;o=ffx" class="extlink">Gary</a></span></p>
<p><a href="http://www.searchengineoptimizationportland.com/blog/2007/05/googles-supplemental-hell-exposed/">Google&#8217;s Supplemental Hell Exposed?</a> is a post stolen from the <a href="http://www.searchengineoptimizationportland.com/blog">Search Engine Optimizician</a></p>
<div class="shr-publisher-74"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='standard' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fwww.searchengineoptimizationportland.com%2Fblog%2F2007%2F05%2Fgoogles-supplemental-hell-exposed%2F' data-shr_title='Google%27s+Supplemental+Hell+Exposed%3F'></a><a class='shareaholic-fbsend' data-shr_href='http%3A%2F%2Fwww.searchengineoptimizationportland.com%2Fblog%2F2007%2F05%2Fgoogles-supplemental-hell-exposed%2F'></a><a class='shareaholic-googleplusone' data-shr_size='standard' data-shr_count='true' data-shr_href='http%3A%2F%2Fwww.searchengineoptimizationportland.com%2Fblog%2F2007%2F05%2Fgoogles-supplemental-hell-exposed%2F' data-shr_title='Google%27s+Supplemental+Hell+Exposed%3F'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic --><img src="http://www.searchengineoptimizationportland.com/blog/?ak_action=api_record_view&id=74&type=feed" alt=" Googles Supplemental Hell Exposed?"  title="Googles Supplemental Hell Exposed?" />]]></content:encoded>
			<wfw:commentRss>http://www.searchengineoptimizationportland.com/blog/2007/05/googles-supplemental-hell-exposed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  www.searchengineoptimizationportland.com/blog/category/matt-cutts/feed/ ) in 0.47924 seconds, on Feb 8th, 2012 at 11:03 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 9th, 2012 at 12:03 am UTC -->
