<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>英文SEO - 英文搜索引擎优化 &#187; Zen-cart Image handle2</title>
	<atom:link href="http://www.seo-boke.com/tag/zen-cart-image-handle2/feed" rel="self" type="application/rss+xml" />
	<link>http://www.seo-boke.com</link>
	<description></description>
	<lastBuildDate>Fri, 30 Dec 2011 07:42:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>如何解决Zen-cart Image handle2插件对SEO的影响？</title>
		<link>http://www.seo-boke.com/zen-cart-image-handle2</link>
		<comments>http://www.seo-boke.com/zen-cart-image-handle2#comments</comments>
		<pubDate>Wed, 09 Jun 2010 12:54:31 +0000</pubDate>
		<dc:creator>Maureen</dc:creator>
				<category><![CDATA[英文SEO]]></category>
		<category><![CDATA[Zen-cart Image handle2]]></category>

		<guid isPermaLink="false">http://www.seo-boke.com/?p=122</guid>
		<description><![CDATA[zen-cart 有一个很好用的插件叫image handle2，它的作用是压缩图片的大小，提高图片的加载速度，从而增强用户体验。
但是这个插件也有一个缺点：因为重新生成了图片缓存，导致图片的路径被随机字符串代替了，这样图片路径里所加的关键字被替换了，要知道这样无形中降低了网 站关键字的密度，对ＳＥＯ的进行有些影响。以前seoer一般会选择不使用image handle2这个插件，宁愿牺牲一点用户体验度来换取排名，毕竟没有排名的话，何来的用户，那么要体验度何用呢？
今天，找到了一个解决这个冲突的办法：
    这个办法其实很简单，找到includes\extra_configures \bmz_image_handler_conf.php
    将配置文件里的$ihConf['noresize_key']         = ‘noresize’;
    改成$ihConf['noresize_key']         = ‘jpg’;
这样，只要图片的格式是jpg就不会被随机字符串取代，不会生成图片缓存。问题得到解决！
]]></description>
			<content:encoded><![CDATA[<p>zen-cart 有一个很好用的插件叫image handle2，它的作用是压缩图片的大小，提高图片的加载速度，从而增强用户体验。<br />
但是这个插件也有一个缺点：因为重新生成了图片缓存，导致图片的路径被随机字符串代替了，这样图片路径里所加的关键字被替换了，要知道这样无形中降低了网 站关键字的密度，对ＳＥＯ的进行有些影响。以前seoer一般会选择不使用image handle2这个插件，宁愿牺牲一点用户体验度来换取排名，毕竟没有排名的话，何来的用户，那么要体验度何用呢？</p>
<p>今天，找到了一个解决这个冲突的办法：</p>
<p>    这个办法其实很简单，找到includes\extra_configures \bmz_image_handler_conf.php</p>
<p>    将配置文件里的$ihConf['noresize_key']         = ‘noresize’;</p>
<p>    改成$ihConf['noresize_key']         = ‘jpg’;</p>
<p>这样，只要图片的格式是jpg就不会被随机字符串取代，不会生成图片缓存。问题得到解决！</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seo-boke.com/zen-cart-image-handle2/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

