Puducherry
Account created on 5 November 2018, about 6 years ago
#

Merge Requests

Recent comments

🇮🇳India Gnanagowthaman sankar Puducherry

Hi @ayush.pandey ,

In your local site did you installed the simple_sitemap module ?

🇮🇳India Gnanagowthaman sankar Puducherry

Hi Everyone, The above PR to fix the dependency issue and the phpcs issue.

🇮🇳India Gnanagowthaman sankar Puducherry

Hi gbyte, could you please review the above one.

🇮🇳India Gnanagowthaman sankar Puducherry

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>
Production build 0.71.5 2024