← Browse all sitemaps
PublishingLast checked: just now

WordPress.com Sitemap

XML sitemap analysis for wordpress.comWebsite and blog hosting service

Sitemaps Found

11

Total URLs

2,708

With lastmod

2,675

Newest Update

3/27/2026

Sitemaps Discovered

  • https://wordpress.com/sitemap.xml
  • https://wordpress.com/news-sitemap.xml
  • https://wordpress.com/go/sitemap.xml
  • https://wordpress.com/blog/sitemap.xml
  • https://wordpress.com/support/sitemap.xml
  • https://wordpress.com/sitemap-1.xml
  • https://wordpress.com/go/sitemap-1.xml
  • https://wordpress.com/blog/sitemap-index-1.xml
  • https://wordpress.com/support/sitemap-1.xml
  • https://wordpress.com/blog/sitemap-1.xml
  • https://wordpress.com/blog/sitemap-2.xml

Sample URLs (2,708 total)

https://wordpress.com/tos/11/27/2025
https://wordpress.com/features/6/19/2024
https://wordpress.com/pricing/12/9/2025
https://wordpress.com/create-blog/12/3/2025
https://wordpress.com/google/7/6/2023
https://wordpress.com/free/11/20/2025
https://wordpress.com/compare/medium/11/27/2025
https://wordpress.com/compare/squarespace/11/27/2025
https://wordpress.com/compare/weebly/11/27/2025
https://wordpress.com/compare/blogger/11/27/2025
https://wordpress.com/partners/5/31/2024
https://wordpress.com/logo-maker/11/27/2025
https://wordpress.com/about/11/27/2025
https://wordpress.com/seo/11/27/2025
https://wordpress.com/hosting/2/27/2026
https://wordpress.com/wordpress-vs-wix/11/27/2025
https://wordpress.com/professional-email/10/30/2025
https://wordpress.com/careers/10/3/2025
https://wordpress.com/website-builder/12/3/2025
https://wordpress.com/domains/12/3/2025

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": "wordpress.com"}'

About WordPress.com Sitemaps

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

We found 11 sitemaps containing 2,708 URLs on wordpress.com. 2,675 URLs include lastmod timestamps, helping search engines understand when content was last updated.

How to Extract WordPress.com'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.