<?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>MonkeyPong &#187; Permalinks</title>
	<atom:link href="http://www.monkeypong.com/blog/tag/permalinks/feed" rel="self" type="application/rss+xml" />
	<link>http://www.monkeypong.com/blog</link>
	<description>Internet Marketing, Search Engine Marketing, Affiliate Marketing</description>
	<lastBuildDate>Wed, 31 Aug 2011 00:34:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Long Permalinks Can Cause A 404 Page Not Found Error</title>
		<link>http://www.monkeypong.com/blog/2008_02_10/long-permalinks-can-cause-a-404-page-not-found-error.html</link>
		<comments>http://www.monkeypong.com/blog/2008_02_10/long-permalinks-can-cause-a-404-page-not-found-error.html#comments</comments>
		<pubDate>Sun, 10 Feb 2008 07:08:29 +0000</pubDate>
		<dc:creator>monkeypong</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[404 Not Found]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[Permalinks]]></category>

		<guid isPermaLink="false">http://www.monkeypong.com/blog/2008_02_10/long-permalinks-can-cause-a-404-page-not-found-error.html</guid>
		<description><![CDATA[If you have the tendency to create long permalinks such as http://yourdomain.com/2008/01/20/britney-spears-sob-story-haunts-us-again-and-again, then it may be a problem. It may end up like http://yourdomain.com/2008/01/20/britney-spears-sob-story-haunts-us-again-and-again which will cause the following error: Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. Add the following lines into your .htaccess [...]]]></description>
			<content:encoded><![CDATA[<p>If you have the tendency to create long permalinks such as <a href="http://yourdomain.com/2008/01/20/britney-spears-sob-story-haunts-us-again-and-again"><strong>http://yourdomain.com/2008/01/20/britney-spears-sob-story-haunts<br />-us-again-and-again</strong></a>, then it may be a problem. It may end up like <a href="http://yourdomain.com/2008/01/20/britney-spears-sob-story-haunts-us-again-and-again">http://yourdomain.com/2008/01/20/britney</a>-spears-sob-story-haunts-us-again<br />-and-again</p>
<p> which will cause the following error:</p>
<h3>Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.</h3>
<p>Add the following lines into your .htaccess file: -</p>
<p>RewriteRule ^post/([0-9]+)?/?([0-9]+)?/?$ /index.php?p=$1&#038;page=$2 [QSA]</p>
<p>And voila, your problem is solved.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.monkeypong.com/blog/2008_02_10/long-permalinks-can-cause-a-404-page-not-found-error.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Optimize the Use of Permalinks to Increase Search Engine Visibility</title>
		<link>http://www.monkeypong.com/blog/2008_02_08/optimize-the-use-of-permalinks-to-increase-search-engine-visibility.html</link>
		<comments>http://www.monkeypong.com/blog/2008_02_08/optimize-the-use-of-permalinks-to-increase-search-engine-visibility.html#comments</comments>
		<pubDate>Fri, 08 Feb 2008 04:18:27 +0000</pubDate>
		<dc:creator>monkeypong</dc:creator>
				<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[Search Engine Optimization]]></category>
		<category><![CDATA[Permalinks]]></category>
		<category><![CDATA[Search Engine Visibility]]></category>

		<guid isPermaLink="false">http://www.monkeypong.com/blog/2008_02_08/optimize-the-use-of-permalinks-to-increase-search-engine-visibility.html</guid>
		<description><![CDATA[Permalinks are the permanent URLs to your individual weblog posts, as well as categories and other lists of weblog postings. The default permalinks is ugly. It usually looks like this: http://yourdomain.com/?p=N where N is a number. There are many reasons to use &#8220;pretty permalinks&#8221;. Below are the reasons why we should make use of &#8220;pretty [...]]]></description>
			<content:encoded><![CDATA[<p>Permalinks are the permanent URLs to your individual weblog posts, as well as categories and other lists of weblog postings.</p>
<p>The default permalinks is ugly. It usually looks like this: <strong>http://yourdomain.com/?p=N</strong> where N is a number.</p>
<p>There are many reasons to use &#8220;pretty permalinks&#8221;. Below are the reasons why we should make use of &#8220;pretty permalinks&#8221;: -</p>
<h3>Easier to remember</h3>
<p><strong>http://yourdomain.com/britney-spears-sob-story</strong> is definitely easier to remember than <strong>http://yourdomain.com/?p=283</strong>.</p>
<h3>Love At First Sight (or Hate)</h3>
<p>By just looking at the URL of your article, <strong>http://yourdomain.com/britney-spears-sob-story</strong>, users understand what the article is about and thus, will click (or will not click) on the link depending whether the person are interested in the story.</p>
<h3>Increase Search Engine Visibility</h3>
<p>Search Engine loves text more than anything. Having &#8220;keywords&#8221; on the URL is more beneficial than ever.</p>
<p>The most common usage of permalink structure is as follow: <strong>/%year%/%monthnum%/%day%/%postname%/</strong> (i.e. http://yourdomain.com/2008/01/20/britney-spears-sob-story/)</p>
<p>However, there are many people who think that is way too deep for search engines to crawl as there are way too many levels, hence they cut it short to <strong>/%postname%/</strong>  (i.e. http://yourdomain.com/britney-spears-sob-story/)</p>
<p>By using the shortest permalinks, many thinks the permalinks usage is optimized. But this method usually will create problems for the owners sooner or later. By using just the %postname% the rewrite rules may make it impossible to access pages such as your stylesheet (which has a similar format) or the /wp-admin/ folder. Furthermore, the dates are essential especially if you plan to use calendars and archive system to archive your posts.</p>
<p>So, the best method would be: <strong>/%year%/%monthnum%/%postname%/</strong> (i.e. http://yourdomain.com/2008/01/britney-spears-sob-story/) or <strong>/%year%_%monthnum%_%day%/%postname%/</strong> (i.e. http://yourdomain.com/2008_01_20/britney-spears-sob-story/)</p>
<p>To understand more about Permalinks, read <a href="http://codex.wordpress.org/Using_Permalinks">Using Permalinks</a> at <a href="http://codex.wordpress.org/">WordPress Codex</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.monkeypong.com/blog/2008_02_08/optimize-the-use-of-permalinks-to-increase-search-engine-visibility.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

