# Sitemap Monitoring

#### At-a-Glance Summary

<figure><img src="/files/pTdaLGqxe3u1mXrdAha5" alt=""><figcaption></figcaption></figure>

The dashboard provides a quick snapshot of your sitemap status:

| Status Box               | Description                                         | Example |
| ------------------------ | --------------------------------------------------- | ------- |
| **Sitemaps Found**       | Total sitemaps detected on the domain               | `1`     |
| **Sitemaps With Issues** | Sitemaps returning errors or misconfigured          | `0`     |
| **URLs Found**           | Total number of URLs discovered inside the sitemap  | `25`    |
| **URLs With Issues**     | Pages that return 404s, redirects, or invalid codes | `0`     |

If there are any warnings, they'll be clearly marked for immediate investigation.

> *No sitemap issues have been found*\
> This means all pages listed in the sitemap are accessible and returning correct status codes (200 OK).

***

#### Sitemap URL Tree

Below the summary, Varsuite lists:

* The **primary sitemap URL** (e.g. `https://varsuite.co.uk/sitemap.xml`)
* All URLs inside the sitemap, recursively crawled
* **Status Code** (e.g. `200`, `301`, `404`)
* Any **issues detected** (e.g. broken links, missing pages)

This lets your team instantly audit sitemap coverage and quickly identify if any high-priority pages are:

* Missing
* Returning errors
* Redirecting unexpectedly

***

#### Why This Matters

Search engines use sitemaps to discover and prioritise which content to crawl. A broken or outdated sitemap can lead to:

* Pages being skipped by crawlers
* Slow updates in search rankings
* Errors flagged in Google Search Console

***

#### Upcoming Features

Varsuite Core will soon support:

* **Alerting** for when a sitemap becomes unavailable or a key page returns an error
* **Custom sitemap endpoints** for non-standard CMS setups
* **Index sitemap support** for larger websites with nested XML structures

***

#### Best Practices

* Ensure your sitemap includes your **canonical URLs**
* Avoid listing redirected or noindex pages
* Make sure your sitemap is linked in your site’s `robots.txt` file
* Submit your sitemap to Google Search Console and Bing Webmaster Tools

***

#### Works Across All Platforms

Whether you’re using **WordPress or Laravel,** Varsuite Core will locate and crawl your sitemap automatically with no configuration required.

***

With **Sitemap Detection** in Varsuite Core, your SEO foundation is monitored 24/7 so your content stays discoverable, crawlable and error-free without lifting a finger.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.vs-core.com/seo-tools/sitemap-monitoring.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
