<?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/tag/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>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>Mod_Rewrite for GoDaddy and WordPress</title>
		<link>http://shaferdesigns.com/coding/mod_rewrite-for-godaddy-and-wordpress/</link>
		<comments>http://shaferdesigns.com/coding/mod_rewrite-for-godaddy-and-wordpress/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 05:10:55 +0000</pubDate>
		<dc:creator>Ken Shafer</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[mod_rewrite]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://shaferdesigns.com/?p=77</guid>
		<description><![CDATA[Back in 2008 I posted an article about getting mod_rewrite working on a GoDaddy account. I thought it&#8217;d be a good time to update that information with another example. This time we&#8217;re going to be looking at making some changes on a GoDaddy account with a WordPress installation. &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- Options +FollowSymLinks Options -MultiViews RewriteEngine on [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_84" class="wp-caption alignright" style="width: 235px"><a href="http://shaferdesigns.com/wp-content/uploads/2010/01/IMG_0117.jpg"><img class="size-medium wp-image-84  " title="Maya is Driving" src="http://shaferdesigns.com/wp-content/uploads/2010/01/IMG_0117-225x300.jpg" alt="Maya is Driving" width="225" height="300" /></a><p class="wp-caption-text">I didn&#39;t know what image to use for this post</p></div>
<p>Back in 2008 I posted an article about getting <a href="http://shaferdesigns.com/coding/godaddy-htaccess-mod_rewrite-is-working/">mod_rewrite working on a GoDaddy account</a>. I thought it&#8217;d be a good time to update that information with another example. This time we&#8217;re going to be looking at making some changes on a GoDaddy account with a WordPress installation.</p>
<div id="_mcePaste">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</div>
<div><strong>Options +FollowSymLinks</strong></div>
<div id="_mcePaste"><strong>Options -MultiViews</strong></div>
<div id="_mcePaste"><strong>RewriteEngine on</strong></div>
<div id="_mcePaste"><strong>RewriteRule ^DirectoryName/(.*)/(.*)/(.*) pagename.php?paramB=$2&amp;paramC=$3paramA=$1</strong></div>
<div><strong><br />
</strong></div>
<div id="_mcePaste"># BEGIN WordPress</div>
<div id="_mcePaste">&lt;IfModule mod_rewrite.c&gt;</div>
<div id="_mcePaste">RewriteEngine On</div>
<div id="_mcePaste">RewriteBase /</div>
<div id="_mcePaste">RewriteCond %{REQUEST_FILENAME} !-f</div>
<div id="_mcePaste">RewriteCond %{REQUEST_FILENAME} !-d</div>
<div id="_mcePaste">RewriteRule . /index.php [L]</div>
<div id="_mcePaste">&lt;/IfModule&gt;</div>
<div id="_mcePaste"># END WordPress</div>
<div id="_mcePaste">DirectoryIndex index.php</div>
<p>Options +FollowSymLinksOptions -MultiViewsRewriteEngine onRewriteRule ^attorneys/(.*)/(.*)/(.*) practice.php?geo=$2&amp;pa=$3&amp;state=$1<br />
# BEGIN WordPress&lt;IfModule mod_rewrite.c&gt;RewriteEngine OnRewriteBase /RewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_FILENAME} !-dRewriteRule . /index.php [L]&lt;/IfModule&gt;<br />
# END WordPress<br />
DirectoryIndex index.php</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>This implementation takes this: &#8220;domain.com/pagename.php?paramB=Y&amp;paramC=ZparamA=X&#8221;<br />
and turns it into &#8220;domain.com/DirectoryName/X/Y/Z &#8221;</p>
<p>I like this set up since it fits in with my normal WordPress url structure. Just make sure that you pick a directory name that isn&#8217;t going to be used within WordPress.</p>
<p>Also, notice that the custom rules are inserted before the usual WordPress rules. This was the only way I was able to get it to work.</p>
<p>Hope this helps! Just let me know if you have any questions at all.</p>
]]></content:encoded>
			<wfw:commentRss>http://shaferdesigns.com/coding/mod_rewrite-for-godaddy-and-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</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>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>Google SERP Personalization in Full Effect!</title>
		<link>http://shaferdesigns.com/seo/google-serp-personalization-in-full-effect/</link>
		<comments>http://shaferdesigns.com/seo/google-serp-personalization-in-full-effect/#comments</comments>
		<pubDate>Wed, 17 Dec 2008 17:58:08 +0000</pubDate>
		<dc:creator>Ken Shafer</dc:creator>
				<category><![CDATA[Engine News]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Ranking]]></category>

		<guid isPermaLink="false">http://shaferdesigns.com/?p=50</guid>
		<description><![CDATA[So I was doing a search for a response I posted on this blog to a Search Engine Watch article. When I was logged in to my Google account in Chrome, my article was #1. When I was not logged in and using Firefox, I was #8. Just another example of how using SERP ranking as [...]]]></description>
			<content:encoded><![CDATA[<p>So I was doing a search for a <a href="http://www.shaferdesigns.com/blog/2008/12/response-to-will-social-networks-become.html">response I posted</a> on this blog to a Search Engine Watch article.</p>
<p>When I was logged in to my Google account in Chrome, my article was #1. When I was not logged in and using Firefox, I was #8.</p>
<p>Just another example of how using SERP ranking as a success metric is becoming more and more wishy-washy.</p>
]]></content:encoded>
			<wfw:commentRss>http://shaferdesigns.com/seo/google-serp-personalization-in-full-effect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress update from yesterday</title>
		<link>http://shaferdesigns.com/seo/wordpress-update-from-yesterday/</link>
		<comments>http://shaferdesigns.com/seo/wordpress-update-from-yesterday/#comments</comments>
		<pubDate>Thu, 31 Jan 2008 15:04:41 +0000</pubDate>
		<dc:creator>Ken Shafer</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://shaferdesigns.com/?p=21</guid>
		<description><![CDATA[Ok. I still haven&#8217;t gotten the sitemap up yet. I&#8217;m waiting for some template changes from one of the other guys. However, I did a little tweaking with the title tags. Here&#8217;s what I put in: &#60;?php if (is_home()) { ?&#62; &#60;title&#62;&#60;?php bloginfo(&#8216;name&#8217;); ?&#62; &#124; (Lot&#8217;s o&#8217; keywords here)&#60;/title&#62; &#60;? } else {?&#62; &#60;title&#62;&#60;?php wp_title(); [...]]]></description>
			<content:encoded><![CDATA[<p>Ok. I still haven&#8217;t gotten the sitemap up yet. I&#8217;m waiting for some template changes from one of the other guys.</p>
<p>However, I did a little tweaking with the title tags. Here&#8217;s what I put in:</p>
<p>&lt;?php if (is_home()) { ?&gt;<br />
&lt;title&gt;&lt;?php bloginfo(&#8216;name&#8217;); ?&gt; | (Lot&#8217;s o&#8217; keywords here)&lt;/title&gt;<br />
&lt;? } else {?&gt;<br />
&lt;title&gt;&lt;?php wp_title(); ?&gt; | &lt;?php bloginfo(&#8216;name&#8217;); ?&gt;&lt;/title&gt;<br />
&lt;? } ?&gt;</p>
<p>Hopefully this will help as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://shaferdesigns.com/seo/wordpress-update-from-yesterday/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Robots.txt</title>
		<link>http://shaferdesigns.com/seo/wordpress-robots-txt/</link>
		<comments>http://shaferdesigns.com/seo/wordpress-robots-txt/#comments</comments>
		<pubDate>Wed, 30 Jan 2008 14:52:12 +0000</pubDate>
		<dc:creator>Ken Shafer</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[robots.txt]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://shaferdesigns.com/?p=19</guid>
		<description><![CDATA[Since WordPress doesn&#8217;t provide a Robots.txt file with the standard implementation. I needed to find one. I looked around and the version over at www.askapache.com seems to be working well for a lot of people. I uploaded it yesterday..]]></description>
			<content:encoded><![CDATA[<p>Since WordPress doesn&#8217;t provide a Robots.txt file with the standard implementation. I needed to find one. I looked around and the <a href="http://www.askapache.com/seo/updated-robotstxt-for-wordpress.html" target="_blank">version over at www.askapache.com</a> seems to be working well for a lot of people.</p>
<p>I uploaded it yesterday..</p>
]]></content:encoded>
			<wfw:commentRss>http://shaferdesigns.com/seo/wordpress-robots-txt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress SEO again today</title>
		<link>http://shaferdesigns.com/seo/wordpress-seo-again-today/</link>
		<comments>http://shaferdesigns.com/seo/wordpress-seo-again-today/#comments</comments>
		<pubDate>Tue, 29 Jan 2008 17:58:48 +0000</pubDate>
		<dc:creator>Ken Shafer</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://shaferdesigns.com/?p=17</guid>
		<description><![CDATA[One more piece of the puzzle (i really should compile all of these into one post but it&#8217;s been done so well here)&#8230; Having &#8220;related links&#8221; at the end of an article is a good way to create interlinking to older content. It&#8217;s SEO goodness, people. And, of course, there&#8217;s a plug-in out there. I found [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-size: xx-small;">One more piece of the puzzle (i really should compile all of these into one post but it&#8217;s been <a href="http://www.jimwestergren.com/seo-for-wordpress-blogs" target="_blank">done so well here</a>)&#8230;</p>
<p>Having &#8220;related links&#8221; at the end of an article is a good way to create interlinking to older content. It&#8217;s SEO goodness, people. And, of course, there&#8217;s a plug-in out there. I found one that&#8217;s absolutely super-duper. It&#8217;s at <a href="http://weblogtoolscollection.com/archives/2005/11/27/wp-plugin-contextual-related-posts/" target="_blank">Contextual Related Links link</a>.</p>
<p>This one&#8217;s as easy as pie to get up and running. You just need to tweak a couple of things.</p>
<p>1) As mentioned in their site, change the related.php function related() file to <a href="http://weblogtoolscollection.com/b2-img/2007/06/relatedfunction.txt" target="_blank">what they have in this file</a>. </span><span style="font-size: xx-small;"><em>(i tried pasting the code but the formatting got all janked and I didn&#8217;t have the patience to fix it. Use the link, please.)</p>
<p></em></span><span style="font-size: xx-small;">2) Add the following php snippet to your single.php or other article file where you want the links to appear.</span><span style="font-size: x-small;"></p>
<p></span><span style="font-size: xx-small;">if(function_exists(&#8216;related&#8217;)) related($post-&gt;ID);</p>
<p>If you don&#8217;t add this code, the links will only appear at the end of the comments section. You probably won&#8217;t want them there.</p>
<p>Thanks again, <a href="http://www.weblogtools.com/" target="_blank">www.weblogtools.com</a>!!! This was the easiest implementation I&#8217;ve had yet.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://shaferdesigns.com/seo/wordpress-seo-again-today/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
