You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sitemaps are needed for SEO, for any decent production app you need sitemaps, google (and in general search engine bots) use that to crawl and index your site.
Though you could say that for this app, it isn't really needed since it hasn't any use outside of being a demo, but for the same reason (demo purposes), i want to include sitemaps to show how it could be used in a "big" app.
Is your feature request related to a problem? Please describe.
for SEO reasons, i need to do these.
Describe the solution you'd like
Use this simple content for the
robots.txt
:However for the sitemap, you'll need to use a route handler and manually generate the urlmap, for inspiration see here : https://github.com/Fredkiss3/fredkiss.dev/blob/main/app/sitemap.xml/route.ts
Describe alternatives you've considered
You could also create a static sitemap, but i want the sitemap to include all the issues pages, and dynamic pages for user profiles.
Additional context
Nope.
The text was updated successfully, but these errors were encountered: