<?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>Ken Shafer&#039;s Bloggity-Blog &#187; SEO</title>
	<atom:link href="http://shaferdesigns.com/category/seo/feed/" rel="self" type="application/rss+xml" />
	<link>http://shaferdesigns.com</link>
	<description>SEO, Social Media and General Web Designs Stuffs</description>
	<lastBuildDate>Fri, 03 Sep 2010 03:16:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>HTML5&#8242;s Semantic Markup and SEO</title>
		<link>http://shaferdesigns.com/seo/html5s-semantic-markup-and-seo/</link>
		<comments>http://shaferdesigns.com/seo/html5s-semantic-markup-and-seo/#comments</comments>
		<pubDate>Fri, 03 Sep 2010 03:14:29 +0000</pubDate>
		<dc:creator>Ken Shafer</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[HTML5]]></category>

		<guid isPermaLink="false">http://shaferdesigns.com/?p=175</guid>
		<description><![CDATA[I believe it to be common knowledge that search engines would want to place a lower emphasis on links or content located in a repeating nav bar or especially a footer.  Greater emphasis is, and probably should be, placed on the more unique content and links found in the &#8220;body&#8221; of the page. Currently with [...]]]></description>
			<content:encoded><![CDATA[<p>I believe it to be common knowledge that search engines would want to place a lower emphasis on links or content located in a repeating nav bar or especially a footer.  Greater emphasis is, and probably should be, placed on the more unique content and links found in the &#8220;body&#8221; of the page.</p>
<p>Currently with HTML4, mark-up coders are working with document structures like this:</p>
<pre>&lt;div id="header"&gt;
[insert a logo]
[insert some links]&lt;/div&gt;
&lt;div id="leftnav"&gt;[bunch-o-links]&lt;/div&gt;
&lt;div class="post"&gt;&lt;p&gt;Lorem Ipsum&lt;/p&gt;&lt;/div&gt;
&lt;div id="footer"&gt;[bunch-o-links]&lt;/div&gt;</pre>
<p>In principle, &lt;div&gt; tags are generic and don&#8217;t tell the browser/crawler anything about the content it contains. It&#8217;s true that I&#8217;ve used some semantic ids and class names in the above example but that&#8217;s just for ease of illustration. I could have called them anything.</p>
<p>If we change up the obvious id and class names, the only way a search engine would know that something is actually a footer or a nav-bar is if it repeats over and over again. But that&#8217;s sort of the crucial part, isn&#8217;t it? It has to have a way to KNOW that some section is repeating in order to devalue any part of it. Across billions of web pages that would be a fair amount of heavy lifting to maintain.</p>
<p>Well HTML5 is about to make their lives a LOT easier. Here&#8217;s how that same code above would look in HTML5:</p>
<pre>&lt;header&gt;
[insert a logo]
[insert some links]&lt;/header&gt;
&lt;nav&gt;[bunch-o-links]&lt;/nav&gt;
&lt;article&gt;&lt;p&gt;Lorem Ipsum&lt;/p&gt;&lt;/article&gt;
&lt;footer&gt;[bunch-o-links]&lt;/footer&gt;</pre>
<p>With HTML5 and semantic markup, browsers and crawler will know exactly what section of the page contain what content. Now all a search engine needs to do is just say &#8220;Oh, it&#8217;s the footer tag. Give -5 internet points to all the links contained therein.&#8221; Or, worse yet, just ignore them completely and only concern themselves with what&#8217;s in the &lt;article&gt; tag.</p>
<p>Don&#8217;t get me wrong here. I&#8217;m all for semantic markup, microformats and RDFa, and all that good stuff. HTML5 is going to be powerful (and it&#8217;s about time anyways). I just thought this could make for an interesting side effect of the transition.</p>
<p>Thoughts?</p>
]]></content:encoded>
			<wfw:commentRss>http://shaferdesigns.com/seo/html5s-semantic-markup-and-seo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Discussion Group at MultifamilyInsders.com</title>
		<link>http://shaferdesigns.com/seo/new-discussion-group-at-multifamilyinsders-com/</link>
		<comments>http://shaferdesigns.com/seo/new-discussion-group-at-multifamilyinsders-com/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 20:21:48 +0000</pubDate>
		<dc:creator>Ken Shafer</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://shaferdesigns.com/?p=151</guid>
		<description><![CDATA[As some of you know, I am the SEO Manager at Apartments.com. Among other things, I try to engage in conversations regarding SEO and the multifamily industry. To that end, I have created an SEO-specific forum on MultifamilyInsiders.com. It&#8217;s open to everyone. Join the group and let&#8217;s talk SEO! http://www.multifamilyinsiders.com/home/apartment-groups?action=gj.core.groups.showgroup&#38;groupid=81 See you there!]]></description>
			<content:encoded><![CDATA[<p>As some of you know, I am the SEO Manager at Apartments.com. Among other things, I try to engage in conversations regarding SEO and the multifamily industry. To that end, I have created an SEO-specific forum on MultifamilyInsiders.com. It&#8217;s open to everyone. Join the group and let&#8217;s talk SEO!</p>
<p><a href="http://www.multifamilyinsiders.com/home/apartment-groups?action=gj.core.groups.showgroup&amp;groupid=81">http://www.multifamilyinsiders.com/home/apartment-groups?action=gj.core.groups.showgroup&amp;groupid=81</a></p>
<p>See you there!</p>
]]></content:encoded>
			<wfw:commentRss>http://shaferdesigns.com/seo/new-discussion-group-at-multifamilyinsders-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Impact of Rich Snippets on Traffic</title>
		<link>http://shaferdesigns.com/seo/impact-of-rich-snippets-on-traffic/</link>
		<comments>http://shaferdesigns.com/seo/impact-of-rich-snippets-on-traffic/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 22:18:37 +0000</pubDate>
		<dc:creator>Ken Shafer</dc:creator>
				<category><![CDATA[Engine News]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Microformats]]></category>
		<category><![CDATA[RDFa]]></category>
		<category><![CDATA[Rich Snippets]]></category>

		<guid isPermaLink="false">http://shaferdesigns.com/?p=111</guid>
		<description><![CDATA[On January 22nd, Google announced the inclusion of event-related information in their Rich Snippets. The protocol will be based off the hCalendar microformat and will look like this: Now, let&#8217;s consider another post that covers Rich Snippets as well as something called &#8220;Answer Highlighting&#8221; which looks like this: &#8220;Consider the example, [empire state height]. The [...]]]></description>
			<content:encoded><![CDATA[<p>On January 22nd, <a href="http://googlewebmastercentral.blogspot.com/2010/01/introducing-new-rich-snippets-format.html?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed:+blogspot/amDG+(Official+Google+Webmaster+Central+Blog)">Google announced</a> the inclusion of event-related information in their Rich Snippets. The protocol will be based off the hCalendar microformat and will look like this:</p>
<p><img src="http://1.bp.blogspot.com/_o5Na_9269nA/S1nnV8U-pYI/AAAAAAAADX0/FkIocIhR7Ig/s400/events-rich-snippets.png" alt="" /></p>
<p>Now, let&#8217;s consider <a href="http://googleblog.blogspot.com/2010/01/understanding-web-to-make-search-more.html" target="_blank">another post</a> that covers Rich Snippets as well as something called &#8220;Answer Highlighting&#8221; which looks like this:</p>
<p style="padding-left: 30px;">&#8220;Consider the example, [<a href="http://www.google.com/search?q=empire+state+height">empire state height</a>]. The first search result used to look like this:&#8221;</p>
<p style="padding-left: 30px;"><a href="http://4.bp.blogspot.com/_7ZYqYi4xigk/S1nqHLsIocI/AAAAAAAAFlM/COhtf76MOLc/s1600-h/rs1.png" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img id="BLOGGER_PHOTO_ID_5429628234889732546" src="http://4.bp.blogspot.com/_7ZYqYi4xigk/S1nqHLsIocI/AAAAAAAAFlM/COhtf76MOLc/s400/rs1.png" border="0" alt="" /></a></p>
<p style="padding-left: 30px;"><a href="http://4.bp.blogspot.com/_7ZYqYi4xigk/S1nqHLsIocI/AAAAAAAAFlM/COhtf76MOLc/s1600-h/rs1.png" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"></a>&#8220;With today&#8217;s improvements, the answer —1250 ft, or 381 m — is highlighted right in the search result:&#8221;</p>
<p style="padding-left: 30px;"><a href="http://2.bp.blogspot.com/_7ZYqYi4xigk/S1nqHoFYcPI/AAAAAAAAFlU/0o2FFIrzybs/s1600-h/rs2.png" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img id="BLOGGER_PHOTO_ID_5429628242511818994" src="http://2.bp.blogspot.com/_7ZYqYi4xigk/S1nqHoFYcPI/AAAAAAAAFlU/0o2FFIrzybs/s400/rs2.png" border="0" alt="" /></a></p>
<p>Let me start off by saying I&#8217;m not making a judgement here&#8230; I just want us to take a moment to consider what&#8217;s going on here. These improvements for the user can have a detrimental impact on your traffic numbers.</p>
<p>By offering more information to the searcher on the SERP itself, the developer is removing the need for the searcher to actually visit the website. In the above example, I no longer need to visit Wikipedia to see the height of the Empire State Building. As Google adopts more and more Microformat protocols, it seems logical that the number of visits siphoned off should increase.</p>
<p>What&#8217;s the motivation for developers to encourage proliferation of the protocols if your goal is to drive traffic to your website? Couldn&#8217;t this change your goals?</p>
<p>Let&#8217;s say you have a restaurant website with your phone number and address tagged with Microformats. Someone looking for your restaurant or a similar one, might find your Rich Snippet in the SERP and call your restaurant. Success right? Sounds like it. Now imagine how that looks to an Analyst when multiplied by 1000 times.  I&#8217;d see a steady decline in visits to the site from Google and need for a way to account for that.  The apparent success of the site would appear to be waning but the restaurant&#8217;s phone would still be ringing off the hook.</p>
<h2>What&#8217;s next?</h2>
<p>It&#8217;s not hard to imagine what else could be served up in a Rich Snippet. Why not figure out a way to display your actual lead or contact form right there? Imagine the havoc that would cause for conversion rates. If you think about it, it wouldn&#8217;t be beyond the realm of possibility, right?</p>
<p>I think there&#8217;s opportunity for further discussion on the impact of Rich Snippets and Answer Highlighting on our analytics in the future. I&#8217;d love to hear your thoughts.</p>
]]></content:encoded>
			<wfw:commentRss>http://shaferdesigns.com/seo/impact-of-rich-snippets-on-traffic/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Stuff I Liked This Week</title>
		<link>http://shaferdesigns.com/seo/stuff-i-liked-this-week/</link>
		<comments>http://shaferdesigns.com/seo/stuff-i-liked-this-week/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 18:48:27 +0000</pubDate>
		<dc:creator>Ken Shafer</dc:creator>
				<category><![CDATA[Engine News]]></category>
		<category><![CDATA[Other Stuff]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[faves]]></category>

		<guid isPermaLink="false">http://shaferdesigns.com/?p=101</guid>
		<description><![CDATA[Here are the articles I &#8220;starred&#8221; in my Google readers lists. January 20th One Giant Leap for Link Data: Announcing Open Site Explorer + Page/Domain Authority Metrics &#8211; Awesome tool. Making me consider becoming a Pro Member, honestly. January 19th Keyword Targeting: How to Employ Multiple Keywords for SEO &#38; Conversions &#8211; SEOMoz breaks down [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://shaferdesigns.com/wp-content/uploads/2010/01/thumbs_up.jpg"><img class="size-thumbnail wp-image-103 alignright" title="Shiny!" src="http://shaferdesigns.com/wp-content/uploads/2010/01/thumbs_up-150x150.jpg" alt="Shiny!" width="150" height="150" /></a>Here are the articles I &#8220;starred&#8221; in my Google readers lists.</p>
<p><strong>January 20th</strong><br />
<a href="http://www.seomoz.org/blog/one-giant-leap-for-link-data-announcing-open-site-explorer" target="_blank"> One Giant Leap for Link Data: Announcing Open Site Explorer + Page/Domain Authority Metrics</a> &#8211; Awesome tool. Making me consider becoming a Pro Member, honestly.</p>
<p><strong>January 19th</strong><br />
<a href="http://www.seomoz.org/blog/keyword-targeting-how-to-employ-multiple-keywords-for-seo-conversions">Keyword Targeting: How to Employ Multiple Keywords for SEO &amp; Conversions</a> &#8211; SEOMoz breaks down keyword research</p>
<p><strong>January 18th</strong><br />
<a href="http://www.insidefacebook.com/2010/01/18/browse-american-eagle-aerie-merchandise-directly-from-your-news-feed-with-new-widget/" target="_blank">Browse American Eagle, Aerie Merchandise Directly From Your News Feed With New Widget </a> &#8211; Finally an effective use of a Facebook widget</p>
<p><a href="http://www.seomoz.org/blog/10-professional-development-tips-to-boost-your-seo-career">10 Professional Development Tips to Boost Your SEO Career</a> &#8211; This sounded important so I starred it. I haven&#8217;t read it tho. Let me know how it is.</p>
<p><a href="http://searchengineland.com/link-building-with-interviews-how-thought-leadership-builds-links-leads-33149" target="_blank">Link Building With Interviews: How Thought Leadership Builds Links &amp; Leads</a> &#8211; I really thought this was a neat idea and a good example of thinking out of the box. I&#8217;m definitely going to try to implement this with some of my projects.</p>
<p>That&#8217;s it for this week folks! If you&#8217;ve got something you think I should read, just lemme know.</p>
<p>Thanks!</p>
]]></content:encoded>
			<wfw:commentRss>http://shaferdesigns.com/seo/stuff-i-liked-this-week/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Matt Cutts On Links From Facebook and Twitter</title>
		<link>http://shaferdesigns.com/seo/matt-cutts-on-links-from-facebook-and-twitter/</link>
		<comments>http://shaferdesigns.com/seo/matt-cutts-on-links-from-facebook-and-twitter/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 20:09:21 +0000</pubDate>
		<dc:creator>Ken Shafer</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[backlinks]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://shaferdesigns.com/?p=87</guid>
		<description><![CDATA[Interesting video post from Google&#8217;s Matt Cutts. Watch first and then let&#8217;s discuss. Video source: How do you rate links from sites like Twitter and Facebook? Original Article: http://googlewebmastercentral.blogspot.com/2010/01/answering-your-december-grab-bag.html?utm_source=feedburner&#38;utm_medium=feed&#38;utm_campaign=Feed:+blogspot/amDG+(Official+Google+Webmaster+Central+Blog) Points of interest: Links aren&#8217;t any different if they come from .gov or .edu. &#8220;It&#8217;s not like a link from an .edu autmatically carries more weight.&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>Interesting video post from Google&#8217;s Matt Cutts. Watch first and then let&#8217;s discuss.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/UxTmZulcQZ0&amp;hl=en_US&amp;fs=1&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/UxTmZulcQZ0&amp;hl=en_US&amp;fs=1&amp;rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object><br />
Video source: <a href="http://www.youtube.com/watch?v=UxTmZulcQZ0">How do you rate links from sites like Twitter and Facebook?</a><br />
Original Article: <a href="http://googlewebmastercentral.blogspot.com/2010/01/answering-your-december-grab-bag.html?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed:+blogspot/amDG+(Official+Google+Webmaster+Central+Blog)">http://googlewebmastercentral.blogspot.com/2010/01/answering-your-december-grab-bag.html?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed:+blogspot/amDG+(Official+Google+Webmaster+Central+Blog)</a></p>
<p>Points of interest:</p>
<ol>
<li>Links aren&#8217;t any different if they come from .gov or .edu. &#8220;It&#8217;s not like a link from an .edu autmatically carries more weight.&#8221; (1:58)</li>
<li>Most links on Twitter are nofollow. (We knew this but it&#8217;s worth mentioning again.)</li>
</ol>
<p>I noticed that he didn&#8217;t mention links from Facebook Fan Pages, but he makes it pretty clear that all links are treated equally from the outset, but then Page Rank is applied to determine the linking site&#8217;s &#8220;reputation.&#8221; Keep this bit in mind people. It&#8217;s not always the number of links you have, it&#8217;s the quality of those links. You dig?</p>
<p><em>(for the experts out there&#8230; you may already know all this. however, this is core information that bears repeating for others out there who are just getting their feet wet. thank you for your understanding.)</em></p>
]]></content:encoded>
			<wfw:commentRss>http://shaferdesigns.com/seo/matt-cutts-on-links-from-facebook-and-twitter/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Digging For Buried Traffic</title>
		<link>http://shaferdesigns.com/seo/digging-for-buried-traffic/</link>
		<comments>http://shaferdesigns.com/seo/digging-for-buried-traffic/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 05:16:12 +0000</pubDate>
		<dc:creator>Ken Shafer</dc:creator>
				<category><![CDATA[Reporting]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[traffic]]></category>

		<guid isPermaLink="false">http://shaferdesigns.com/?p=61</guid>
		<description><![CDATA[Using a Site Analytics tool? Got a Rank Tracker or some free time to manually check some rankings? Here&#8217;s a way you can find and predict how much traffic you might be missing out on. Aside from the fact that I just ended that sentence with a preposition which drives me nuts, let walk through [...]]]></description>
			<content:encoded><![CDATA[<div class="mceTemp" style="text-align: center;">
<div class="wp-caption alignright" style="width: 235px"><a href="http://shaferdesigns.com/wp-content/uploads/2010/01/traffic_lights.jpg"><img title="Finding more organic traffic" src="http://shaferdesigns.com/wp-content/uploads/2010/01/traffic_lights-225x300.jpg" alt="Finding more organic traffic" width="225" height="300" /></a><p class="wp-caption-text">Use tools you already have to find ways to boost traffic.</p></div>
<p style="text-align: left;">Using a Site Analytics tool? Got a Rank Tracker or some free time to manually check some rankings? Here&#8217;s a way you can find and predict how much traffic you might be missing out on.</p>
<p style="text-align: left;">Aside from the fact that I just ended that sentence with a preposition which drives me nuts, let walk through the process, shall we? Super. Open up your analytics tool and your favorite spreadsheet app and let&#8217;s go.</p>
<p style="text-align: left;"><strong>Collect the keywords</strong></p>
<p style="text-align: left;">Go into your analytics tool and find the report that tells you what keywords are driving organic traffic to your website.</p>
<p style="text-align: left;">Set your date report range for 30 days and make sure you can see how many visits each keyword/keyphrase drove to your site within that time frame. Get as many keywords as you can. I&#8217;m talking like 400-500 keywords if your report allows and if you have that much data.</p>
<p style="text-align: left;">Paste that data into a spreadsheet. One column for the keyphrase and one column for the number of visits. Good!</p>
<p style="text-align: left;"><strong>Get the rankings</strong></p>
<p style="text-align: left;">Arguments about the veracity of rank-checking these days aside, paste that list of keywords into your favorite rank checking tool and fire it up. Or, you can always check them one-by-one if your list is manageable.</p>
<p style="text-align: left;">Plug in your findings into a third column on your spreadsheet. (I&#8217;m just checking Google here)</p>
<p style="text-align: left;"><strong>Forget about the #1 ranked items</strong></p>
<p style="text-align: left;">Now, sort the spreadsheet and delete all the rows that have keywords that are currently ranking #1 for you. We&#8217;re only going to concern ourselves with anything not currently ranking #1 from here on out.</p>
<p style="text-align: left;"><strong>Now for some imperfect math</strong></p>
<p style="text-align: left;">Let&#8217;s take a look at the chart here&#8230;</p>
<p style="text-align: left;"><strong><img src="http://www.seo-scientist.com/images/CTRvsRanking.jpg" alt="" /></strong></p>
<p style="text-align: left;">source: <a href="http://www.seo-scientist.com/google-ranking-ctr-click-distribution-over-serps.html">http://www.seo-scientist.com/google-ranking-ctr-click-distribution-over-serps.html</a></p>
<p style="text-align: left;">If we accept these numbers, you can start to calculate how much traffic you might be losing by ranking something other than #1. For example&#8230;</p>
<p style="text-align: left;">&#8220;red widgets&#8221; brought in 100 visits and you&#8217;re currently ranking #4. Based on our chart above, there&#8217;s a difference of  44.83% between #1 and #4. Let&#8217;s do the math: You could have had roughly 45 extra visits had you been #1. See where this is going?</p>
<p style="text-align: left;">You can use these numbers to help justify projects/man-hours geared toward trying to rank for all these other keywords. You can use them to give a ROUGH projection of potential traffic/lead increases. I can&#8217;t emphasize the term &#8220;rough&#8221; enough here. The math is not perfect all the time in all cases. You&#8217;re going to have two moving targets here:</p>
<ol style="text-align: left;">
<li>The percentage of click-thru rates are not going to work out exactly for every market or set of search terms</li>
<li>The rankings you see might not be the rankings that everyone sees.</li>
</ol>
<p style="text-align: left;">But overall, you can see how this can give you a rough estimate on traffic of which you could be taking advantage. You can also turn this into a monthly or quarterly exercise. I find it best to track the traffic I&#8217;ve gained by moving up the rankings on that initial list. I use the same spreadsheet we set up above and add columns by date that track the ranking improvements/setbacks. I then add a column after 30 days to see if the traffic to that keyword has improved.</p>
<p style="text-align: left;">Hope this helps! It&#8217;s an interesting report anyways. I gotta give a shout-out to <a href="http://twitter.com/larrycotter" target="_blank">Larry Cotter</a> from <a href="http://www.apartmenthomeliving.com/" target="_blank">ApartmentHomeLiving.com</a> on this one.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://shaferdesigns.com/seo/digging-for-buried-traffic/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Search Engines Get Canonical</title>
		<link>http://shaferdesigns.com/seo/search-engines-get-canonical/</link>
		<comments>http://shaferdesigns.com/seo/search-engines-get-canonical/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 16:14:54 +0000</pubDate>
		<dc:creator>Ken Shafer</dc:creator>
				<category><![CDATA[Engine News]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Bing]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Yahoo!]]></category>

		<guid isPermaLink="false">http://shaferdesigns.com/?p=38</guid>
		<description><![CDATA[Say goodbye to duplicate content, folks&#8230; Basically, all the search engines will let you suggest the preferred URL you&#8217;d like them to focus all the SEO juice on: To use Google&#8217;s example, all you put in the head tag is something like this: link rel=&#8221;canonical&#8221; href=&#8221;http://www.example.com/product.php?item=swedish-fish&#8221; That&#8217;s all there is to it, folks. Here are [...]]]></description>
			<content:encoded><![CDATA[<div>Say goodbye to duplicate content, folks&#8230;</p>
<p>Basically, all the  search engines will let you suggest the preferred URL you&#8217;d like them to focus  all the SEO juice on:</p>
<p>To use Google&#8217;s example, all you put in the head  tag is something like this:</p>
<p>link rel=&#8221;canonical&#8221;  href=&#8221;http://www.example.com/product.php?item=swedish-fish&#8221;</p>
<p>That&#8217;s all  there is to it, folks.</p>
<p>Here are the links to the new canonical goodness!</p>
<p><a href="http://googlewebmastercentral.blogspot.com/2009/02/specify-your-canonical.html" target="_blank">Google Webmaster Blog posting</a></p>
<p><a href="http://searchengineland.com/canonical-tag-16537" target="_blank">Search  Engine Land posting</a></p>
<p>For once, the search engines unite to make and  SEO&#8217;s life a little easier.</p>
<p>WOO HOO!!!</p></div>
]]></content:encoded>
			<wfw:commentRss>http://shaferdesigns.com/seo/search-engines-get-canonical/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Matt Cutts talks webspam</title>
		<link>http://shaferdesigns.com/seo/matt-cutts-talks-webspam/</link>
		<comments>http://shaferdesigns.com/seo/matt-cutts-talks-webspam/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 16:17:01 +0000</pubDate>
		<dc:creator>Ken Shafer</dc:creator>
				<category><![CDATA[Engine News]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://shaferdesigns.com/?p=41</guid>
		<description><![CDATA[@onecaseman sent me this video of Google&#8217;s Matt Cutts talkin&#8217; &#8217;bout webspam. Check it out!]]></description>
			<content:encoded><![CDATA[<div><a href="http://twitter.com/onecaseman" target="_blank">@onecaseman</a> sent  me this video of Google&#8217;s <a href="http://searchengineland.com/think-like-a-blackhat-by-matt-cutts-16129" target="_blank">Matt Cutts talkin&#8217; &#8217;bout webspam</a>.</p>
<p>Check it out!</p></div>
]]></content:encoded>
			<wfw:commentRss>http://shaferdesigns.com/seo/matt-cutts-talks-webspam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>In-Depth PageRank Article</title>
		<link>http://shaferdesigns.com/seo/in-depth-pagerank-article/</link>
		<comments>http://shaferdesigns.com/seo/in-depth-pagerank-article/#comments</comments>
		<pubDate>Sat, 10 Jan 2009 03:29:37 +0000</pubDate>
		<dc:creator>Ken Shafer</dc:creator>
				<category><![CDATA[Engine News]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[PageRank]]></category>

		<guid isPermaLink="false">http://shaferdesigns.com/?p=97</guid>
		<description><![CDATA[A co-worker just sent me this link. I read through the article and it&#8217;s pretty interesting if you place a lot of value on Page Rank. &#8220;The Google PageRank Algorithm&#8221; It pretty interesting since he also includes a PageRank Calculator. Check it out folks!]]></description>
			<content:encoded><![CDATA[<p>A co-worker just sent me this link. I read through the article and it&#8217;s pretty interesting if you place a lot of value on Page Rank.</p>
<p>&#8220;<a href="http://www.markhorrell.com/seo/pagerank.html" target="blank">The Google PageRank Algorithm&#8221;</a></p>
<p>It pretty interesting since he also includes a <a href="http://www.markhorrell.com/seo/pagerank.asp" target="blank">PageRank Calculator</a>.</p>
<p>Check it out folks!</p>
]]></content:encoded>
			<wfw:commentRss>http://shaferdesigns.com/seo/in-depth-pagerank-article/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backlinks.com Client Info Leaked</title>
		<link>http://shaferdesigns.com/seo/backlinks-com-client-info-leaked/</link>
		<comments>http://shaferdesigns.com/seo/backlinks-com-client-info-leaked/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 16:32:46 +0000</pubDate>
		<dc:creator>Ken Shafer</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[backlinks]]></category>
		<category><![CDATA[fail]]></category>

		<guid isPermaLink="false">http://shaferdesigns.com/?p=48</guid>
		<description><![CDATA[Thanks to habitaquo.net for tweeting this story. Backlinks.com, as site that lets you buy and sell links (I&#8217;m sure Google loves these guys) let their security policies ride the fail boat and leaked a truckload of customer data to Google (ironically). Check out this link: http://www.google.es/search?hl=es&#38;q=site%3Abacklinks.com%2Fadmin While you can&#8217;t click on the links, you can view the cached [...]]]></description>
			<content:encoded><![CDATA[<p>Thanks to <a href="http://www.habitaquo.net/2008/12/18/backlinkscom-clients-data-leaked/" target="_blank">habitaquo.net</a> for tweeting this story.</p>
<p>Backlinks.com, as site that lets you buy and sell links (I&#8217;m sure Google loves these guys) let their security policies ride the <a href="http://i3.photobucket.com/albums/y57/kb7rky/FARK%20Photos/failboat3.jpg" target="_blank">fail boat</a> and leaked a truckload of customer data to Google (ironically).</p>
<p>Check out this link: <a href="http://www.google.es/search?hl=es&amp;q=site%3Abacklinks.com%2Fadmin" target="_blank">http://www.google.es/search?hl=es&amp;q=site%3Abacklinks.com%2Fadmin</a></p>
<p>While you can&#8217;t click on the links, you can view the cached versions of the pages. Usernames and passwords for everyone! Thanks Backlinks.com!</p>
<p>once again&#8230;thanks habitaquo.net for the scoop!</p>
]]></content:encoded>
			<wfw:commentRss>http://shaferdesigns.com/seo/backlinks-com-client-info-leaked/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
