static, dynamic and external maintained sitemap configuration #442
Unanswered
RishikeshDarandale
asked this question in
Q&A
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I have two questions as below:
Say, I am migrating the application and few paths are maintained by another application. Thus, an externally maintained sitemap needs to be configured only in
robots.txt
as below:When I add
/sitemap-old.xml
torobotsTxtOptions.additionalSitemaps
configuration, it adds this entry inrobots.txt
and indexsitemap.xml
as well. It should just add it torobots.txt
sitemap-d1.xml
torobots.txt
andsitemap.xml
(index sitemap as well). Here, it should be added tositemap.xml
only.I am expecting below:
Please let me know if this is possible @iamvishnusankar .
Beta Was this translation helpful? Give feedback.
All reactions