{"success":true,"prompt":"/sitemap.xml","response":"It looks like you're trying to access or discuss a **sitemap.xml** file. \n\nIf you are looking for a sitemap for this specific platform, I don't have a direct URL to provide for it. However, if you are working on your own website and need help with sitemaps, here is a quick breakdown of what they are and why they matter:\n\n### What is a Sitemap?\nA `sitemap.xml` is a file that lists a website’s essential pages, making sure search engines (like Google or Bing) can find and crawl them all. It also helps search engines understand your website structure.\n\n### Why do you need one?\n* **SEO Boost:** It helps search engines index your pages faster.\n* **Deep Content:** If you have pages that aren't well-linked, a sitemap ensures they aren't missed.\n* **New Sites:** If your site is brand new and has few external backlinks, a sitemap is the best way to get noticed.\n\n### Common Structure\nA standard XML sitemap 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-06</lastmod>\n    <priority>1.0</priority>\n  </url>\n</urlset>\n```\n\n---\n\n**Are you trying to generate a sitemap for a site you're building, or were you looking for the directory of a specific website?**"}