<?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>SEO优化方案-网络营销策划 &#187; 301页面</title>
	<atom:link href="http://www.fixbar.com/tag/301%e9%a1%b5%e9%9d%a2/feed" rel="self" type="application/rss+xml" />
	<link>http://www.fixbar.com</link>
	<description>SEO优化博客,与您讨论网络推广与SEO优化的技巧,为站长网络营销提供策划方案。</description>
	<lastBuildDate>Sat, 11 Feb 2012 03:03:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>SEO优化之301页面重定向</title>
		<link>http://www.fixbar.com/seo/redirect.html</link>
		<comments>http://www.fixbar.com/seo/redirect.html#comments</comments>
		<pubDate>Wed, 01 Apr 2009 09:17:19 +0000</pubDate>
		<dc:creator>百科</dc:creator>
				<category><![CDATA[SEO优化]]></category>
		<category><![CDATA[301页面]]></category>
		<category><![CDATA[重定向]]></category>

		<guid isPermaLink="false">http://www.fixbar.com/?p=456</guid>
		<description><![CDATA[搜索引擎往往会把www.parandroid.com和parandroid.com作为两个不同的网站。 由于这样，按通常的网站经验来说，把这两个网址的连接合并在一起被认为是一项还不错的S搜索引擎优化措施，它可能可以使你的网页排名得到更高的权重。我之前如果一直是使用Permalink Redirect这个插件来实现把www.paranroid.com的链接全部转向parandroid.com。 这是一个优秀的插件，它是容易使用的。但如果你的网站支持Apace的Mod-rewrite这一模块功能，那你可以用.htaccess这个文件来轻松实现301的重定向，我只需要在.htaccess文件里面写入下面的代码： Options +FollowSymlinks RewriteEngine on rewritecond %{http_host} ^domain.com [nc] rewriterule ^(.*)$ http://www.domain.com/$1 [r=301,nc] 就可以实现把把有的链接转向到www.domain.com，这样，举个例子来说，如果你的domain.com有2000个链接，www.domain.com有5000个链接，那转向后，你的www.domain.com就有了7000个链接（这一说法是在你国内博客上看到的，但我是不太理解！） 注意： htaccess文件需要放置在需要跳转的网站的根目录下。 你的服务器必器支持Apache的Mod-rewrite,否则既然你使用Wordpress插件也无法完成这一功能，是否支持，你可以向你的主机服务商咨询。]]></description>
			<content:encoded><![CDATA[<p>搜索引擎往往会把www.parandroid.com和parandroid.com作为两个不同的网站。</p>
<p><img class="alignnone size-full wp-image-455" title="SEO优化之301页面重定向" src="http://www.fixbar.com/wp-content/uploads/2009/04/301-redirect.gif" alt="SEO优化之301页面重定向" width="295" height="98" align="right" /></p>
<p>由于这样，按通常的网站经验来说，把这两个网址的连接合并在一起被认为是一项还不错的S搜索引擎优化措施，它可能可以使你的网页排名得到更高的权重。我之前如果一直是使用Permalink Redirect这个插件来实现把www.paranroid.com的链接全部转向parandroid.com。</p>
<p>这是一个优秀的插件，它是容易使用的。但如果你的网站支持Apace的Mod-rewrite这一模块功能，那你可以用.htaccess这个文件来轻松实现301的重定向，我只需要在.htaccess文件里面写入下面的代码：</p>
<p>Options +FollowSymlinks<br />
RewriteEngine on<br />
rewritecond %{http_host} ^domain.com [nc]<br />
rewriterule ^(.*)$ http://www.domain.com/$1 [r=301,nc]</p>
<p>就可以实现把把有的链接转向到www.domain.com，这样，举个例子来说，如果你的domain.com有2000个链接，www.domain.com有5000个链接，那转向后，你的www.domain.com就有了7000个链接（这一说法是在你国内博客上看到的，但我是不太理解！）</p>
<p>注意： htaccess文件需要放置在需要跳转的网站的根目录下。<br />
你的服务器必器支持Apache的Mod-rewrite,否则既然你使用Wordpress插件也无法完成这一功能，是否支持，你可以向你的主机服务商咨询。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fixbar.com/seo/redirect.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

