← Browse all sitemaps
FrameworksLast checked: just now

Next.js Sitemap

XML sitemap analysis for nextjs.orgReact framework for production applications

Sitemaps Found

1

Total URLs

629

With lastmod

629

Newest Update

3/27/2026

Sitemaps Discovered

  • https://nextjs.org/sitemap.xml

Sample URLs (629 total)

https://nextjs.org/3/20/2026
https://nextjs.org/blog3/26/2026
https://nextjs.org/blog/CVE-2025-664783/10/2026
https://nextjs.org/blog/agentic-future3/11/2026
https://nextjs.org/blog/building-apis-with-nextjs3/11/2026
https://nextjs.org/blog/composable-caching3/10/2026
https://nextjs.org/blog/create-next-app3/9/2026
https://nextjs.org/blog/incremental-adoption3/11/2026
https://nextjs.org/blog/june-2023-update3/10/2026
https://nextjs.org/blog/layouts-rfc3/10/2026
https://nextjs.org/blog/next-103/10/2026
https://nextjs.org/blog/next-10-13/11/2026
https://nextjs.org/blog/next-10-23/10/2026
https://nextjs.org/blog/next-113/10/2026
https://nextjs.org/blog/next-11-13/10/2026
https://nextjs.org/blog/next-123/11/2026
https://nextjs.org/blog/next-12-13/10/2026
https://nextjs.org/blog/next-12-23/10/2026
https://nextjs.org/blog/next-12-33/10/2026
https://nextjs.org/blog/next-133/10/2026

Try it with the SitemapKit API

curl -X POST https://sitemapkit.com/api/v1/sitemap/full \
  -H "Content-Type: application/json" \
  -H "x-api-key: YOUR_API_KEY" \
  -d '{"url": "nextjs.org"}'

About Next.js Sitemaps

An XML sitemap helps search engines discover and index pages on nextjs.org. SitemapKit's API can automatically discover all sitemaps on nextjs.org by checking the robots.txt file and probing common sitemap paths like /sitemap.xml, /sitemap_index.xml, and more.

We found 1 sitemap containing 629 URLs on nextjs.org. 629 URLs include lastmod timestamps, helping search engines understand when content was last updated.

How to Extract Next.js's Sitemap Programmatically

Instead of manually downloading and parsing XML files, use the SitemapKit API to get structured JSON data in a single request. The /api/v1/sitemap/full endpoint discovers all sitemaps, parses them recursively (handling sitemap indexes up to 5 levels deep), and returns deduplicated URLs with metadata like lastmod, changefreq, and priority.