<?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>WordPress Pro - WordPress How To Plugins, Themes Usability &#187; Permalink Change</title>
	<atom:link href="http://crunchpress.com/tag/permalink-change/feed/" rel="self" type="application/rss+xml" />
	<link>http://crunchpress.com</link>
	<description>Learn How To Use WordPress Like A Pro - WordPress Pro Articles</description>
	<lastBuildDate>Sun, 23 Oct 2011 08:49:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Double 301 Redirects Work But Requires More Time for Google to Index</title>
		<link>http://crunchpress.com/double-301-redirects-work-but-requires-more-time-for-google-to-index/</link>
		<comments>http://crunchpress.com/double-301-redirects-work-but-requires-more-time-for-google-to-index/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 14:21:12 +0000</pubDate>
		<dc:creator>Aqeel Syed</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[301 redirect]]></category>
		<category><![CDATA[Permalink Change]]></category>

		<guid isPermaLink="false">http://crunchpress.com/?p=85</guid>
		<description><![CDATA[
At start of this month I made a change to this blog. I changed its existing domain http://thewordpresspro.net to http://crunchpress.com by setting up a 301 redirect.
The Permalink structure previously was year/month/day/post-name
I do not like this structure so changed it to domain.com/post-name
Now here is an interesting situation, thewordpresspro.net/09/10/17/post-name redirects to crunchpress.com/09/10/17/post-name and this page further to [...]]]></description>
			<content:encoded><![CDATA[<div style='float:left;' class='myrp_float_left myrp_float'></div>
<div style='float:right;' class='myrp_float_right myrp_float'></div>
<p><a href="http://crunchpress.com/wp-content/uploads/2009/11/301-redirect1.jpg"><img src="http://crunchpress.com/wp-content/uploads/2009/11/301-redirect1.jpg" alt="301-redirect" title="301-redirect" width="273" height="207" class="alignnone size-full wp-image-105" /></a><br />
At start of this month I made a change to this blog. I changed its existing domain http://thewordpresspro.net to http://crunchpress.com by setting up a 301 redirect.</p>
<p>The Permalink structure previously was year/month/day/post-name<br />
I do not like this structure so changed it to domain.com/post-name</p>
<p>Now here is an interesting situation, thewordpresspro.net/09/10/17/post-name redirects to crunchpress.com/09/10/17/post-name and this page further to crunchpress.com/post-name</p>
<p>It become a double 301 redirect. When I analyzed it I become afraid of situation that this may cause problem in indexing.</p>
<p>After some research I cam across <a rel="nofollow" href="http://groups.google.com/group/Google_Webmaster_Help-Indexing/browse_thread/thread/7825eb8cb9b1f43c/?pli=1" target="_blank">this page</a>, at Google group a Google employ Berghausen has responded to a similar question. According to him Google indexes and support &#8220;double 301 redirects&#8221; however Google is slow on indexing these redirects.</p>
<p>So if you are in a similar situation i.e, changing your WordPress hosted sites domain and then Permalink structure, don&#8217;t worry, go ahead!</p>
]]></content:encoded>
			<wfw:commentRss>http://crunchpress.com/double-301-redirects-work-but-requires-more-time-for-google-to-index/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress URL Structure Change</title>
		<link>http://crunchpress.com/wordpress-url-structure-change/</link>
		<comments>http://crunchpress.com/wordpress-url-structure-change/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 14:14:40 +0000</pubDate>
		<dc:creator>Aqeel Syed</dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Tweaks]]></category>
		<category><![CDATA[Permalink Change]]></category>
		<category><![CDATA[SEO WordPress]]></category>
		<category><![CDATA[WordPress Hacks]]></category>
		<category><![CDATA[WordPress Tweaks]]></category>

		<guid isPermaLink="false">http://crunchpress.com/?p=80</guid>
		<description><![CDATA[As some of our readers may have noticed that we have changed URL structure at CrunchPress.com I have been using the domain/year/month/day/post-name URL structure. However I discovered if a random visitor from a search engine knows that the post they are loading is old, they are more likely to close the page quickly. Even some [...]]]></description>
			<content:encoded><![CDATA[<div style='float:left;' class='myrp_float_left myrp_float'></div>
<div style='float:right;' class='myrp_float_right myrp_float'></div>
<p>As some of our readers may have noticed that we have changed URL structure at CrunchPress.com I have been using the domain/year/month/day/post-name URL structure. However I discovered if a random visitor from a search engine knows that the post they are loading is old, they are more likely to close the page quickly. Even some bloggers have started taking off dates from their blog posts.</p>
<p>It was a bit scary for me to change URLs due to SEO problems (I&#8217;m already having a problem with Google at the time of writing this post, more on it later). However changing URL proved very easy for me.</p>
<p>Here is the process,</p>
<p>1. Go to settings &gt; Permalinks in your WordPress dashboard.<br />
Here in &#8216;Custom Structure&#8217; field enter, <code>/%postname%/</code></p>
<p>2. Now open up your favorite FTP program, longin to FTP account of your WordPress install, open .htaccess to edit and enter following code.</p>
<pre>&lt;IfModule mod_rewrite.c&gt;
Options +MultiViews
Options +FollowSymLinks
RewriteEngine On

RedirectMatch permanent ^/[0-9]{4}/[0-9]{2}/[0-9]{2}/([a-z0-9\-/]+) http://crunchpress.com/$1

RewriteBase /
AddDefaultCharset UTF-8

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
&lt;/IfModule&gt;</pre>
<p>Change CrunchPress.com with your domain, save .htaccess and you are done!</p>
<p>I&#8217;ve assumed you are using domain/year/month/day/post-name structure, if your structure is different please tweak it accordingly.</p>
<p>NOTE:<br />
1. If you are using Super-Cache or any other cache plugin for WordPress, please clear your cache before doing this procedure.<br />
2. If you have a sitemap plugin installed, update/rebuild your sitemap manually.<br />
3. 6) Add your blog to <a rel="nofollow" href="http://www.google.com/webmasters/tools/">Google Webmaster Tools</a>. Make sure that the sitemap was accepted and keep an eye on crawl errors periodically.</p>
]]></content:encoded>
			<wfw:commentRss>http://crunchpress.com/wordpress-url-structure-change/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

