<?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>xiaofeng&#039;s blog &#187; table</title>
	<atom:link href="http://shenxf.com/tag/table/feed" rel="self" type="application/rss+xml" />
	<link>http://shenxf.com</link>
	<description>&#60;seo&#62;......&#60;/seo&#62;</description>
	<lastBuildDate>Wed, 14 Dec 2011 18:37:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>div+css和table的加载速度对SEO的影响</title>
		<link>http://shenxf.com/2010-05/div-css-table-seo.html</link>
		<comments>http://shenxf.com/2010-05/div-css-table-seo.html#comments</comments>
		<pubDate>Mon, 31 May 2010 23:39:48 +0000</pubDate>
		<dc:creator>小锋</dc:creator>
				<category><![CDATA[seo]]></category>
		<category><![CDATA[div+css]]></category>
		<category><![CDATA[table]]></category>

		<guid isPermaLink="false">http://shenxf.com/?p=219</guid>
		<description><![CDATA[<p>记得我之前在<a href="http://shenxf.com/2010-03/div-css-ascendancy.html">div+css布局比table布局的优势</a>一文中, 谈到了从SEO角度来讲，蜘蛛对于div+css布局的站，抓取的效率要高于table布局的站。当时是在一个非SEO群里讨论了这个问题，因为有些时候也是秀才遇到兵。</p>
<p>无意之中又看到惰惰在博客中提到了此问题，其中提到了tale布局的页面打开原理：</p>
<blockquote><p>一般table布局的页面是大表格套中表格，中表格嵌套小表格，小表格再套小小表格。一般第一个表格（最外边的）要读取完才能显示出来，读取大表格的同时又要读取大表格中的小表格，大大加长了网页打开速度。</p></blockquote>
<p>于是想再深入弄清下这个问题，看了一些文章才发现，原来点石早在2006年就提到了这个问题，点石通过实验得出结论是，蜘蛛在抓取table时，对于多层的table嵌套时甚至会跳过甚至会跳出页面。（ps:06年我还没有进入SEO界，后来也没有通读点石的文章，点石原文:<a href="http://www.dunsh.org/2006/12/14/xht......<a href='http://shenxf.com/2010-05/div-css-table-seo.html' rel="nofollow">查看<?php the_title(); ?>全文</a></p>阅读了本文的人还看了: SEO只是改标题，堆关键字，加外链？ div+css布局比table布局的优势 黑帽SEO精典案例-关键词堆砌2 百度SEO优化指南v1.0 Google承认会手动调整搜索排名
阅读了本文的人还看了:<ol>
<li><a href='http://shenxf.com/2010-07/what-is-important-about-seo.html' rel='bookmark' title='SEO只是改标题，堆关键字，加外链？'>SEO只是改标题，堆关键字，加外链？</a></li>
<li><a href='http://shenxf.com/2010-03/div-css-ascendancy.html' rel='bookmark' title='div+css布局比table布局的优势'>div+css布局比table布局的优势</a></li>
<li><a href='http://shenxf.com/2010-10/blackhat-seo-example-2.html' rel='bookmark' title='黑帽SEO精典案例-关键词堆砌2'>黑帽SEO精典案例-关键词堆砌2</a></li>
<li><a href='http://shenxf.com/2010-08/baidu-seo-manual-v1-0.html' rel='bookmark' title='百度SEO优化指南v1.0'>百度SEO优化指南v1.0</a></li>
<li><a href='http://shenxf.com/2010-07/google-change-index-rank.html' rel='bookmark' title='Google承认会手动调整搜索排名'>Google承认会手动调整搜索排名</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>记得我之前在<a href="http://shenxf.com/2010-03/div-css-ascendancy.html">div+css布局比table布局的优势</a>一文中, 谈到了从SEO角度来讲，蜘蛛对于div+css布局的站，抓取的效率要高于table布局的站。当时是在一个非SEO群里讨论了这个问题，因为有些时候也是秀才遇到兵。</p>
<p>无意之中又看到惰惰在博客中提到了此问题，其中提到了tale布局的页面打开原理：</p>
<blockquote><p>一般table布局的页面是大表格套中表格，中表格嵌套小表格，小表格再套小小表格。一般第一个表格（最外边的）要读取完才能显示出来，读取大表格的同时又要读取大表格中的小表格，大大加长了网页打开速度。</p></blockquote>
<p>于是想再深入弄清下这个问题，看了一些文章才发现，原来点石早在2006年就提到了这个问题，点石通过实验得出结论是，蜘蛛在抓取table时，对于多层的table嵌套时甚至会跳过甚至会跳出页面。（ps:06年我还没有进入SEO界，后来也没有通读点石的文章，点石原文:<a href="http://www.dunsh.org/2006/12/14/xht......<a href='http://shenxf.com/2010-05/div-css-table-seo.html' rel="nofollow">查看<?php the_title(); ?>全文</a></p><p>阅读了本文的人还看了:<ol>
<li><a href='http://shenxf.com/2010-07/what-is-important-about-seo.html' rel='bookmark' title='SEO只是改标题，堆关键字，加外链？'>SEO只是改标题，堆关键字，加外链？</a></li>
<li><a href='http://shenxf.com/2010-03/div-css-ascendancy.html' rel='bookmark' title='div+css布局比table布局的优势'>div+css布局比table布局的优势</a></li>
<li><a href='http://shenxf.com/2010-10/blackhat-seo-example-2.html' rel='bookmark' title='黑帽SEO精典案例-关键词堆砌2'>黑帽SEO精典案例-关键词堆砌2</a></li>
<li><a href='http://shenxf.com/2010-08/baidu-seo-manual-v1-0.html' rel='bookmark' title='百度SEO优化指南v1.0'>百度SEO优化指南v1.0</a></li>
<li><a href='http://shenxf.com/2010-07/google-change-index-rank.html' rel='bookmark' title='Google承认会手动调整搜索排名'>Google承认会手动调整搜索排名</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://shenxf.com/2010-05/div-css-table-seo.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

