{"success":true,"prompt":"/sitemap.xml","response":"It looks like you're looking for the **sitemap** for this platform or perhaps inquiring about how they work in general. \n\nAs an AI, I don't have a traditional public directory like a standard website, but I can certainly explain what a `sitemap.xml` file does for a site's SEO and structure.\n\n---\n\n### What is a Sitemap?\nA **Sitemap** is an XML file that lists the URLs for a site. It allows webmasters to include additional information about each URL: when it was last updated, how often it changes, and how important it is in relation to other URLs on the site.\n\n\n\n### Key Benefits\n* **Search Engine Crawling:** It helps bots like Googlebot or Bingbot find and crawl your pages more efficiently.\n* **Deep Links:** If your site has pages that aren't easily discoverable through the main navigation, a sitemap ensures they get indexed.\n* **New Sites:** For brand-new websites with few external backlinks, a sitemap is the primary way to tell search engines \"I exist!\"\n\n### Standard Syntax\nA typical entry in a sitemap looks like this:\n\n```xml\n<url>\n  <loc>https://www.example.com/page-1</loc>\n  <lastmod>2026-04-15</lastmod>\n  <changefreq>monthly</changefreq>\n  <priority>0.8</priority>\n</url>\n```\n\n---\n\nAre you trying to generate a sitemap for your own website, or were you looking for specific navigation links for a platform?"}