<?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>船长日志 &#187; wordpress</title>
	<atom:link href="http://www.cslog.cn/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cslog.cn</link>
	<description>最让我激动的是不知道下一个星球上能发现什么...</description>
	<lastBuildDate>Wed, 30 Jul 2025 16:06:05 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
		<item>
		<title>博客系统换成WordPress后Google收录猛增</title>
		<link>http://www.cslog.cn/Content/blog-wordpress-google-se/</link>
		<comments>http://www.cslog.cn/Content/blog-wordpress-google-se/#comments</comments>
		<pubDate>Fri, 15 Oct 2010 08:10:31 +0000</pubDate>
		<dc:creator>船长</dc:creator>
				<category><![CDATA[站长文档]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[博客]]></category>

		<guid isPermaLink="false">http://www.cslog.cn/?p=529</guid>
		<description><![CDATA[前几天将船长日志博客系统从typo换成了WordPress. 当时Google收 &#8230; <a href="http://www.cslog.cn/Content/blog-wordpress-google-se/">继续阅读 <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>前几天将<a href="http://www.cslog.cn/">船长日志</a>博客系统<a href="http://www.cslog.cn/Content/from-typo-towordpress/">从typo换成了WordPress</a>. 当时Google收录好像不到100, 今天发现google收录变成655了. 收录增加的很快. 百度的收录变化不大, 还是200多.</p>
<p>Google突然增加收录这么多, 可能的原因有两个. 一是我给WordPress安装了一个sitemap插件, 这样网站对google更友好了一些. 二是因为换了系统, 出现了很多如分类或tag之类的新页面, google开始收录这些新页面了.</p>
<p>但Google的增加收录并不一定能带来流量. 一些网站Google收录很多, 流量却不大. 并且Google的收录数也不是稳定的. 有时候Google会收录很多新页面, 然后慢慢地把这些新页面删除掉.</p>
<p>还好, 船长日志, 起码目前来说, 流量对它关系不大. 所以Google的收录也只是没事拿出来说说.
<div style="margin-top: 15px; font-style: italic">
<p>转载请注明: 转自<a href="http://www.cslog.cn/">船长日志</a>, 本文链接地址: <a href="http://www.cslog.cn/Content/blog-wordpress-google-se/">http://www.cslog.cn/Content/blog-wordpress-google-se/</a></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.cslog.cn/Content/blog-wordpress-google-se/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>从typo转到wordpress</title>
		<link>http://www.cslog.cn/Content/from-typo-towordpress/</link>
		<comments>http://www.cslog.cn/Content/from-typo-towordpress/#comments</comments>
		<pubDate>Sun, 10 Oct 2010 09:22:58 +0000</pubDate>
		<dc:creator>船长</dc:creator>
				<category><![CDATA[信息处理]]></category>
		<category><![CDATA[站长文档]]></category>
		<category><![CDATA[typo]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.cslog.cn/?p=518</guid>
		<description><![CDATA[日志系统从typo转到了wordpress. 早就想到了不会很容易. 果真如此. &#8230; <a href="http://www.cslog.cn/Content/from-typo-towordpress/">继续阅读 <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>日志系统从typo转到了wordpress. 早就想到了不会很容易. 果真如此.</p>
<p>为什么要放弃typo?<br />
我用的Typo是4.1版本, 比较老了. 据说原来的typo作者也早使用wordpress了. typo不停有问题和功能不能实现, 之前我打过补丁, 但实在是回天乏术了&#8230;<br />
Rails程序占用的内存比php的多. 这个日志流量不大, 但这个流量不大的日志却一直占用着比较多的内存. 不合理.<br />
加上星期天没事, 是折腾的时候了!</p>
<p>转换过程遇到了什么问题?<br />
花了比较多的时间的是数据导出. 网上有Typo导出到Wordpress数据文档的script. 那个script修改一下还能用(有须要的留言). 但把它导出的数据用WordPress后台的Wordpress Importer导入后会产生大量的同名分类和标签(中文分类名和标签, 英文的不会). 我分析了很久, 最后才确定是Wordpress或它的Importer有BUG. 网上有人提过, 所说是修复了, 但我即便下载3.1测试版也发现问题还在&#8230;<br />
没办法, 只好转向另一个方法 &#8212; 将数据直接导出, 然后用代码导入到Wordpress数据库才解决了问题.</p>
<p>用上了新系统了, 不过不一定会多写日志. 这个我应该很清楚&#8230; 因为玩的就是折腾本身. 哇哈哈
<div style="margin-top: 15px; font-style: italic">
<p>转载请注明: 转自<a href="http://www.cslog.cn/">船长日志</a>, 本文链接地址: <a href="http://www.cslog.cn/Content/from-typo-towordpress/">http://www.cslog.cn/Content/from-typo-towordpress/</a></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.cslog.cn/Content/from-typo-towordpress/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
