diff --git a/www/gatsby-config.js b/www/gatsby-config.js index bf7227dc5f6d7..0e7c9fc17b377 100644 --- a/www/gatsby-config.js +++ b/www/gatsby-config.js @@ -1,6 +1,7 @@ module.exports = { siteMetadata: { title: `Gatsby`, + siteUrl: `https://www.gatsbyjs.org`, }, mapping: { "MarkdownRemark.frontmatter.author": `AuthorYaml`, @@ -94,5 +95,6 @@ module.exports = { trackingId: `UA-93349937-1`, }, }, + `gatsby-plugin-sitemap`, ], } diff --git a/www/package.json b/www/package.json index 0ad7fe6379525..ed56c92246c83 100644 --- a/www/package.json +++ b/www/package.json @@ -16,6 +16,7 @@ "gatsby-plugin-offline": "^1.0.1", "gatsby-plugin-react-helmet": "^1.0.1", "gatsby-plugin-sharp": "^1.0.1", + "gatsby-plugin-sitemap": "^1.2.0", "gatsby-plugin-twitter": "^1.0.5", "gatsby-remark-autolink-headers": "^1.0.1", "gatsby-remark-copy-linked-files": "^1.0.1",