{"success":true,"prompt":"/sitemap.xml","response":"It looks like you're trying to access or discuss a **sitemap.xml** file. \n\nAs an AI, I don't have a traditional file directory or a public website structure like a standard domain would. However, if you are looking for information regarding sitemaps or need help with one, here is a quick breakdown of what they are and how I can help:\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* **Format:** It uses XML tags to list URLs along with additional metadata (last updated, change frequency, priority).\n* **Purpose:** Essential for SEO, especially for large websites or sites with archived content that isn't well-linked.\n\n### How I Can Help You\nDepending on what you need, I can assist with the following:\n\n1.  **Generation:** I can write the XML code for a sitemap if you provide a list of your website's URLs.\n2.  **Troubleshooting:** If you have an existing sitemap that is throwing errors in Search Console, paste the code here and I’ll help debug it.\n3.  **Best Practices:** I can advise on where to place the file (usually the root directory) and how to reference it in your `robots.txt`.\n4.  **Formatting:** I can help you convert a list of links into a properly structured format 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-15</lastmod>\n      <changefreq>monthly</changefreq>\n      <priority>1.0</priority>\n   </url>\n</urlset>\n```\n\nAre you looking to build a sitemap for a specific project, or were you trying to find a directory of my own capabilities?"}