← Browse all sitemaps
AILast checked: just now

Hugging Face Sitemap

XML sitemap analysis for huggingface.coMachine learning model hub and community

Sitemaps Found

8

Total URLs

10,812

With lastmod

10,792

Newest Update

3/29/2026

Sitemaps Discovered

  • https://huggingface.co/sitemap.xml
  • https://huggingface.co/sitemap-static.xml
  • https://huggingface.co/sitemap-doc.xml
  • https://huggingface.co/sitemap-blog.xml
  • https://huggingface.co/sitemap-models.xml
  • https://huggingface.co/sitemap-datasets.xml
  • https://huggingface.co/sitemap-spaces.xml
  • https://huggingface.co/sitemap-papers.xml

Sample URLs (10,812 total)

https://huggingface.co/docs/accelerate3/23/2026
https://huggingface.co/learn/agents-course3/25/2026
https://huggingface.co/learn/audio-course1/16/2026
https://huggingface.co/docs/autotrain1/26/2026
https://huggingface.co/docs/bitsandbytes3/25/2026
https://huggingface.co/docs/chat-ui3/26/2026
https://huggingface.co/learn/computer-vision-course1/15/2026
https://huggingface.co/learn/cookbook3/18/2026
https://huggingface.co/docs/dataset-viewer3/9/2026
https://huggingface.co/docs/datasets3/23/2026
https://huggingface.co/learn/deep-rl-course6/18/2025
https://huggingface.co/docs/diffusers3/28/2026
https://huggingface.co/learn/diffusion-course1/16/2026
https://huggingface.co/docs/evaluate3/10/2026
https://huggingface.co/docs/google-cloud3/24/2026
https://huggingface.co/docs/hub3/27/2026
https://huggingface.co/docs/huggingface.js3/27/2026
https://huggingface.co/docs/huggingface_hub3/27/2026
https://huggingface.co/docs/inference-endpoints1/5/2026
https://huggingface.co/docs/inference-providers3/27/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": "huggingface.co"}'

About Hugging Face Sitemaps

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

We found 8 sitemaps containing 10,812 URLs on huggingface.co. 10,792 URLs include lastmod timestamps, helping search engines understand when content was last updated.

How to Extract Hugging Face'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.