-
-
Notifications
You must be signed in to change notification settings - Fork 33
Description
Create a sitemap for the Uli website. The sitemap would contain a list of all the pages (top-level route paths) and subpages (deeper routes within a top-level route) on the website.
We have a sitemap on the Tattle website that can be used as a reference (both for code and for the visual).
Link to the sitemap on the website: https://tattle.co.in/sitemap/
Link to the sitemap code: https://github.com/tattle-made/website/blob/master/src/components/default-sitemap-layout.js
In the code, we are querying all the filenodes in the "gatsby-node.js" file, so it can be looked up for the reference as well, or we could directly query the nodes in the component as well.
Note: For blogs, do not expand or nest all individual blog pages. Only create one entry called "Blog".