デコマガジン
【2024.06.18修正】
Movabletypeでsitemap.xmlを作るのは、記事は出ているが、コンテンツタイプになってわからなくなってきた。
最近、記事とコンテンツタイプの混在を制作したため、検討しなおしてみた。
※自信は・・・ない。でも、しっかり出てる。
あと「サイト内のコンテンツタイプのリスト(コンテンツデータのリストではない)」があったらほしい!
2024.06.18 なぜかでなくなっていたため、再修正。
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.google.com/schemas/sitemap/0.9">
<url>
<loc><$mt:WebsiteURL encode_xml="1"$></loc>
<priority>1.0</priority>
</url>
<MTIgnore>インデックステンプレートページ</MTIgnore>
<mt:IndexList>
<mt:SetVarBlock name="index_name"><$mt:IndexName$></mt:SetVarBlock>
<mt:If name="index_name" eq="メインページ"><mt:Else>
<url>
<loc><$mt:IndexLink$></loc>
<lastmod><$mt:TemplateCreatedOn format="%Y-%m-%d"$></lastmod>
<changefreq>weekly</changefreq>
</url>
</mt:If>
</mt:IndexList>
<MTIgnore>ウェブページ</MTIgnore>
<MTPages lastn="0">
<url>
<loc><$mt:PagePermalink encode_xml="1"$></loc>
<lastmod><$mt:PageModifiedDate format="%Y-%m-%d"$><$MTBlogTimezone$></lastmod>
</url>
</MTPages>
<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:OtherBlog blog_id="x">
<MTIgnore>インデックステンプレートページ</MTIgnore>
<mt:IndexList>
<url>
<loc><$mt:IndexLink$></loc>
<lastmod><$mt:TemplateCreatedOn format="%Y-%m-%d"$></lastmod>
<changefreq>weekly</changefreq>
</url>
</mt:IndexList>
<MTIgnore>カテゴリ別</MTIgnore>
<mt:CategorySets name="カテゴリセット名">
<mt:TopLevelCategories>
<mt:if tag="CategoryCount"><url>
<loc><$mt:CategoryArchiveLink$></loc>
<lastmod><$mt:Date format="%Y-%m-%d"$></lastmod>
<changefreq>weekly</changefreq>
</url>
</mt:If>
</mt:TopLevelCategories>
</mt:CategorySets>
<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:OtherBlog>
<MTIgnore>サイト名</MTIgnore>
<mt:OtherBlog blog_id="x">
<MTIgnore>インデックステンプレートページ</MTIgnore>
<mt:IndexList>
<url>
<loc><$mt:IndexLink$></loc>
<lastmod><$mt:TemplateCreatedOn format="%Y-%m-%d"$></lastmod>
<changefreq>weekly</changefreq>
</url>
</mt:IndexList>
<MTIgnore>カテゴリ別</MTIgnore>
<mt:CategorySets name="カテゴリセット名">
<mt:TopLevelCategories>
<mt:if tag="CategoryCount"><url>
<loc><$mt:CategoryArchiveLink$></loc>
<lastmod><$mt:Date format="%Y-%m-%d"$></lastmod>
<changefreq>weekly</changefreq>
</url>
</mt:If>
</mt:TopLevelCategories>
</mt:CategorySets>
<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:OtherBlog>
<MTIgnore>サイト名</MTIgnore>
<mt:OtherBlog blog_id="5">
<MTIgnore>インデックステンプレートページ</MTIgnore>
<mt:IndexList>
<url>
<loc><$mt:IndexLink$></loc>
<lastmod><$mt:TemplateCreatedOn format="%Y-%m-%d"$></lastmod>
<changefreq>weekly</changefreq>
</url>
</mt:IndexList>
<MTIgnore>ウェブページ</MTIgnore>
<MTPages lastn="0">
<url>
<loc><$mt:PagePermalink encode_xml="1"$></loc>
<lastmod><$mt:PageModifiedDate format="%Y-%m-%d"$><$MTBlogTimezone$></lastmod>
</url>
</MTPages>
<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:OtherBlog>
</urlset>