<?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>Linux-Girl.com &#187; Tutorials</title>
	<atom:link href="http://www.linux-girl.com/category/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linux-girl.com</link>
	<description>The web according to girl.</description>
	<lastBuildDate>Sun, 28 Mar 2010 15:44:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>When, Why and How to 301 Redirect</title>
		<link>http://www.linux-girl.com/tutorials/301-redirects/</link>
		<comments>http://www.linux-girl.com/tutorials/301-redirects/#comments</comments>
		<pubDate>Mon, 15 Jan 2007 19:39:41 +0000</pubDate>
		<dc:creator>Asia</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.linux-girl.com/301-redirects/</guid>
		<description><![CDATA[My entire business encompasses redesign of websites, software upgrades, page insertions, and search friendly web pages. One of the most important factors that I must pay attention to, is 301 redirects and this practice is so often ignored by webmasters, designers and programmers across the globe. Another ignored area is wordpress and other blog type<a href="http://www.linux-girl.com/tutorials/301-redirects/"><br/> read more..</a>]]></description>
			<content:encoded><![CDATA[<p>My entire business encompasses redesign of websites, software upgrades, page insertions, and search friendly web pages. One of the most important factors that I must pay attention to, is 301 redirects and this practice is so often ignored by webmasters, designers and programmers across the globe. Another ignored area is wordpress and other blog type software out there, post slug changes are thought of as harmless, until someone clicks on a link somewhere and gets hit with a 404. Ouch! Lost business or page visits can be avoided by learning when, why and how to use 301 redirects.<br />
When to 301 Redirect?</p>
<ol>
<li>Wepbage name change, or blog post slug changes<br />
Anytime you change the page name of a page, you should 301. This is often found rampant on WordPress blog software. The page name is too long and you want to change the Post Slug after a week or so &#8211; please 301 redirect.</li>
<li>New Web site design<br />
New designs often mean upgrades to directory structures and page names. 301 Redirect</li>
<li>Deletion of a web page<br />
Old pages expire and can sometimes hold no relation to current events, 301 redirect.</li>
<li>Search Engine Marketing Upgrades<br />
A big mistake often found in websites who hire outside SEO, they take in the advice, make the site changes as necessary then forget their old page links hanging out in the middle of nowhere. 301 redirect.</li>
<li>Deleting a domain you no longer want or need<br />
When you delete a domain name use 301 redirects to your new domain name. This is often the case for business name changes and/or merges.</li>
</ol>
<p>Why 301 Redirect?</p>
<ol>
<li>Somewhere someone might have bookmarked the page which no longer exists.</li>
<li>Search engine spiders have that web page cached and ranking somewhere</li>
<li>Content duplication issues &#8211; if you have a new website and didn&#8217;t delete your old web pages &#8211; but duplicated content on another webpage &#8211; confused yet? Duplicate content is going to be a huge part of Google&#8217;s algorithm in 2007 and beyond, handle it with 301 redirects and avoid any future issues.</li>
</ol>
<p>How to 301 Redirect</p>
<ol>
<li>Create a file and name it .htaccess</li>
<li>In the .htaccess file enter lines as follows to create a 301 redirect
<p>redirect 301 /page_name_to_redirect.html http://www.fullDomainname.com/new-page-name.html</p>
<p>It&#8217;s that easy, save the file and upload to your top level web directory for your website and test the old page.</p>
<p><strong>Warning:</strong> Before uploading a new .htaccess file, make sure there isn&#8217;t currently one within your directory!</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.linux-girl.com/tutorials/301-redirects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
