{"id":13594978,"url":"https://github.com/nuxt-modules/sitemap","last_synced_at":"2026-04-02T14:44:41.779Z","repository":{"id":64702903,"uuid":"577397897","full_name":"nuxt-modules/sitemap","owner":"nuxt-modules","description":"Powerfully flexible XML Sitemaps that integrate seamlessly, for Nuxt.","archived":false,"fork":false,"pushed_at":"2025-08-14T15:39:36.000Z","size":4308,"stargazers_count":393,"open_issues_count":21,"forks_count":45,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-08-15T18:24:32.519Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://nuxtseo.com/sitemap","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nuxt-modules.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["harlan-zw"]}},"created_at":"2022-12-12T16:40:50.000Z","updated_at":"2025-08-09T16:42:56.000Z","dependencies_parsed_at":"2023-09-27T13:46:59.147Z","dependency_job_id":"e72eccf7-ef9f-4fa4-855b-8f63c67a25c9","html_url":"https://github.com/nuxt-modules/sitemap","commit_stats":{"total_commits":130,"total_committers":2,"mean_commits":65.0,"dds":0.007692307692307665,"last_synced_commit":"13ebf741dd2e31fe653589512ed8d9d6672574e5"},"previous_names":["nuxt/sitemap","nuxt-modules/sitemap","harlan-zw/nuxt-simple-sitemap"],"tags_count":212,"template":false,"template_full_name":null,"purl":"pkg:github/nuxt-modules/sitemap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt-modules%2Fsitemap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt-modules%2Fsitemap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt-modules%2Fsitemap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt-modules%2Fsitemap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nuxt-modules","download_url":"https://codeload.github.com/nuxt-modules/sitemap/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt-modules%2Fsitemap/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270653685,"owners_count":24622808,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-15T02:00:12.559Z","response_time":110,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T16:01:41.798Z","updated_at":"2026-04-02T14:44:41.759Z","avatar_url":"https://github.com/nuxt-modules.png","language":"TypeScript","funding_links":["https://github.com/sponsors/harlan-zw"],"categories":["TypeScript"],"sub_categories":[],"readme":"\u003ch1\u003e@nuxtjs/sitemap\u003c/h1\u003e\n\n[![npm version][npm-version-src]][npm-version-href]\n[![npm downloads][npm-downloads-src]][npm-downloads-href]\n[![License][license-src]][license-href]\n[![Nuxt][nuxt-src]][nuxt-href]\n\nNuxt Sitemap is a module for generating best-practice XML sitemaps that are consumed by the robots crawling your site.\n\nNew to XML sitemaps or SEO? Check out the [Controlling Web Crawlers](https://nuxtseo.com/learn/controlling-crawlers) guide to learn more about why you might\nneed these.\n\n\u003cp align=\"center\"\u003e\n\u003ctable\u003e\n\u003ctbody\u003e\n\u003ctd align=\"center\"\u003e\n\u003csub\u003eMade possible by my \u003ca href=\"https://github.com/sponsors/harlan-zw\"\u003eSponsor Program 💖\u003c/a\u003e\u003cbr\u003e Follow me \u003ca href=\"https://twitter.com/harlan_zw\"\u003e@harlan_zw\u003c/a\u003e 🐦 • Join \u003ca href=\"https://discord.gg/275MBUBvgP\"\u003eDiscord\u003c/a\u003e for help\u003c/sub\u003e\u003cbr\u003e\n\u003c/td\u003e\n\u003c/tbody\u003e\n\u003c/table\u003e\n\u003c/p\u003e\n\n## Features\n\n- 🌴 Single `/sitemap.xml` or multiple `/posts-sitemap.xml`, `/pages-sitemap.xml`\n- 📊 Fetch your sitemap URLs from anywhere\n- 😌 Automatic `lastmod`, image discovery and best practice sitemaps\n- 🔄 SWR caching, route rules support\n- 🎨 Debug using the Nuxt DevTools integration or the XML Stylesheet\n- 🤝 Integrates smoothly with [Nuxt I18n](https://github.com/nuxt-modules/i18n) and [Nuxt Content](https://github.com/nuxt/content)\n\n## Installation\n\n💡 Using Nuxt 2? Use the [nuxt-community/sitemap-module](https://github.com/nuxt-community/sitemap-module) docs.\n\nInstall `@nuxtjs/sitemap` dependency to your project:\n\n```bash\nnpx nuxi@latest module add sitemap\n```\n\n\u003e [!TIP]\n\u003e Generate an Agent Skill for this package using [skilld](https://github.com/harlan-zw/skilld):\n\u003e ```bash\n\u003e npx skilld add @nuxtjs/sitemap\n\u003e ```\n\n💡 Need a complete SEO solution for Nuxt? Check out [Nuxt SEO](https://nuxtseo.com).\n\n## Documentation\n\n[📖 Read the full documentation](https://nuxtseo.com/sitemap) for more information.\n\n## Demos\n\n- [Dynamic URLs](https://stackblitz.com/edit/nuxt-starter-dyraxc?file=server%2Fapi%2F_sitemap-urls.ts)\n- [i18n](https://stackblitz.com/edit/nuxt-starter-jwuie4?file=app.vue)\n- [Manual Chunking](https://stackblitz.com/edit/nuxt-starter-umyso3?file=nuxt.config.ts)\n- [Nuxt Content Document Driven](https://stackblitz.com/edit/nuxt-starter-a5qk3s?file=nuxt.config.ts)\n\n## Sponsors\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://raw.githubusercontent.com/harlan-zw/static/main/sponsors.svg\"\u003e\n    \u003cimg src='https://raw.githubusercontent.com/harlan-zw/static/main/sponsors.svg' alt=\"Sponsors\"/\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## License\n\nLicensed under the [MIT license](https://github.com/nuxt-modules/sitemap/blob/main/LICENSE.md).\n\n\u003c!-- Badges --\u003e\n[npm-version-src]: https://img.shields.io/npm/v/@nuxtjs/sitemap/latest.svg?style=flat\u0026colorA=18181B\u0026colorB=28CF8D\n[npm-version-href]: https://npmjs.com/package/@nuxtjs/sitemap\n\n[npm-downloads-src]: https://img.shields.io/npm/dm/@nuxtjs/sitemap.svg?style=flat\u0026colorA=18181B\u0026colorB=28CF8D\n[npm-downloads-href]: https://npmjs.com/package/@nuxtjs/sitemap\n\n[license-src]: https://img.shields.io/github/license/nuxt-modules/sitemap.svg?style=flat\u0026colorA=18181B\u0026colorB=28CF8D\n[license-href]: https://github.com/nuxt-modules/sitemap/blob/main/LICENSE.md\n\n[nuxt-src]: https://img.shields.io/badge/Nuxt-18181B?logo=nuxt\n[nuxt-href]: https://nuxt.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuxt-modules%2Fsitemap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnuxt-modules%2Fsitemap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuxt-modules%2Fsitemap/lists"}