Using the XML sitemap, we can create a sitemap.xml
file:
<sitemapindex>
<sitemap>
<loc>https://www.example.com/0.xml</loc>
</sitemap>
<sitemap>
<loc>https://www.example.com/1.xml</loc>
</sitemap>
</sitemapindex>
But how do we achieve the same using sitemap.txt
file? Do we include it in robots.txt
?