{"success":true,"prompt":"/sitemap.xml","response":"It looks like you're interested in a **Sitemap**, which is essentially the \"GPS\" for search engine crawlers like Google and Bing. Instead of forcing bots to wander aimlessly through your site, a sitemap tells them exactly where your pages are and how often they change.\n\n### What is a Sitemap.xml?\n\nA `sitemap.xml` is a file specifically designed for **machines**, not humans. It lists a website's essential URLs to ensure search engines can find and crawl them all efficiently.\n\n\n\n### Key Components of a Sitemap\nA standard entry in an XML sitemap usually includes:\n\n* **`<loc>`**: The exact URL of the page.\n* **`<lastmod>`**: The date the page was last updated (helps bots prioritize crawling).\n* **`<changefreq>`**: How often the page is likely to change (e.g., daily, monthly).\n* **`<priority>`**: The importance of this URL relative to others on your site (though many modern search engines now ignore this).\n\n---\n\n### Why Do You Need One?\n\n* **New Websites:** If you don't have many external backlinks, a sitemap helps Google find you faster.\n* **Large Websites:** Helps ensure crawlers don't miss deep-linked pages.\n* **Frequent Updates:** If you run a news site or blog, it signals search engines to re-index fresh content immediately.\n* **Rich Media:** Specialized sitemaps can help index **images** and **videos** that might otherwise be invisible to text-based crawlers.\n\n### How to Find Yours\nMost websites host their sitemap at the root directory. You can usually find them by typing:\n* `yourwebsite.com/sitemap.xml`\n* `yourwebsite.com/sitemap_index.xml` (for sites with multiple sitemaps)\n\n> **Pro Tip:** Once you've created your sitemap, don't forget to submit it to **Google Search Console** and **Bing Webmaster Tools**. It’s like handing the map directly to the driver instead of leaving it on the dashboard.\n\nAre you looking to generate a sitemap for a specific website, or are you trying to troubleshoot one that isn't working?"}