デコマガジン

Movabletypeでのsitemap.xml

Movabletypeでのsitemap.xml画像

MovableTypeコンテンツタイプでsitemap.xmlを作る

【2022.12.18修正】
Movabletypeでsitemap.xmlを作るのは、記事は出ているが、コンテンツタイプになってわからなくなってきた。
最近、記事とコンテンツタイプの混在を制作したため、検討しなおしてみた。
※自信は・・・ない。でも、しっかり出てる。
あと「サイト内のコンテンツタイプのリスト(コンテンツデータのリストではない)」があったらほしい!

これでよいかも

【注意】下記の「GT<」「LT>」の記号は、全角になっています。

<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.google.com/schemas/sitemap/0.9">
<MTIgnore>インデックステンプレート</MTIgnore>
<mt:IndexList>
<mt:SetVarBlock name="index_name"><$mt:IndexName$></mt:SetVarBlock>
<mt:If name="index_name" eq="sitemap.xml"> <mt:Else>
<url> <loc><$mt:IndexLink encode_xml="1"$></loc>
<lastmod><$mt:Date utc="1" format="%Y-%m-%d"$></lastmod>
<changefreq>weekly</changefreq>
</url>
</mt:If>
</mt:IndexList>

<MTIgnore>ウェブページ</MTIgnore>
<mt:Pages>
<url>
<loc><$mt:PagePermalink encode_xml="1"$></loc>
<lastmod><$mt:PageModifiedDate utc="1" format="%Y-%m-%d"$></lastmod>
<changefreq>weekly</changefreq>
</url>
</mt:Pages>

<MTIgnore>ブログ記事(アーカイブ)</MTIgnore>
<mt:IfArchiveTypeEnabled archive_type="Category">
<mt:ArchiveList archive_type="Category">
<url> <loc><$mt:ArchiveLink encode_xml="1"$></loc>
<changefreq>weekly</changefreq>
</url>
</mt:ArchiveList>
</mt:IfArchiveTypeEnabled>
<mt:IfArchiveTypeEnabled archive_type="Monthly">
<mt:ArchiveList archive_type="Monthly">
<url> <loc><$mt:ArchiveLink encode_xml="1"$></loc>
<lastmod><$mt:ArchiveDateEnd utc="1" format="%Y-%m-%d"$></lastmod>
<changefreq>weekly</changefreq>
</url>
</mt:ArchiveList>
</mt:IfArchiveTypeEnabled>
<mt:Entries lastn="9999">
<url>
<loc><$mt:EntryPermalink encode_xml="1"$></loc>
<lastmod><$mt:EntryModifiedDate utc="1" format="%Y-%m-%d"$></lastmod>
<changefreq>weekly</changefreq>
</url>
</mt:Entries>

<MTIgnore>コンテンツタイプ</MTIgnore>
<mt:Contents content_type="コンテンツタイプ名" lastn="9999">
<url>
<loc><mt:ContentPermaLink></loc>
<lastmod><$mt:ContentModifiedDate utc="1" format="%Y-%m-%d"$></lastmod>
<changefreq>weekly</changefreq>
</url>
</mt:Contents>
<mt:Contents content_type="コンテンツタイプ名" lastn="9999">
<url>
<loc><mt:ContentPermaLink></loc>
<lastmod><$mt:ContentModifiedDate utc="1" format="%Y-%m-%d"$></lastmod>
<changefreq>weekly</changefreq>
</url>
</mt:Contents>

<MTIgnore>親サイト以外のブログ</MTIgnore>

<mt:Blogs blog_ids="ブログID">

<MTIgnore>インデックステンプレート</MTIgnore>
<mt:IndexList>
<mt:SetVarBlock name="index_name"><$mt:IndexName$></mt:SetVarBlock>
<mt:If name="index_name" eq="sitemap.xml"> <mt:Else>
<url>
<loc><$mt:IndexLink encode_xml="1"$></loc>
<lastmod><$mt:Date utc="1" format="%Y-%m-%d"$></lastmod>
<changefreq>weekly</changefreq>
</url>
</mt:If>
</mt:IndexList>

<MTIgnore>ウェブページ</MTIgnore>
<mt:Pages>
<url>
<loc><$mt:PagePermalink encode_xml="1"$></loc>
<lastmod><$mt:PageModifiedDate utc="1" format="%Y-%m-%d"$></lastmod>
<changefreq>weekly</changefreq>
</url>
</mt:Pages>

<MTIgnore>ブログ記事(アーカイブ)</MTIgnore>
<mt:IfArchiveTypeEnabled archive_type="Category">
<mt:ArchiveList archive_type="Category">
<url> <loc><$mt:ArchiveLink encode_xml="1"$></loc>
<changefreq>weekly</changefreq>
</url>
</mt:ArchiveList>
</mt:IfArchiveTypeEnabled>
<mt:IfArchiveTypeEnabled archive_type="Monthly">
<mt:ArchiveList archive_type="Monthly">
<url> <loc><$mt:ArchiveLink encode_xml="1"$></loc>
<lastmod><$mt:ArchiveDateEnd utc="1" format="%Y-%m-%d"$></lastmod>
<changefreq>weekly</changefreq>
</url>
</mt:ArchiveList>
</mt:IfArchiveTypeEnabled>
<mt:Entries lastn="9999">
<url>
<loc><$mt:EntryPermalink encode_xml="1"$></loc>
<lastmod><$mt:EntryModifiedDate utc="1" format="%Y-%m-%d"$></lastmod>
<changefreq>weekly</changefreq>
</url>
</mt:Entries>

<MTIgnore>コンテンツタイプ</MTIgnore>
<mt:Contents content_type="コンテンツタイプ名" lastn="9999">
<url>
<loc><mt:ContentPermaLink></loc>
<lastmod><$mt:ContentModifiedDate utc="1" format="%Y-%m-%d"$></lastmod>
<changefreq>weekly</changefreq>
</url>
</mt:Contents>
<mt:Contents content_type="コンテンツタイプ名" lastn="9999">
<url>
<loc><mt:ContentPermaLink></loc>
<lastmod><$mt:ContentModifiedDate utc="1" format="%Y-%m-%d"$></lastmod>
<changefreq>weekly</changefreq>
</url>
</mt:Contents>

</mt:Blogs>

</urlset>

記事一覧


ホームページ制作
について

デコジャパンの
サービス内容

ホームページの
実績紹介

デコマガジン
HP&PC