Web-Dev-Path / web-dev-path

The Web Dev Path platform. Progressive Web App (PWA). Next.js rules!
https://webdevpath.co
GNU General Public License v3.0
33 stars 11 forks source link

Add XML Sitemap #167

Closed vmcodes closed 1 year ago

vmcodes commented 1 year ago

What do we need to build or fix?

Add a dynamic XML Sitemap to better help with search result indexing.

Technical details

Each page will be dynamically added to the sitemap for each build. Sitemap with be located at https://www.webdevpath.co/sitemap.xml Add sitemap.xml to robots.txt

Approach suggestions

Using 'getServerSideProps' as noted in the Next.js documentation https://nextjs.org/learn/seo/crawling-and-indexing/xml-sitemaps

Deadline Please keep in mind that once you assign this task to yourself, you'll need to complete it in 10 days.

Acceptance criteria

mariana-caldas commented 1 year ago

That sounds amazing, @vmcodes !