Безкоштовний інструмент · обліковий запис не потрібен

Free XML Sitemap Checker & Validator

Validate XML sitemap structure, URL counts, reachability, and index type. Verify sitemap.xml files for Google Search Console and Bing Webmaster Tools.

Також відомий як: sitemap.xml validator · XML sitemap checker
Докази, показані з джереломОбліковий запис не потрібенНемає вигаданих метрик

Запустіть реальну перевірку вище

Надішліть публічну URL-адресу, домен або ключове слово. Novaverb покаже лише ті докази, які цей інструмент може насправді отримати або виміряти.

Модель доказів

Знайте, що доводить результат

This check proves whether a sitemap is structurally valid and within protocol limits: whether it is a URL set or an index, whether its entries are well formed, and whether it exceeds 50,000 URLs or 50 MB. It proves the file is usable, not that the URLs inside it are indexed or worth indexing.

1. Джерело

Live /sitemap.xml fetch. The result identifies where its evidence came from.

2. Межа

The checker fetches /sitemap.xml and reads its structure. It does not recursively audit every child sitemap or prove that a URL is crawled or indexed by Google.

3. Наступна дія

Використовуйте знахідку для перевірки проблеми, а потім підключіть робочий простір, коли вам потрібна історія, моніторинг або аналіз всього сайту.

Пояснення XML-карт сайтів

Перевірте свою карту сайту так, як її виявляє краулер

XML-карта сайту надає підказки для виявлення URL та необов'язкові метадані свіжості. Вона допомагає пошуковим та AI-сканерам знайти ваші заплановані URL, але не примушує жоден URL бути просканованим або проіндексованим.

Як цей перевіряльник отримує дані

  • Відкриття - він читає robots.txt для директив Sitemap: спочатку, а потім повертається до /sitemap.xml, точно як пошукова система.
  • Дочірні карти сайту - для індексу карти сайту, кожна вказана дитина отримується в реальному часі, і показується кількість виявлених URL.
  • Записи URL - для одного набору URL, кожен loc та його lastmod перераховані, щоб ви могли підтвердити заплановані URL та дати свіжості.
  • Границя валідації - він читає структуру та досяжність; це не краулінг за URL або перевірка в Search Console.

Чому це важливо для SEO та AI-відкриттів

Чистий, доступний, добре задекларований сайт-карта полегшує виявлення запланованого набору URL сайту. Novaverb може порівняти сайт-карту з реальними доказами обходу та індексованості в рамках більш широкої технічної моделі.

Отримайте правильну відповідь

Що подати - і чого уникати

Submit the sitemap URL directly, or the site address, in which case the sitemap is discovered through robots.txt and the common paths. A private host is refused. A sitemap that lists URLs blocked by robots.txt or marked noindex is valid as a file and still self-defeating as a strategy, and both facts are reported.

Використовуйте це так
yourdomain.comНадайте домен, і ми виявимо карту сайту; або вставте URL карти сайту безпосередньо. http або https, з www або без, простий домен або повний шлях - ми нормалізуємо це для вас.
https://yourdomain.com/sitemap_index.xmlІндекс карти сайту, який вказує на дочірні карти сайту, також обробляється.
Уникати це
An HTML page that lists linksЛюдська 'сторінка карти сайту' не є XML-картою сайту; валідатор очікує формат XML-протоколу.
Публічна методологія

Саме так цей результат виробляється

The sitemap is resolved from the input, either directly or by discovery through robots.txt and common paths. It is then classified as a URL set or a sitemap index, its URL structure is validated, the 50,000-URL and 50 MB protocol limits are checked, and malformed entries are reported individually rather than as a single failure.

  1. Ми визначаємо мапу сайту з вашого вводу (прямий URL або виявлений через robots.txt / загальні шляхи).
  2. Ми виявляємо, чи це набір URL або індекс карти сайту та валідовуємо структуру URL.
  3. Ми перевіряємо обмеження 50,000 URL / 50 МБ з протоколу Sitemaps та повідомляємо про неправильно сформовані записи.
Побудовано на публічних стандартах

Міжнародні стандарти, до яких застосовується ця перевірка

The sitemaps.org 0.9 protocol defines the schema and the size limits this check enforces, RFC 9309 governs the robots.txt discovery path, and Google's sitemap documentation defines the handling of the extensions it supports. Limits are reported against the published numbers, not against a preference of ours.

sitemaps.orgSitemaps 0.9
Sitemap Protocol

Валідовує тип документа (набір URL проти індексу) та структуру URL відповідно до протоколу.

