-
-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gatsby Plugin "Sitemap" #96
Milestone
Comments
Merged
arcticicestudio
added a commit
that referenced
this issue
Dec 21, 2018
arcticicestudio
added a commit
that referenced
this issue
Dec 21, 2018
Integrated gatsby-plugin-sitemap (1) that automatically generates a sitemap (2) including all of Nord Docs pages, except the ones excluded by default and custom configured routes. Note that by default the plugin assumes that the default Gatsby config object field `siteMetadata.siteUrl` is set to the site's URL. Therefore this commit re-adds the field. References: (1) https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sitemap (2) https://en.wikipedia.org/wiki/Site_map GH-96
arcticicestudio
added a commit
that referenced
this issue
Dec 21, 2018
…in-sitemap Gatsby Plugin "Sitemap"
arcticicestudio
added a commit
that referenced
this issue
Dec 21, 2018
Integrated "gatsby-plugin-robots-txt" (1) that automatically generates a `robots.txt` (2) file. Note that by default the plugin assumes that the default Gatsby config object field `siteMetadata.siteUrl` is used and set to the site's URL. It also uses the default path `${siteMetadata.siteUrl/sitemap.xml}` for the sitemap file (GH-96). References: (1) https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-robots-txt (2) https://en.wikipedia.org/wiki/Robots_exclusion_standard GH-98
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This issue documents the integration of gatsby-plugin-sitemap that automatically generates a sitemap including all of Nord Docs pages, except the ones excluded by default and custom configured routes.
Note that by default the plugin assumes that the default Gatsby config object field
siteMetadata.siteUrl
is set to the site's URL.Tasks
The text was updated successfully, but these errors were encountered: