<?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>网站运营</title>
	<atom:link href="http://www.lvyanchao.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lvyanchao.com</link>
	<description>网站排名优化、网站策划推广与网站运营</description>
	<lastBuildDate>Tue, 31 Aug 2010 05:01:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>iis rewrite 规则收集整理</title>
		<link>http://www.lvyanchao.com/iis-rewrite/</link>
		<comments>http://www.lvyanchao.com/iis-rewrite/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 05:01:20 +0000</pubDate>
		<dc:creator>吕彦超</dc:creator>
				<category><![CDATA[网络编程]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[iis rewrite]]></category>

		<guid isPermaLink="false">http://www.lvyanchao.com/?p=328</guid>
		<description><![CDATA[二级域名： RewriteCond Host: (?!/.&#124;www&#124;ww)(.*).gongluela.com RewriteRule (.*) http/://www.gongluela.com/$1$2 [I,R] 防盗链： ISAPI_Rewrite的httpd.ini内容写的是下面内容，如果你也遇到盗链的困扰，建议可以参考一下： RewriteCond Host: (.+) RewriteCond Referer: (?!http://(?:www\.gongluela\.com&#124;www\.imfeng\.com&#124;www\.goboyo\.com&#124;www\.soso\.com&#124;www\.google\.com&#124;cache\.baidu\.com)).+ RewriteRule .*\.(?:jpg&#124;kmz&#124;kml&#124;zip) /block.gif [I,O] 注释：第二行里面的域名是允许链接图片的网站列表，目前我允许我自己的两个站和另外bloglines、zhuaxia、google、baidu这四个网站引用我站文件，其他网站的引用被禁止。 第三行是禁止引用的文件类型，包括jpg图片、Google Earth的kmz和kml、zip文件。当然，还可以增加其他类型，比如gif、rar等，因为我站没有那些文件，所以没有添加上去。 下面是转载的一点文章，特转给帅哥看的。 发这个帮助文件是因为在给朋友设置主机的时候发现他们的ISAPI Rewrite的设置都有些不正确，有些甚至阻碍了站点的正常运行。就把官方自带的英文帮助粗略的翻译了一下。大家可以自由使用和转载。但转载时如果你愿意请注明是 蓝色 翻译的版本。 ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ ISAPI Rewrite 配置简介： 在NT/2000/XP和2003平台上，ISAPI Rewrite在系统帐户下射入INETINFO进程与 IIS 以共存模式过滤器运行。所以系统帐户应该给予对ISAPI- REWIRITE DLLS Internet匿名访问组 可读可执行权限 和所有的 HTTPD。INI 文件可读权限，还应该给予系统帐户对于所有包括 HTTPD。INI 文件的文件夹的可写权限，这将允许产生 HTTP。 PARSE。ERRORS 日志文件，来记录配置文件语法错误。对于PROXY模块也需要额外的权限，因为它将运行于连接池或HIGH-ISPLATED 应用模式，IIS帐户共享池和HIGH-ISOLATION池应被给予对RWHELPERE。DLL的可读权限。缺省情况下IWAM-《计算机名》被用于 所有的池，在相应的COM+应用设置中应借助COM+ADMINISTRATION MMC SNAP-IN建立池帐户 配置文件格式化： 配置文件分为两种： GLOBAL（服务器全局模式）和 [...]]]></description>
			<content:encoded><![CDATA[<p>二级域名：<br />
RewriteCond Host: (?!/.|www|ww)(.*).gongluela.com<br />
RewriteRule (.*) http/://www.gongluela.com/$1$2 [I,R]</p>
<p>防盗链：<br />
ISAPI_Rewrite的httpd.ini内容写的是下面内容，如果你也遇到盗链的困扰，建议可以参考一下：</p>
<p>RewriteCond Host: (.+)<br />
RewriteCond Referer:  (?!http://(?:www\.gongluela\.com|www\.imfeng\.com|www\.goboyo\.com|www\.soso\.com|www\.google\.com|cache\.baidu\.com)).+<br />
RewriteRule .*\.(?:jpg|kmz|kml|zip) /block.gif [I,O]</p>
<p>注释：第二行里面的域名是允许链接图片的网站列表，目前我允许我自己的两个站和另外bloglines、zhuaxia、google、baidu这四个网站引用我站文件，其他网站的引用被禁止。<span id="more-328"></span></p>
<p>第三行是禁止引用的文件类型，包括jpg图片、Google Earth的kmz和kml、zip文件。当然，还可以增加其他类型，比如gif、rar等，因为我站没有那些文件，所以没有添加上去。</p>
<p>下面是转载的一点文章，特转给帅哥看的。</p>
<p>发这个帮助文件是因为在给朋友设置主机的时候发现他们的<a href="http://www.imfeng.com/iis-rewrite-rules-collect-isapi-rewrite/">ISAPI Rewrite</a>的设置都有些不正确，有些甚至阻碍了站点的正常运行。就把官方自带的英文帮助粗略的翻译了一下。大家可以自由使用和转载。但转载时如果你愿意请注明是 蓝色 翻译的版本。</p>
<p>＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝<br />
ISAPI Rewrite 配置简介：</p>
<p>在NT/2000/XP和2003平台上，ISAPI Rewrite在系统帐户下射入INETINFO进程与 IIS  以共存模式过滤器运行。所以系统帐户应该给予对ISAPI- REWIRITE DLLS Internet匿名访问组 可读可执行权限 和所有的  HTTPD。INI 文件可读权限，还应该给予系统帐户对于所有包括 HTTPD。INI 文件的文件夹的可写权限，这将允许产生 HTTP。  PARSE。ERRORS 日志文件，来记录配置文件语法错误。对于PROXY模块也需要额外的权限，因为它将运行于连接池或HIGH-ISPLATED   应用模式，IIS帐户共享池和HIGH-ISOLATION池应被给予对RWHELPERE。DLL的可读权限。缺省情况下IWAM-《计算机名》被用于 所有的池，在相应的COM+应用设置中应借助COM+ADMINISTRATION MMC SNAP-IN建立池帐户</p>
<p>配置文件格式化：</p>
<p>配置文件分为两种： GLOBAL（服务器全局模式）和  INDIVIDUAL（站点独立设置模式）文件，GLOBAL（服务器端全局模式）配置文件应该被放在ISAPI-REWRITE 安装目录中，名为  httpd.ini  。这个文件可以通过开始菜单的快捷方式访问和配置，这个文件里面的映射规则为全局规则，将针对所有站点起效。INDIVIDUAL（站点独立设置模式）配 置文件应该被放在虚拟站点的根目录内，也被命名为httpd.ini文件，这里面应该放置针对站点的映射配置设置，只针对被放置的虚拟站点有效。两种类型 的 httpd.ini 都是标准的windows ini 文件。所有的映射规则应该被放置在 [ISAPI_Rewrite]  之后。之前的文件文本将被忽略。<br />
HTTPD.INI文件示例</p>
<p>[ISAPI_Rewrite]</p>
<p># This is a comment</p>
<p># 300 = 5 minutes</p>
<p>CacheClockRate 300</p>
<p>RepeatLimit 20</p>
<p># 设置其他人没有下载 httpd.ini 和 httpd.parse.errors 文件的权限</p>
<p>RewriteRule /httpd(?:\.ini|\.parse\.errors) / [F,I,O]</p>
<p># Block external access to the Helper ISAPI Extension</p>
<p>RewriteRule .*\.isrwhlp / [F,I,O]</p>
<p># 配置规则</p>
<p>RewriteCond Host: (.+)</p>
<p>RewriteCond 指令</p>
<p>Syntax:（句法） RewriteCond TestVerb CondPattern [Flags]</p>
<p>这一指令定义一个条件规则，在 RewriteRule 或者 RewriteHeader或 RewriteProxy指令前预行RewriteCond指令，后面的规则只有它的，模式匹配URI的当前状态并且额外的条件也被应用才会被应用。</p>
<p>TestVerb</p>
<p>Specifies verb that will be matched against regular expression.</p>
<p>特别定义的动词匹配规定的表达式</p>
<p>TestVerb=(URL | METHOD | VERSION | HTTPHeaderName: | %ServerVariable) where:</p>
<p>URL – returns Request-URI of client request as described in RFC 2068 (HTTP 1.1);</p>
<p>返回客户端在RFC2068中描述的需求的Request-URI</p>
<p>METHOD – returns HTTP method of client request (OPTIONS, GET, HEAD, POST, PUT, Delete or TRACE);</p>
<p>返回客户端需求(OPTIONS, GET, HEAD, POST, PUT, Delete or TRACE)的HTTP方法</p>
<p>VERSION – returns HTTP version;</p>
<p>返回HTTP版本</p>
<p>HTTPHeaderName – returns value of the specified HTTP header.  HTTPHeaderName can be any valid HTTP header name. Header names should  include the trailing colon “:”. If specified header does not exists in a  client’s request TestVerb is treated as empty string.</p>
<p>返回特定义的HTTP头文件的值</p>
<p>HTTPHeaderName =</p>
<p>Accept:</p>
<p>Accept-Charset:</p>
<p>Accept-Encoding:</p>
<p>Accept-Language:</p>
<p>Authorization:</p>
<p>Cookie:</p>
<p>From:</p>
<p>Host:</p>
<p>If-Modified-Since:</p>
<p>If-Match:</p>
<p>If-None-Match:</p>
<p>If-Range:</p>
<p>If-Unmodified-Since:</p>
<p>Max-Forwards:</p>
<p>Proxy-Authorization:</p>
<p>Range:</p>
<p>Referer:</p>
<p>User-Agent:</p>
<p>Any-Custom-Header</p>
<p>得到更多的关于HTTP头文件的和他们的值的信息参考RFC2068</p>
<p>ServerVariable 返回特定义的服务器变量的值 。例如服务器端口，全部服务器变量列表应在IIS文档中建立，变量名应用%符预定；</p>
<p>CondPattern</p>
<p>The regular expression to match TestVerb</p>
<p>规则表达式匹配TestVerb</p>
<p>[Flags]</p>
<p>Flags is a comma-separated list of the following flags:</p>
<p>O (nOrmalize)</p>
<p>Normalizes string before processing. Normalization includes removing  of an URL-encoding, illegal characters, etc. This flag is useful with  URLs and URL-encoded headers</p>
<p>RewriteRule 指令</p>
<p>Syntax: RewriteRule Pattern FormatString [Flags]</p>
<p>这个指令可以不止发生一次，每个指令定义一个单独的重写规则，这些规则的定义命令很重要，因为这个命令在应用运行时规则是有用途的</p>
<p>I (ignore case）</p>
<p>不管大小写强行指定字符匹配，这个FLAG影响RewriteRule指令和相应的RewriteCond 指令</p>
<p>F (Forbidden)</p>
<p>对客户端做反应，停止REWRITING进程并且发送403错误，注意在这种情况下FORMATSTRING 是无用的并可以设置为任何非空字符串。</p>
<p>L (last rule)</p>
<p>不应用任何重写规则在此停止重写进程，使用这个FLAG以阻止当前被重写的URI被后面的规则再次重写</p>
<p>N (Next iteration)</p>
<p>强制REWRITINGENGINE调整规则目标并且从头重启规则检查（所有修改将保存），重启次数由RepeatLimit指定的值限制，如果这个数值超过N FLAG将被忽略</p>
<p>NS (Next iteration of the same rule)</p>
<p>以N标记工作不从相同的规则重启规则规则进程（例如强制重复规则应用），通过RepeatLimit指令指定一个反复实行某一规则的最大数目，</p>
<p>P (force proxy)</p>
<p>强制目的URI在内部强制为代理需求并且立即通过ISAPI扩展应付代理需求，必须确认代理字符串是一个有效的URI包括协议主机等等否则代理将返回错误</p>
<p>R (explicit redirect）</p>
<p>强制服务器对客户端发出重定向指示即时应答，提供目的URI的新地址，重定向规则经常是最后规则</p>
<p>RP (permanent redirect)</p>
<p>几乎和[R]标记相同但是发布301HTTP状态而不是302HTTP状态代码</p>
<p>U (Unmangle Log)</p>
<p>当URI是源需求而不是重写需求时记载URI</p>
<p>O (nOrmalize)</p>
<p>在实行之前标准化字符串。标准化包括URL-ENCODING，不合法的字符的再移动等，这个标记对于URLS和URLS-ENDODED头是有用的</p>
<p>CL (Case Lower)</p>
<p>小写</p>
<p>CU (Case Upper)</p>
<p>大写</p>
<p>RewriteHeader directive</p>
<p>Syntax: RewriteHeader HeaderName Pattern FormatString [Flags]</p>
<p>这个指令是RewriteRule的更概括化变种，它不仅重写URL的客户端需求部分，而且重写HTTP头，这个指令不仅用于重写。生成，删除任何HTTP头，甚至改变客户端请求的方法</p>
<p>HeaderName</p>
<p>指定将被重写的客户头，可取的值与 RewriteCond 指令中TestVerb参数相同</p>
<p>Pattern</p>
<p>限定规则表达式以匹配Request-URI，</p>
<p>FormatString</p>
<p>限定将生成新的URI的FormatString</p>
<p>[Flags]</p>
<p>是一个下列FLAGS的命令分隔列表</p>
<p>I (ignore case）</p>
<p>不管大小写强行指定字符匹配，这个FLAG影响RewriteRule指令和相应的RewriteCond 指令</p>
<p>F (Forbidden)</p>
<p>对客户端做反应，停止REWRITING进程并且发送403错误，注意在这种情况下FORMATSTRING 是无用的并可以设置为任何非空字符串。</p>
<p>L (last rule)</p>
<p>不应用任何重写规则在此停止重写进程，使用这个FLAG以阻止当前被重写的URI被后面的规则再次重写</p>
<p>N (Next iteration)</p>
<p>强制REWRITINGENGINE调整规则目标并且从头重启规则检查（所有修改将保存），重启次数由RepeatLimit指定的值限制，如果这个数值超过N FLAG将被忽略</p>
<p>NS (Next iteration of the same rule)</p>
<p>以N标记工作不从相同的规则重启规则规则进程（例如强制重复规则应用），通过RepeatLimit指令指定一个反复实行某一规则的最大数目，</p>
<p>R (explicit redirect）</p>
<p>强制服务器对客户端发出重定向指示即时应答，提供目的URI的新地址，重定向规则经常是最后规则</p>
<p>RP (permanent redirect)</p>
<p>几乎和[R]标记相同但是发布301HTTP状态而不是302HTTP状态代码</p>
<p>U (Unmangle Log)</p>
<p>当URI是源需求而不是重写需求时记载URI</p>
<p>O (nOrmalize)</p>
<p>在实行之前标准化字符串。标准化包括URL-ENCODING，不合法的字符的再移动等，这个标记对于URLS和URLS-ENDODED头是有用的</p>
<p>CL (Case Lower)</p>
<p>小写</p>
<p>CU (Case Upper)</p>
<p>大写</p>
<p>要重移动头，FORMAT STRING模式应该生成一个空字符串，例如这一规则将从客户请求中重移代理信息</p>
<p>RewriteHeader User-Agent: .* $0</p>
<p>并且这一规则将把OLD-URL HEADER 加入请求中。</p>
<p>RewriteCond URL (.*)RewriteHeader Old-URL: ^$ $1</p>
<p>最后一个例子将通过改变请求方法定向所有的WEBDAV请求到/WEBDAV。ASP</p>
<p>RewriteCond METHOD OPTIONS</p>
<p>RewriteRule (.*) /webdav.asp?$1</p>
<p>RewriteHeader METHOD OPTIONS GET</p>
<p>RewriteProxy directive</p>
<p>Syntax: RewriteProxy Pattern FormatString [Flags]</p>
<p>强制目的URI在内部强制为代理需求并且立即通过ISAPI扩展应付代理需求，这将允许IIS作为代理服务器并且重路由到其他站点和服务器</p>
<p>Pattern</p>
<p>限定规则表达式以匹配Request-URI，</p>
<p>FormatString</p>
<p>限定将生成新的URI的FormatString</p>
<p>[Flags]</p>
<p>是一个下列FLAGS的命令分隔列表</p>
<p>D (Delegate security)</p>
<p>代理模式将试图以当前假冒的用户资格登陆远程服务器，</p>
<p>C (use Credentials)</p>
<p>代理模式将试图一在URL或基本授权头文件中指定的资格登陆远程服务器，用这个标记你可以使用<a href="http://user:password@host.com/path/">http://user:password@host.com/path/</a> syntax 作为URL</p>
<p>F (Follow redirects)</p>
<p>缺省情况下ISAPI_Rewrite 将试图将MAP远程服务器返回的重定向指令到本地服务器命名空间，如果远程服务器返回重定向点到那台服务器其他的某个位置，ISAPI_Rewrite 将修改这一重定向指令指向本服务器名，这将避免用户看到真实（内部）服务器名称</p>
<p>使用F标记强制代理模式内部跟踪远程服务器返回的重定向指令，使用这个标记如果你根本不需要接受远程服务器的重定向指令，在WINHTTP设置中有重定向限制以避免远程重定向循环</p>
<p>I (ignore case)</p>
<p>不管大小写强行指定字符匹配</p>
<p>U (Unmangle Log)</p>
<p>当URI是源需求而不是重写需求时记载URI</p>
<p>O (nOrmalize)</p>
<p>在实行之前标准化字符串。标准化包括URL-ENCODING，不合法的字符的再移动等，这个标记对于URLS和URLS-ENDODED头是有用的</p>
<p>CacheClockRate directive</p>
<p>Syntax: CacheClockRate Interval</p>
<p>这个指令只在GLOBAL配置内容中出现，如果这个指令在SITE-LEVEL内容中出现将被忽略并把错误信息写入httpd.parse.errors 文件</p>
<p>ISAPI_Rewrite  caches每次在第一次加载时配置，使用这个指令你可以限定当一个特定站点从缓存中清理的不活动周期，把这个参数设置的足够大你可以强制  ISAPI_Rewrite 永不清理缓存，记住任何配置文件的改变将在下次请求后立即更新而忽略这个周期</p>
<p>Interval</p>
<p>限定特定配置被清理出缓存的不作为时间（以秒计），缺省值3600（1小时）</p>
<p>EnableConfig and DisableConfig directives</p>
<p>Syntax:</p>
<p>EnableConfig [SiteID|"Site name"]</p>
<p>DisableConfig [SiteID|"Site name"]</p>
<p>对所选站点激活或不激活SITE-LEVEL配置或者改变缺省配置，缺省SITE-LEVEL配置不激活，这个指令只出现在GLOBAL配置内容中</p>
<p>SiteID</p>
<p>Numeric metabase identifier of a site</p>
<p>Site name</p>
<p>Name of the site as it appears in the IIS console</p>
<p>不用参数使用这个命令将改变缺省配置到ENABLE/DISABLE配置进程</p>
<p>例子</p>
<p>下面例子将使配置仅作用于ID=1（典型是缺省站点）名字是MY SITE的站点</p>
<p>DisableConfig</p>
<p>EnableConfig 1</p>
<p>EnableConfig”My site”</p>
<p>下边例子将激活名称为SOMESITE配置因为它分割设置重载了缺省设置</p>
<p>EnableConfig”Some site”</p>
<p>DisableConfig</p>
<p>EnableRewrite and DisableRewrite directives</p>
<p>Syntax:</p>
<p>EnableRewrite [SiteID|"Site name"]</p>
<p>DisableRewrite [SiteID|"Site name"]</p>
<p>对所选站点激活或不激活重写或者改变缺省配置，缺省重写配置激活，这个指令只出现在GLOBAL配置内容中</p>
<p>SiteID</p>
<p>Numeric metabase identifier of a site</p>
<p>Site name</p>
<p>Name of the site as it appears in the IIS console.</p>
<p>不使用参数这个命令将全部激活或者不激活</p>
<p>RepeatLimit directive</p>
<p>Syntax: RepeatLimit Limit</p>
<p>这个指令可以出现在GLOBAL和SITE-LEVEL配置文件中，如果出现在GLOBAL配置文件中竟改变GLOBAL对于所有站点的限制，出现在SITE-LEVEL配置中竟只改变对于这个站点的限制并且这个限制不能超过GLOBAL限制</p>
<p>ISAPI_Rewrite在实行规则时允许循环，这个指令允许限制最大可能循环的数量，可以设置为0或1而不支持循环，</p>
<p>LIMIT</p>
<p>限制最大循环数量，缺省32</p>
<p>RFStyle directive</p>
<p>Syntax: RFStyle Old | New</p>
<p>Configuration Utility</p>
<p>ISAPI_Rewrite Full包括配置功用（可以在 ISAPI_Rewrite 程序组中启动），它允许你浏览测试状态并输入注册码（如果在安装过程中没有注册），并且调整部分与代理模式操作相关的产品功能，UTILITY是由三个页面组成的属性表</p>
<p>Trial page允许你浏览TIRAL状态并输入注册码（如果在安装过程中没有注册）</p>
<p>Settings page</p>
<p>这页包含对下列参数的编辑框</p>
<p>Helper URL</p>
<p>这个参数影响过滤器和代理模块之间的联系方式，它即可以是以点做前缀的文件扩展名（如 .isrwhlp）也可以是绝对路径，</p>
<p>第一种情况下扩展名将追加在初始请求URI上并且代理模块竟通过SCRIPT MAP激活，缺省扩展名isrwhlp在安装进程中加在global  script map 中，如果你改变这个扩展名或者你的应用不继承global script map 设置你应该手动添加向script map  所需求的入口。这个应该有如下参数</p>
<p>Executable: An absolute path to the rwhelper.dll in the short form</p>
<p>Extension: Desired extension (.isrwhlp is default)</p>
<p>Verbs radio button: All Verbs</p>
<p>Script engine checkbox: Checked</p>
<p>Check that file exists checkbox: Unchecked</p>
<p>我们已经创建了一个WSH script proxycfg.vbs ，可以简单在一个a script maps中注册，她位于安装文件夹并且可以在命令行一如下方式运行</p>
<p>cscript proxycfg.vbs [-r] [MetabasePath]</p>
<p>Optional -r 强制注册扩展名</p>
<p>Optional MetabasePath parameter allows specification of the first metabase key to process. By default it is “/localhost/W3SVC”.</p>
<p>要在所有现存的 script maps 中注册你可以以如下命令行激活 script</p>
<p>cscript proxycfg.vbs -r</p>
<p>第二种情况下你应该提供一个URI作为’Helper URL’的值，你也应该map 一个 ISAPI_Rewrite的安装文件夹作为美意个站点的虚拟文件家</p>
<p>注意：根据顾客反应，IIS5（也许包括IIS4）对长目录名有问题。所以我们强烈推荐使用短目录名</p>
<p>Worker threads limit</p>
<p>这个参数限制在代理扩展线程池中工作线程数，缺省为0意味着这个限制等于处理器数量乘以2</p>
<p>Active threads limit</p>
<p>这个参数限制当前运行线程数，这个数量不可大于”Worker threads limit”. 缺省0意思是等于处理器数量</p>
<p>Queue size 这个参数定义最大请求数量，如果你曾经看到Queue timeout expired” 信息在 the Application event log中你可以增加这个参数</p>
<p>Queue timeout</p>
<p>这个参数定义你在内部请求队列中防止新请求的最大等待时间，如果你曾经看到Queue timeout expired” 信息在 the Application event log中你可以增加这个参数</p>
<p>Connect timeout</p>
<p>以毫秒设定代理模块连接超时</p>
<p>Send timeout</p>
<p>以毫秒设定代理模块发送超时</p>
<p>Receive timeout</p>
<p>以毫秒设定代理模块发送超时</p>
<p>About page.</p>
<p>It contains copyright information and a link to the ISAPI_Rewrite’s web site.</p>
<p>Regular expression syntax</p>
<p>这一部分覆盖了 ISAPI_Rewrite规定的表达句法</p>
<p>Literals</p>
<p>所有字符都是原意除了 “.”, “*”, “?”, “+”, “(”, “)”, “{”, “}”, “[", "]“, “^” and “$”.，这些字符在用“\”处理时是原意，原意指一个字符匹配自身</p>
<p>Wildcard</p>
<p>The dot character “.” matches any single character except null character and newline character</p>
<p>以下为句法</p>
<p>Repeats</p>
<p>A repeat is an expression that is repeated an arbitrary number of  times. An expression followed by “*” can be repeated any number of times  including zero. An expression followed by “+” can be repeated any  number of times, but at least once. An expression followed by “?” may be  repeated zero or one times only. When it is necessary to specify the  minimum and maximum number of repeats explicitly, the bounds operator  “{}” may be used, thus “a{2}” is the letter “a” repeated exactly twice,  “a{2,4}” represents the letter “a” repeated between 2 and 4 times, and  “a{2,}” represents the letter “a” repeated at least twice with no upper  limit. Note that there must be no white-space inside the {}, and there  is no upper limit on the values of the lower and upper bounds. All  repeat expressions refer to the shortest possible previous  sub-expression: a single character; a character set, or a sub-expression  grouped with “()” for example.</p>
<p>Examples:</p>
<p>“ba*” will match all of “b”, “ba”, “baaa” etc.</p>
<p>“ba+” will match “ba” or “baaaa” for example but not “b”.</p>
<p>“ba?” will match “b” or “ba”.</p>
<p>“ba{2,4}” will match “baa”, “baaa” and “baaaa”.</p>
<p>Non-greedy repeats</p>
<p>Non-greedy repeats are possible by appending a ‘?’ after the repeat; a  non-greedy repeat is one which will match the shortest possible string.</p>
<p>For example to match html tag pairs one could use something like:</p>
<p>“&lt;\s*tagname[^&gt;]*&gt;(.*?)&lt;\s*/tagname\s*&gt;”</p>
<p>In this case $1 will contain the text between the tag pairs, and will be the shortest possible matching string.</p>
<p>Parenthesis</p>
<p>Parentheses serve two purposes, to group items together into a  sub-expression, and to mark what generated the match. For example the  expression “(ab)*” would match all of the string “ababab”. All sub  matches marked by parenthesis can be back referenced using \N or $N  syntax. It is permissible for sub-expressions to match null strings.  Sub-expressions are indexed from left to right starting from 1,  sub-expression 0 is the whole expression.</p>
<p>Non-Marking Parenthesis</p>
<p>Sometimes you need to group sub-expressions with parenthesis, but  don’t want the parenthesis to spit out another marked sub-expression, in  this case a non-marking parenthesis (?:expression) can be used. For  example the following expression creates no sub-expressions:</p>
<p>“(?:abc)*”</p>
<p>Alternatives</p>
<p>Alternatives occur when the expression can match either one  sub-expression or another, each alternative is separated by a “|”. Each  alternative is the largest possible previous sub-expression; this is the  opposite behaviour from repetition operators.</p>
<p>Examples:</p>
<p>“a(b|c)” could match “ab” or “ac”.</p>
<p>“abc|def” could match “abc” or “def”.</p>
<p>Sets</p>
<p>A set is a set of characters that can match any single character that  is a member of the set. Sets are delimited by “[" and "]” and can  contain literals, character ranges, character classes, collating  elements and equivalence classes. Set declarations that start with “^”  contain the compliment of the elements that follow.</p>
<p>Examples:</p>
<p>Character literals:</p>
<p>“[abc]” will match either of “a”, “b”, or “c”.</p>
<p>“[^abc] will match any character other than “a”, “b”, or “c”.</p>
<p>Character ranges:</p>
<p>“[a-z]” will match any character in the range “a” to “z”.</p>
<p>“[^A-Z]” will match any character other than those in the range “A” to “Z”.</p>
<p>Character classes</p>
<p>Character classes are denoted using the syntax “[:classname:]” within  a set declaration, for example “[[:space:]]” is the set of all  whitespace characters. The available character classes are:</p>
<p>alnum Any alpha numeric character.</p>
<p>alpha Any alphabetical character a-z and A-Z. Other characters may also be included depending upon the locale.</p>
<p>blank Any blank character, either a space or a tab.</p>
<p>cntrl Any control character.</p>
<p>digit Any digit 0-9.</p>
<p>graph Any graphical character.</p>
<p>lower Any lower case character a-z. Other characters may also be included depending upon the locale.</p>
<p>print Any printable character.</p>
<p>punct Any punctuation character.</p>
<p>space Any whitespace character.</p>
<p>upper Any upper case character A-Z. Other characters may also be included depending upon the locale.</p>
<p>xdigit Any hexadecimal digit character, 0-9, a-f and A-F.</p>
<p>word Any word character – all alphanumeric characters plus the underscore.</p>
<p>unicode Any character whose code is greater than 255, this applies to the wide character traits classes only.</p>
<p>There are some shortcuts that can be used in place of the character classes:</p>
<p>\w in place of [:word:]</p>
<p>\s in place of [:space:]</p>
<p>\d in place of [:digit:]</p>
<p>\l in place of [:lower:]</p>
<p>\u in place of [:upper:]</p>
<p>Collating elements</p>
<p>Collating elements take the general form [.tagname.] inside a set  declaration, where tagname is either a single character, or a name of a  collating element, for example [[.a.]] is equivalent to [a], and  [[.comma.]] is equivalent to [,]. ISAPI_Rewrite supports all the  standard POSIX collating element names, and in addition the following  digraphs: “ae”, “ch”, “ll”, “ss”, “nj”, “dz”, “lj”, each in lower, upper  and title case variations. Multi-character collating elements can  result in the set matching more than one character, for example [[.ae.]]  would match two characters, but note that [^[.ae.]] would only match  one character.</p>
<p>Equivalence classes</p>
<p>Equivalenceclassestakethegeneralform[=tagname=] inside a set  declaration, where tagname is either a single character, or a name of a  collating element, and matches any character that is a member of the  same primary equivalence class as the collating element [.tagname.]. An  equivalence class is a set of characters that collate the same, a  primary equivalence class is a set of characters whose primary sort key  are all the same (for example strings are typically collated by  character, then by accent, and then by case; the primary sort key then  relates to the character, the secondary to the accentation, and the  tertiary to the case). If there is no equivalence class corresponding to  tagname, then [=tagname=] is exactly the same as [.tagname.].</p>
<p>To include a literal “-” in a set declaration then: make it the first  character after the opening “[" or "[^", the endpoint of a range, a  collating element, or precede it with an escape character as in "[\-]“.  To include a literal “[" or "]” or “^” in a set then make them the  endpoint of a range, a collating element, or precede with an escape  character.</p>
<p>Line anchors</p>
<p>An anchor is something that matches the null string at the start or  end of a line: “^” matches the null string at the start of a line, “$”  matches the null string at the end of a line.</p>
<p>Back references</p>
<p>A back reference is a reference to a previous sub-expression that has  already been matched, the reference is to what the sub-expression  matched, not to the expression itself. A back reference consists of the  escape character “\” followed by a digit “1″ to “9″, “\1″ refers to the  first sub-expression, “\2″ to the second etc. For example the expression  “(.*)\1″ matches any string that is repeated about its mid-point for  example “abcabc” or “xyzxyz”. A back reference to a sub-expression that  did not participate in any match, matches the null string. In  ISAPI_Rewrite all back references are global for entire RewriteRule and  corresponding RewriteCond directives. Sub matches are numbered up to  down and left to right beginning from the first RewriteCond directive of  the corresponding RewriteRule directive, if there is one.</p>
<p>Forward Lookahead Asserts</p>
<p>There are two forms of these; one for positive forward lookahead asserts, and one for negative lookahead asserts:</p>
<p>“(?=abc)” matches zero characters only if they are followed by the expression “abc”.</p>
<p>“(?!abc)” matches zero characters only if they are not followed by the expression “abc”.</p>
<p>Word operators</p>
<p>The following operators are provided for compatibility with the GNU regular expression library.</p>
<p>“\w” matches any single character that is a member of the “word”  character class, this is identical to the expression “[[:word:]]”.</p>
<p>“\W” matches any single character that is not a member of the “word”  character class, this is identical to the expression “[^[:word:]]”.</p>
<p>“\&lt;” matches the null string at the start of a word.</p>
<p>“\&gt;” matches the null string at the end of the word.</p>
<p>“\b” matches the null string at either the start or the end of a word.</p>
<p>“\B” matches a null string within a word.</p>
<p>Escape operator</p>
<p>The escape character “\” has several meanings.</p>
<p>The escape operator may introduce an operator for example: back references, or a word operator.</p>
<p>The escape operator may make the following character normal, for  example “\*” represents a literal “*” rather than the repeat operator.</p>
<p>Single character escape sequences:</p>
<p>The following escape sequences are aliases for single characters:</p>
<p>Escape sequence Character code Meaning</p>
<p>\a 0×07 Bell character.</p>
<p>\t 0×09 Tab character.</p>
<p>\v 0×0B Vertical tab.</p>
<p>\e 0×1B ASCII Escape character.</p>
<p>\0dd 0dd An octal character code, where dd is one or more octal digits.</p>
<p>\xXX 0xXX A hexadecimal character code, where XX is one or more hexadecimal digits.</p>
<p>\x{XX} 0xXX A hexadecimal character code, where XX is one or more hexadecimal digits, optionally a unicode character.</p>
<p>\cZ z-@ An ASCII escape sequence control-Z, where Z is any ASCII character greater than or equal to the character code for <a href="mailto:%20@">‘@’</a>.</p>
<p>Miscellaneous escape sequences:</p>
<p>The following are provided mostly for perl compatibility, but note  that there are some differences in the meanings of \l \L \u and \U:</p>
<p>Escape sequence Meaning</p>
<p>\w Equivalent to [[:word:]].</p>
<p>\W Equivalent to [^[:word:]].</p>
<p>\s Equivalent to [[:space:]].</p>
<p>\S Equivalent to [^[:space:]].</p>
<p>\d Equivalent to [[:digit:]].</p>
<p>\D Equivalent to [^[:digit:]].</p>
<p>\l Equivalent to [[:lower:]].</p>
<p>\L Equivalent to [^[:lower:]].</p>
<p>\u Equivalent to [[:upper:]].</p>
<p>\U Equivalent to [^[:upper:]].</p>
<p>\C Any single character, equivalent to ‘.’.</p>
<p>\X Match any Unicode combining character sequence, for example “a\x 0301″ (a letter a with an acute).</p>
<p>\Q The begin quote operator, everything that follows is treated as a literal character until a \E end quote operator is found.</p>
<p>\E The end quote operator, terminates a sequence begun with \Q.</p>
<p>What gets matched?</p>
<p>The regular expression will match the first possible matching string,  if more than one string starting at a given location can match then it  matches the longest possible string. In cases where their are multiple  possible matches all starting at the same location, and all of the same  length, then the match chosen is the one with the longest first  sub-expression, if that is the same for two or more matches, then the  second sub-expression will be examined and so on. Note that  ISAPI_Rewrite uses MATCH algorithm. The result is matched only if the  expression matches the whole input sequence. For example:</p>
<p>RewriteCond URL ^/somedir/.* #will match any request to somedir directory and subdirectories, while</p>
<p>RewriteCond URL ^/somedir/ #will match only request to the root of the somedir.</p>
<p>Special note about “pathological” regular expressions</p>
<p>ISAPI_Rewrite uses a very powerful regular expressions engine Regex++  written by Dr. John Maddock. But as any real thing it’s not ideal:  There exists some “pathological” expressions which may require  exponential time for matching; these all involve nested repetition  operators, for example attempting to match the expression “(a*a)*b”  against N letter a’s requires time proportional to 2N. These expressions  can (almost) always be rewritten in such a way as to avoid the problem,  for example “(a*a)*b” could be rewritten as “a*b” which requires only  time linearly proportional to N to solve. In the general case,  non-nested repeat expressions require time proportional to N2, however  if the clauses are mutually exclusive then they can be matched in linear  time – this is the case with “a*b”, for each character the matcher will  either match an “a” or a “b” or fail, where as with “a*a” the matcher  can’t tell which branch to take (the first “a” or the second) and so has  to try both.</p>
<p>Boost 1.29.0 Regex++ could detect “pathological” regular expressions  and terminate theirs matching. When a rule fails ISAPI_Rewrite sends  “500 Internal Server error – Rule Failed” status to a client to indicate  configuration error. Also the failed rule is disabled to prevent  performance losses</p>
<p>Format string syntax</p>
<p>In format strings, all characters are treated as literals except: “(”, “)”, “$”, “\”, “?”, “:”.</p>
<p>To use any of these as literals you must prefix them with the escape character \</p>
<p>The following special sequences are recognized:</p>
<p>Grouping:</p>
<p>Use the parenthesis characters ( and ) to group sub-expressions  within the format string, use \( and \) to represent literal ‘(’ and  ‘)’.</p>
<p>Sub-expression expansions:</p>
<p>The following perl like expressions expand to a particular matched sub-expression:</p>
<p>$` Expands to all the text from the end of the previous match to the  start of the current match, if there was no previous match in the  current operation, then everything from the start of the input string to  the start of the match.</p>
<p>$’ Expands to all the text from the end of the match to the end of the input string.</p>
<p>$&amp; Expands to all of the current match.</p>
<p>$0 Expands to all of the current match.</p>
<p>$N Expands to the text that matched sub-expression N.</p>
<p>Conditional expressions:</p>
<p>Conditional expressions allow two different format strings to be  selected dependent upon whether a sub-expression participated in the  match or not:</p>
<p>?Ntrue_expression:false_expression</p>
<p>Executes true_expression if sub-expression N participated in the match, otherwise executes false_expression.</p>
<p>Example: suppose we search for “(while)|(for)” then the format string “?1WHILE:FOR” would output what matched, but in upper case</p>
<p>Escape sequences:</p>
<p>The following escape sequences are also allowed:</p>
<p>\a The bell character.</p>
<p>\f The form feed character.</p>
<p>\n The newline character.</p>
<p>\r The carriage return character.</p>
<p>\t The tab character.</p>
<p>\v A vertical tab character.</p>
<p>\x A hexadecimal character – for example \x0D.</p>
<p>\x{} A possible unicode hexadecimal character – for example \x{1A0}</p>
<p>\cx The ASCII escape character x, for example \c@ is equivalent to escape-@.</p>
<p>\e The ASCII escape character.</p>
<p>\dd An octal character constant, for example \10</p>
<p>Examples例子</p>
<p>Emulating host-header-based virtual sites on a single site</p>
<p>例如你在两个域名注册<a href="http://www.imfeng.com/iis-rewrite-rules-collect-isapi-rewrite/www.gongluela.com">www.gongluela.com</a> 和 <a href="http://www.imfeng.com/iis-rewrite-rules-collect-isapi-rewrite/www.jiamengku.com">www.jiamengku.com</a>，现在你可以创建两个不同的站点而使用单一的物理站点。把以下规则加入到你的httpd.ini 文件</p>
<p>[ISAPI_Rewrite]</p>
<p>#Fix missing slash char on folders</p>
<p>RewriteCond Host: (.*)</p>
<p>RewriteRule ([^.?]+[^.?/]) http\://$1$2/ [I,R]</p>
<p>#Emulate site1</p>
<p>RewriteCond Host: (?:www\.)?site1\.com</p>
<p>RewriteRule (.*) /site1$1 [I,L]</p>
<p>#Emulate site2</p>
<p>RewriteCond Host: (?:www\.)?site2\.com</p>
<p>RewriteRule (.*) /site2$1 [I,L]</p>
<p>现在你可以把你的站点放在/site1 和 /site2 目录中.</p>
<p>或者你可以应用更多的类规则：</p>
<p>[ISAPI_Rewrite]</p>
<p>#Fix missing slash char on folders</p>
<p>RewriteCond Host: (.*)</p>
<p>RewriteRule ([^.?]+[^.?/]) http\://$1$2/ [I,R]</p>
<p>RewriteCond Host: (www\.)?(.+)</p>
<p>RewriteRule (.*) /$2$3</p>
<p>为站点应该命名目录为 /somesite1.com, /somesite2.info, etc.</p>
<p>Using loops (Next flag) to convert request parameters</p>
<p>假如你希望有物理URL如 <a href="http://www.myhost.com/foo.asp?a=A&amp;b=B&amp;c=C">http://www.myhost.com/foo.asp?a=A&amp;b=B&amp;c=C</a> 使用请求如 <a href="http://www.myhost.com/foo.asp/a/A/b/B/c/C">http://www.myhost.com/foo.asp/a/A/b/B/c/C</a> 参数数量可以从两个请求之间变化</p>
<p>至少有两个解决办法。你可以简单的为每一可能的参数数量添加一个分隔规则或者你可以使用一个技术说明如下面的例子</p>
<p>ISAPI_Rewrite]</p>
<p>RewriteRule (.*?\.asp)(\?[^/]*)?/([^/]*)/([^/]*)(.*) $1(?2$2&amp;:\?)$3=$4$5 [NS,I]</p>
<p>这个规则将从请求的URL中抽取一个参数追加在请求字符的末尾并且从头重启规则进程。所以它将循环直到所有参数被移动到适当的位置，或者直到超过RepeatLimit</p>
<p>也存在许多这个规则的变种。但使用不同的分隔字符，例如。使用URLS如<a href="http://www.myhost.com/foo.asp%7Ea%7EA%7Eb%7EB%7Ec%7EC">http://www.myhost.com/foo.asp~a~A~b~B~c~C</a> 可以应中下面的规则：</p>
<p>ISAPI_Rewrite]</p>
<p>RewriteRule (.*?\.asp)(\?[^~]*)?~([^~]*)~([^~]*)(.*) $1(?2$2&amp;:\?)$3=$4$5 [NS,I]</p>
<p>Running servers behind IIS</p>
<p>假如我们有一个内网服务器运行IIS而几个公司服务器运行其他平台，这些服务器不能从INTERNET直接进入，而只能从我们公司的网络进入，有一个简单的例子可以使用代理标记映射其他服务器到<a href="http://www.imfeng.com/tag/iis/">IIS</a>命名空间：</p>
<p>[ISAPI_Rewrite]</p>
<p>RewriteProxy /mappoint(.+) http\://sitedomain$1 [I,U]</p>
<p>Moving sites from UNIX to IIS</p>
<p>这个规则可以帮助你把URL从 /~username 改变到 /username 和从 /file.html 改变到 /file.htm. 这个在你仅仅把你的站从UNIX移动到IIS并且保持搜索引擎和其他外部页面对老页面的连接时是有用的</p>
<p>[ISAPI_Rewrite]</p>
<p>#redirecting to update old links</p>
<p>RewriteRule (.*)\.html $1.htm</p>
<p>RewriteRule /~(.*) http\://myserver/$1 [R]</p>
<p>Moving site location</p>
<p>许多网管问这样的问题：他们要重定向所有的请求到一个新的网络服务器，当你需要建立一个更新的站点取代老的的时候经常出现这样的问题，解决方案是用<a href="http://www.imfeng.com/iis-rewrite-rules-collect-isapi-rewrite/">ISAPI_Rewrite </a>于老服务器中</p>
<p>[ISAPI_Rewrite]</p>
<p>#redirecting to update old links</p>
<p>RewriteRule (.+) http\://newwebserver$1 [R]</p>
<p>Browser-dependent content</p>
<p>Dynamically generated robots.txt</p>
<p>robots.txt是一个搜索引擎用来发现能不能被索引的文件，但是为一个大站创建一个有许多动态内容的这个文件是很复杂的工作，我们可以写一个robots.asp script</p>
<p>现在使用单一规则生成 robots.txt</p>
<p>[ISAPI_Rewrite]</p>
<p>RewriteRule /robots\.txt /robots.asp</p>
<p>Making search engines to index dynamic pages</p>
<p>站点的内容存储在XML文件中，在服务器上有一个/XMLProcess.asp 文件处理XML文件并返回HTML到最终用户，URLS到文档有如下形式</p>
<p><a href="http://www.mysite.com/XMLProcess.asp?xml=/somdir/somedoc.xml">http://www.mysite.com/XMLProcess.asp?xml=/somdir/somedoc.xml</a></p>
<p>但是许多公共引擎不能索引此类文档，因为URLS包含问号（文档动态生成），</p>
<p>ISAPI_Rewrite可以完全消除这个问题</p>
<p>[ISAPI_Rewrite]</p>
<p>RewriteRule /doc(.*)\.htm /XMLProcess.asp\?xml=$1.xml</p>
<p>现在使用如同<a href="http://www.mysite.com/doc/somedir/somedoc.htm">http://www.mysite.com/doc/somedir/somedoc.htm</a>的URL进入文档，搜索引擎将不知道不是somedoc.htm 文件并且内容是动态生成的</p>
<p>Negative expressions (NOT</p>
<p>有时当模式不匹配你需要应用规则，这种情况下你可以使用在规则表达式中称为Forward Lookahead Asserts</p>
<p>例如你需要不使用IE把所有用户移动到别的地点</p>
<p>[ISAPI_Rewrite]</p>
<p># Redirect all non Internet Explorer users</p>
<p># to another location</p>
<p>RewriteCond User-Agent: (?!.*MSIE).*</p>
<p>RewriteRule (.*) /nonie$1</p>
<p>Dynamic authentification</p>
<p>例如我们在站点上有一些成员域，我们在这个域上需要密码保护文件而我们不喜欢用BUILT-IN服务器安全，这个情况下可以建立一个ASP脚本（称为proxy.asp），这个脚本将代理所有请求到成员域并且检查请求允许，这里有一个简单的模板你可以放进你自己的授权代码</p>
<p>现在我们要通过配置 ISAPI_Rewrite 通过这个页面代理请求:</p>
<p>[ISAPI_Rewrite]</p>
<p># Proxy all requests through proxy.asp</p>
<p>RewriteRule /members(.+) /proxy.asp\?http\://mysite.com/members$1</p>
<p>保护图片 防止盗链<br />
Blocking inline-images (stop hot linking</p>
<p>假设我们在http://www.mysite.com/下有些页面调用一些GIF、jpg、png图片，不允许别人盗链引用到他们自己的页面上，因为这样大大增加了服务器流量。<br />
当然我们不能100%保护图片，但我们至少可以在得到浏览器发出的HTTP Referer header的地方限制这种情况，因为这个可以判断是否我们自己的站点调用了我们自己的图片。</p>
<p>[ISAPI_Rewrite]</p>
<p>RewriteCond Host: (.+)</p>
<p>RewriteCond Referer: (?!http://\1.*).*</p>
<p>RewriteRule .*\.(?:gif|jpg|png) /block.gif [I,O]</p>
<p>注：ISAPI_Rewrite分精简(Lite)和完全(Full)版.精简版不支持对每个虚拟主机站点进行重写,只能进行全局处理.不过对于有服务器的朋友,精简版也就够啦.精简版下载地址:<a href="http://www.helicontech.com/download/" target="_blank">http://www.helicontech.com/download/</a>,就是那Lite Version (free)啦。</p>
<p>另外加上<a rel="external nofollow" href="http://www.lesishu.cn/"><strong>樂思蜀</strong></a>的ISAPI rewrite.原文地址：<a href="http://www.lesishu.cn/net/isapi-rewrite-3/">http://www.lesishu.cn/net/isapi-rewrite-3/</a></p>
<p>现在网上传播的大多是较老的 1.3 版，建议使用最新的 <a href="http://www.lesishu.cn/net/isapi-rewrite-3/">ISAPI Rewrite 3</a>，功能更完善，规则相对也灵活和丰富。ISAPI Rewrite 3 分为商业版和免费的 Lite 版，商业版可以在每个站点放置一个 httpd.ini 来单独设置规则，免费版只能将规则写到安装目录下的 httpd.conf 文件中，作用于全局。</p>
<p><strong>ISAPI Rewrite 3 下载</strong></p>
<p><a href="http://www.helicontech.com/download-isapi_rewrite3.htm" target="_blank">ISAPI Rewrite 3 官方下载</a></p>
<p><a href="http://www.lesishu.cn/">樂思蜀</a>做了一个 ISAPI Rewrite 3 Lite 的绿色版，文件较大传到 SkyDrive 上，<a href="http://cid-c5b8cde571fd902f.skydrive.live.com/browse.aspx/.Public/ISAPI%7C_Rewrite%203.1%20Lite" target="_blank">点击这里下载</a>。绿色版需要手动添加 ISAPI 筛选器，方法可以参考我之前写的 <a href="http://www.lesishu.cn/articles/iis-rewrite/" target="_blank">IIS Rewrite 配置</a>。</p>
<p><strong>ISAPI Rewrite 3 几个常用 301 重定向规则</strong></p>
<p>ISAPI Rewrite 不同版本的规则略有差别，<a title="ISAPI Rewrite 3 帮助文件" href="http://www.lesishu.cn/wp-content/uploads/isapi_rewrite.chm" target="_blank">这个帮助文件</a>中有较详细的规则参考，附几个常用的写法：</p>
<p>下面的301规则仅适用于 ISAPI Rewrite 3，其他版本请勿使用！</p>
<p><strong>1、将“domain.com”301重定向到“www.domain.com”</strong></p>
<blockquote><p>RewriteEngine on<br />
RewriteCond %{HTTPS} (on)?<br />
RewriteCond %{HTTP:Host} ^(?!www\.)(.+)$ [NC]<br />
RewriteCond %{REQUEST_URI} (.+)<br />
RewriteRule .? http(?%1s)://www.%2%3 [R=301,L]</p></blockquote>
<p><strong>2、301重定向到另一个域名</strong></p>
<blockquote><p>RewriteCond %{HTTP:Host} ^www.\jibingku\.com$<br />
RewriteRule (.*) http\://www\.jibingku\.net$1 [NC,R=301]</p></blockquote>
<p><strong>3、301重定向单个页面</strong></p>
<blockquote><p>RewriteRule ^/oldpage.htm$ <a href="http://www.jibingku.com/newpage.html">http://www.jibingku.com/newpage.html</a> [R=301,L]</p></blockquote>
<p>各识别符（如：NC，R，L等等）就不列举说明了，可以下载上面的帮助文件或到<a href="http://www.helicontech.com/isapi_rewrite/doc/compatibility.htm" target="_blank">这里</a>查看。</p>
<p>来源：http://www.imfeng.com/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lvyanchao.com/iis-rewrite/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>国外UI设计网址集锦</title>
		<link>http://www.lvyanchao.com/ui-design/</link>
		<comments>http://www.lvyanchao.com/ui-design/#comments</comments>
		<pubDate>Sun, 01 Aug 2010 15:09:04 +0000</pubDate>
		<dc:creator>吕彦超</dc:creator>
				<category><![CDATA[前端体验]]></category>
		<category><![CDATA[ui]]></category>
		<category><![CDATA[ui设计]]></category>

		<guid isPermaLink="false">http://www.lvyanchao.com/?p=308</guid>
		<description><![CDATA[丹麦Icon设计师的主页 http://jonas.seph.ws/ 生活在澳洲的19岁中国UI设计师 http://www.istartedsomething.com/ 韩国icon工作室 http://www.zzve.com/ 又一俄罗斯icon工作室 http://www.turbomilk.com/ 还有fasticon http://fasticon.com/ http://topstyles.net/ 来个小日本的icon工作室 http://www.hybridworks.jp/ 此站偶每天必看 http://www.enhancedlabs.com/main/index.html 来个icon国王吧 http://icon-king.com/ 这里图标画的及其细致， http://www.icondrawer.com/main.php 类是于wincustomize，超级棒 http://customize.org/ 美国18岁的天才icon大学生 http://www.louiemantia.com/icon/ 国内一女孩，还是学生，做皮肤，还有适量插画不错 http://www.alexhill.cn/ 法国icon设计师 http://blog.tpdkdesign.net/ 图标海论坛大家都有吧 http://bbs.icosea.com/ iconbuffet的站点 http://www.iconbuffet.com/ 加拿大的，华丽 http://www.ndesign-studio.com/ http://www.guistyle.org/ 波多黎哥的UI设计师 http://-kol.deviantart.com/ 印度一位估计才10多岁的天才 http://sreeejith.deviantart.com/gallery/ 网易的设计师 http://www.abloxo.com/blog/ 瑞士18岁的icon少年，他的作品海波师傅收藏过 http://nelson-tux.deviantart.com/ http://www.35766.com/User/?uid=Ginger 这个是我收集的，点ui相关 他的作品uirss上发布过 http://deleket.deviantart.com/gallery/ 一个美国老，AI的汽车画的真是………. http://dr-phoenix.deviantart.com/ 新加坡超级有视觉冲击的漫画家 http://artgerm.deviantart.com/ 一个波兰MM的 http://artgerm.deviantart.com/ 德国老 http://ld-sign.deviantart.com/gallery/]]></description>
			<content:encoded><![CDATA[<p>丹麦Icon设计师的主页<br />
<a title="http://jonas.seph.ws/" href="http://jonas.seph.ws/" target="_blank">http://jonas.seph.ws/</a></p>
<p>生活在澳洲的19岁中国UI设计师<br />
<a title="http://www.istartedsomething.com/" href="http://www.istartedsomething.com/" target="_blank">http://www.istartedsomething.com/</a></p>
<p>韩国icon工作室<br />
<a title="http://www.zzve.com/" href="http://www.zzve.com/" target="_blank">http://www.zzve.com/</a></p>
<p>又一俄罗斯icon工作室<br />
<a title="http://www.turbomilk.com/" href="http://www.turbomilk.com/" target="_blank">http://www.turbomilk.com/</a></p>
<p><span id="more-308"></span></p>
<p>还有fasticon<br />
<a title="http://fasticon.com/" href="http://fasticon.com/" target="_blank">http://fasticon.com/</a></p>
<p><a title="http://topstyles.net/" href="http://topstyles.net/" target="_blank">http://topstyles.net/</a></p>
<p>来个小日本的icon工作室<br />
<a title="http://www.hybridworks.jp/" href="http://www.hybridworks.jp/" target="_blank">http://www.hybridworks.jp/</a></p>
<p>此站偶每天必看<br />
<a title="http://www.enhancedlabs.com/main/index.html" href="http://www.enhancedlabs.com/main/index.html" target="_blank">http://www.enhancedlabs.com/main/index.html</a></p>
<p>来个icon国王吧<br />
<a title="http://icon-king.com/" href="http://icon-king.com/" target="_blank">http://icon-king.com/</a></p>
<p>这里图标画的及其细致，<br />
<a title="http://www.icondrawer.com/main.php" href="http://www.icondrawer.com/main.php" target="_blank">http://www.icondrawer.com/main.php</a></p>
<p>类是于wincustomize，超级棒<br />
<a title="http://customize.org/" href="http://customize.org/" target="_blank">http://customize.org/</a></p>
<p>美国18岁的天才icon大学生<br />
<a title="http://www.louiemantia.com/icon/" href="http://www.louiemantia.com/icon/" target="_blank">http://www.louiemantia.com/icon/</a></p>
<p>国内一女孩，还是学生，做皮肤，还有适量插画不错<br />
<a title="http://www.alexhill.cn/" href="http://www.alexhill.cn/" target="_blank">http://www.alexhill.cn/</a></p>
<p>法国icon设计师<br />
<a title="http://blog.tpdkdesign.net/" href="http://blog.tpdkdesign.net/" target="_blank">http://blog.tpdkdesign.net/</a></p>
<p>图标海论坛大家都有吧<br />
<a title="http://bbs.icosea.com/" href="http://bbs.icosea.com/" target="_blank">http://bbs.icosea.com/</a></p>
<p>iconbuffet的站点<br />
<a title="http://www.iconbuffet.com/" href="http://www.iconbuffet.com/" target="_blank">http://www.iconbuffet.com/</a></p>
<p>加拿大的，华丽<br />
<a title="http://www.ndesign-studio.com/" href="http://www.ndesign-studio.com/" target="_blank">http://www.ndesign-studio.com/</a></p>
<p><a title="http://www.guistyle.org/" href="http://www.guistyle.org/" target="_blank">http://www.guistyle.org/</a></p>
<p>波多黎哥的UI设计师<br />
<a title="http://-kol.deviantart.com/" href="http://-kol.deviantart.com/" target="_blank">http://-kol.deviantart.com/</a></p>
<p>印度一位估计才10多岁的天才<br />
<a title="http://sreeejith.deviantart.com/gallery/" href="http://sreeejith.deviantart.com/gallery/" target="_blank">http://sreeejith.deviantart.com/gallery/</a></p>
<p>网易的设计师<br />
<a title="http://www.abloxo.com/blog/" href="http://www.abloxo.com/blog/" target="_blank">http://www.abloxo.com/blog/</a></p>
<p>瑞士18岁的icon少年，他的作品海波师傅收藏过<br />
<a title="http://nelson-tux.deviantart.com/" href="http://nelson-tux.deviantart.com/" target="_blank">http://nelson-tux.deviantart.com/</a></p>
<p><a title="http://www.35766.com/User/?uid=Ginger" href="http://www.35766.com/User/?uid=Ginger" target="_blank">http://www.35766.com/User/?uid=Ginger</a> 这个是我收集的，点ui相关</p>
<p>他的作品uirss上发布过<br />
<a title="http://deleket.deviantart.com/gallery/" href="http://deleket.deviantart.com/gallery/" target="_blank">http://deleket.deviantart.com/gallery/</a></p>
<p>一个美国老，AI的汽车画的真是……….<br />
<a title="http://dr-phoenix.deviantart.com/" href="http://dr-phoenix.deviantart.com/" target="_blank">http://dr-phoenix.deviantart.com/</a></p>
<p>新加坡超级有视觉冲击的漫画家<br />
<a title="http://artgerm.deviantart.com/" href="http://artgerm.deviantart.com/" target="_blank">http://artgerm.deviantart.com/</a></p>
<p>一个波兰MM的<br />
<a title="http://artgerm.deviantart.com/" href="http://artgerm.deviantart.com/" target="_blank">http://artgerm.deviantart.com/</a></p>
<p>德国老<br />
<a title="http://ld-sign.deviantart.com/gallery/" href="http://ld-sign.deviantart.com/gallery/" target="_blank">http://ld-sign.deviantart.com/gallery/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lvyanchao.com/ui-design/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>重视被搜索引擎删除的搜索点击</title>
		<link>http://www.lvyanchao.com/seo-click/</link>
		<comments>http://www.lvyanchao.com/seo-click/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 00:52:07 +0000</pubDate>
		<dc:creator>吕彦超</dc:creator>
				<category><![CDATA[搜索引擎优化]]></category>
		<category><![CDATA[搜索引擎]]></category>
		<category><![CDATA[搜索引擎点击率]]></category>
		<category><![CDATA[搜索引擎用户点击]]></category>

		<guid isPermaLink="false">http://www.lvyanchao.com/?p=304</guid>
		<description><![CDATA[　　直接来自搜索引擎的搜索点击是最好的点击。但你可能在自己喜爱的搜索源，比如谷歌、雅虎和Bing中存在点击存量不足的问题。存量不足的问题原因是多方面的。 　　一是你最喜欢的关键词汇没有足够的搜索。 　　二是尽管有大量的搜索，但你的竞争对手要么有很强大的投资实力，要么有很高的质量得分，使你无法保持第一的位置。 　　三是你的质量得分，不允许你处于有机位置之上。 　　四是谷歌或是其它搜索引擎大量采用图像和视频等技术，导致有机和付费搜索点击的流失。 　　一个经常被人们忽视的流量来源，即具有相同的点击质量，都是被搜索引擎删除的点击。这意味着来自网站的点击从搜索引擎获得流量，并作为一种有机的点击结果。 　　根据行业性质，你可能在考虑从哪儿来自的流量你应该进行购买。为了确定一些网站是否从有机搜索获得重要的流量，我们可以在关联中使用免费工具来评估结果。这些　　工具包括：Compete.com， Quantcast.com和Alexa.com.有一些工具有付费版本，它提供更多的服务功能，当然，你也可以考虑完全付费的工具诸如comScore， Hitwise， AdGooroo， SpyFu， Keyword Spy等等。 　　有一些比较购物搜索引擎善于于有机搜索结果服务，可能不能购买付费搜索。当你准备开展产品驱动服务时，可以购买来自这些网站的流量，如果是直接的，可以通过谷歌的管理位置网站定向服务。 　　通用搜索工具，诸如谷歌、雅虎以及必应等，可以为每个人提供服务。垂直搜索引擎关注于特定的主题或者特定的行业，用户可以针对一个特定的主题进行深入分析研究，也可以确保搜索引擎在特定的行业保持领先地位。 　　你可以注意到，在业内一些重要的关键词或是词组，垂直搜索引擎或是目录占统治地位。这意味着，你参与广告、列表或是流量服务时，必须接受由这些搜索引擎或是目录提供的服务。许多垂直搜索引擎依赖于谷歌AdSense作为收入源，因此可能会在谷歌的管理位置内容或是显示广告中列出。 　　从Yelp， Citysearch， and YellowPages.com （面向消费者）到 PowerProfiles.com， Manta， Hoovers.com， Business.com以及MerchantCircle.com，这些通用目录网站提供的信息对于用户来自非常有用。因此，我们可以猜测：他们获得了许多流量。 　　谷歌的AdSense广告网络庞大，有一些发行商使用LookSmart， AdBrite， Advertise.com， ContextWeb的ADSDAQ，或者更大的CSE来支持广告。检查二级广告网络的原因之一是，因为他们可能有大量的二手搜索点击。如果搜索点击与其它流量源的比例是正确的话，这些以上下文关联的网络可能适用于你，价格也合适。 　　付费搜索是很贵的流量，因此我们有时必须分析来自SERP的网络属性。另一种获得此类点击的方法是使用显示广告的搜索再定向。但要确保是全新的，搜索行为的全新可能会极大地改变显示广告的结果。 （作者：kevin LEE）]]></description>
			<content:encoded><![CDATA[<p>　　直接来自搜索引擎的搜索点击是最好的点击。但你可能在自己喜爱的搜索源，比如谷歌、雅虎和Bing中存在点击存量不足的问题。存量不足的问题原因是多方面的。</p>
<p>　　一是你最喜欢的关键词汇没有足够的搜索。</p>
<p>　　二是尽管有大量的搜索，但你的竞争对手要么有很强大的投资实力，要么有很高的质量得分，使你无法保持第一的位置。</p>
<p>　　三是你的质量得分，不允许你处于有机位置之上。</p>
<p>　　四是谷歌或是其它搜索引擎大量采用图像和视频等技术，导致有机和付费搜索点击的流失。<span id="more-304"></span></p>
<p>　　一个经常被人们忽视的流量来源，即具有相同的点击质量，都是被搜索引擎删除的点击。这意味着来自网站的点击从搜索引擎获得流量，并作为一种有机的点击结果。</p>
<p>　　根据行业性质，你可能在考虑从哪儿来自的流量你应该进行购买。为了确定一些网站是否从有机搜索获得重要的流量，我们可以在关联中使用免费工具来评估结果。这些　　工具包括：Compete.com， Quantcast.com和Alexa.com.有一些工具有付费版本，它提供更多的服务功能，当然，你也可以考虑完全付费的工具诸如comScore， Hitwise， AdGooroo， SpyFu， Keyword Spy等等。</p>
<p>　　有一些比较购物搜索引擎善于于有机搜索结果服务，可能不能购买付费搜索。当你准备开展产品驱动服务时，可以购买来自这些网站的流量，如果是直接的，可以通过谷歌的管理位置网站定向服务。</p>
<p>　　通用搜索工具，诸如谷歌、雅虎以及必应等，可以为每个人提供服务。垂直搜索引擎关注于特定的主题或者特定的行业，用户可以针对一个特定的主题进行深入分析研究，也可以确保搜索引擎在特定的行业保持领先地位。</p>
<p>　　你可以注意到，在业内一些重要的关键词或是词组，垂直搜索引擎或是目录占统治地位。这意味着，你参与广告、列表或是流量服务时，必须接受由这些搜索引擎或是目录提供的服务。许多垂直搜索引擎依赖于谷歌AdSense作为收入源，因此可能会在谷歌的管理位置内容或是显示广告中列出。</p>
<p>　　从Yelp， Citysearch， and YellowPages.com （面向消费者）到 PowerProfiles.com， Manta， Hoovers.com， Business.com以及MerchantCircle.com，这些通用目录网站提供的信息对于用户来自非常有用。因此，我们可以猜测：他们获得了许多流量。</p>
<p>　　谷歌的AdSense广告网络庞大，有一些发行商使用LookSmart， AdBrite， Advertise.com， ContextWeb的ADSDAQ，或者更大的CSE来支持广告。检查二级广告网络的原因之一是，因为他们可能有大量的二手搜索点击。如果搜索点击与其它流量源的比例是正确的话，这些以上下文关联的网络可能适用于你，价格也合适。</p>
<p>　　付费搜索是很贵的流量，因此我们有时必须分析来自SERP的网络属性。另一种获得此类点击的方法是使用显示广告的搜索再定向。但要确保是全新的，搜索行为的全新可能会极大地改变显示广告的结果。</p>
<p>（作者：kevin LEE）</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lvyanchao.com/seo-click/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nokia打算跟进WP7平台</title>
		<link>http://www.lvyanchao.com/nokia-win7/</link>
		<comments>http://www.lvyanchao.com/nokia-win7/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 05:57:20 +0000</pubDate>
		<dc:creator>吕彦超</dc:creator>
				<category><![CDATA[综合资讯]]></category>
		<category><![CDATA[Nokia]]></category>
		<category><![CDATA[WP7平台]]></category>

		<guid isPermaLink="false">http://www.lvyanchao.com/?p=296</guid>
		<description><![CDATA[Mobile-Review.com的老板Eldar Muntazin泄露了一张诺基亚公司的幻灯片，表明诺基亚对Windows Phone还是有相当兴趣的。 该幻灯片的主要内容就是诺基亚对2010年度在应用程序、OVI服务和系统平台等领域的的发展规划，让人惊讶的是诺基亚居然将Windows和本 公 司的Symbian 和 Maemo同等看待。 如果诺基亚真的研发Windows Phone 7手机的话，那么对于这两大巨头来说都是一种双赢，毕竟诺基亚硬件+微软的软件这种组合非常具有震撼力。 口袋互联对诺基亚手机的硬件品质有着莫名的青睐，大学时期那款Nokia手机多次自由落体肢解后还能正常使用真是太神奇了。 虽然Symbian系统也非常好用，但是面对现在的智能手机时代，我感觉Symbian真的有点落伍了，这么多年进步也不是很明显。所以能引入 Windows Phone 7系统的话，口袋互联一定举双手赞成，并以实际行动购买一台来表达我无与伦比的激动心情。]]></description>
			<content:encoded><![CDATA[<p>Mobile-Review.com的老板Eldar Muntazin泄露了一张诺基亚公司的幻灯片，表明诺基亚对Windows Phone还是有相当兴趣的。<br />
该幻灯片的主要内容就是诺基亚对2010年度在应用程序、OVI服务和系统平台等领域的的发展规划，让人惊讶的是诺基亚居然将Windows和本 公 司的Symbian 和 Maemo同等看待。</p>
<p style="text-align: center;">
<p style="text-align: center;">
<p style="text-align: center;">
<div id="attachment_299" class="wp-caption aligncenter" style="width: 540px"><a href="http://www.lvyanchao.com/wp-content/uploads/2010/06/13375101635421039.jpg"><img class="size-full wp-image-299   " title="Nokia打算跟进WP7平台" src="http://www.lvyanchao.com/wp-content/uploads/2010/06/13375101635421039.jpg" alt="Nokia打算跟进WP7平台" width="530" /></a><p class="wp-caption-text">Nokia打算跟进WP7平台</p></div>
<p><span id="more-296"></span>如果诺基亚真的研发Windows Phone 7手机的话，那么对于这两大巨头来说都是一种双赢，毕竟诺基亚硬件+微软的软件这种组合非常具有震撼力。</p>
<p>口袋互联对诺基亚手机的硬件品质有着莫名的青睐，大学时期那款Nokia手机多次自由落体肢解后还能正常使用真是太神奇了。</p>
<p>虽然Symbian系统也非常好用，但是面对现在的智能手机时代，我感觉Symbian真的有点落伍了，这么多年进步也不是很明显。所以能引入 Windows Phone 7系统的话，口袋互联一定举双手赞成，并以实际行动购买一台来表达我无与伦比的激动心情。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lvyanchao.com/nokia-win7/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>英文SEO:免费英文CMS大全</title>
		<link>http://www.lvyanchao.com/english-cms/</link>
		<comments>http://www.lvyanchao.com/english-cms/#comments</comments>
		<pubDate>Sat, 05 Jun 2010 14:23:37 +0000</pubDate>
		<dc:creator>吕彦超</dc:creator>
				<category><![CDATA[SEO交流]]></category>
		<category><![CDATA[English cms]]></category>
		<category><![CDATA[English seo]]></category>
		<category><![CDATA[英文cms]]></category>
		<category><![CDATA[英文seo]]></category>

		<guid isPermaLink="false">http://www.lvyanchao.com/?p=294</guid>
		<description><![CDATA[http://www.phpnuke.com PHP Nuke 免费 http://www.postnuke.com/ Post Nuke 免费 http://www.openeffect.com Open Effect 免费 http://mcyra.homeip.net/homepage/phpcms/index.htm Uber PHP CMS 免费 (德国) http://www.dotvoid.com/firesite.php Fire Site 免费 http://developer.ez.no/ EZ Publish 免费 http://www.miraserver.com/ 商业 单站点 $179, 多站点 &#8211; $799 http://www.sitebox.org/ Site Box 免费 http://products.magnet-i.com/show/beehive Bee Hive 免费/商业版本 http://www.mamboserver.com Mambo Server 免费/商业版本 http://www.typo3.com Typo3 免费 http://www.drupal.org/ Drupal 免费 http://www.amalla.com/harpia/ 免费 Harpia 免费 [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.phpnuke.com/" target="_blank">http://www.phpnuke.com</a> PHP Nuke 免费<br />
<a href="http://www.postnuke.com/" target="_blank">http://www.postnuke.com/</a> Post Nuke 免费<br />
<a href="http://www.openeffect.com/" target="_blank">http://www.openeffect.com</a> Open Effect 免费<br />
<a href="http://mcyra.homeip.net/homepage/phpcms/index.htm" target="_blank">http://mcyra.homeip.net/homepage/phpcms/index.htm</a> Uber PHP CMS 免费 (德国)<br />
<a href="http://www.dotvoid.com/firesite.php" target="_blank">http://www.dotvoid.com/firesite.php</a> Fire Site 免费<br />
<a href="http://developer.ez.no/" target="_blank">http://developer.ez.no/</a> EZ Publish 免费<span id="more-294"></span><br />
<a href="http://www.miraserver.com/" target="_blank">http://www.miraserver.com/</a> 商业 单站点 $179, 多站点 &#8211; $799<br />
<a href="http://www.sitebox.org/" target="_blank">http://www.sitebox.org/</a> Site Box 免费<br />
<a href="http://products.magnet-i.com/show/beehive" target="_blank">http://products.magnet-i.com/show/beehive</a> Bee Hive 免费/商业版本<br />
<a href="http://www.mamboserver.com/" target="_blank">http://www.mamboserver.com</a> Mambo Server 免费/商业版本<br />
<a href="http://www.typo3.com/" target="_blank">http://www.typo3.com</a> Typo3 免费<br />
<a href="http://www.drupal.org/" target="_blank">http://www.drupal.org/</a> Drupal 免费<br />
<a href="http://www.amalla.com/harpia/" target="_blank">http://www.amalla.com/harpia/</a> 免费 Harpia 免费<br />
<a href="http://www.phppp.com/" target="_blank">http://www.phppp.com</a> PHP Portal Project 免费/商业<br />
APC ActionApps &#8211; <a href="http://www.apc.org/actionapps/" target="_blank">http://www.apc.org/actionapps/</a><br />
Ariadne &#8211; <a href="http://www.muze.nl/ariadne/" target="_blank">http://www.muze.nl/ariadne/</a><br />
Back-End &#8211; <a href="http://www.back-end.org/" target="_blank">http://www.back-end.org</a><br />
Bitflux &#8211; <a href="http://www.bitflux.ch/developer/" target="_blank">http://www.bitflux.ch/developer/</a><br />
Bricolage &#8211; <a href="http://www.bricolage.cc/" target="_blank">http://www.bricolage.cc/</a><br />
C-Arbre &#8211; <a href="http://realink.org/c-arbre/doc/" target="_blank">http://realink.org/c-arbre/doc/</a><br />
CAMPSITE &#8211; <a href="http://www.campware.org/campsite/" target="_blank">http://www.campware.org/campsite/</a><br />
Cocoon &#8211; <a href="http://xml.apache.org/" target="_blank">http://xml.apache.org</a><br />
Cofax &#8211; <a href="http://www.cofax.org/" target="_blank">http://www.cofax.org</a><br />
Coranto &#8211; <a href="http://coranto.gweilo.org/" target="_blank">http://coranto.gweilo.org/</a><br />
DaCode &#8211; <a href="http://www.dacode.org/" target="_blank">http://www.dacode.org</a><br />
DCP-Portal &#8211; <a href="http://www.dcp-portal.com/" target="_blank">http://www.dcp-portal.com</a><br />
Drupal &#8211; <a href="http://www.drupal.org/" target="_blank">http://www.drupal.org</a><br />
Easy Publisher &#8211; <a href="http://www.easypublisher.com/" target="_blank">http://www.easypublisher.com</a><br />
Edit-X &#8211; <a href="http://www.edit-x.com/" target="_blank">http://www.edit-x.com/</a><br />
Geeklog &#8211; <a href="http://www.geeklog.org/" target="_blank">http://www.geeklog.org</a><br />
Krysalis &#8211; <a href="http://www.interakt.ro/products/Krysalis/index.php" target="_blank">http://www.interakt.ro/products/Krysalis/index.php</a><br />
Mambo &#8211; <a href="http://sourceforge.net/projects/mambo/" target="_blank">http://sourceforge.net/projects/mambo/</a><br />
Mason &#8211; <a href="http://www.masonhq.com/" target="_blank">http://www.masonhq.com/</a><br />
mCubes &#8211; <a href="http://www.mcubes.com/" target="_blank">http://www.mCubes.com/</a><br />
Metadot &#8211; <a href="http://www.metadot.net/" target="_blank">http://www.metadot.net</a><br />
Midgard &#8211; <a href="http://www.midgard-project.org/" target="_blank">http://www.midgard-project.org/</a><br />
MMBase &#8211; <a href="http://www.mmbase.org/" target="_blank">http://www.mmbase.org</a><br />
MySource &#8211; <a href="http://mysource.squiz.net/" target="_blank">http://mysource.squiz.net/</a><br />
N/X &#8211; <a href="http://nxwcms.sourceforge.net/" target="_blank">http://nxwcms.sourceforge.net/</a><br />
OpenACS &#8211; <a href="http://openacs.org/" target="_blank">http://openacs.org/</a><br />
OpenCMS &#8211; <a href="http://www.opencms.org/" target="_blank">http://www.opencms.org</a><br />
Pagetool &#8211; <a href="http://www.pagetool.org/" target="_blank">http://www.pagetool.org</a><br />
phpCMS &#8211; <a href="http://phpcms.de/homepage/phpcms/index.htm" target="_blank">http://phpcms.de/homepage/phpcms/index.htm</a><br />
PHPNuke &#8211; <a href="http://www.phpnuke.org/" target="_blank">http://www.phpnuke.org</a><br />
PHProjekt &#8211; <a href="http://www.phprojekt.com/" target="_blank">http://www.phprojekt.com/</a><br />
phpSlash &#8211; <a href="http://www.phpslash.org/" target="_blank">http://www.phpslash.org</a><br />
phpWebSite &#8211; <a href="http://phpwebsite.appstate.edu/" target="_blank">http://phpwebsite.appstate.edu/</a><br />
Redhat CCM &#8211; <a href="http://www.redhat.com/software/ccm/" target="_blank">http://www.redhat.com/software/ccm/</a><br />
Scoop &#8211; <a href="http://scoop.kur5hin.org/" target="_blank">http://scoop.kur5hin.org</a><br />
Slash &#8211; <a href="http://www.slashcode.com/" target="_blank">http://www.slashcode.com</a><br />
Squishdot &#8211; <a href="http://www.squishdot.org/" target="_blank">http://www.squishdot.org</a><br />
SSR &#8211; <a href="http://www.ssrtech.com/" target="_blank">http://www.ssrtech.com/</a><br />
TeaServlet &#8211; <a href="http://opensource.go.com/" target="_blank">http://opensource.go.com/</a><br />
thatware &#8211; <a href="http://www.atthat.com/" target="_blank">http://www.atthat.com/</a><br />
ttCMS &#8211; <a href="http://www.ttcms.com/" target="_blank">http://www.ttcms.com</a><br />
<span class='bm_keywordlink'><a href='http://www.lvyanchao.com/' rel="nofollow">seo</a></span>-imworker <a href="http://www.imworker.com/">http://www.imworker.com</a><br />
Webgenerator-X &#8211; <a href="http://webgenerator-x.com/" target="_blank">http://webgenerator-x.com</a><br />
WebGUI &#8211; <a href="http://plainblack.com/webgui" target="_blank">http://plainblack.com/webgui</a><br />
WebMake &#8211; <a href="http://webmake.taint.org/" target="_blank">http://webmake.taint.org/</a><br />
WebTop &#8211; <a href="http://webtop.newfangled.com/" target="_blank">http://webtop.newfangled.com</a><br />
Wyona &#8211; <a href="http://www.wyona.org/" target="_blank">http://www.wyona.org/</a><br />
Xinity &#8211; <a href="http://www.xinity.org/" target="_blank">http://www.xinity.org/</a><br />
Xoops &#8211; <a href="http://xoops.sourceforge.net/" target="_blank">http://xoops.sourceforge.net/</a><br />
Zope &#8211; <a href="http://www.zope.org/" target="_blank">http://www.zope.org</a><br />
huoxz:-<a href="http://www.huoxz.com/" target="_blank">http://www.huoxz.com</a><br />
sinl <a href="http://www.coomap.com/" target="_blank">http://www.coomap.com</a><br />
EZ Contents &#8211; <a href="http://www.visualshapers.com/" target="_blank">http://www.visualshapers.com</a><br />
SiteWorksPro &#8211; <a href="http://www.siteworkspro.com/" target="_blank">http://www.siteworkspro.com/</a><br />
VirtuaNews &#8211; <a href="http://www.virtuanews.co.uk/" target="_blank">http://www.virtuanews.co.uk/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lvyanchao.com/english-cms/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>sns盈利模式：从开心网看SNS网站的电商营销渠道</title>
		<link>http://www.lvyanchao.com/sns-yunying/</link>
		<comments>http://www.lvyanchao.com/sns-yunying/#comments</comments>
		<pubDate>Sat, 22 May 2010 10:10:51 +0000</pubDate>
		<dc:creator>吕彦超</dc:creator>
				<category><![CDATA[网站运营]]></category>
		<category><![CDATA[sns]]></category>
		<category><![CDATA[sns盈利模式]]></category>
		<category><![CDATA[开心网运营]]></category>

		<guid isPermaLink="false">http://www.lvyanchao.com/?p=288</guid>
		<description><![CDATA[　　用过开心网的用户应该都已经发现了开心网目前探索的那种独特的新广告模式——植入式广告。这种新型的广告模式不同于Google AdSense那种传统的CPM、CPC等按点击或浏览数付费的形式，而是将广告内容完全融入游戏之中，强化品牌的认知，争取到消费者的认同与好感，本文就和大家详细讨论一下目前开心网站的广告模式，供其他同类SNS网站参考。 　　植入式广告是指将产品或品牌及其代表性的视觉符号甚至服务内容策略性融入电影、电视剧或电视节目各种内容之中，通过场景的再现，让观众在不知不觉中留下对产品及品牌印象，继而达到营销产品的目的。 　　植入式广告还被称为嵌入式广告或软性广告。植入式广告目前广泛应运用于电影、电视中，冯小刚的贺岁片电影就经常可以看到植入式广告的镜头，例如在主人与赞助商品同时显身时，均会伴随数秒的特写，或者将商品名称台词化、道具化等等。 　　相对于传统广告形式来说，植入式广告将商品品牌融入娱乐元素中，比较容易取得消费者的认同与好感，改变消费者看广告的逆反心理，在不知不觉之中传播了品牌的影响力，其效果要优于传统广告形式。不过，植入式广告没有量化的销售和统计方式，实际收效也没有量化的评测指标，也没有权威的工具对广告效果进行评估，因此植入式广告在推广上存在很大的难度，不如传统广告那样易于统计。 　　开心网目前所探索的植入式广告已经具有相当多的品牌，并且已经融合进了开心网大多数热门游戏之中，从广大用户的使用过程中看，用户并没有对这类广告产生反感，对于一些陌生的品牌，往往或产生一定的好感。 　　近日，一直坚持自主研发游戏的开心网（kaixin001.com）首度开放平台，YOKA团购、酷讯机票等第三方应用已经陆续上线，这些应用分别来自于12个开发商和开发者。开心网采取合作模式，与开发商共同确认上线哪些应用以及具体商业利益的分配。 　　据悉，开心网即将上线的14款应用主要是：网票网开发的电影订票、酷讯的机票比价、支付宝开发的生活缴费、淘宝网的试衣间、大众点评网的优惠券、饭统网的订餐、大麦网开发的演出订票等。 　　艾瑞分析： 　　广告和游戏是当下SNS网站的主要盈利模式 　　根据iResearch艾瑞咨询网民连续用户行为研究系统iUserTracker最新数据显示，中国SNS网站的用户规模仍在不断上升，虽然在春节之后有效幅度的回升，但是距离2009年的峰值尚有很大距离，SNS行业有泡沫化增长的危险。用户粘性的下降意味着目前的SNS网站缺乏长时间影响用户的有效手段，利用一些大同小异的网页游戏和社交游戏只能吸引用户的短暂注意力。 　　目前来看，除了游戏应用软件的道具买卖以及广告投放，尚未有更合适SNS网站的盈利模式出现，SNS网站运营商正在面临如何保住用户资源并且将其转成更多盈利的难题。开心网本次引入电商应用程序，正是在尝试开辟新的盈利模式，形成用户流量的变现。 　　传统生活服务市场和网络平台的结合趋势 　　全球金融危机之后，中国宏观经济正处于回暖阶段，在拉动内需的救市方案影响下，关系民生的大型投资项目会相应增多，第三产业类的生活服务市场会在未来几年有大的发展。与此同时，其市场消费能力问题也将凸显出来，这给传统的商业模式向互联网经济靠拢带来足够的动力，尤其是生活服务市场和网络平台的结合会更密切。无论是娱乐餐饮还是图书服饰等，各式各样的网络营销手段将越来越多。 　　SNS模式成为电子商务热门渠道 　　根据艾瑞咨询《2010年第一季度电子商务核心数据发布》推算，2010Q1电子商务市场整体交易额规模破万亿，达10152.7亿元。在这样的市场环境下，电子商务网站也正在向SNS化发展，阿里巴巴&#8221;人脉通&#8221;、淘宝网&#8221;淘江湖&#8221;、&#8221;雅虎关系&#8221;等等这些举动从侧面证明了SNS与电子商务的结合并不是SNS网站的一厢情愿。开心网引入电子商务类应用程序，是一种对于市场需求的回应。而对于电商企业来说，有人群聚集的地方就有消费产生，SNS网站的活跃用户大部分在20-30岁之间，这也属于网络购物的高消费人群，利用SNS模式丰富自己的营销渠道是上佳选择。 　　在这种互相吸引中，SNS将充分促进电子商务的发展： 　　SNS带动实名制口碑营销 　　SNS网站以好友关系，实名制为基础。在网络营销中，口碑相传占着相当大的比重，实体商品无法当场看到，真实社会关系中的好友的推荐和对产品的评价对身边人起着决定性作用。 　　SNS产生互动式病毒营销 　　大多数SNS网站都有分享和关注等互动功能，大家可以将自己在类似淘宝网等交易平台上的购物记录与自己的SNS帐号绑定，随时更新发布自己的购物信息和心得，这种好友相传的方式就是典型的病毒营销，将充分扩大产品信息的覆盖面和可信度。 　　综上所述，SNS模式将是未来网络营销的重要渠道。在这个市场中，类似开心网等SNS网站，也可以利用自己的用户资源建立全新的商业模式，吸引品牌和网上交易平台进驻，从而实现盈利。但是，在市场交易环节中，参与者越多，利润也就越少，电子商务网站的运营商们一方面将利用现有的SNS网站渠道扩大自己的影响力，另一方面也都致力于自身SNS社区的开发，两者之间既有合作，也有竞争。 　　付费习惯决定SNS平台竞争力  淘宝和腾讯优势明显 　　在众多电子商务网站和SNS网站的角逐中，艾瑞认为，用户的付费习惯将决定SNS平台的竞争力。任何需要额外借助第三方工具才能实现收费的网站，都处于先天上的不足。在国内的用户付费系统中，腾讯Q币是互联网领域认知度最高的支付形式，而淘宝本身就是交易平台，转移到&#8221;淘江湖&#8221;也具有良好的支付习惯延续性。因此，在未来的SNS式网络营销竞争中，最值得关注的是“QQZone”和“淘江湖”。 　　传统SNS网站在电商领域的核心竞争力是用户资源针对传统SNS网站而言，和电子商务领域的用户重合度是吸引电商企业的核心竞争力。根据iResearch艾瑞咨询网民连续用户行为研究系统iUserTracker最新数据显示，社区交友网站用户属性和网上购物、旅行预订的用户属性重合度很高，都以收入在1000-3000元、年龄在19-30岁的用户为核心人群。因此，艾瑞认为，社区交友网站拥有一定消费能力的潜在用户群体，值得电子商务企业关注。特别是针对短期内没有能力建立自己SNS模式的大多数旅行预订网站来说，SNS式的分享会带来不错的广告效应，拓展营销渠道，建立良好口碑。]]></description>
			<content:encoded><![CDATA[<p>　　用过开心网的用户应该都已经发现了开心网目前探索的那种独特的新广告模式——植入式广告。这种新型的广告模式不同于Google AdSense那种传统的CPM、CPC等按点击或浏览数付费的形式，而是将广告内容完全融入游戏之中，强化品牌的认知，争取到消费者的认同与好感，本文就和大家详细讨论一下目前开心网站的广告模式，供其他同类SNS网站参考。</p>
<p>　　植入式广告是指将产品或品牌及其代表性的视觉符号甚至服务内容策略性融入电影、电视剧或电视节目各种内容之中，通过场景的再现，让观众在不知不觉中留下对产品及品牌印象，继而达到营销产品的目的。 <span id="more-288"></span></p>
<p>　　植入式广告还被称为嵌入式广告或软性广告。植入式广告目前广泛应运用于电影、电视中，冯小刚的贺岁片电影就经常可以看到植入式广告的镜头，例如在主人与赞助商品同时显身时，均会伴随数秒的特写，或者将商品名称台词化、道具化等等。</p>
<p>　　相对于传统广告形式来说，植入式广告将商品品牌融入娱乐元素中，比较容易取得消费者的认同与好感，改变消费者看广告的逆反心理，在不知不觉之中传播了品牌的影响力，其效果要优于传统广告形式。不过，植入式广告没有量化的销售和统计方式，实际收效也没有量化的评测指标，也没有权威的工具对广告效果进行评估，因此植入式广告在推广上存在很大的难度，不如传统广告那样易于统计。</p>
<p>　　开心网目前所探索的植入式广告已经具有相当多的品牌，并且已经融合进了开心网大多数热门游戏之中，从广大用户的使用过程中看，用户并没有对这类广告产生反感，对于一些陌生的品牌，往往或产生一定的好感。</p>
<p>　　近日，一直坚持自主研发游戏的开心网（kaixin001.com）首度开放平台，YOKA团购、酷讯机票等第三方应用已经陆续上线，这些应用分别来自于12个开发商和开发者。开心网采取合作模式，与开发商共同确认上线哪些应用以及具体商业利益的分配。</p>
<p>　　据悉，开心网即将上线的14款应用主要是：网票网开发的电影订票、酷讯的机票比价、支付宝开发的生活缴费、淘宝网的试衣间、大众点评网的优惠券、饭统网的订餐、大麦网开发的演出订票等。</p>
<p><img title="开心网欲辟新盈利模式 SNS成为电商营销热门渠道 - andy老人 - 与手机百事通合作" src="http://img1.cache.netease.com/catchpic/8/8E/8E565955943135EE59DD6B0627E857E6.gif" alt="开心网欲辟新盈利模式 SNS成为电商营销热门渠道" /></p>
<p>　　艾瑞分析：</p>
<p>　　广告和游戏是当下SNS网站的主要盈利模式</p>
<p>　　根据iResearch艾瑞咨询网民连续用户行为研究系统iUserTracker最新数据显示，中国SNS网站的用户规模仍在不断上升，虽然在春节之后有效幅度的回升，但是距离2009年的峰值尚有很大距离，SNS行业有泡沫化增长的危险。用户粘性的下降意味着目前的SNS网站缺乏长时间影响用户的有效手段，利用一些大同小异的网页游戏和社交游戏只能吸引用户的短暂注意力。</p>
<p>　　目前来看，除了游戏应用软件的道具买卖以及广告投放，尚未有更合适SNS网站的盈利模式出现，SNS<span class='bm_keywordlink'><a href='http://www.lvyanchao.com/' rel="nofollow">网站运营</a></span>商正在面临如何保住用户资源并且将其转成更多盈利的难题。开心网本次引入电商应用程序，正是在尝试开辟新的盈利模式，形成用户流量的变现。</p>
<p><img title="开心网欲辟新盈利模式 SNS成为电商营销热门渠道 - andy老人 - 与手机百事通合作" src="http://img1.cache.netease.com/catchpic/5/58/589A64C6F27EDD48E341C1D77DA6446A.gif" alt="开心网欲辟新盈利模式 SNS成为电商营销热门渠道" /></p>
<p>　　传统生活服务市场和网络平台的结合趋势</p>
<p>　　全球金融危机之后，中国宏观经济正处于回暖阶段，在拉动内需的救市方案影响下，关系民生的大型投资项目会相应增多，第三产业类的生活服务市场会在未来几年有大的发展。与此同时，其市场消费能力问题也将凸显出来，这给传统的商业模式向互联网经济靠拢带来足够的动力，尤其是生活服务市场和网络平台的结合会更密切。无论是娱乐餐饮还是图书服饰等，各式各样的网络营销手段将越来越多。</p>
<p>　　SNS模式成为电子商务热门渠道</p>
<p>　　根据艾瑞咨询《2010年第一季度电子商务核心数据发布》推算，2010Q1电子商务市场整体交易额规模破万亿，达10152.7亿元。在这样的市场环境下，电子商务网站也正在向SNS化发展，阿里巴巴&#8221;人脉通&#8221;、淘宝网&#8221;淘江湖&#8221;、&#8221;雅虎关系&#8221;等等这些举动从侧面证明了SNS与电子商务的结合并不是SNS网站的一厢情愿。开心网引入电子商务类应用程序，是一种对于市场需求的回应。而对于电商企业来说，有人群聚集的地方就有消费产生，SNS网站的活跃用户大部分在20-30岁之间，这也属于网络购物的高消费人群，利用SNS模式丰富自己的营销渠道是上佳选择。</p>
<p>　　在这种互相吸引中，SNS将充分促进电子商务的发展：</p>
<p>　　SNS带动实名制口碑营销</p>
<p>　　SNS网站以好友关系，实名制为基础。在网络营销中，口碑相传占着相当大的比重，实体商品无法当场看到，真实社会关系中的好友的推荐和对产品的评价对身边人起着决定性作用。</p>
<p>　　SNS产生互动式病毒营销</p>
<p>　　大多数SNS网站都有分享和关注等互动功能，大家可以将自己在类似淘宝网等交易平台上的购物记录与自己的SNS帐号绑定，随时更新发布自己的购物信息和心得，这种好友相传的方式就是典型的病毒营销，将充分扩大产品信息的覆盖面和可信度。</p>
<p>　　综上所述，SNS模式将是未来网络营销的重要渠道。在这个市场中，类似开心网等SNS网站，也可以利用自己的用户资源建立全新的商业模式，吸引品牌和网上交易平台进驻，从而实现盈利。但是，在市场交易环节中，参与者越多，利润也就越少，电子商务网站的运营商们一方面将利用现有的SNS网站渠道扩大自己的影响力，另一方面也都致力于自身SNS社区的开发，两者之间既有合作，也有竞争。</p>
<p>　　付费习惯决定SNS平台竞争力  淘宝和腾讯优势明显</p>
<p>　　在众多电子商务网站和SNS网站的角逐中，艾瑞认为，用户的付费习惯将决定SNS平台的竞争力。任何需要额外借助第三方工具才能实现收费的网站，都处于先天上的不足。在国内的用户付费系统中，腾讯Q币是互联网领域认知度最高的支付形式，而淘宝本身就是交易平台，转移到&#8221;淘江湖&#8221;也具有良好的支付习惯延续性。因此，在未来的SNS式网络营销竞争中，最值得关注的是“QQZone”和“淘江湖”。</p>
<p><img title="开心网欲辟新盈利模式 SNS成为电商营销热门渠道 - andy老人 - 与手机百事通合作" src="http://img1.cache.netease.com/catchpic/C/C6/C622FDC65C0D6D93CBA49371DBCA827A.gif" alt="开心网欲辟新盈利模式 SNS成为电商营销热门渠道" /></p>
<p><img title="开心网欲辟新盈利模式 SNS成为电商营销热门渠道 - andy老人 - 与手机百事通合作" src="http://img1.cache.netease.com/catchpic/9/99/9942CCD15ED65D46708F9F761EB92DCB.gif" alt="开心网欲辟新盈利模式 SNS成为电商营销热门渠道" /></p>
<p>　　传统SNS网站在电商领域的核心竞争力是用户资源针对传统SNS网站而言，和电子商务领域的用户重合度是吸引电商企业的核心竞争力。根据iResearch艾瑞咨询网民连续用户行为研究系统iUserTracker最新数据显示，社区交友网站用户属性和网上购物、旅行预订的用户属性重合度很高，都以收入在1000-3000元、年龄在19-30岁的用户为核心人群。因此，艾瑞认为，社区交友网站拥有一定消费能力的潜在用户群体，值得电子商务企业关注。特别是针对短期内没有能力建立自己SNS模式的大多数旅行预订网站来说，SNS式的分享会带来不错的广告效应，拓展营销渠道，建立良好口碑。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lvyanchao.com/sns-yunying/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>上海SEO联谊会第五期活动成功举办</title>
		<link>http://www.lvyanchao.com/sh-seo/</link>
		<comments>http://www.lvyanchao.com/sh-seo/#comments</comments>
		<pubDate>Thu, 20 May 2010 01:21:16 +0000</pubDate>
		<dc:creator>吕彦超</dc:creator>
				<category><![CDATA[综合资讯]]></category>
		<category><![CDATA[上海seo]]></category>
		<category><![CDATA[上海SEO联谊会]]></category>
		<category><![CDATA[搜索引擎优化]]></category>

		<guid isPermaLink="false">http://www.lvyanchao.com/?p=280</guid>
		<description><![CDATA[2010年5月15日，上海SEO联谊会第五期活动成功举办，主题为百度SEO与谷歌SEO到底有些什么不同？如何围绕两个搜索引擎展开不同的网站 优化工作？这是一个广受网络营销行业关注的话题，但由于搜索引擎算法的保密性限制，所以对这个问题，SEO专家对此看法不一，百家争鸣。 上 海SEO大会现场 大会 现场听众 为了帮助广大的搜索引擎优化从业人员，以及关注此行业的企业更进一层次了解这个话题，上海SEO联谊会于5月15日举办了一场名为“百度SEO与谷 歌SEO之区别”的技术交流会。多位来自网络营销公司或者大型网站的SEO专家为大家慷慨呈现了自己多年的项目经验，专家们通过实际案例，向与会者讲解了 自己对于两大搜索引擎优化的不同见解，会场上，各位专家的听众不竞相同，许多观点甚至完全相反，但对于观众来说，专家的观点都是一个非常好的借荐。活动现 场气氛热烈，观众受益匪浅。 上 海Seo大会现场 “我们追求的就是这种百家争鸣的效果！”本次活动的举办者之一陈超（网名刑天）、赖军（月影）向笔者坦诚 道，“搜索引擎优化没有绝对正确的方法，也没有一直正确的方法。只要各位专家能够拿出证据，证实自己的做法方法，就是值得观众去学习。这样的活动我们还将 会继续举办下去。” 组织者之一陈超（刑天） 组织者之一赖军（月影） 本次活动邀请的演讲嘉宾有： 上海达闻高级SEO分析师—杨潇波 上海易闻创始人—康轶文（kyw） 上海易点首席SEO分析师—陈塨； 上海奇商首席SEO讲师—姜东栋 久学培训网创始人—陈志文 上海心蕊营销副总监—赖军（月影） 上海SEO联谊会是一个纯民间的网络营销技术交流组织，活动的宗旨是聚集上海SEO行业的精英，向上海以及周边的互联网企业普及搜索引擎优化技术， 促进上海的搜索引擎优化技术的发展。 作者：赖 军@月影SEO搜索营销博客 原文链接：http://028seo.org/archives/341 版权所有，转载请以链接形式注明作者及原始出处。]]></description>
			<content:encoded><![CDATA[<div>
<p>2010年5月15日，上海<span class='bm_keywordlink'><a href='http://www.lvyanchao.com/' rel="nofollow">SEO</a></span>联谊会第五期活动成功举办，主题为百度<span class='bm_keywordlink'><a href='http://www.lvyanchao.com/' rel="nofollow">SEO</a></span>与谷歌<span class='bm_keywordlink'><a href='http://www.lvyanchao.com/' rel="nofollow">SEO</a></span>到底有些什么不同？如何围绕两个搜索引擎展开不同的网站 优化工作？这是一个广受网络营销行业关注的话题，但由于搜索引擎算法的保密性限制，所以对这个问题，<span class='bm_keywordlink'><a href='http://www.lvyanchao.com/' rel="nofollow">SEO</a></span>专家对此看法不一，百家争鸣。<span id="more-280"></span></p>
<div id="attachment_342"><a rel="attachment wp-att-342" href="http://www.lvyanchao.com/?attachment_id=342"><img title="上海SEO大会现场" src="http://028seo.org/wp-content/uploads/2010/05/shanghai-seo-union-xc.jpg" alt="上海SEO大会现场" width="600" height="450" /></a></div>
<div>上 海<span class='bm_keywordlink'><a href='http://www.lvyanchao.com/' rel="nofollow">SEO</a></span>大会现场</div>
<div id="attachment_342">
</div>
<div id="attachment_344"><a rel="attachment wp-att-344" href="http://www.lvyanchao.com/?attachment_id=344"><img title="shanghai-seo-union-xc-tingzhong" src="http://028seo.org/wp-content/uploads/2010/05/shanghai-seo-union-xc-tingzhong.jpg" alt="大会现场听众" width="600" height="450" /></a></div>
<div>大会 现场听众</div>
<div id="attachment_344">
</div>
<p>为了帮助广大的<span class='bm_keywordlink'><a href='http://www.lvyanchao.com/fenlei/seo/' rel="nofollow">搜索引擎优化</a></span>从业人员，以及关注此行业的企业更进一层次了解这个话题，上海<span class='bm_keywordlink'><a href='http://www.lvyanchao.com/' rel="nofollow">SEO</a></span>联谊会于5月15日举办了一场名为“百度<span class='bm_keywordlink'><a href='http://www.lvyanchao.com/' rel="nofollow">SEO</a></span>与谷 歌<span class='bm_keywordlink'><a href='http://www.lvyanchao.com/' rel="nofollow">SEO</a></span>之区别”的技术交流会。多位来自网络营销公司或者大型网站的<span class='bm_keywordlink'><a href='http://www.lvyanchao.com/' rel="nofollow">SEO</a></span>专家为大家慷慨呈现了自己多年的项目经验，专家们通过实际案例，向与会者讲解了 自己对于两大<span class='bm_keywordlink'><a href='http://www.lvyanchao.com/fenlei/seo/' rel="nofollow">搜索引擎优化</a></span>的不同见解，会场上，各位专家的听众不竞相同，许多观点甚至完全相反，但对于观众来说，专家的观点都是一个非常好的借荐。活动现 场气氛热烈，观众受益匪浅。</p>
<div id="attachment_343"><a rel="attachment wp-att-343" href="http://www.lvyanchao.com/?attachment_id=343"><img title="上海SEO大会现场" src="http://028seo.org/wp-content/uploads/2010/05/shanghai-seo-union-xc2.jpg" alt="上海SEO大会现场" width="600" height="450" /></a></div>
<div>上 海Seo大会现场</div>
<div id="attachment_343">
</div>
<p>“我们追求的就是这种百家争鸣的效果！”本次活动的举办者之一<a href="http://www.chons.cn/" target="_blank">陈超（网名刑天）</a>、<a href="http://028seo.org/">赖军（月影）</a>向笔者坦诚 道，“<span class='bm_keywordlink'><a href='http://www.lvyanchao.com/fenlei/seo/' rel="nofollow">搜索引擎优化</a></span>没有绝对正确的方法，也没有一直正确的方法。只要各位专家能够拿出证据，证实自己的做法方法，就是值得观众去学习。这样的活动我们还将 会继续举办下去。”</p>
<div id="attachment_345"><a rel="attachment wp-att-345" href="http://www.lvyanchao.com/?attachment_id=345"><img title="组织者之一陈超（刑天）讲话" src="http://028seo.org/wp-content/uploads/2010/05/chenchao-xingtian.jpg" alt="组织者之一陈超（刑天）" width="600" height="426" /></a></div>
<div>组织者之一陈超（刑天）</div>
<div id="attachment_345">
</div>
<div id="attachment_346"><a rel="attachment wp-att-346" href="http://www.lvyanchao.com/?attachment_id=346"><img title="组织者之一赖军（月影）主持" src="http://028seo.org/wp-content/uploads/2010/05/laijun-yueying.jpg" alt="组织者之一赖军（月影）" width="600" height="450" /></a></div>
<div>组织者之一赖军（月影）</div>
<div id="attachment_346">
</div>
<p>本次活动邀请的演讲嘉宾有：</p>
<div id="attachment_347"><a rel="attachment wp-att-347" href="http://www.lvyanchao.com/?attachment_id=347"><img title="上海达闻高级SEO分析师—杨潇波" src="http://028seo.org/wp-content/uploads/2010/05/shanghai-seo-union-jiabing-Boson.jpg" alt="上海达闻高级SEO分析师—杨潇波" width="600" height="450" /></a></div>
<div>上海达闻高级<span class='bm_keywordlink'><a href='http://www.lvyanchao.com/' rel="nofollow">SEO</a></span>分析师—杨潇波</div>
<div id="attachment_347">
</div>
<div id="attachment_348"><a rel="attachment wp-att-348" href="http://www.lvyanchao.com/?attachment_id=348"><img title="上海易闻创始人—康轶文（kyw）" src="http://028seo.org/wp-content/uploads/2010/05/shanghai-seo-union-jiabing-Kyw.jpg" alt="上海易闻创始人—康轶文（kyw）" width="600" height="451" /></a></div>
<div>上海易闻创始人—康轶文（kyw）</div>
<div id="attachment_348">
</div>
<div id="attachment_349"><a rel="attachment wp-att-349" href="http://www.lvyanchao.com/?attachment_id=349"><img title="上海易点首席SEO分析师—陈塨；" src="http://028seo.org/wp-content/uploads/2010/05/shanghai-seo-union-jiabing-Chengong.jpg" alt="上海易点首席SEO分析师—陈塨；" width="600" height="442" /></a></div>
<div>上海易点首席<span class='bm_keywordlink'><a href='http://www.lvyanchao.com/' rel="nofollow">SEO</a></span>分析师—陈塨；</div>
<div id="attachment_349">
</div>
<div id="attachment_350"><a rel="attachment wp-att-350" href="http://www.lvyanchao.com/?attachment_id=350"><img title="上海奇商首席SEO讲师—姜东栋" src="http://028seo.org/wp-content/uploads/2010/05/shanghai-seo-union-jiabing-jiangdongdong.jpg" alt="上海奇商首席SEO讲师—姜东栋" width="600" height="450" /></a></div>
<div>上海奇商首席<span class='bm_keywordlink'><a href='http://www.lvyanchao.com/' rel="nofollow">SEO</a></span>讲师—姜东栋</div>
<div id="attachment_350">
</div>
<div id="attachment_351"><a rel="attachment wp-att-351" href="http://www.lvyanchao.com/?attachment_id=351"><img title="久学培训网创始人—陈志文" src="http://028seo.org/wp-content/uploads/2010/05/shanghai-seo-union-jiabing-Chengzhiwen.jpg" alt="久学培训网创始人—陈志文" width="600" height="413" /></a></div>
<div>久学培训网创始人—陈志文</div>
<div id="attachment_351">
</div>
<p>上海心蕊营销副总监—赖军（月影）</p>
<p>上海<span class='bm_keywordlink'><a href='http://www.lvyanchao.com/' rel="nofollow">SEO</a></span>联谊会是一个纯民间的网络营销技术交流组织，活动的宗旨是聚集上海<span class='bm_keywordlink'><a href='http://www.lvyanchao.com/' rel="nofollow">SEO</a></span>行业的精英，向上海以及周边的互联网企业普及<span class='bm_keywordlink'><a href='http://www.lvyanchao.com/fenlei/seo/' rel="nofollow">搜索引擎优化</a></span>技术， 促进上海的<span class='bm_keywordlink'><a href='http://www.lvyanchao.com/fenlei/seo/' rel="nofollow">搜索引擎优化</a></span>技术的发展。</p>
<p>作者：赖 军@<a href="http://028seo.org/">月影SEO搜索营销博客</a><br />
原文链接：<a href="http://028seo.org/archives/341">http://028seo.org/archives/341</a><br />
版权所有，转载请以链接形式注明作者及原始出处。</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.lvyanchao.com/sh-seo/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>浅谈关于搜索引擎营销模式</title>
		<link>http://www.lvyanchao.com/sem-yingxiao/</link>
		<comments>http://www.lvyanchao.com/sem-yingxiao/#comments</comments>
		<pubDate>Sun, 09 May 2010 14:22:35 +0000</pubDate>
		<dc:creator>吕彦超</dc:creator>
				<category><![CDATA[搜索引擎优化]]></category>
		<category><![CDATA[sem]]></category>
		<category><![CDATA[搜索引擎]]></category>
		<category><![CDATA[搜索引擎营销]]></category>
		<category><![CDATA[搜索引擎行销]]></category>

		<guid isPermaLink="false">http://www.lvyanchao.com/?p=277</guid>
		<description><![CDATA[而所谓搜索引擎营销(SEM)，则是利用用户使用搜索引擎的这一习惯，尽量将企业营销信息传达到用户手中，搜索引擎的工作原理从本质上来说，搜索引擎的工作原理属于技术层面的问题。
]]></description>
			<content:encoded><![CDATA[<p>　　互联网不断在发展，现在的信息是以爆炸式的速度在增长，如何在浩瀚的互联网中寻找到自己想要的信息，这就要依靠搜索引擎。它可以为你提供信息导航服务，让你准确找到信息。</p>
<p>　　而所谓搜索引擎营销(SEM)，则是利用用户使用搜索引擎的这一习惯，尽量将企业营销信息传达到用户手中，搜索引擎的工作原理从本质上来说，搜索引擎的工作原理属于技术层面的问题。<span id="more-277"></span></p>
<p><strong>　　目前搜索引擎的推广方式可以分为自然推广、竞价推广、混合竞价推广</strong></p>
<p>　　一、竞价排名自然推广固然免费，但是自然推广存在着很多不确定性，虽然<span class='bm_keywordlink'><a href='http://www.lvyanchao.com/' rel="nofollow">SEO</a></span>可以帮助得到一个好的排名，但是<span class='bm_keywordlink'><a href='http://www.lvyanchao.com/' rel="nofollow">SEO</a></span>不能保证百分之辈成功，而且<span class='bm_keywordlink'><a href='http://www.lvyanchao.com/' rel="nofollow">SEO</a></span>不是一个短期就能得到效果的方法。企业可能等不了这么久的时间，正好竞价排名解决了这一问题，所谓“竞价排名”就是搜索引擎根据你出的价格给你相应的排名，这样省去了<span class='bm_keywordlink'><a href='http://www.lvyanchao.com/' rel="nofollow">SEO</a></span>的工作，企业很快可以得到一个排名，前提是你需要付费，这里价格成了排名的唯一因素。</p>
<p>　　二、自然推广自然推广是指人们可以将要推广的信息通过网页等形式发布到搜索引擎，然后通过正当的<span class='bm_keywordlink'><a href='http://www.lvyanchao.com/' rel="nofollow">SEO</a></span>(<span class='bm_keywordlink'><a href='http://www.lvyanchao.com/fenlei/seo/' rel="nofollow">搜索引擎优化</a></span>)技术使你需要推广的关键词在搜索引擎中得到一个理想的排名。这里有必要提一下搜索引擎的收录原理，搜索引擎都有一个或多个搜索程序—蜘蛛程序，这些“蜘蛛”负责检索互联网中的海量信息，然后收集到搜索引擎的数据库中，进过机器和人工的整理、分类，将有用的信息按照搜索引擎的算法有序排列，不同的搜索引擎算法不尽相同，但是关键词、链接、权重是所有搜索引擎共同的三个算法要素。所以做好自然推广，肯定要做好<span class='bm_keywordlink'><a href='http://www.lvyanchao.com/' rel="nofollow">SEO</a></span>，其实<span class='bm_keywordlink'><a href='http://www.lvyanchao.com/' rel="nofollow">SEO</a></span>工作就是围绕着关键词、链接、权重这三个要素来展开。</p>
<p>　　三、混合竞价方式搜索引擎在竞价排名的基础上，又推出了“混合竞价”方式，即在排序时除了考虑价格方面的因素，还同时考虑点击率的高低。这种方式不仅可以使得企业得到好的排名，而且能够提高网页匹配度，也提高了用户的体验。</p>
<p>　　互联网走到今天，已经进入了Web 2.0时代，它已经影响到了我们生活的各个方面，人与互联网之间的联系越来越紧密，其中搜索引擎扮演着一个重要的角色。人们通过互联网搜索引擎寻找自己需要的信息，搜索引擎已经成为人们最常用的信息获取渠道，以后还将更加普及，正因如此，互联网搜索引擎也更加受到企业的重视，谁也不想失去这互联网时代的先机。于是搜索引擎营销应运而生，下面我们就来探讨一下搜索引擎营销的模式和价值。新天下北京优化公司一直致力于北京<span class='bm_keywordlink'><a href='http://www.lvyanchao.com/' rel="nofollow">网站优化</a></span>，北京<span class='bm_keywordlink'><a href='http://www.lvyanchao.com/fenlei/Promotion/' rel="nofollow">网站推广</a></span>等服务，我们的目标立志于提供最好的<span class='bm_keywordlink'><a href='http://www.lvyanchao.com/' rel="nofollow">网站优化</a></span>排名服务，并努力打造成北京一流的<span class='bm_keywordlink'><a href='http://www.lvyanchao.com/' rel="nofollow">网站优化</a></span>公司。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lvyanchao.com/sem-yingxiao/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>企业网站搜索引擎优化4步骤分析</title>
		<link>http://www.lvyanchao.com/b2b-youhua/</link>
		<comments>http://www.lvyanchao.com/b2b-youhua/#comments</comments>
		<pubDate>Fri, 07 May 2010 01:12:17 +0000</pubDate>
		<dc:creator>吕彦超</dc:creator>
				<category><![CDATA[网站运营]]></category>
		<category><![CDATA[b2b网站搜索引擎优化]]></category>
		<category><![CDATA[企业网站优化]]></category>
		<category><![CDATA[搜索引擎优化]]></category>

		<guid isPermaLink="false">http://www.lvyanchao.com/?p=274</guid>
		<description><![CDATA[b2b网站搜索引擎优化应当重点放在适当的搜索引擎优化，选择你有把握的关键字，并且具有针对性的关键字进行优化比较有好的效果。通过关键字转换性能优化同样能给你的网站带来好的效果。 虽然对一个网站指标的衡量有很多标准以及衡量工具，但对于绝大多数B2B网站的搜索引擎优化，一个关键指标还是：排名。 那些负责管理的企业网站的搜索引擎优化的要求，毕竟，他们的能力，争取排名的关键字词组突出的判断认为是重要的。它似乎相当合理。有什么更好的方法来衡量，而不是查看搜索引擎优化工作的质量就在那里的谷歌和bing喜欢的目标关键字方面的网站排名？ 但是有一个令人难以置信的这种做法的缺点是它没有考虑到是否真正适合SEO，是否对本组织产生了积极影响。 这是一个令人沮丧的结论得出，因为有令人难以置信的机会(和资金)等待的B2B搜索引擎优化的组织，不正确的。想想看：在去年5月，Hitwise的调查报告说，92所有搜索驱动的点击次数的百分比从当月有机的结果来定。另外，JP摩根和搜索引擎营销专业组织(SEMPO)报告说，大约39美元每年20亿元是用于每次点击付费广告相比，仅为1.4元的SEO花费每年10亿。 这可以说，搜索已失去平衡，因为SEO是没有被追究责任。 要查看搜索的权力平衡的恢复，组织必须要求更多的搜索引擎优化的责任。过去的这个星期，我分享了四个步骤，搜索引擎优化我的想法，以一个问责的会议室里只有人群在英国最大的数字营销会议，在伦敦的互联网世界。以下是讨论的重点。 1。重点放在适当的搜索引擎优化 搜索引擎优化从来就不是很好，大多数的B2B决策者理解。通常，搜索引擎优化是由该网站管理员，网络机构，或IT部门域。即使在2010年，新客户的前景说，“我们优化了搜索网站时，我们就把它。现在，我们宁可把重点放在PPC的。” 事实是，搜索引擎优化是一个战略性的角色更值得在一个整合营销传播计划。放置在网络发展的手中，或IT人员不适当的搜索引擎优化。 搜索引擎优化需要迭代和进化。它应该学习本身和PPC的妹妹变得更有针对性和相关的目标受众。 随着时间的推移，搜索引擎优化应该有更好的表现。总之，它应该只是作为经营运作的数字营销的其他形式。毕竟，搜索引擎优化是数字营销。 2。抱有现实的期望 我记得在我职业生涯中关键的交谈。我是在一个不满意的工作，在和一个朋友谁是投手上一个新的业务，他开始和我想我的帮助与一喝一下午。 我渴望接受任何新的就业机会，所以我与他会面，听取他解释一切。他想启动一个机构在公司将雇用他，使他们的网站“弹出”时，分别进行某些搜索谷歌，雅虎及MSN。 为了这一天我记得我失望-我的幼稚。 “我不认为企业是真的需要，”我告诉我的朋友。 当时，我相信，当你建立了一个网站，谷歌奇迹般地知道你在那里给你，知道你在为相关行业关键字搜索公平枪杀。 在许多B2B组织，即思维依然存在。当一个新的网站或内容，是创建，一些人预计的这些内容立即开枪直接结果的顶部。事实并非如此。SEO是不是一个快速打击战术，它是一个长期的投资。 对于搜索引擎优化，成为负责任的，它不能与不切实际的期望负担。给它一些时间来发展它的腿。 3。选择你有把握的关键字 SEO是不是让您的网站排在第一的位置为的行业关键字词组。SEO是对实现该驱动器的具体业务成果的组织设定的最高知名度的关键字词组。 试图为最终排名行业关键字词往往是徒劳无功的工作，它的任何一个困难或不可能完成的任务，或一次取得只是带来了轮胎踢球手的网站。要负责任的，搜索引擎优化必须出示结果，该组织期望的渠道来执行。 4。转换性能优化 一个合乎逻辑的延伸到你选择的关键字可以赢得战斗，周围的转换性能优化是一个B2B的搜索引擎优化的主要指标，你赢得了一些战斗！对于B2B的搜索引擎优化，尤其不幸的是，购买环境远不如交易比通常的情况与B2C的。 通常情况下，我们没有看到一个单一的喜好或暴露后对搜索结果作出购买的决定。尽管如此，一个机制，以帮助量化的积极影响搜索引擎优化该组织已决定在有效运作方面或影响最终购买搜索引擎优化的作用。这是微观的转换变得至关重要。 这是比较直观，虽然在第一次接触的销售要求，未必是最好的棋，一些参与或转换形式可以预期我们的SEO -推介的访问者。微型转换是比较被动的方式为网站访客与网站的互动和品牌，并表明有兴趣购买之前最终交易。 这里的关键是要真正了解你的目标受众，他们的需要和动机。设置您的网站和提供培育的求偶过程中，通过网站的访问者。一旦最终销售开始通过管道，一组简单回归分析来测试将确认(或折让)的相关性，在生产的微型转换最终出售了。 诚然，这些想法都是简要介绍，只在一些比较先进的结构实行。但是，如果您的B2B组织可以接受这四个步骤，并把它们用在您的搜索引擎优化举措，无疑是你光年比你更先进时，唯一的搜索引擎报告您关心的是排名的报告。]]></description>
			<content:encoded><![CDATA[<h4>b2b网站<span class='bm_keywordlink'><a href='http://www.lvyanchao.com/fenlei/seo/' rel="nofollow">搜索引擎优化</a></span>应当重点放在适当的<span class='bm_keywordlink'><a href='http://www.lvyanchao.com/fenlei/seo/' rel="nofollow">搜索引擎优化</a></span>，选择你有把握的关键字，并且具有针对性的关键字进行优化比较有好的效果。通过关键字转换性能优化同样能给你的网站带来好的效果。</h4>
<p>虽然对一个网站指标的衡量有很多标准以及衡量工具，但对于绝大多数B2B网站的<span class='bm_keywordlink'><a href='http://www.lvyanchao.com/fenlei/seo/' rel="nofollow">搜索引擎优化</a></span>，一个关键指标还是：排名。</p>
<p>那些负责管理的企业网站的<span class='bm_keywordlink'><a href='http://www.lvyanchao.com/fenlei/seo/' rel="nofollow">搜索引擎优化</a></span>的要求，毕竟，他们的能力，争取排名的关键字词组突出的判断认为是重要的。它似乎相当合理。有什么更好的方法来衡量，而不是查看<span class='bm_keywordlink'><a href='http://www.lvyanchao.com/fenlei/seo/' rel="nofollow">搜索引擎优化</a></span>工作的质量就在那里的谷歌和bing喜欢的目标关键字方面的网站排名？<span id="more-274"></span></p>
<p>但是有一个令人难以置信的这种做法的缺点是它没有考虑到是否真正适合<span class='bm_keywordlink'><a href='http://www.lvyanchao.com/' rel="nofollow">SEO</a></span>，是否对本组织产生了积极影响。</p>
<p>这是一个令人沮丧的结论得出，因为有令人难以置信的机会(和资金)等待的B2B<span class='bm_keywordlink'><a href='http://www.lvyanchao.com/fenlei/seo/' rel="nofollow">搜索引擎优化</a></span>的组织，不正确的。想想看：在去年5月，Hitwise的调查报告说，92所有搜索驱动的点击次数的百分比从当月有机的结果来定。另外，JP摩根和搜索引擎营销专业组织(SEMPO)报告说，大约39美元每年20亿元是用于每次点击付费广告相比，仅为1.4元的<span class='bm_keywordlink'><a href='http://www.lvyanchao.com/' rel="nofollow">SEO</a></span>花费每年10亿。</p>
<p>这可以说，搜索已失去平衡，因为<span class='bm_keywordlink'><a href='http://www.lvyanchao.com/' rel="nofollow">SEO</a></span>是没有被追究责任。</p>
<p>要查看搜索的权力平衡的恢复，组织必须要求更多的<span class='bm_keywordlink'><a href='http://www.lvyanchao.com/fenlei/seo/' rel="nofollow">搜索引擎优化</a></span>的责任。过去的这个星期，我分享了四个步骤，<span class='bm_keywordlink'><a href='http://www.lvyanchao.com/fenlei/seo/' rel="nofollow">搜索引擎优化</a></span>我的想法，以一个问责的会议室里只有人群在英国最大的数字营销会议，在伦敦的互联网世界。以下是讨论的重点。</p>
<p>1。重点放在适当的<span class='bm_keywordlink'><a href='http://www.lvyanchao.com/fenlei/seo/' rel="nofollow">搜索引擎优化</a></span></p>
<p><span class='bm_keywordlink'><a href='http://www.lvyanchao.com/fenlei/seo/' rel="nofollow">搜索引擎优化</a></span>从来就不是很好，大多数的B2B决策者理解。通常，<span class='bm_keywordlink'><a href='http://www.lvyanchao.com/fenlei/seo/' rel="nofollow">搜索引擎优化</a></span>是由该网站管理员，网络机构，或IT部门域。即使在2010年，新客户的前景说，“我们优化了搜索网站时，我们就把它。现在，我们宁可把重点放在PPC的。”</p>
<p>事实是，<span class='bm_keywordlink'><a href='http://www.lvyanchao.com/fenlei/seo/' rel="nofollow">搜索引擎优化</a></span>是一个战略性的角色更值得在一个整合营销传播计划。放置在网络发展的手中，或IT人员不适当的<span class='bm_keywordlink'><a href='http://www.lvyanchao.com/fenlei/seo/' rel="nofollow">搜索引擎优化</a></span>。</p>
<p><span class='bm_keywordlink'><a href='http://www.lvyanchao.com/fenlei/seo/' rel="nofollow">搜索引擎优化</a></span>需要迭代和进化。它应该学习本身和PPC的妹妹变得更有针对性和相关的目标受众。</p>
<p>随着时间的推移，<span class='bm_keywordlink'><a href='http://www.lvyanchao.com/fenlei/seo/' rel="nofollow">搜索引擎优化</a></span>应该有更好的表现。总之，它应该只是作为经营运作的数字营销的其他形式。毕竟，<span class='bm_keywordlink'><a href='http://www.lvyanchao.com/fenlei/seo/' rel="nofollow">搜索引擎优化</a></span>是数字营销。</p>
<p>2。抱有现实的期望</p>
<p>我记得在我职业生涯中关键的交谈。我是在一个不满意的工作，在和一个朋友谁是投手上一个新的业务，他开始和我想我的帮助与一喝一下午。</p>
<p>我渴望接受任何新的就业机会，所以我与他会面，听取他解释一切。他想启动一个机构在公司将雇用他，使他们的网站“弹出”时，分别进行某些搜索谷歌，雅虎及MSN。</p>
<p>为了这一天我记得我失望-我的幼稚。</p>
<p>“我不认为企业是真的需要，”我告诉我的朋友。</p>
<p>当时，我相信，当你建立了一个网站，谷歌奇迹般地知道你在那里给你，知道你在为相关行业关键字搜索公平枪杀。</p>
<p>在许多B2B组织，即思维依然存在。当一个新的网站或内容，是创建，一些人预计的这些内容立即开枪直接结果的顶部。事实并非如此。<span class='bm_keywordlink'><a href='http://www.lvyanchao.com/' rel="nofollow">SEO</a></span>是不是一个快速打击战术，它是一个长期的投资。</p>
<p>对于<span class='bm_keywordlink'><a href='http://www.lvyanchao.com/fenlei/seo/' rel="nofollow">搜索引擎优化</a></span>，成为负责任的，它不能与不切实际的期望负担。给它一些时间来发展它的腿。</p>
<p>3。选择你有把握的关键字</p>
<p><span class='bm_keywordlink'><a href='http://www.lvyanchao.com/' rel="nofollow">SEO</a></span>是不是让您的网站排在第一的位置为的行业关键字词组。<span class='bm_keywordlink'><a href='http://www.lvyanchao.com/' rel="nofollow">SEO</a></span>是对实现该驱动器的具体业务成果的组织设定的最高知名度的关键字词组。</p>
<p>试图为最终排名行业关键字词往往是徒劳无功的工作，它的任何一个困难或不可能完成的任务，或一次取得只是带来了轮胎踢球手的网站。要负责任的，<span class='bm_keywordlink'><a href='http://www.lvyanchao.com/fenlei/seo/' rel="nofollow">搜索引擎优化</a></span>必须出示结果，该组织期望的渠道来执行。</p>
<p>4。转换性能优化</p>
<p>一个合乎逻辑的延伸到你选择的关键字可以赢得战斗，周围的转换性能优化是一个B2B的<span class='bm_keywordlink'><a href='http://www.lvyanchao.com/fenlei/seo/' rel="nofollow">搜索引擎优化</a></span>的主要指标，你赢得了一些战斗！对于B2B的<span class='bm_keywordlink'><a href='http://www.lvyanchao.com/fenlei/seo/' rel="nofollow">搜索引擎优化</a></span>，尤其不幸的是，购买环境远不如交易比通常的情况与B2C的。</p>
<p>通常情况下，我们没有看到一个单一的喜好或暴露后对搜索结果作出购买的决定。尽管如此，一个机制，以帮助量化的积极影响<span class='bm_keywordlink'><a href='http://www.lvyanchao.com/fenlei/seo/' rel="nofollow">搜索引擎优化</a></span>该组织已决定在有效运作方面或影响最终购买<span class='bm_keywordlink'><a href='http://www.lvyanchao.com/fenlei/seo/' rel="nofollow">搜索引擎优化</a></span>的作用。这是微观的转换变得至关重要。</p>
<p>这是比较直观，虽然在第一次接触的销售要求，未必是最好的棋，一些参与或转换形式可以预期我们的<span class='bm_keywordlink'><a href='http://www.lvyanchao.com/' rel="nofollow">SEO</a></span> -推介的访问者。微型转换是比较被动的方式为网站访客与网站的互动和品牌，并表明有兴趣购买之前最终交易。</p>
<p>这里的关键是要真正了解你的目标受众，他们的需要和动机。设置您的网站和提供培育的求偶过程中，通过网站的访问者。一旦最终销售开始通过管道，一组简单回归分析来测试将确认(或折让)的相关性，在生产的微型转换最终出售了。</p>
<p>诚然，这些想法都是简要介绍，只在一些比较先进的结构实行。但是，如果您的B2B组织可以接受这四个步骤，并把它们用在您的<span class='bm_keywordlink'><a href='http://www.lvyanchao.com/fenlei/seo/' rel="nofollow">搜索引擎优化</a></span>举措，无疑是你光年比你更先进时，唯一的搜索引擎报告您关心的是排名的报告。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lvyanchao.com/b2b-youhua/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>搜索引擎之用户体验同target属性之间的关系</title>
		<link>http://www.lvyanchao.com/target-shuxing/</link>
		<comments>http://www.lvyanchao.com/target-shuxing/#comments</comments>
		<pubDate>Thu, 06 May 2010 15:48:43 +0000</pubDate>
		<dc:creator>吕彦超</dc:creator>
				<category><![CDATA[前端体验]]></category>
		<category><![CDATA[target属性]]></category>
		<category><![CDATA[搜索引擎]]></category>
		<category><![CDATA[用户体验]]></category>

		<guid isPermaLink="false">http://www.lvyanchao.com/?p=268</guid>
		<description><![CDATA[        面对一个网站的结构，包含颇多。以前比较传统的网站仅仅由几个简单的网页组成，页面主要包含企业信息，企业产品，企业的联系方式等等，有些简单网站连网站后台都没有，也就这样形成了简单的网站。对于网站也就是许许多多的网页组成。          随着网络和技术的发展，网站的种类和形式也逐渐的复杂化，逐渐产生了交互，安全，用户体验等效果，随着搜索引擎技术的发展，现在的网站主要融入了更多的搜索引擎技术，网站用户交互体验，和网站目标转化率的集合。          对于现在的大型网站来说，网站结构更加的复杂，尤其对于门户型网站，从网站内容上讲，主要分为普通内容和交互性内容，普通内容占网站主体的大部分。内容上主要有分框架模式，迷你框架，框架六合一模式等等，也就是将所有的资源分为细小的分目录站点结构，以及专题结构等等，这样对用户和搜索引擎比较的友好。          结构再复杂的网站都是由普通的页面组合而成，对于主网页以及普通网页（辅网页）来说，一个好的页面结构和用户体验是比较受关注的，尤其对于商务性网站，培养用户对网页的亲和力也是很有必要的。这里包括页面内容，页面色彩和布局，以及页面的交互引导都非常具有重要性。          主要体现为用户的粘性和回访率。当然这里可以去很细小的区分。二者之间有关联性。这样页面用户才具有下一步更好的体验效果。当然这个效果包括很多。购买行为，信任度等等都可以细分其内。          其实写到这里我下面需要讲到的一个小体验效果。它就是页面的一个链接标签效果： 链接标签：&#60;a&#62;&#60;/a&#62;,这里要说的是超链接标签的target属性，target这个属性指定所链接的页面在浏览器窗口中的打开方式，它的参数主要是四个，这里也能看到，这四个属性大家也都清楚，使用比较频繁的也就是_black和_self，区别比较明显的是_blank和_parent。       单独使用这些属性其实没什么特别大的区别和意义。很多朋友看到也会觉得没有太多必要。意义不大，但是我这里要说的是，target属性同用户体验之间的效果。 对于一个普通页面，无意义的超链接，主要是指无关联性链接，有很多做网站优化的朋友总认为页面链接多对网站收录和网站页面权重有很好的帮助，其实理论上是这样没错，然而很多确忽略了链接的重要性，过多的链接不仅阻碍用户行为，而且还会使页面不美观，同样也会使得搜索引擎反感。链接适度和链接等级化是比较需要考虑的。对于重复链接，主要是很多公共信息部分，大多通过更多，阅读更多，阅读全文之类的链接形式，这样的链接会使用户放弃页面的浏览，同样是在消磨用户的意志。本来一个扩展阅读是很吸引用户的地方，然而不合理的链接信息，带来相反的用户行为，从而使用户体验很差。或者死链接来说，主要是网站的错误链接和实效链接。这样使搜索引擎放弃页面的索引，或者放入冷索引库。效果可想而知。          其次就是页面链接target属性，一般主目录和主页选择使用_self和_parent属性，即当前窗口和父窗口打开方式。这里主要是引导用户进入重要目录或页面。同样针对搜索引擎也有效果。这样可以帮助用户定位到重要信息，或者网站需要展示给用户有用的信息。而重要页面的用户友好体验性才会得到继承和延伸。页面导游也才会引导用户使用和操作。       而_blank属性主要是新窗口打开，这里主要使用于二级页面以后或更深层次页面。新窗口打开模式主要是帮助延伸扩展信息。而这里的扩展信息只是作为页面的辅信息。权重性稍差些。用户在浏览使用过程中的行为比较少，易关闭页面。       对超链接的几种属性有着各自的特殊意义。同搜索引擎的用户体验更是密切相关，好的体验效果帮助收录网页，获得权重，并得到继承。使用户行为更加的有效。从而形成网站的既定行为。]]></description>
			<content:encoded><![CDATA[<p>        面对一个网站的结构，包含颇多。以前比较传统的网站仅仅由几个简单的网页组成，页面主要包含企业信息，企业产品，企业的联系方式等等，有些简单网站连网站后台都没有，也就这样形成了简单的网站。对于网站也就是许许多多的网页组成。</p>
<p>         随着网络和技术的发展，网站的种类和形式也逐渐的复杂化，逐渐产生了交互，安全，<span class='bm_keywordlink'><a href='http://www.lvyanchao.com/fenlei/ued/' rel="nofollow">用户体验</a></span>等效果，随着搜索引擎技术的发展，现在的网站主要融入了更多的搜索引擎技术，网站用户交互体验，和网站目标转化率的集合。</p>
<p>         对于现在的大型网站来说，网站结构更加的复杂，尤其对于门户型网站，从网站内容上讲，主要分为普通内容和交互性内容，普通内容占网站主体的大部分。内容上主要有分框架模式，迷你框架，框架六合一模式等等，也就是将所有的资源分为细小的分目录站点结构，以及专题结构等等，这样对用户和搜索引擎比较的友好。<span id="more-268"></span></p>
<p>         结构再复杂的网站都是由普通的页面组合而成，对于主网页以及普通网页（辅网页）来说，一个好的页面结构和<span class='bm_keywordlink'><a href='http://www.lvyanchao.com/fenlei/ued/' rel="nofollow">用户体验</a></span>是比较受关注的，尤其对于商务性网站，培养用户对网页的亲和力也是很有必要的。这里包括页面内容，页面色彩和布局，以及页面的交互引导都非常具有重要性。</p>
<p>         主要体现为用户的粘性和回访率。当然这里可以去很细小的区分。二者之间有关联性。这样页面用户才具有下一步更好的体验效果。当然这个效果包括很多。购买行为，信任度等等都可以细分其内。</p>
<p>         其实写到这里我下面需要讲到的一个小体验效果。它就是页面的一个链接标签效果：</p>
<p><a href="http://www.lvyanchao.com/wp-content/uploads/2010/05/1111.png"><img class="size-full wp-image-271 alignnone" title="1111" src="http://www.lvyanchao.com/wp-content/uploads/2010/05/1111.png" alt="" width="531" height="225" /></a></p>
<p>链接标签：&lt;a&gt;&lt;/a&gt;,这里要说的是超链接标签的<strong>target</strong>属性，<strong>target</strong>这个属性指定所链接的页面在浏览器窗口中的打开方式，它的参数主要是四个，这里也能看到，这四个属性大家也都清楚，使用比较频繁的也就是_black和_self，区别比较明显的是_blank和_parent。</p>
<p>      单独使用这些属性其实没什么特别大的区别和意义。很多朋友看到也会觉得没有太多必要。意义不大，但是我这里要说的是，<strong>target</strong>属性同<span class='bm_keywordlink'><a href='http://www.lvyanchao.com/fenlei/ued/' rel="nofollow">用户体验</a></span>之间的效果。</p>
<p>对于一个普通页面，无意义的超链接，主要是指无关联性链接，有很多做<span class='bm_keywordlink'><a href='http://www.lvyanchao.com/' rel="nofollow">网站优化</a></span>的朋友总认为页面链接多对网站收录和网站页面权重有很好的帮助，其实理论上是这样没错，然而很多确忽略了链接的重要性，过多的链接不仅阻碍用户行为，而且还会使页面不美观，同样也会使得搜索引擎反感。链接适度和链接等级化是比较需要考虑的。对于重复链接，主要是很多公共信息部分，大多通过更多，阅读更多，阅读全文之类的链接形式，这样的链接会使用户放弃页面的浏览，同样是在消磨用户的意志。本来一个扩展阅读是很吸引用户的地方，然而不合理的链接信息，带来相反的用户行为，从而使<span class='bm_keywordlink'><a href='http://www.lvyanchao.com/fenlei/ued/' rel="nofollow">用户体验</a></span>很差。或者死链接来说，主要是网站的错误链接和实效链接。这样使搜索引擎放弃页面的索引，或者放入冷索引库。效果可想而知。</p>
<p>         其次就是页面链接target属性，一般主目录和主页选择使用_self和_parent属性，即当前窗口和父窗口打开方式。这里主要是引导用户进入重要目录或页面。同样针对搜索引擎也有效果。这样可以帮助用户定位到重要信息，或者网站需要展示给用户有用的信息。而重要页面的用户友好体验性才会得到继承和延伸。页面导游也才会引导用户使用和操作。</p>
<p>      而_blank属性主要是新窗口打开，这里主要使用于二级页面以后或更深层次页面。新窗口打开模式主要是帮助延伸扩展信息。而这里的扩展信息只是作为页面的辅信息。权重性稍差些。用户在浏览使用过程中的行为比较少，易关闭页面。</p>
<p>      对超链接的几种属性有着各自的特殊意义。同搜索引擎的<span class='bm_keywordlink'><a href='http://www.lvyanchao.com/fenlei/ued/' rel="nofollow">用户体验</a></span>更是密切相关，好的体验效果帮助收录网页，获得权重，并得到继承。使用户行为更加的有效。从而形成网站的既定行为。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lvyanchao.com/target-shuxing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
