今更だが、Google Sitemapsを使用してみることにした。
Google Sitemapsのサイトで登録後、
sitemapファイルを作成する必要があるのだが、
Google製のツールを使うと、
設定が面倒な上にプログラムをcronで自動実行したりと結構面倒。
MovableTypeのテンプレートを使って自動更新したいと思って探してみたら、
サイトマップを自動的にGoogleに送信するプラグインがあった。
Google Sitemapsへの更新通知を自動化するMovableTypeプラグイン - Open MagicVox.net
新しいテンプレートとして以下を作成。
ファイル名はsitemap.xmlにする。
<?xml version="1.0" encoding="<$MTPublishCharset$>"?>
<!--
<$MTGoogleSitemapsPing template="Google Sitemaps"$>
-->
<urlset xmlns="http://www.google.com/schemas/sitemap/0.84">
<url>
<loc><$MTBlogURL encode_xml="1"$></loc>
<lastmod><$MTDate utc="1" format="%Y-%m-%dT%H:%M:%SZ"$></lastmod>
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
<MTEntries lastn="65535">
<url>
<loc><$MTEntryPermalink encode_xml="1"$></loc>
<lastmod><$MTEntryModifiedDate utc="1" format="%Y-%m-%dT%H:%M:%SZ"$></lastmod>
<MTIfMatches var="EntryCategory" pattern="m/Cycle/">
<changefreq>weekly</changefreq>
<priority>0.9</priority>
</MTIfMatches>
<MTIfMatches var="EntryCategory" pattern="m/MovableType/">
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</MTIfMatches>
<MTIfMatches var="EntryCategory" pattern="m/Linux/">
<changefreq>weekly</changefreq>
<priority>0.7</priority>
</MTIfMatches>
<MTIfMatches var="EntryCategory" pattern="m/Outdoor/">
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</MTIfMatches>
<MTIfMatches var="EntryCategory" pattern="m/Food/">
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</MTIfMatches>
<MTIfMatches var="EntryCategory" pattern="m/Event/">
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</MTIfMatches>
</url></MTEntries>
</urlset>
MovableTypeでSEO対策 〜 攻略!Google Sitemaps - Open MagicVox.net
これで完了。どれだけ効果があるのだろうか。
Posted by Jay at 2006年6月13日 15:25 | コメント (0) | トラックバック (2) | |
この記事に対するコメント