<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ja">
		<id>https://wiki.nonip.net/index.php?action=history&amp;feed=atom&amp;title=Javascript%2Fvue%2Fvuepress%2Fsitemap</id>
		<title>Javascript/vue/vuepress/sitemap - 変更履歴</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.nonip.net/index.php?action=history&amp;feed=atom&amp;title=Javascript%2Fvue%2Fvuepress%2Fsitemap"/>
		<link rel="alternate" type="text/html" href="https://wiki.nonip.net/index.php?title=Javascript/vue/vuepress/sitemap&amp;action=history"/>
		<updated>2026-04-24T22:36:32Z</updated>
		<subtitle>このウィキのこのページに関する変更履歴</subtitle>
		<generator>MediaWiki 1.24.2</generator>

	<entry>
		<id>https://wiki.nonip.net/index.php?title=Javascript/vue/vuepress/sitemap&amp;diff=12848&amp;oldid=prev</id>
		<title>Admin: ページの作成:「==vuepressでsitemap.xml作成==  $ npm install -D vuepress-plugin-sitemap  docs/.vuepress/config.js &lt;pre&gt; module.exports = {   plugins: [     [       &quot;sitemap&quot;,       {...」</title>
		<link rel="alternate" type="text/html" href="https://wiki.nonip.net/index.php?title=Javascript/vue/vuepress/sitemap&amp;diff=12848&amp;oldid=prev"/>
				<updated>2021-04-08T08:52:02Z</updated>
		
		<summary type="html">&lt;p&gt;ページの作成:「==vuepressでsitemap.xml作成==  $ npm install -D vuepress-plugin-sitemap  docs/.vuepress/config.js &amp;lt;pre&amp;gt; module.exports = {   plugins: [     [       &amp;quot;sitemap&amp;quot;,       {...」&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==vuepressでsitemap.xml作成==&lt;br /&gt;
 $ npm install -D vuepress-plugin-sitemap&lt;br /&gt;
&lt;br /&gt;
docs/.vuepress/config.js&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
module.exports = {&lt;br /&gt;
  plugins: [&lt;br /&gt;
    [&lt;br /&gt;
      &amp;quot;sitemap&amp;quot;,&lt;br /&gt;
      {&lt;br /&gt;
        hostname: &amp;quot;https://hogehoge.example.com/&amp;quot;,&lt;br /&gt;
        changefreq: &amp;quot;weekly&amp;quot;&lt;br /&gt;
      }&lt;br /&gt;
    ]&lt;br /&gt;
  ]&lt;br /&gt;
};&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
参考：https://hene.dev/blog/2019/05/02/sitemap/#%E9%96%8B%E7%99%BA%E7%92%B0%E5%A2%83&lt;br /&gt;
&lt;br /&gt;
docs/.vuepress/public/robots.txt&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
User-agent: *&lt;br /&gt;
Sitemap: https://hogehoge.example.com/sitemap.xml&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===sitemap.xmlビルド===&lt;br /&gt;
 $ npm run build&lt;br /&gt;
docs/.vuepress/dist/sitemap.xml にファイルができてることを確認&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	</feed>