<?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; WordPress</title>
	<atom:link href="http://shaferdesigns.com/tag/wordpress/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>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>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>
		<item>
		<title>WordPress SEO cont&#8230; cont&#8230;</title>
		<link>http://shaferdesigns.com/seo/wordpress-seo-cont-cont/</link>
		<comments>http://shaferdesigns.com/seo/wordpress-seo-cont-cont/#comments</comments>
		<pubDate>Tue, 29 Jan 2008 14:05:20 +0000</pubDate>
		<dc:creator>Ken Shafer</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://shaferdesigns.com/?p=12</guid>
		<description><![CDATA[Ok. So I tried using the ddsitemapgen and it blew up the posting rating system that one of the other guys had set up. On to Plan B&#8230; This guy had another idea. It involved installing the phpexec and the wp_Catgegory_post plugins. I won&#8217;t totally go into the rest of the steps. You can follow the &#8220;another idea&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>Ok. So I tried using the ddsitemapgen and it blew up the posting rating system that one of the other guys had set up.</p>
<p>On to Plan B&#8230;</p>
<p>This guy had <a href="http://www.jimwestergren.com/tutorial-automatic-sitemap-in-wordpress/" target="_blank">another idea</a>. It involved installing the <a href="http://priyadi.net/archives/2005/03/02/wordpress-php-exec-plugin/" target="_blank">phpexec</a> and the <a href="http://watershedstudio.com/portfolio/software/wp-category-posts.html" target="_blank">wp_Catgegory_post plugins</a>. I won&#8217;t totally go into the rest of the steps. You can follow the &#8220;another idea&#8221; link. Why am I telling all this if someone else already had it worked out? Well, because it didn&#8217;t work for me.</p>
<p>I ended up installing the <a href="http://bluesome.net/post/2005/08/18/50/" target="_blank">exec_php</a> plugin, which has great documentation BTW. This one worked and you don&#8217;t need to put tags around everything.</p>
<p>Couple of IMPORTANT things to remember&#8230;<br />
Don&#8217;t forget that you have to turn off the WYSIWIG and balanced tagging for your profile. If you don&#8217;t WordPress will, which is VERY irritating, keep changing your code and stripping out the php tags.</p>
<p>I just have a little more formatting to do and I&#8217;ll be ready to put up the new sitemap. Bye for now!</p>
]]></content:encoded>
			<wfw:commentRss>http://shaferdesigns.com/seo/wordpress-seo-cont-cont/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress SEO cont&#8230;</title>
		<link>http://shaferdesigns.com/seo/wordpress-seo-cont/</link>
		<comments>http://shaferdesigns.com/seo/wordpress-seo-cont/#comments</comments>
		<pubDate>Mon, 28 Jan 2008 21:48:28 +0000</pubDate>
		<dc:creator>Ken Shafer</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://shaferdesigns.com/?p=6</guid>
		<description><![CDATA[Today, I updated the .htaccess file to redirect everything to the same style URLs. For example, there were instances of paths ending in a &#8220;/&#8221; and some where they were not. This should tighten up the links that Google is picking up to where there aren&#8217;t any duplicates. Here&#8217;s the basic code: Options +Indexes Options [...]]]></description>
			<content:encoded><![CDATA[<p>Today, I updated the .htaccess file to redirect everything to the same style URLs. For example, there were instances of paths ending in a &#8220;/&#8221; and some where they were not. This should tighten up the links that Google is picking up to where there aren&#8217;t any duplicates. Here&#8217;s the basic code:</p>
<p>Options +Indexes<br />
Options +FollowSymLinks<br />
RewriteEngine on<br />
RewriteCond %{HTTP_HOST} ^myblog\.com<br />
RewriteRule ^(.*)$ http://www.myblog.com/$1 [R=permanent,L]</p>
<p>RewriteBase /<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_URI} !(.*)/$<br />
RewriteRule ^(.*)$ http://www.myblog.com/$1/ [L,R=301]</p>
<p>Then, I used the DDSiteMapGen plugin to create the sitemap. Actually, the plugin was already installed. They just didn&#8217;t have the link to the actual sitemap anywhere in the site. This should help the spiders pick up any URLs that they may have missed.</p>
<p>I&#8217;ll keep you posted!</p>
<p>(UPDATE: forgot to mention&#8230; thanks to <a href="http://www.jimwestergren.com/wordpress-users-sharpen-your-urls-with-google/" target="_blank">http://www.jimwestergren.com/wordpress-users-sharpen-your-urls-with-google/ </a>for the code)</p>
]]></content:encoded>
			<wfw:commentRss>http://shaferdesigns.com/seo/wordpress-seo-cont/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Now Optimizing a WordPress site</title>
		<link>http://shaferdesigns.com/seo/now-optimizing-a-wordpress-site/</link>
		<comments>http://shaferdesigns.com/seo/now-optimizing-a-wordpress-site/#comments</comments>
		<pubDate>Wed, 23 Jan 2008 21:44:42 +0000</pubDate>
		<dc:creator>Ken Shafer</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://shaferdesigns.com/?p=3</guid>
		<description><![CDATA[I&#8217;m starting a project to do some SEO for an area of a site completely generated with WordPress. Preliminary checks of the source code show some small, easy-to-fix issues such as duplicate keyword meta tags. I think this is most likely due to the autoMeta plugin running alongside the keyword generator widget you see when [...]]]></description>
			<content:encoded><![CDATA[<div id="_mcePaste">
<div id="_mcePaste">I&#8217;m starting a project to do some SEO for an area of a site completely generated with WordPress. Preliminary checks of the source code show some small, easy-to-fix issues such as duplicate keyword meta tags. I think this is most likely due to the autoMeta plugin running alongside the keyword generator widget you see when post an article. I still haven&#8217;t decided which I&#8217;m going to keep. If anyone has any thoughts, let me know.</div>
<div></div>
<div id="_mcePaste">Once I make that decision, I need to decide what keywords to even optimize for. I&#8217;ve retrieved a list of phrases from our web analytics application and then run a Google report against them. We&#8217;re doing pretty well there. Now, I&#8217;m waiting on a Search Volume Report on that list from one of our SEM guys. He gets it from Yahoo! but we can use that as a guide.</div>
<div></div>
<div id="_mcePaste">If the search volume is too close to the traffic generated by these terms, then we may have too look elsewhere to generate traffic and this might not be an SEO project after all.</div>
<div></div>
<div id="_mcePaste">I&#8217;ll try to keep up with everyone on how page-views are increasing (hopefully) as the project progresses.</div>
<div></div>
<div id="_mcePaste">Any tips, as always, are welcome.</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://shaferdesigns.com/seo/now-optimizing-a-wordpress-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
