Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sitemap.xml for astral explorer application to improve SEO #1119

Closed
iamnamananand996 opened this issue Jan 31, 2025 · 5 comments · Fixed by #1149
Closed

Add sitemap.xml for astral explorer application to improve SEO #1119

iamnamananand996 opened this issue Jan 31, 2025 · 5 comments · Fixed by #1149
Assignees
Labels
enhancement New feature or request

Comments

@iamnamananand996
Copy link
Contributor

Description:

Implement a sitemap generation feature for our Astral explorer application to improve SEO and indexing. The sitemap should dynamically include all static and dynamic routes, ensuring search engines can efficiently crawl the site.

Tasks:

  • Generate a sitemap.xml file dynamically.
  • Include both static and dynamic routes.
  • Ensure proper handling of priority, frequency, and last modified timestamps.
  • Automate sitemap updates on route changes or deployments.

Reference

@marc-aurele-besner
Copy link
Member

Sorry for the late reply, yes this makes a lot of sense 🚀

@iamnamananand996
Copy link
Contributor Author

Hi @marc-aurele-besner,

what is the exact string value for process.env.NEXTAUTH_URL

it should be https://explorer.autonomys.xyz ✅ but seems like right now it is https://explorer.autonomys.xyz/

we need to remove this / from env variables, or else if it added because of any reason, I will make the changes into the code.

Image

@marc-aurele-besner
Copy link
Member

This issue should be fix by now

@iamnamananand996
Copy link
Contributor Author

Hi @marc-aurele-besner, verified it, it works fine now.

Image

@marc-aurele-besner
Copy link
Member

Awesome, Thank you, I should have spotted the wrong URL also 🤦
I just changed the env for https://explorer.autonomys.xyz and trigger a rebuild 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants