How are you all handing SEO for dynamic pages
You can reference a custom sitemap of yours (hosted elsewhere ) in the project settings https://docs.nordcraft.com/the-editor/project-sidebar#project-settings Was your question only related to the sitemap , or do you have other questions /issues regarding SEO as well ? So I know you can host it , and that Nordcraft generates one for static pages . But my question is where and how are you hosting it . How are you dynamically creating a Sitemap file . And where are you hosting it ? Im using supabase as my main database for all my data , is possible to do it there ? You could create the sitemap using a tool like this https://www.xml-sitemaps.com/ Alternatively , you could generate it with code when you have access to your database . We generate a dynamic sitemap in our docs with code here https://github.com/nordcraftengine/documentation/blob/main/proxy/bin/buildSitemap.ts With Supabase I suppose you could generate a sitemap with an edge function and point to that endpoint from your Nordcraft app 🤞 👍1
.jpeg/public)