<?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>vsellis.com&#187; WordPress How To</title>
	<atom:link href="http://www.vsellis.com/wordpress-how-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vsellis.com</link>
	<description>TECHNOLOGY TRANSLATED, Making IT Makes Sense</description>
	<lastBuildDate>Mon, 02 Jan 2012 13:55:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<atom:link rel='hub' href='http://www.vsellis.com/?pushpress=hub'/>
		<item>
		<title>Remove &#8220;Category&#8221; From WordPress URL&#8217;s with WP No Category Base &#8211; Plugin Review</title>
		<link>http://www.vsellis.com/reviews/remove-category-from-wordpress-urls-with-wp-no-category-base-plugin-review/</link>
		<comments>http://www.vsellis.com/reviews/remove-category-from-wordpress-urls-with-wp-no-category-base-plugin-review/#comments</comments>
		<pubDate>Wed, 12 Jan 2011 16:00:00 +0000</pubDate>
		<dc:creator>Scott Ellis</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[WordPress How To]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://www.vsellis.com/?p=3480</guid>
		<description><![CDATA[Well formed URL&#8217;s are important to usability and SEO. WordPress permalinks give us awesome control over the structure of our base URL&#8217;s. Combined with well written headlines, we can create catchy, easy to remember, user friendly URL&#8217;s across our site. However, the base install of WordPress will add the word &#8220;category&#8221; to your url structure<a href="http://www.vsellis.com/reviews/remove-category-from-wordpress-urls-with-wp-no-category-base-plugin-review/" rel="nofollow"> ...Read More</a>]]></description>
			<content:encoded><![CDATA[<div id="attachment_3501" class="wp-caption alignleft" style="width: 310px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; float: left;"><a href="http://www.vsellis.com/wp-content/uploads/2011/01/url.jpg"><img class="size-medium wp-image-3501" style="margin-right: 5px; margin-bottom: 5px;" title="url" src="http://www.vsellis.com/wp-content/uploads/2011/01/url-300x168.jpg" alt="" width="300" height="168" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">Photo Courtesy Chris Dlugoz, Flickr Creative Commons </p></div>
<p>Well formed URL&#8217;s are important to usability and SEO.</p>
<p>WordPress <a title="permalinks" href="http://codex.wordpress.org/Using_Permalinks">permalinks</a> give us awesome control over the structure of our base URL&#8217;s. Combined with <a title="Well written headlines" href="http://www.copyblogger.com/magnetic-headlines/">well written headlines</a>, we can create catchy, <strong>easy to remember,</strong> user friendly URL&#8217;s across our site.</p>
<p>However, the base install of WordPress will add the word &#8220;category&#8221; to your url structure before the actual category name. Having &#8220;category&#8221; in the middle of your URL is not particularly useful, certainly not pretty and can make URL&#8217;s longer and harder to remember.</p>
<p>For example, if you have a category on your site called &#8220;Gadgets&#8221; you would want the URL to look like this:</p>
<p>http://yoursite.com/gadgets.</p>
<p>The url is so intuitive that someone could just type it in and find what they are looking for.</p>
<p>Unfortunately, without some modification your URL will look like this:</p>
<p>http://yoursite.com/category/gadgets (no-so-intuitive).</p>
<p>The disadvantages of leaving /category/ in are that it is longer and harder to remember and, according to some sources, the deeper keywords are in the URL the less relevant they are from an SEO standpoint. <strong>And you do use well thought out </strong><strong><a title="Keywords for category names" href="http://www.clickz.com/clickz/column/1712981/seo-url-structure">keywords for your category names</a></strong><strong> don&#8217;t you?</strong></p>
<p>Keep in mind that URL&#8217;s are an important part of SEO, though in the big picture they are only one piece of a much larger puzzle. In other words, URL&#8217;s alone won&#8217;t give you a ton of SEO juice, but they can help, so don&#8217;t ignore them either.</p>
<p>In my opinion, usability is the most important issue and the real reason for well formed URL&#8217;s.</p>
<p>ESPN is a good example, if I want to know about football, I know I can go to <a title="ESPN NFL" href="http://espn.com/nfl">http://espn.com/nfl</a> and get football info. I don&#8217;t even have to guess if that&#8217;ll get me where I want to be.</p>
<p>There are a couple of ways to get rid of the &#8220;/category/&#8221; in your WordPress URL&#8217;s:</p>
<ol>
<li>Add some code to your .htaccess file (not-recommended)</li>
<li>Use a plugin.</li>
</ol>
<p>Sidebar: <a title=".htaccess" href="http://en.wikipedia.org/wiki/Htaccess">.htaccess</a> files allow you to make web server configurations on a per directory basis and allows for decentralized web server configuration, including things like URL rewriting.</p>
<p>Having been a coder, I&#8217;m not at all afraid to modify .htaccess but for most I wouldn&#8217;t recommend it. Getting it wrong can cause you some serious headache. In this case, a WordPress plugin works extremely well and is headache free.</p>
<p>For the last couple of years I&#8217;ve been using &#8220;<a title="WP No Category Base" href="http://wordpress.org/extend/plugins/wp-no-category-base/">WP No Category Base</a>.&#8221; It works flawlessly, is kept up to date and does exactly what we need: it removes &#8220;/caegory/&#8221; from our category based URL&#8217;s and nothing more.</p>
<p>Just download-install-activate and you&#8217;re done.</p>
<p>Additional thought: I don&#8217;t particularly care for dates in URL&#8217;s either, I see them a lot but I&#8217;m not inclined to click on yoursite.com/2010/03/ it just doesn&#8217;t have meaning.</p>
<p><strong>Download <a title="WP No Category Base" href="http://www.flickr.com/people/chrisdlugosz/">WP No Category Base</a> (free of course) and get started cleaning up your URL&#8217;s!</strong></p>
<p>What permalink structure works well for your WordPress site?</p>
<p><strong><em>Added notes (1/12/2011): </em></strong>Got <a title="Tweet from @Billerickson to @vsellis" href="http://twitter.com/#!/BillErickson/status/25326743447412736">a tweet from Bill Erickson</a> regarding performance issues with this plugin. I personally have not experienced any performance issues but Bill has, including one site whos page load time increased 100x when the plugin was deactivated. If you use this plugin and experience any latency as a result, deactivate it and see if the problem goes away, then come back here and let me know! As Bill has said, <strong>page load time is far more important than one word in a URL</strong>. Again, no issues in my usage but keep an eye on it and as with all things WordPress, if you start to have any problems, plugins are the first thing to check.</p>
<p>Bill is a very knowledgable WordPress developer so I&#8217;d look him up if you&#8217;re in the market for one. You can find him at <a title="Bill Erickson" href="http://billerickson.com">http://billerickson.com</a> or on twitter <a title="Bill Erickson on Twitter" href="http://twitter.com/billerickson">@billerickson</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vsellis.com/reviews/remove-category-from-wordpress-urls-with-wp-no-category-base-plugin-review/feed/</wfw:commentRss>
		<slash:comments>32</slash:comments>
		</item>
		<item>
		<title>Get More Accurate Click Analytics With PrettyLink Pro</title>
		<link>http://www.vsellis.com/wordpress-how-to/get-more-accurate-click-analytics-with-prettylink-pro/</link>
		<comments>http://www.vsellis.com/wordpress-how-to/get-more-accurate-click-analytics-with-prettylink-pro/#comments</comments>
		<pubDate>Mon, 06 Sep 2010 16:33:29 +0000</pubDate>
		<dc:creator>Scott Ellis</dc:creator>
				<category><![CDATA[WordPress How To]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[prettylink pro]]></category>
		<category><![CDATA[woopra]]></category>

		<guid isPermaLink="false">http://www.vsellis.com/?p=3129</guid>
		<description><![CDATA[If you&#8217;ve read any of my posts on Woopra or PrettyLink Pro you would be correct in coming to the conclusion that I&#8217;m a bit of a stats junkie. You would also be correct in assuming that I&#8217;m a huge fan of both Woopra and PrettyLink Pro. If you don&#8217;t already use it, I&#8217;d get PrettyLink<a href="http://www.vsellis.com/wordpress-how-to/get-more-accurate-click-analytics-with-prettylink-pro/" rel="nofollow"> ...Read More</a>]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve read any of my posts on <a title="Woopra - Real Time Analytics" href="http://www.woopra.com" target="_blank">Woopra</a> or <a title="PrettyLink Pro - Url Shortner" href="http://www.vsellis.com/vnb">PrettyLink Pro</a> you would be correct in coming to the conclusion that I&#8217;m a bit of a stats junkie. You would also be correct in assuming that I&#8217;m a huge fan of both Woopra and PrettyLink Pro.</p>
<p>If you don&#8217;t already use it, I&#8217;d <a title="PrettyLink Pro" href="http://www.vsellis.com/vnb" target="_self">get PrettyLink Pro without hesitation</a>, it is simply the best in-platform url shortner our there and I like it better than the services because I control my links completely, own the history and the stats.</p>
<p>But despite my love and support of PrettyLink Pro, I&#8217;ve been plagued by the observation that whenever I published a short url it would always show many more clicks in the WordPress backend than I would see in my Woopra stats.</p>
<p>Fortunately, <a title="Blair Williams" href="http://blairwilliams.com" target="_blank">Blair Williams</a>, the man behind PrettyLink Pro, was at <a title="OpenCamp" href="http://openca.mp" target="_blank">OpenCamp</a> so I finally had a chance to meet him in person and ask why that might be. &#8220;Robots&#8221; he answered. If you look under &#8220;Options &gt; Reporting Options&#8221; there is a checkbox for &#8220;Filter Robots.&#8221; Check the box and you&#8217;ll see your stats line up a little more nicely.</p>
<p>I had a feeling I was just overlooking something! So if you&#8217;ve been wondering the same thing, odds are that will bring things back into line for you as it did for me.</p>
<p>Keep in mind that reporting across all stats applications will never be exactly the same but they should be reasonably close.</p>
<p>If you want to read a little more on why I love this plugin so much you can see my prior <a title="PrettyLink Pro" href="http://www.vsellis.com/reviews/create-short-urls-with-your-domain-name-using-prettylink-pro/" target="_self">post on PrettyLink Pro</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vsellis.com/wordpress-how-to/get-more-accurate-click-analytics-with-prettylink-pro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: basic (User agent is rejected)
Object Caching 466/477 objects using apc

Served from: www.vsellis.com @ 2012-02-09 15:15:59 -->
