Please review and let me know for the changes.
Gnanagowthaman sankar → created an issue.
Hi @ayush.pandey ,
In your local site did you installed the simple_sitemap module ?
Hi Everyone, The above PR to fix the dependency issue and the phpcs issue.
Gnanagowthaman sankar → created an issue.
Hi gbyte, could you please review the above one.
Hi @gbyte,
First of all, I'm sorry for using the term mapping.xml.
By upgrading the module to the 4.x version, I can achieve the above structure. Thank you so much. I have one more question. Let's assume www.example.com contains a sitemap.xml (www.example.com/sitemap.xml). By clicking that, it should open the following structure, which should bring different sitemaps into this parent www.example.com/sitemap.xml. Is it possible to achieve this, or do I require any hooks or additional plugins or any contrib module to achieve the following output? Please guide me. Thank you.
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<sitemap>
<loc>https://www.test.com/sitemap.xml</loc>
</sitemap>
<sitemap>
<loc>https://www.sample.com/sitemap.xml</loc>
</sitemap>
<sitemap>
<loc>https://www.dummy.com/sitemap.xml</loc>
</sitemap>
<sitemap>
<loc>https://www.random.com/sitemap.xml</loc>
</sitemap>
</sitemapindex>
Gnanagowthaman sankar → created an issue.