Читати специфікацію
Ми перераховуємо стандарт лише там, де цей інструмент дійсно читає або вимірює його. Якщо сигнал знаходиться поза межами живої перевірки, результат говорить про це, а не натякає на охоплення.
Загальні запитання

Sitemap Checker Часті запитання

What does the Sitemap Checker check?

It fetches your /sitemap.xml plus any sitemaps declared in robots.txt, then reports the HTTP status, whether the document is a URL set or a sitemap index, how many URLs it declares, and the file size.

Що таке XML карта сайту?

An XML sitemap is a file following the sitemaps.org protocol that lists your site's URLs for crawlers. It helps search engines discover pages, especially deep or newly published ones, that internal links alone might surface slowly.

What's the difference between a URL set and a sitemap index?

A URL set lists individual page URLs directly. A sitemap index instead lists other sitemap files, letting large sites split millions of URLs across many documents. The checker detects which type your file is.

How many URLs can one sitemap hold?

The sitemaps.org protocol caps a single sitemap at 50,000 URLs and 50MB uncompressed. Beyond that, split URLs across multiple sitemaps and reference them from a sitemap index file.

Why does my sitemap matter for SEO?

A sitemap gives crawlers a clean list of URLs you consider important, improving discovery of new and deep pages. It does not guarantee ranking, but it reduces the chance valuable pages go uncrawled.

What HTTP status should my sitemap return?

A 200 OK confirms the sitemap is reachable and served. A 404 means crawlers and this tool cannot find it, so check the path and that it is declared in robots.txt.

Does this tool confirm my URLs are indexed by Google?

No. It reads the sitemap's structure, type, declared URL count, and size. It does not prove any listed URL was crawled or indexed; verify indexing separately in a search engine's coverage report.

Does the checker open every child sitemap in an index?

It reads the top-level document you request and reports its type and declared count. It does not recursively audit every child sitemap, so nested files should be checked individually if needed.

Where should my sitemap be located?

Commonly at /sitemap.xml in the domain root, and referenced by a Sitemap: line in robots.txt. The checker fetches both the root path and any robots-declared sitemap URLs it finds.

Why is my sitemap file size important?

Large files strain crawlers and hit the 50MB uncompressed protocol limit. The tool reports size so you can see if a bloated sitemap should be split into smaller files under an index.

Більше безкоштовних перевірок

Досліджуйте всі безкоштовні інструменти Novaverb

SEO перевірник сайтуПокриття обходу, індексовані сторінки та внутрішні посилання
Keyword Research ToolFree AI keyword research tool for search volume, keyword difficulty, …
SERP CheckerCheck live organic search results and AI Overview rankings for …
Website Security CheckerAudit website security posture, TLS/SSL certificates, HTTP security headers, and …
Server Response Time CheckerMeasure server Time to First Byte (TTFB), DNS lookup, TCP …
Backlink CheckerExplore backlinks, referring domains, dofollow links, and domain authority for …
Robots.txt CheckerTest and validate robots.txt rules, User-Agent directives, blocked paths and …
Meta Tag CheckerCheck page title length, meta description, H1 heading structure, Open …
HTTP Status & Redirect CheckerTrace HTTP status codes (200, 301, 302, 404, 500) and …
Website MonitorMonitor website availability, HTTP status code, and server response time …
HTTP/2 TestCheck whether your web server supports HTTP/2 via TLS ALPN …
HTTP/3 TestTest whether your web server supports HTTP/3 over QUIC with …
Website Performance TestTest global website loading speed and TTFB waterfall timing across …
GEO CheckerAudit whether ChatGPT, Perplexity, Gemini, and Google AI Overviews can …
Core Web Vitals CheckerCheck real-user Core Web Vitals (LCP, INP, CLS) from Chrome …
PageSpeed CheckerRun a live Lighthouse performance audit to test PageSpeed, Core …
Website Safety CheckerCheck whether a domain or URL is flagged for malware, …
Knowledge Graph CheckerCheck whether a brand, person, product or organization is recognized …
Keyword Gap CheckerCompare your site against competitors to find missing high-traffic keywords, …
Competitor Top PagesFind top organic traffic-driving pages for any competitor domain. See …
Переглянути повний центр безкоштовних інструментів
Перевірте → зрозумійте → виправте

Перетворіть цю перевірку на перевірене виправлення

Кожен безкоштовний інструмент Novaverb - це одна воронка: проведіть перевірку, зрозумійте докази, потім виправте це і доведіть, що проблема вирішена, з новою перевіркою - без вигаданих станів проходження.