カートに入れました

Gatsbyjsのプロジェクトでサイトマップ出力

パッケージインストール

$ npm install gatsby-plugin-sitemap

gatsby-config.jsのpluginsに以下の項目を追加するだけ

  siteMetadata: {
    siteUrl: `https://hi1t0.com`,
  },
  plugins: [
    `gatsby-plugin-sitemap`
  ]

Google Search Consoleを開き

/sitemap/sitemap-index.xmlを入力しサイトマップを追加する

後日確認したところステータスは成功になっていました