Add sitemap xml for google search console with railway (Django Framework)
Hello
I have a website i built on Django and the sitemap i generated online for this website. Do i have specific actions to take before deploying on railway for the sitemap to have a valid URL that i can give to the google search console ?
Thank you
Solution:Jump to solution
if you want to use a custom domain you set that up in your service settings, otherwise serving the sitemap file is all up to your code
5 Replies
Project ID:
N/A
N/A
Solution
if you want to use a custom domain you set that up in your service settings, otherwise serving the sitemap file is all up to your code
Ok so i do whatever i have to do to set my sitemap file in django and i then deploy it the usual way on railway ?
correct