Skip to content
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

Closed
2 tasks done
arcticicestudio opened this issue Dec 21, 2018 · 0 comments
Closed
2 tasks done

Gatsby Plugin "Sitemap" #96

arcticicestudio opened this issue Dec 21, 2018 · 0 comments

Comments

@arcticicestudio
Copy link
Contributor

arcticicestudio commented Dec 21, 2018

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

@arcticicestudio arcticicestudio added this to the 0.4.0 milestone Dec 21, 2018
@arcticicestudio arcticicestudio self-assigned this 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
@arcticicestudio arcticicestudio removed their assignment Dec 21, 2018
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
Projects
None yet
Development

No branches or pull requests

1 participant