Default robot.txt and sitemap.xml files #117
DecampsRenan
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What about generating default
robot.txt
andsitemap.xml
files ?Basically I think that the
src/app
folder should always be ignored by crawlers and allpages
files can be added in thesitemap.xml
for better discovery (except the/app
page, because it's the entry point of the app).We can use something like this https://github.com/iamvishnusankar/next-sitemap to do it automatically
Beta Was this translation helpful? Give feedback.
All reactions