---
title: "Sitemap Checker"
method: POST
path: "/v3/free-tools/sitemap-checker/"
tags: ["Free Tools"]
---

# Sitemap Checker

`POST /v3/free-tools/sitemap-checker/`

Check if a given website has a valid sitemap.

## Request body

- object
  - `websiteUrl` string, required

## Response `200`

Successful response

- object — Successful response
  - `websiteUrl` string
  - `foundInRobotsTxt` boolean
  - `sitemaps` object[]
    - `url` string
    - `urlCount` number
    - `lastModified` string, nullable
    - `type` 'sitemap' | 'index'
  - `totalUrls` number

## Other responses

- `400` — Default Response
- `429` — Default Response
- `500` — Default Response

---

[API](https://skmtc.net/snowseo/apis/snowseo-api.md) · [All operations](https://skmtc.net/snowseo/apis/snowseo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/snowseo/snowseo-api/revisions/b3bb15a00861/schema)
