<?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>Pressing the Red Button &#187; seo</title>
	<atom:link href="http://www.pressthered.com/tag/seo/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pressthered.com</link>
	<description>Adventures in Software Development</description>
	<lastBuildDate>Sun, 05 Sep 2010 16:55:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Notifying Google of a Domain Name Change</title>
		<link>http://www.pressthered.com/notifying_google_of_a_domain_name_change/</link>
		<comments>http://www.pressthered.com/notifying_google_of_a_domain_name_change/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 05:21:02 +0000</pubDate>
		<dc:creator>jim.richmond</dc:creator>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://www.pressthered.com/?p=207</guid>
		<description><![CDATA[Can I Notify Google that my Domain Name has Changed?
Yes you can. In the past, Google simply recommended that you redirect you domain using 301 Redirects. Now they offer a service on their Webmaster Tools to notify them that you are changing your domain name. 
Here is overview of the steps:


Your current domain name should [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Can I Notify Google that my Domain Name has Changed?</strong><br />
Yes you can. In the past, Google simply recommended that you redirect you domain using <a href="http://www.pressthered.com/redirecting_your_domain_using_301_redirects/">301 Redirects</a>. Now they offer a service on their <a href="https://www.google.com/webmasters/tools">Webmaster Tools</a> to notify them that you are changing your domain name. </p>
<p><strong>Here is overview of the steps:</strong></p>
<ol>
<li>
Your current domain name should be registered on <a href="https://www.google.com/webmasters/tools">Google&#8217;s Webmaster Tools</a>. If it is not, then the notification will probably not help and you should just stick to the 301 Redirects.
</li>
<li>
Add your new domain name to Google&#8217;s Webmaster Tools and go through the verification process.
</li>
<li>
Once you have both sites registered, click on the old site to bring up the Dashboard. On the left menu, click Site Configuration -> Change of Address.
</li>
<li>
Select your new domain name that you want to use from the drop down and submit the request.
</li>
</ol>

<a href='http://www.pressthered.com/notifying_google_of_a_domain_name_change/changeaddy2/' title='Changing You Domain Name'><img width="150" height="150" src="http://www.pressthered.com/wp-content/uploads/2009/06/changeaddy2-150x150.jpg" class="attachment-thumbnail" alt="Changing You Domain Name" title="Changing You Domain Name" /></a>
<a href='http://www.pressthered.com/notifying_google_of_a_domain_name_change/changeaddy1/' title='Confirmation of Domain Name Change'><img width="150" height="150" src="http://www.pressthered.com/wp-content/uploads/2009/06/changeaddy1-150x150.jpg" class="attachment-thumbnail" alt="Confirmation of Domain Name Change" title="Confirmation of Domain Name Change" /></a>

<p><strong>Is There Going to be a Penalty for Changing my Domain Name?</strong><br />
Google isn&#8217;t very clear on that so you are at the mercy of Google once you change your domain name. Generally it is not good practice to change your domain name, especially if it is a site that earns income (or if it is a client&#8217;s site). I recently did a domain name change for my own site (this site). I didn&#8217;t have much to lose and was willing to accept a temporary loss in traffic.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pressthered.com/notifying_google_of_a_domain_name_change/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redirecting Your Domain Using 301 Redirects</title>
		<link>http://www.pressthered.com/redirecting_your_domain_using_301_redirects/</link>
		<comments>http://www.pressthered.com/redirecting_your_domain_using_301_redirects/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 06:14:45 +0000</pubDate>
		<dc:creator>jim.richmond</dc:creator>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[301 Redirect]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://www.pressthered.com/?p=232</guid>
		<description><![CDATA[What are 301 redirects?
It is the status code that has been sent back to your browser from the web server. In other words, the &#8220;301 status&#8221;, is telling your browser that the link you typed in or clicked on has moved permanently to the new address that you have just been forwarded to.
When would I [...]]]></description>
			<content:encoded><![CDATA[<p><strong>What are 301 redirects?</strong><br />
It is the status code that has been sent back to your browser from the web server. In other words, the &#8220;301 status&#8221;, is telling your browser that the link you typed in or clicked on has moved permanently to the new address that you have just been forwarded to.</p>
<p><strong>When would I use a 301 Redirect?</strong><br />
One reason is to redirect your current domain name to a new domain name. If you changed your domain name for example. It could also be used for redirecting individual pages if a page has moved and you want to redirect old links to a new page. Today we just talk about updating your site to use a new domain name.</p>
<ol>
<strong>How do I redirect my old domain name to a new domain in Linux/Unix</strong></p>
<li>Ideally you should make a copy of your existing site. Either on a new hosting account or as a new domain on your existing account (if your host allows it). When both sites (old and new) are set up and working individually with their own domain names, you can proceed to redirect your old domain name to your new domain name.</li>
<li>Create a .htaccess file in the root directory of your old website. You can also create the file on your own computer first than ftp it in. If using Windows, you could name it &#8220;htaccess&#8221; then rename it &#8220;.htaccess&#8221; from your ftp program after you upload.</li>
<li>Copy and paste this code into that file, changing the &#8220;www.yourdomain.com&#8221; text to <strong>your</strong> new domain name:<br />
<strong>Options +FollowSymLinks<br />
RewriteEngine on<br />
RewriteRule ^(.*)$ http://www.yourdomain.com/$1 [R=301,L]</strong>
</li>
<li>That is all there is to it, it immediately goes into effect. You can test it by opening a new browser and typing in any link to your old site. It should redirect to the same page on your new site. If it does not, check to ensure that you added a period in front of the .htaccess file</li>
</ol>
<p><strong>How do I redirect my old domain name to a new domain in IIS (Internet Information Server) on Windows?</strong><br />
You will probably need to talk to your host to determine the best method. If you have admin access to your server you can do this:</p>
<ol>
<li> Right click the folder or website you want to redirect and click Properties.</li>
<li> On the Home Directory (or Virtual Directory) tab, click the &#8220;A redirection to a URL&#8221; option.</li>
<li> Enter the domain name or page you want to redirect to.</li>
<li> Check the &#8220;A permanent redirection for this resource&#8221; option.</li>
<li> Save by clicking OK. Then test by opening a new browser and going to an old link. It should redirect to the new domain.</li>
</ol>
<div id="attachment_238" class="wp-caption aligncenter" style="width: 310px"><img src="http://www.pressthered.com/wp-content/uploads/2009/06/redirect1-300x294.gif" alt="Redirecting a Domain Name in IIS" title="Redirecting a Domain Name in IIS" width="300" height="294" class="size-medium wp-image-238" /><p class="wp-caption-text">Redirecting a Domain Name in IIS</p></div>
<p><strong>Additional Resources:</strong><br />
<a href="http://googlewebmastercentral.blogspot.com/2008/04/best-practices-when-moving-your-site.html">Google recommends</a> using 301 redirects if changing the domain name of your existing site to get the best results in their index.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pressthered.com/redirecting_your_domain_using_301_redirects/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
