<?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>Codegrad &#187; permanent redirection</title>
	<atom:link href="http://codegrad.hub.ph/tag/permanent-redirection/feed/" rel="self" type="application/rss+xml" />
	<link>http://codegrad.hub.ph</link>
	<description></description>
	<lastBuildDate>Sun, 01 Apr 2012 04:02:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Setting up canonical URL as www or non-www</title>
		<link>http://codegrad.hub.ph/setting-up-canonical-url-as-www-or-non-www/</link>
		<comments>http://codegrad.hub.ph/setting-up-canonical-url-as-www-or-non-www/#comments</comments>
		<pubDate>Sat, 28 Nov 2009 10:41:17 +0000</pubDate>
		<dc:creator>Greten</dc:creator>
				<category><![CDATA[Search Engine Optimization]]></category>
		<category><![CDATA[Server Configuration]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[on page SEO]]></category>
		<category><![CDATA[permanent redirection]]></category>
		<category><![CDATA[search engine friendly]]></category>
		<category><![CDATA[URL canonization]]></category>
		<category><![CDATA[white hat SEO]]></category>
		<category><![CDATA[www vs non-www]]></category>

		<guid isPermaLink="false">http://codegrad.hub.ph/?p=785</guid>
		<description><![CDATA[Search engines see URLS with www and without www as different URLs. This can cause duplicate content issue and the link "votes" will be divided between two URLs. Impose your preferred URL format, either it's with or without www, to avoid these problems and make your website more search engine friendly.]]></description>
		<wfw:commentRss>http://codegrad.hub.ph/setting-up-canonical-url-as-www-or-non-www/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Something strange I noticed on 301 redirect and Google search results</title>
		<link>http://codegrad.hub.ph/something-strange-i-noticed-on-301-redirect-and-google-search-results/</link>
		<comments>http://codegrad.hub.ph/something-strange-i-noticed-on-301-redirect-and-google-search-results/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 18:57:39 +0000</pubDate>
		<dc:creator>Greten</dc:creator>
				<category><![CDATA[Server Configuration]]></category>
		<category><![CDATA[301 redirect]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[meta robots]]></category>
		<category><![CDATA[off-page SEO]]></category>
		<category><![CDATA[on page SEO]]></category>
		<category><![CDATA[permanent redirection]]></category>
		<category><![CDATA[robots.txt]]></category>
		<category><![CDATA[search engine algorithm]]></category>
		<category><![CDATA[search engine friendly]]></category>
		<category><![CDATA[XML sitemap]]></category>

		<guid isPermaLink="false">http://codegrad.hub.ph/?p=634</guid>
		<description><![CDATA[The search results of Google for the same keywords changed in just 30 minutes after I setup a 301 redirect. I didn't know Google can be this fast.]]></description>
		<wfw:commentRss>http://codegrad.hub.ph/something-strange-i-noticed-on-301-redirect-and-google-search-results/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Htaccess 301 redirect and subdomains</title>
		<link>http://codegrad.hub.ph/using-htaccess-301-redirect-in-subdomains/</link>
		<comments>http://codegrad.hub.ph/using-htaccess-301-redirect-in-subdomains/#comments</comments>
		<pubDate>Sat, 25 Apr 2009 11:58:51 +0000</pubDate>
		<dc:creator>Greten</dc:creator>
				<category><![CDATA[Server Configuration]]></category>
		<category><![CDATA[301 redirect]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[permanent redirection]]></category>
		<category><![CDATA[subdomain]]></category>

		<guid isPermaLink="false">http://codegrad.hub.ph/?p=212</guid>
		<description><![CDATA[Subdomains are treated by search engines as separate websites. Human visitors can also see this if the websites within the subdomains have different topics and overall appearance. Redirection between a subdomain and a domain, as well as between two subdomains are possible. Redirection from a subdomain requires separate .htaccess file located in the folder associated with that subdomain.]]></description>
		<wfw:commentRss>http://codegrad.hub.ph/using-htaccess-301-redirect-in-subdomains/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Using htaccess 301 redirect in folder or subdirectory</title>
		<link>http://codegrad.hub.ph/using-htaccess-301-redirect-in-subfolders/</link>
		<comments>http://codegrad.hub.ph/using-htaccess-301-redirect-in-subfolders/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 11:50:17 +0000</pubDate>
		<dc:creator>Greten</dc:creator>
				<category><![CDATA[Server Configuration]]></category>
		<category><![CDATA[301 redirect]]></category>
		<category><![CDATA[folder structure]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[permanent redirection]]></category>

		<guid isPermaLink="false">http://codegrad.hub.ph/?p=209</guid>
		<description><![CDATA[The 301 redirect in .htaccess file is used for redirection of incoming traffic from one domain to another. What if you want to redirect from one folder to another in the same domain? In different domains? From a domain's root directory to one of its subdirectory and vice versa?]]></description>
		<wfw:commentRss>http://codegrad.hub.ph/using-htaccess-301-redirect-in-subfolders/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Using 301 redirect in htaccess file</title>
		<link>http://codegrad.hub.ph/using-301-redirect-in-htaccess-file/</link>
		<comments>http://codegrad.hub.ph/using-301-redirect-in-htaccess-file/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 19:41:45 +0000</pubDate>
		<dc:creator>Greten</dc:creator>
				<category><![CDATA[Search Engine Optimization]]></category>
		<category><![CDATA[Server Configuration]]></category>
		<category><![CDATA[301 redirect]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[permanent redirection]]></category>

		<guid isPermaLink="false">http://codegrad.hub.ph/?p=127</guid>
		<description><![CDATA[The 301 redirect is a method of redirecting traffic from an old domain to a new domain. The other methods of redirect are usually penalized by search engines because they are frequently used in black hat SEO tactics. On the other hand, search engines highly recommend the use of 301 redirect. Moreover, it is easier to setup because you need to edit only one file, the .htaccess.]]></description>
		<wfw:commentRss>http://codegrad.hub.ph/using-301-redirect-in-htaccess-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

