MT template : Google Sitemap

今天下午看到的東西,晚上回來就看到有人做出了WP用的,我也如法炮製作了MT用的:P。

<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.google.com/schemas/sitemap/0.84"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.google.com/schemas/sitemap/0.84
http://www.google.com/schemas/sitemap/0.84/sitemap.xsd">
	<url>
		<loc><$MTBlogURL encode_xml="1"$></loc>
		<changefreq>always</changefreq>
		<priority>1.0</priority>
	</url>
<MTArchiveList>
<MTEntries>
	<url>
		<loc><$MTEntryPermalink encode_xml="1"$></loc>
		<lastmod><$MTEntryDate format="%Y-%m-%d"$></lastmod>
		<changefreq>never</changefreq>
		<priority>0.8</priority>
	</url>
</MTEntries>
</MTArchiveList>
</urlset>

這是我根據參考文章的Google Sitemaps with WordpressGoogle Sitemap Protocol兩篇寫的,我自己的sitemap內容稍微不太一樣(因為網站結構的關係),不過產生的文件我有確認過了,應該是沒問題,我也已經跟Google加上我的sitemap了,還要等幾個小時審核。至於要怎麼用,和想瞭解這是什麼的,可以看下面的參考網頁:P。