<?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>O&#039;Co DOO &#187; SEO</title>
	<atom:link href="http://www.iscodoo.com/tag/seo/feed" rel="self" type="application/rss+xml" />
	<link>http://www.iscodoo.com</link>
	<description>一个竟然存在了四年的博客</description>
	<lastBuildDate>Sat, 24 Jul 2010 10:26:11 +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>Dreamhost上安装Phpwind开启静态目录部署</title>
		<link>http://www.iscodoo.com/2007/10/load-search-engine-friendly-urls-of-phpwind-at-dreamhost.html</link>
		<comments>http://www.iscodoo.com/2007/10/load-search-engine-friendly-urls-of-phpwind-at-dreamhost.html#comments</comments>
		<pubDate>Mon, 01 Oct 2007 14:11:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DreamHost]]></category>
		<category><![CDATA[phpwind]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.iscodoo.com/wordpress/?p=18</guid>
		<description><![CDATA[首先，国庆快乐！ 正题： 其实不只是Dreamhost，一般的Apache主机都开了mod_rewrite的（国内的主机可以忽略）。 开启mod_rewrite的最大的好处就是搜索引擎优化，叫做Search Engine Friendly。 实现这个功能的是一个.htaccess文件，它的位置在站点根目录下。 新建一文本文件，在其中加入如下代码： RewriteEngine On RewriteRule ^(.*)-htm-(.*)$ $1.php?$2 然后把静态目录改成-htm-。 然后就点确定了。 PHPWIND6.0对开启静态目录部署的方法说的不是很人性化，直接叫人在conf/httpd.conf中添加以下代码： &#60;IfModule mod_rewrite.c&#62; RewriteEngine On RewriteRule ^(.*)-htm-(.*)$ $1.php?$2 &#60;/IfModule&#62; 既然实现这个功能的前提是开户Apache Web Server的Mod_rewrite模块，为何还要编辑conf/httpd.conf？要知道一般人是没有这个权限编辑这个配置文件的。 有关Mod rewrite可以到Dreamhost的wiki去看： Creating Search Engine Friendly URL&#8217;s using Apache&#8217;s mod_rewrite 另外一则关于Dreamhost的消息： Sign up for hosting with us TODAY and prepay for a year (or more) of service using]]></description>
		<wfw:commentRss>http://www.iscodoo.com/2007/10/load-search-engine-friendly-urls-of-phpwind-at-dreamhost.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenSEF配置和使用</title>
		<link>http://www.iscodoo.com/2007/09/opensef-configuration-and-use.html</link>
		<comments>http://www.iscodoo.com/2007/09/opensef-configuration-and-use.html#comments</comments>
		<pubDate>Fri, 07 Sep 2007 17:24:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Joomla]]></category>
		<category><![CDATA[component]]></category>
		<category><![CDATA[OpenSEF]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.iscodoo.com/wordpress/?p=22</guid>
		<description><![CDATA[1：GoogleSitemap扩展的一个小问题 默认的生成XML文件的位置是：/components/com_sef/google_opensef.xml 而robots.txt有这么一条： Disallow: /components/ 所以说这个设计比较不人性化，而可喜的是在设置里面是可以修改XML文件位置的。 Edit Configuration－－Google Sitemap－Sitemap location: 下面一行留空，然后把/components/com_sef/google_opensef.xml这个文件移动到根目录下面重新生成就OK了，不然的话它会提示你XML文件不存在的。 今天先写到这里，以后慢慢介绍OpenSEF和它的一些问题。 2,还是GoogleSitemap的问题 我在启用了OpenSEF的404 Not Found URL功能后，把所有404页面都转向了首页，但问题也来了，和ARTIO JoomSEF一样，GoogleBot会找不到你的SiteMap验证文件，虽然它是存在的，它可以打开的，GoogleBot好笨啊。 目前我还没找到解决的方法，只能停用这个功能。 UPDATE： 3,投票(Rating)系统不能正常工作，点击投票后自动返回设定的404页面 进入OpenSEF，Configuration-Features-Enforce Canonical URLs?选择NO即可。 If an inbound request uses an internal Joomla! address directly, but a friendly URL mapping exists for that address, redirect (301 Moved Permanently) them to the friendly URL instead. This is]]></description>
		<wfw:commentRss>http://www.iscodoo.com/2007/09/opensef-configuration-and-use.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>OpenSEF安装配置</title>
		<link>http://www.iscodoo.com/2007/04/joomla-component-opensef-configuriton.html</link>
		<comments>http://www.iscodoo.com/2007/04/joomla-component-opensef-configuriton.html#comments</comments>
		<pubDate>Mon, 23 Apr 2007 06:40:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Joomla]]></category>
		<category><![CDATA[component]]></category>
		<category><![CDATA[OpenSEF]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.iscodoo.com/wordpress/?p=64</guid>
		<description><![CDATA[1,Open-SEF我就不介绍了,大家可以去sourceforge站点看. 2,Open-SEF下载(目前最新版本是2.0.0-RC5_SP2) 200704/joomla_com_opensef_2.0.0-rc5_sp2.zip 原来的官方网站http://www.open_sef.org已经不能访问了,它曾经转移到这里,而现在它又转移到了这里你可以随时关注Open-SEF最新消息了. 3,安装就不多说了,installers-components-upload and install~ 4,install success后你要enable Open-SEF和简单的配置一下,然后清空ALL cache(如果启用),再add a new content,回到首页,你会发现刚刚发表的文章的URL已经变成Search Engine Friendly了,就要我们想要的结果. 但是打开后返回的是一个404 PAGE NOT FOUND,说明配置还没结束. 接着,要把站点根目录下的htaccess.txt改成.htaccess,当然,我们启用Joomla内置的SEF后也要改的,但这里编辑一下. 一共有两个地方: 1. Standard SEF Section 2. 3rd Party or Core SEF Section 就是把Joomla core SEF section禁用,打开3rd Party or Core SEF Section. ########## Begin &#8211; Joomla! core SEF Section ############# Use this section if using]]></description>
		<wfw:commentRss>http://www.iscodoo.com/2007/04/joomla-component-opensef-configuriton.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>URL的SEO技巧:保护网站</title>
		<link>http://www.iscodoo.com/2006/07/seo-for-site-protection.html</link>
		<comments>http://www.iscodoo.com/2006/07/seo-for-site-protection.html#comments</comments>
		<pubDate>Sun, 02 Jul 2006 17:43:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[URL]]></category>

		<guid isPermaLink="false">http://www.iscodoo.com/wordpress/?p=201</guid>
		<description><![CDATA[URL的SEO技巧 以下仅是个人经验，未经任何试验验证，请自行判断以下方法是否可行，使用如下方法进行SEO，任何后果自负。 匹配指匹配用户搜索关键字。 主域名匹配优于目录名或网页名匹配。 英文关键字之间应使用 &#8211; 或 _ 链接。 针对中文关键字，中文目录名和网页名优于英文目录名和网页名。Google、百度可识别中文目录名和网页名，但其它搜索引擎未知。中文目录名和网页名可能导致部分浏览器无法识别该URL。 相同条件下（站外链接等），URL优于网页标题匹配（ 可使用多级域名匹配关键字。（如：china.creditcard.apply.cmbchina.com） 静态网页（.htm、.html）优于动态网页（.asp、.php、.jsp、.aspx）。 动态网页参数越少越好。 动态网页参数名可匹配关键字。 可使用伪静态地址。（URL重写） 同一文件URL应固定不变。 URL跳转时应使用301 永久重定向。 主域名不应过长（控制在12个字符内）。 URL应包含较少的关键字而非堆砌大量关键字。 URL中可省略the、for、of等常用介词、冠词等。 主域名应首先考虑用户容易记忆而非针对搜索引擎优化。 Google、百度尚不能自动为中文关键字匹配使用汉语拼音的URL。（如：用户搜索“搜索引擎优化”时，无法自动匹配 sousuoyinqingyouhua.html） Google、百度尚不能识别中文域名。（如：扩展名.com） 较 .com 和 .net 域名，Google 偏爱 .org 和 .edu 域名。 Google Adsense 首先通过 URL 匹配广告。 子域名不应过多，可根据文章类别或服务器用途创建不同子域名。 ========================================= 网站保卫战 网站需要保卫么？推广还来不及呢，哪能拒客于门外。不过网站的确需要保护，不然…… 1.防网页框架 这年头，流氓都没人管，或者说，有后台的流氓都没人管。于是各种各样形形色色的流氓遍地开花。借网摘之名，收流量知名，于是，你就被框框们框住了。 防网页框架对策 这年头，法律不保护你，只能自己保护自己。 网页中写入如下代码即可防止被框 CODE: [Copy to clipboard] &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;]]></description>
		<wfw:commentRss>http://www.iscodoo.com/2006/07/seo-for-site-protection.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
