Closed vmcodes closed 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
yarn build
That sounds amazing, @vmcodes !
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
yarn build
locally to solve the issues and commit the changes.