{"success":true,"prompt":"/sitemap.xml","response":"It looks like you're trying to access or discuss a **sitemap.xml** file. \n\nSince I'm an AI and not a web browser or a file server, I can't \"click\" that link to show you a live file, but I can certainly help you understand, create, or troubleshoot one!\n\n---\n\n### What is a Sitemap?\nA `sitemap.xml` is essentially a **road map** for search engines (like Google or Bing). It lists all the important pages of a website to ensure they get crawled and indexed efficiently.\n\n### Common Structure\nA standard sitemap usually looks something like this:\n\n```xml\n<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<urlset xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\n   <url>\n      <loc>https://www.example.com/</loc>\n      <lastmod>2026-04-05</lastmod>\n      <changefreq>monthly</changefreq>\n      <priority>1.0</priority>\n   </url>\n</urlset>\n```\n\n### How can I help you with this?\n* **Generation:** Do you need help writing a script to generate one automatically?\n* **SEO Best Practices:** Are you wondering how to submit this to Google Search Console?\n* **Troubleshooting:** Is your sitemap throwing an error or not being read correctly?\n* **Formatting:** Do you need me to convert a list of URLs into the proper XML format?\n\n**Are you looking to build a sitemap for a specific platform, like WordPress, React, or a custom-coded site?**"}