{"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 my internal sitemap, I don't actually have one in the traditional \"website\" sense. However, if you are looking for help **creating, optimizing, or troubleshooting** a sitemap for your own website, I can definitely dive into that with you.\n\nHere is a quick breakdown of what a sitemap does and how to handle it:\n\n---\n\n### 🗺️ What is a sitemap.xml?\nA sitemap is a file where you provide information about the pages, videos, and other files on your site, and the relationships between them. Search engines like Google read this file to crawl your site more efficiently.\n\n### 🛠️ Common Tasks\n* **Generation:** Most CMS platforms (WordPress, Shopify, etc.) generate these automatically at `yourdomain.com/sitemap.xml`.\n* **Submission:** You should submit your sitemap URL to **Google Search Console** or **Bing Webmaster Tools** to speed up indexing.\n* **Formatting:** It must follow the XML schema. A basic entry looks like this:\n\n```xml\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>0.8</priority>\n   </url>\n</urlset>\n```\n\n---\n\n### 🔍 How can I help you with this?\nAre you trying to:\n1.  **Generate a sitemap** for a custom-coded website?\n2.  **Fix an error** (like a 404 or \"Invalid XML\" warning)?\n3.  **Audit** your current sitemap to see if it's missing key pages?\n\nLet me know what you're working on!"}