{"success":true,"prompt":"/sitemap.xml","response":"It looks like you're looking for a **Sitemap**, which is essentially a roadmap of a website that helps search engines (like Google) find, crawl, and index all of its content.\n\nSince I’m an AI and not a static website, I don't have a traditional `sitemap.xml` file for you to download. However, if you are looking to navigate what I can do or need help building one for your own project, here is the breakdown:\n\n### 🛠️ How I Can Help with Sitemaps\nIf you are a developer or site owner, I can assist you with:\n* **Generating XML:** I can write the code for a `sitemap.xml` file based on a list of your URLs.\n* **SEO Best Practices:** Advising on `priority`, `changefreq`, and `lastmod` tags.\n* **Troubleshooting:** Identifying why search engines might be having trouble reading your current map.\n* **Robots.txt:** Helping you link your sitemap correctly so crawlers find it.\n\n---\n\n### 📂 Structure of a Standard `sitemap.xml`\nA typical sitemap follows a specific schema. Here is a basic template:\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-13</lastmod>\n      <changefreq>monthly</changefreq>\n      <priority>1.0</priority>\n   </url>\n</urlset>\n```\n\n---\n\n### 🤖 My \"Internal Map\" (Capabilities)\nIf you were looking for a map of **my** features, here are the highlights:\n* **Generative AI:** Text, images, video (Veo), and music (Lyria).\n* **Coding & Tech:** Debugging, architectural advice, and script generation.\n* **Analysis:** Summarizing long documents or explaining complex data.\n* **Real-time:** Gemini Live for voice-based collaboration.\n\nAre you trying to generate a sitemap for a specific website, or were you curious about how they work?"}