<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[北京SEO_北京SEO培训 - 【元创SEO】]]></title> 
<link>http://www.yuan-chuang.cc/index.php</link> 
<description><![CDATA[元创拥有10多年网络营销和SEO实战经验、管理经验。 《SEO实战 - 核心技术、优化策略、流量提升》一书作者。SEO实战家、推一把联合创始人]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[北京SEO_北京SEO培训 - 【元创SEO】]]></copyright>
<item>
<link>http://www.yuan-chuang.cc/read.php/795.htm</link>
<title><![CDATA[什么是规范网页？-canonical]]></title> 
<author>元创 &lt;&gt;</author>
<category><![CDATA[SEO策略]]></category>
<pubDate>Tue, 03 May 2011 08:57:34 +0000</pubDate> 
<guid>http://www.yuan-chuang.cc/read.php/795.htm</guid> 
<description>
<![CDATA[ 
	什么是规范网页？-canonical<br/><br/>规范网页是一组内容高度相似的网页的首选版本。 <br/><br/>对于网站来说，包含多个列有同组产品的网页很正常。例如，一个网页可能按字母表顺序显示产品，而其他网页则按照价格或评分显示相同产品。例如：<br/><br/>http://www.example.com/product.php?item=swedish-fish&trackingid=1234567&sort=alpha&sessionid=5678asfasdfasfd<br/>http://www.example.com/product.php?item=swedish-fish&trackingid=1234567&sort=price&sessionid=5678asfasdfasfd如果 Google 知道这些网页的内容相同，我们可能只会将搜索结果的一个版本编入索引。我们的算法会选择我们认为可以最好地回答用户查询的网页。不过，现在用户可以通过将 <link> 元素和 rel="canonical" 属性添加到该网页非规范版本的 <head> 部分，为搜索引擎指定规范网页。添加此链接和属性可以让网站拥有者识别出哪些网页具有相同的内容，从而向 Google 提出建议："在内容相同的所有网页中，此网页最有用。请将该网页排在搜索结果中靠前的位置。"<br/><br/>如何指定规范网页？<br/>要指定指向网页 http://www.example.com/product.php?item=swedish-fish 的规范链接，请按以下形式创建 <link> 元素：<br/><br/><link rel="canonical" href="http://www.example.com/product.php?item=swedish-fish"/>将上述链接复制到该网页所有非规范版本的 <head> 部分，如 http://www.example.com/product.php?item=swedish-fish&sort=price。<br/><br/>如果您在 http://www.example.com/product.php?item=swedish-fish 和 https://www.example.com/product.php?item=swedish-fish 上都发布了内容，则可以指定该网页的规范版本。创建 <link> 元素： <br/><br/><link rel="canonical" href="http://www.example.com/product.php?item=swedish-fish"/>将上述链接添加到 https://www.example.comproduct.php?item=swedish-fish 的 <head> 部分。<br/><br/>rel="canonical" 是建议还是指令？<br/>通过此新选项，网站拥有者可以建议 Google 应将哪个网页版本视为规范版本。在确定哪些网址包含相同的内容以及计算其中关联性最强而要显示在搜索结果中的的网页时，Google 会结合其他信息考虑此建议<a href="http://www.yuanchuangseo.cn/" target="_blank">SEO顾问</a>。<br/><br/>此链接可以是相对的或是绝对的吗？<br/>rel="canonical" 属性可与相对链接或绝对链接一起使用，但我们建议使用绝对链接，以减少可能出现的混乱或问题。如果您的文档指定了一个基础链接，则所有相对链接都会相对于该基础链接。<br/><br/>一组网页上的内容必须与规范版本的上内容相似吗？ <br/>是的。rel="canonical" 属性只能用来指定包含相同内容（即使存在微小差异，比如排列顺序，也无关紧要）的大量网页的首选版本。 <br/><br/>例如，如果某网站有一组网页显示了相同型号的舞蹈鞋，只是每个网页图片中鞋的颜色有所不同，那么您可以将能突出当下最流行色彩的网页设置为规范版本，这样 Google 就比较容易将该网页显示在搜索结果中。不过，如果该网站只是想把凝胶鞋垫的网页排在鞋的网页之前，那么使用 rel="canonical" 就不合适了。<br/><br/>如果 rel="canonical" 指向了不存在的网页会怎样？或者如果将一组网页中的多个网页指定为规范版本会怎样？<br/>我们会尽力使用算法确定适当的规范网页，就像我们以前所做的那样。<br/><br/>Google 能遵守 rel="canonical" 的一系列规定吗？<br/>在一定程度上可以，但为了确保达到最佳规范化，我们强烈建议您将链接更新为指向单个规范网页。<br/><br/>rel="canonical" 可以用来在完全不同的域中建议规范网址吗？<br/>有些情况下，设置重定向网址并非易事。如果需要迁移到新域名，而使用的网络服务器又不能创建服务器端重定向网址，就可能发生这种情况。这种情况下，可以使用 rel="canonical" 链接元素指定想要编入索引的域的确切网址。虽然 rel="canonical" 链接元素被视为一种建议而不是需要绝对服从的指令，但我们确实会尽可能予以遵循。<br/><br/><link rel="canonical" href="http://www.lxysem.cn" />
]]>
</description>
</item><item>
<link>http://www.yuan-chuang.cc/read.php/795.htm#blogcomment1633</link>
<title><![CDATA[[评论] 什么是规范网页？-canonical]]></title> 
<author>歌迷灯牌 &lt;1336289452@qq.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Wed, 04 May 2011 02:50:11 +0000</pubDate> 
<guid>http://www.yuan-chuang.cc/read.php/795.htm#blogcomment1633</guid> 
<description>
<![CDATA[ 
	谢谢分享，以后会常来的
]]>
</description>
</item><item>
<link>http://www.yuan-chuang.cc/read.php/795.htm#blogcomment1634</link>
<title><![CDATA[[评论] 什么是规范网页？-canonical]]></title> 
<author>美女超人 &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Wed, 04 May 2011 07:46:24 +0000</pubDate> 
<guid>http://www.yuan-chuang.cc/read.php/795.htm#blogcomment1634</guid> 
<description>
<![CDATA[ 
	原来要这样。。。呵呵~~谢谢博主的分享了~~~~~
]]>
</description>
</item><item>
<link>http://www.yuan-chuang.cc/read.php/795.htm#blogcomment1635</link>
<title><![CDATA[[评论] 什么是规范网页？-canonical]]></title> 
<author>狐臭 &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Wed, 04 May 2011 08:11:50 +0000</pubDate> 
<guid>http://www.yuan-chuang.cc/read.php/795.htm#blogcomment1635</guid> 
<description>
<![CDATA[ 
	嗯&nbsp;&nbsp;学习了&nbsp;&nbsp;&nbsp;&nbsp;知道了。
]]>
</description>
</item><item>
<link>http://www.yuan-chuang.cc/read.php/795.htm#blogcomment1636</link>
<title><![CDATA[[评论] 什么是规范网页？-canonical]]></title> 
<author>露卡素左旋肉碱 &lt;112722612@qq.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Wed, 04 May 2011 11:50:00 +0000</pubDate> 
<guid>http://www.yuan-chuang.cc/read.php/795.htm#blogcomment1636</guid> 
<description>
<![CDATA[ 
	网页的规范性对收录和排名都有影响啊<br/>www.jf269.com
]]>
</description>
</item><item>
<link>http://www.yuan-chuang.cc/read.php/795.htm#blogcomment1637</link>
<title><![CDATA[[评论] 什么是规范网页？-canonical]]></title> 
<author>足浴盆十大品牌排名 &lt;112722612@qq.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Wed, 04 May 2011 11:50:52 +0000</pubDate> 
<guid>http://www.yuan-chuang.cc/read.php/795.htm#blogcomment1637</guid> 
<description>
<![CDATA[ 
	谢谢元老师经常分享，留个链接<br/>www.zuyupen66.com
]]>
</description>
</item><item>
<link>http://www.yuan-chuang.cc/read.php/795.htm#blogcomment1638</link>
<title><![CDATA[[评论] 什么是规范网页？-canonical]]></title> 
<author>强骨胶囊 &lt;1006769669@qq.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 05 May 2011 05:49:32 +0000</pubDate> 
<guid>http://www.yuan-chuang.cc/read.php/795.htm#blogcomment1638</guid> 
<description>
<![CDATA[ 
	很不错的一篇分享文
]]>
</description>
</item><item>
<link>http://www.yuan-chuang.cc/read.php/795.htm#blogcomment1640</link>
<title><![CDATA[[评论] 什么是规范网页？-canonical]]></title> 
<author>17fenx &lt;1216553350@qq.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 05 May 2011 11:17:02 +0000</pubDate> 
<guid>http://www.yuan-chuang.cc/read.php/795.htm#blogcomment1640</guid> 
<description>
<![CDATA[ 
	值得好好学习呀
]]>
</description>
</item><item>
<link>http://www.yuan-chuang.cc/read.php/795.htm#blogcomment1641</link>
<title><![CDATA[[评论] 什么是规范网页？-canonical]]></title> 
<author>leptins &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 05 May 2011 11:17:35 +0000</pubDate> 
<guid>http://www.yuan-chuang.cc/read.php/795.htm#blogcomment1641</guid> 
<description>
<![CDATA[ 
	好好学习 谢谢分享
]]>
</description>
</item><item>
<link>http://www.yuan-chuang.cc/read.php/795.htm#blogcomment1656</link>
<title><![CDATA[[评论] 什么是规范网页？-canonical]]></title> 
<author>艾力达 &lt;1160467@qq.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Sat, 07 May 2011 08:35:23 +0000</pubDate> 
<guid>http://www.yuan-chuang.cc/read.php/795.htm#blogcomment1656</guid> 
<description>
<![CDATA[ 
	看看，学习下，
]]>
</description>
</item><item>
<link>http://www.yuan-chuang.cc/read.php/795.htm#blogcomment1813</link>
<title><![CDATA[[评论] 什么是规范网页？-canonical]]></title> 
<author>什么牌子的笔记本好 &lt;5454545@qq.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Fri, 10 Jun 2011 03:57:26 +0000</pubDate> 
<guid>http://www.yuan-chuang.cc/read.php/795.htm#blogcomment1813</guid> 
<description>
<![CDATA[ 
	恩&nbsp;&nbsp;正在学习中呢
]]>
</description>
</item>
</channel>
</rss>