<?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/zh-hant/" 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/zh-hant/</link>
		<comments>http://www.cslog.cn/Content/blog-wordpress-google-se/zh-hant/#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/zh-hant/">繼續閱讀 <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/zh-hant/">http://www.cslog.cn/Content/blog-wordpress-google-se/zh-hant/</a></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.cslog.cn/Content/blog-wordpress-google-se/feed/zh-hant/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>從typo轉到wordpress</title>
		<link>http://www.cslog.cn/Content/from-typo-towordpress/zh-hant/</link>
		<comments>http://www.cslog.cn/Content/from-typo-towordpress/zh-hant/#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/zh-hant/">繼續閱讀 <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/zh-hant/">http://www.cslog.cn/Content/from-typo-towordpress/zh-hant/</a></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.cslog.cn/Content/from-typo-towordpress/feed/zh-hant/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

<!-- WP Chinese Conversion Full Page Converted -->