<?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>Tyler Nichols Weblog &#187; SEO</title>
	<atom:link href="http://www.tylernichols.com/category/seo/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tylernichols.com</link>
	<description></description>
	<lastBuildDate>Tue, 10 Jan 2012 14:03:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Dynamic Cross-Domain Canonical URL&#8217;s with PHP</title>
		<link>http://www.tylernichols.com/seo/dynamic-url-canonicalization</link>
		<comments>http://www.tylernichols.com/seo/dynamic-url-canonicalization#comments</comments>
		<pubDate>Fri, 02 Apr 2010 13:14:23 +0000</pubDate>
		<dc:creator>tyler</dc:creator>
				<category><![CDATA[Search Marketing]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.tylernichols.com/?p=184</guid>
		<description><![CDATA[Google announced support for specifying a canonical representation of content back in Feb of 2009. This was done in order to help webmasters avoid duplicate content in their sites by specifying the rel=&#8221;canonical&#8221; link element in the head section of duplicate pages. In December of 2009, Google announced the ability to implement the canonical tag [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-vertical"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.tylernichols.com/seo/dynamic-url-canonicalization" data-text="Dynamic Cross-Domain Canonical URL&#8217;s with PHP" data-count="vertical" data-via="socializeWP" data-related="tylernichols"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-vertical"><g:plusone size="tall" href="http://www.tylernichols.com/seo/dynamic-url-canonicalization"></g:plusone></div></div><p>Google announced support for <a href="http://googlewebmastercentral.blogspot.com/2009/02/specify-your-canonical.html" target="_blank">specifying a canonical</a> representation of content back in Feb of 2009. This was done in order to help webmasters avoid duplicate content in their sites by specifying the rel=&#8221;canonical&#8221; link element in the head section of duplicate pages. In December of 2009, Google announced the ability to implement the canonical tag <a href="http://googlewebmastercentral.blogspot.com/2009/12/handling-legitimate-cross-domain.html">cross-domain</a>. This is particularly helpful for webmasters who have mulitple domain names pointing at the same content and cannot implement 301 redirects on their servers.</p>
<p>If you have a dynamic site, editing the head of each document individually is not possible. In this  situation you can utilize the Apache REQUEST_URI  server variable in PHP to create the canonical link element dynamically. The example code is below:</p>
<pre class="brush: js">&lt;link rel="canonical" href="http://www.domain.com&lt;?php echo htmlspecialchars($_SERVER['REQUEST_URI']) ?&gt;" /&gt;</pre>
<p>In this example, you would put the code snippet in the head area of your dynamic page(s) on your other domains ie. <em>domain.net</em> and <em>domain.org. </em>This tells the search engines that no matter what the path or page is on those domains, the canonical location of that page is located on <em>domain.com</em>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tylernichols.com/seo/dynamic-url-canonicalization/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wiispace.com featured on Shoemoney&#8217;s Blog</title>
		<link>http://www.tylernichols.com/seo/wiispacecom-featured-on-shoemoneys-blog</link>
		<comments>http://www.tylernichols.com/seo/wiispacecom-featured-on-shoemoneys-blog#comments</comments>
		<pubDate>Wed, 20 Jun 2007 03:04:27 +0000</pubDate>
		<dc:creator>tyler</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.tylernichols.com/seo/wiispacecom-featured-on-shoemoneys-blog/</guid>
		<description><![CDATA[Well I sent a t-shirt off to Jeremy AKA Shoemoney and he was kind enough to do a blog post about it. In case you didn&#8217;t know, Jeremy is a successful web publisher, Technorati Top 100 blogger and the creator of AuctionAds.com]]></description>
			<content:encoded><![CDATA[<p></p><div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-vertical"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.tylernichols.com/seo/wiispacecom-featured-on-shoemoneys-blog" data-text="Wiispace.com featured on Shoemoney&#8217;s Blog" data-count="vertical" data-via="socializeWP" data-related="tylernichols"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-vertical"><g:plusone size="tall" href="http://www.tylernichols.com/seo/wiispacecom-featured-on-shoemoneys-blog"></g:plusone></div></div><p>Well I sent a t-shirt off to Jeremy AKA Shoemoney and he was kind enough to do a <a href="http://www.shoemoney.com/2007/06/08/wiispace-nintendo-wii-forums-free-shirt-friday/">blog post</a> about it. In case you didn&#8217;t know, Jeremy is a successful web publisher, Technorati Top 100 blogger and the creator of AuctionAds.com</p>
<p><!--adsense--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tylernichols.com/seo/wiispacecom-featured-on-shoemoneys-blog/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google is Broken</title>
		<link>http://www.tylernichols.com/seo/google-is-broken</link>
		<comments>http://www.tylernichols.com/seo/google-is-broken#comments</comments>
		<pubDate>Thu, 11 May 2006 14:37:27 +0000</pubDate>
		<dc:creator>tyler</dc:creator>
				<category><![CDATA[Search Engines]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.tylernichols.com/seo/google-is-broken/</guid>
		<description><![CDATA[Eweek published an article yesterday about the negative effects of Google&#8217;s &#8220;Big Daddy&#8221; rollout. In the article, Larry Page is quoted as saying the issue has caught Google by surprise and they have a team investigating what happened. I can speak from my own experience. I have a few sites which have dropped from 1000&#8242;s [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-vertical"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.tylernichols.com/seo/google-is-broken" data-text="Google is Broken" data-count="vertical" data-via="socializeWP" data-related="tylernichols"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-vertical"><g:plusone size="tall" href="http://www.tylernichols.com/seo/google-is-broken"></g:plusone></div></div><p><!--adsense--></p>
<p>Eweek published an <a target="_blank" title="Google Big Daddy Broken" href="http://www.eweek.com/article2/0,1759,1959865,00.asp?kc=EWRSS03119TX1K0000594">article</a> yesterday about the negative effects of Google&#8217;s &#8220;Big Daddy&#8221; rollout. In the article, Larry Page is quoted as saying the issue has caught Google by surprise and they have a team investigating what happened.</p>
<p>I can speak from my own experience. I have a few sites which have dropped from 1000&#8242;s of pages indexed down to only a few. One site dropped to only having it&#8217;s index page listed. What&#8217;s interesting to me is that Google hasn&#8217;t come out before now to tell us their index is &#8220;broken&#8221;. Most of us in the SEO community have known something was broken with the Big Daddy rollout for awhile now.</p>
<p><strong>Lack of Storage</strong>? Google&#8217;s CEO Eric Schmidt has recently stated in an interview that Google faces a massive machine crisis, saying they are running out of storage. Not sure how a company with the resources of Google can have a machine shortage. Perhaps they were trying to purge some spam and duplicate content from their index in to free up much needed storage. Perhaps the pruning went too far, deleting quality pages and sites.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tylernichols.com/seo/google-is-broken/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Website sues Google over Search Ranking</title>
		<link>http://www.tylernichols.com/seo/website-sues-google-over-search-ranking</link>
		<comments>http://www.tylernichols.com/seo/website-sues-google-over-search-ranking#comments</comments>
		<pubDate>Fri, 24 Mar 2006 15:05:07 +0000</pubDate>
		<dc:creator>tyler</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.tylernichols.com/archives/website-sues-google-over-search-ranking/</guid>
		<description><![CDATA[KinderStart.com is suing Google because their search engine ranking has fallen. Now their revenues are down 70% as well. Hello KinderStart, SERP&#8217;s are dynamic. What makes you think you are &#8220;entitled&#8221; to being ranked well. Actually the site is just a directory that looks like it&#8217;s sole purpose is to pimp adsense and other advertising. [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-vertical"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.tylernichols.com/seo/website-sues-google-over-search-ranking" data-text="Website sues Google over Search Ranking" data-count="vertical" data-via="socializeWP" data-related="tylernichols"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-vertical"><g:plusone size="tall" href="http://www.tylernichols.com/seo/website-sues-google-over-search-ranking"></g:plusone></div></div><p><!--adsense--></p>
<p><a title="KinderStart.com suing Google" href="http://www.redherring.com/Article.aspx?a=16187&#038;hed=Google+Sued+over+Ranking&#038;sector=Industries&#038;subsector=InternetAndServices">KinderStart.com is suing Google</a> because their search engine ranking has fallen. Now their revenues are down 70% as well. Hello KinderStart,  SERP&#8217;s are dynamic. What makes you think you are &#8220;entitled&#8221; to being ranked well. Actually the site is just a directory that looks like it&#8217;s sole purpose is to pimp adsense and other advertising. I also see a ton of what looks like recipricol linking back to KinderStart.com, perhaps that&#8217;s it.</p>
<p>Boo Hoo&#8230;.. stop whining.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tylernichols.com/seo/website-sues-google-over-search-ranking/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EasterBunnyLetter.com is live!</title>
		<link>http://www.tylernichols.com/seo/easterbunnylettercom-is-live</link>
		<comments>http://www.tylernichols.com/seo/easterbunnylettercom-is-live#comments</comments>
		<pubDate>Wed, 08 Mar 2006 04:05:15 +0000</pubDate>
		<dc:creator>tyler</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.tylernichols.com/?p=30</guid>
		<description><![CDATA[Finished my wife&#8217;s new personalized Easter Bunny Letter site tonight. Hopefully I will have enough time before the Easter holiday to properly SEO it. I have coded it out as a valid tableless layout. Actually, the site is sitting pretty good at # 3 #2 for the phrase &#8220;easter bunny letter&#8221; on Google. I am [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-vertical"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.tylernichols.com/seo/easterbunnylettercom-is-live" data-text="EasterBunnyLetter.com is live!" data-count="vertical" data-via="socializeWP" data-related="tylernichols"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-vertical"><g:plusone size="tall" href="http://www.tylernichols.com/seo/easterbunnylettercom-is-live"></g:plusone></div></div><p><!--adsense--></p>
<p>Finished my wife&#8217;s new personalized <a title="Easter Bunny Letter" target="_blank" href="http://www.easterbunnyletter.com">Easter Bunny Letter</a> site tonight. Hopefully I will have enough time before the Easter holiday to properly SEO it. I have coded it out as a valid tableless layout. Actually, the site is sitting pretty good at <strike># 3 </strike> #2 for the phrase &#8220;<a href="http://www.google.com/search?hl=en&#038;lr=&#038;c2coff=1&#038;rls=GGGL%2CGGGL%3A2005-09%2CGGGL%3Aen&#038;q=easter+bunny+letter&#038;btnG=Search">easter bunny letter</a>&#8221; on Google. I am no where to be found on Yahoo! and <strike>MSN</strike> #1 on MSN.<br />
This should be a nice addition to Sandi&#8217;s other site <a title="Santa Letter" href="http://www.letterfromsanta.org">Letter From Santa</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tylernichols.com/seo/easterbunnylettercom-is-live/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

