PackageTrack
Sign in Get early access

spatie/laravel-sitemap

Create and generate sitemaps with ease

8.2.0 18M downloads/mo #791 most downloaded on Packagist spatie/laravel-sitemap

What this package is like to depend on

Last release 2 months ago

24 Jun 2026

Release timing varies

gaps range from 8 days to 6 months

Nearly every release is documented

notes for 80 of 82 stable releases

Nothing withdrawn

no release was ever pulled

10 years old

82 releases · first in 2016

6 releases in the last 12 months

see the full history below

Release timeline

82 releases · Aug 2016 to Jun 2026
2017 2018 2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 60 of 82
  1. 8.2.0 24 Jun 2026
    Release notes

    What's Changed

    • Bump dependabot/fetch-metadata from 2.5.0 to 3.0.0 by @dependabot[bot] in #593
    • Bump dependabot/fetch-metadata from 3.0.0 to 3.1.0 by @dependabot[bot] in #594
    • Add support for grouping a crawl into multiple sitemaps by @freekmurze in #597

    Full Changelog: 8.1.0...8.2.0

    Open source →
    Release notes

    What's Changed

    • Bump dependabot/fetch-metadata from 2.5.0 to 3.0.0 by @dependabot[bot] in https://github.com/spatie/laravel-sitemap/pull/593
    • Bump dependabot/fetch-metadata from 3.0.0 to 3.1.0 by @dependabot[bot] in https://github.com/spatie/laravel-sitemap/pull/594
    • Add support for grouping a crawl into multiple sitemaps by @freekmurze in https://github.com/spatie/laravel-sitemap/pull/597

    Full Changelog: https://github.com/spatie/laravel-sitemap/compare/8.1.0...8.2.0

    Open source →
  2. 8.1.0 12 Mar 2026
    Release notes

    What's new

    • Add sort() method to sitemap for consistent URL ordering (#592)
    Open source →
    Release notes

    What's new

    • Add sort() method to sitemap for consistent URL ordering (#592)
    Open source →
  3. 8.0.1 02 Mar 2026
    Release notes

    What's Changed

    Full Changelog: 8.0.0...8.0.1

    Open source →
    Release notes

    What's Changed

    • v8: Upgrade to crawler v9, Pest v4, PHP 8.4+ by @freekmurze in https://github.com/spatie/laravel-sitemap/pull/590

    Full Changelog: https://github.com/spatie/laravel-sitemap/compare/8.0.0...8.0.1

    Open source →
  4. 8.0.0 21 Feb 2026
    Release notes
    • Upgrade spatie/crawler to v9
    • Upgrade Pest to v4
    • Require PHP 8.4+
    • Drop Laravel 11 support
    • Add maxTagsPerSitemap() to Sitemap for automatic splitting into multiple files with a sitemap index
    • Add setStylesheet() to Sitemap and SitemapIndex for XSL stylesheet support
    • Fix fragile URL path extraction in SitemapGenerator::writeToFile() when splitting sitemaps
    • Fix nullable type hints in Video and Alternate tag classes
    • Remove Spatie\Sitemap\Crawler\Observer class (use closure callbacks instead)
    • shouldCrawl callback now receives string instead of UriInterface
    • hasCrawled callback now receives CrawlResponse instead of ResponseInterface
    • Custom crawl profiles must implement the CrawlProfile interface (was abstract class)
    • Redirects are now followed by default
    • Remove guzzlehttp/guzzle and symfony/dom-crawler as direct dependencies
    • Simplify config defaults (guzzle options now merged with crawler defaults)

    Full Changelog: https://github.com/spatie/laravel-sitemap/compare/7.4.0...8.0.0

    Open source →
  5. 7.4.0 21 Feb 2026
    Release notes

    Add Laravel 13 support

    Open source →
  6. 7.3.8 25 Nov 2025
    Release notes

    What's Changed

    New Contributors

    Full Changelog: 7.3.7...7.3.8

    Open source →
    Release notes

    What's Changed

    • Update issue template by @AlexVanderbist in https://github.com/spatie/laravel-sitemap/pull/578
    • Bump stefanzweifel/git-auto-commit-action from 6 to 7 by @dependabot[bot] in https://github.com/spatie/laravel-sitemap/pull/579
    • Added Symfony 8 support to all symfony/* packages. by @thecaliskan in https://github.com/spatie/laravel-sitemap/pull/582
    • Bump actions/checkout from 5 to 6 by @dependabot[bot] in https://github.com/spatie/laravel-sitemap/pull/583

    New Contributors

    • @thecaliskan made their first contribution in https://github.com/spatie/laravel-sitemap/pull/582

    Full Changelog: https://github.com/spatie/laravel-sitemap/compare/7.3.7...7.3.8

    Open source →
  7. 7.3.7 25 Aug 2025
    Release notes

    What's Changed

    • Bump dependabot/fetch-metadata from 2.3.0 to 2.4.0 by @dependabot[bot] in #573
    • Skip empty URL string returned from toSitemapTag() by @ekateiva in #577
    • Bump actions/checkout from 4 to 5 by @dependabot[bot] in #576
    • Bump stefanzweifel/git-auto-commit-action from 5 to 6 by @dependabot[bot] in #575

    New Contributors

    Full Changelog: 7.3.6...7.3.7

    Open source →
    Release notes

    What's Changed

    • Bump dependabot/fetch-metadata from 2.3.0 to 2.4.0 by @dependabot[bot] in https://github.com/spatie/laravel-sitemap/pull/573
    • Skip empty URL string returned from toSitemapTag() by @ekateiva in https://github.com/spatie/laravel-sitemap/pull/577
    • Bump actions/checkout from 4 to 5 by @dependabot[bot] in https://github.com/spatie/laravel-sitemap/pull/576
    • Bump stefanzweifel/git-auto-commit-action from 5 to 6 by @dependabot[bot] in https://github.com/spatie/laravel-sitemap/pull/575

    New Contributors

    • @ekateiva made their first contribution in https://github.com/spatie/laravel-sitemap/pull/577

    Full Changelog: https://github.com/spatie/laravel-sitemap/compare/7.3.6...7.3.7

    Open source →
  8. 7.3.6 10 Apr 2025
    Release notes

    What's Changed

    New Contributors

    Full Changelog: 7.3.5...7.3.6

    Open source →
    Release notes

    What's Changed

    • Update url.blade.php by @inoha-kudo in https://github.com/spatie/laravel-sitemap/pull/569
    • Fix missing closing tags and some indenting by @NickMous in https://github.com/spatie/laravel-sitemap/pull/570
    • Render <changefreq> and <priority> by @lukas-pierce in https://github.com/spatie/laravel-sitemap/pull/572

    New Contributors

    • @inoha-kudo made their first contribution in https://github.com/spatie/laravel-sitemap/pull/569
    • @NickMous made their first contribution in https://github.com/spatie/laravel-sitemap/pull/570
    • @lukas-pierce made their first contribution in https://github.com/spatie/laravel-sitemap/pull/572

    Full Changelog: https://github.com/spatie/laravel-sitemap/compare/7.3.5...7.3.6

    Open source →
  9. 7.3.5 21 Feb 2025
    Release notes

    What's Changed

    New Contributors

    Full Changelog: 7.3.4...7.3.5

    Open source →
    Release notes

    What's Changed

    • Update README.md According to Commit cfa3184 by @mahdirezaei-dev in https://github.com/spatie/laravel-sitemap/pull/565
    • Support for Laravel 12 by @pascalbaljet in https://github.com/spatie/laravel-sitemap/pull/568

    New Contributors

    • @mahdirezaei-dev made their first contribution in https://github.com/spatie/laravel-sitemap/pull/565

    Full Changelog: https://github.com/spatie/laravel-sitemap/compare/7.3.4...7.3.5

    Open source →
  10. 7.3.4 31 Jan 2025
    Release notes

    What's Changed

    New Contributors

    Full Changelog: 7.3.3...7.3.4

    Open source →
    Release notes

    What's Changed

    • Make $response param explicitly nullable by @JonPurvis in https://github.com/spatie/laravel-sitemap/pull/564

    New Contributors

    • @JonPurvis made their first contribution in https://github.com/spatie/laravel-sitemap/pull/564

    Full Changelog: https://github.com/spatie/laravel-sitemap/compare/7.3.3...7.3.4

    Open source →
  11. 7.3.3 27 Jan 2025
    Release notes

    What's Changed

    • Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 by @dependabot in https://github.com/spatie/laravel-sitemap/pull/561
    • Making possible to add Crawl Observers by @noith in https://github.com/spatie/laravel-sitemap/pull/560

    New Contributors

    • @noith made their first contribution in https://github.com/spatie/laravel-sitemap/pull/560

    Full Changelog: https://github.com/spatie/laravel-sitemap/compare/7.3.2...7.3.3

    Open source →
  12. 7.3.2 13 Jan 2025
    Release notes

    What's Changed

    • Revert PR 558 by @freekmurze in https://github.com/spatie/laravel-sitemap/pull/559

    Full Changelog: https://github.com/spatie/laravel-sitemap/compare/7.3.1...7.3.2

    Open source →
  13. 7.3.1 06 Jan 2025
    Release notes

    What's Changed

    • Make BrowserShot Optional in SitemapGenerator by @antonioribeiro in https://github.com/spatie/laravel-sitemap/pull/558

    New Contributors

    • @antonioribeiro made their first contribution in https://github.com/spatie/laravel-sitemap/pull/558

    Full Changelog: https://github.com/spatie/laravel-sitemap/compare/7.3.0...7.3.1

    Open source →
  14. 7.3.0 02 Dec 2024
    Release notes

    What's Changed

    • Bump dependabot/fetch-metadata from 1.6.0 to 2.1.0 by @dependabot in https://github.com/spatie/laravel-sitemap/pull/544
    • Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by @dependabot in https://github.com/spatie/laravel-sitemap/pull/553
    • Update PHP version constraints to support PHP 8.4 by @Robinvm in https://github.com/spatie/laravel-sitemap/pull/555

    New Contributors

    • @Robinvm made their first contribution in https://github.com/spatie/laravel-sitemap/pull/555

    Full Changelog: https://github.com/spatie/laravel-sitemap/compare/7.2.1...7.3.0

    Open source →
  15. 7.2.1 21 May 2024
    Release notes

    What's Changed

    • remove deprecated tgas from url blade by @rivassh in https://github.com/spatie/laravel-sitemap/pull/545
    • Update README.md by @kamilkozak in https://github.com/spatie/laravel-sitemap/pull/547

    New Contributors

    • @rivassh made their first contribution in https://github.com/spatie/laravel-sitemap/pull/545
    • @kamilkozak made their first contribution in https://github.com/spatie/laravel-sitemap/pull/547

    Full Changelog: https://github.com/spatie/laravel-sitemap/compare/7.2.0...7.2.1

    Open source →
  16. 7.2.0 15 Feb 2024
    Release notes

    What's Changed

    • Add Laravel 11 Support by @Jubeki in https://github.com/spatie/laravel-sitemap/pull/538

    New Contributors

    • @Jubeki made their first contribution in https://github.com/spatie/laravel-sitemap/pull/538

    Full Changelog: https://github.com/spatie/laravel-sitemap/compare/7.1.1...7.2.0

    Open source →
  17. 7.1.1 26 Jan 2024
    Release notes

    What's Changed

    • Symfony Dom Crawler Version Upgrade to 7.0 by @karakhanyans in https://github.com/spatie/laravel-sitemap/pull/537

    New Contributors

    • @karakhanyans made their first contribution in https://github.com/spatie/laravel-sitemap/pull/537

    Full Changelog: https://github.com/spatie/laravel-sitemap/compare/7.1.0...7.1.1

    Open source →
  18. 7.1.0 24 Jan 2024
    Release notes

    What's Changed

    • Update README.md by @DannyCooper in https://github.com/spatie/laravel-sitemap/pull/528
    • Bump actions/cache from 3 to 4 by @dependabot in https://github.com/spatie/laravel-sitemap/pull/535
    • Add public for ->writeToDisk() as option by @bmckay959 in https://github.com/spatie/laravel-sitemap/pull/534

    New Contributors

    • @DannyCooper made their first contribution in https://github.com/spatie/laravel-sitemap/pull/528
    • @bmckay959 made their first contribution in https://github.com/spatie/laravel-sitemap/pull/534

    Full Changelog: https://github.com/spatie/laravel-sitemap/compare/7.0.0...7.1.0

    Open source →
  19. 7.0.0 24 Oct 2023
    Release notes
    • add compatibility with spatie/crawler v8
    Open source →
  20. 6.4.0 18 Oct 2023
    Release notes

    What's Changed

    • Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 by @dependabot in https://github.com/spatie/laravel-sitemap/pull/513
    • Fix lastmod tests by @bakerkretzmar in https://github.com/spatie/laravel-sitemap/pull/516
    • Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/spatie/laravel-sitemap/pull/518
    • Add video tags as separate list by @Briareos17 in https://github.com/spatie/laravel-sitemap/pull/525
    • Allow priority value of 0 by @bakerkretzmar in https://github.com/spatie/laravel-sitemap/pull/517
    • Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in https://github.com/spatie/laravel-sitemap/pull/523
    • Add Google News support by @Briareos17 in https://github.com/spatie/laravel-sitemap/pull/526

    New Contributors

    • @bakerkretzmar made their first contribution in https://github.com/spatie/laravel-sitemap/pull/516
    • @Briareos17 made their first contribution in https://github.com/spatie/laravel-sitemap/pull/525

    Full Changelog: https://github.com/spatie/laravel-sitemap/compare/6.3.1...6.4.0

    Open source →
  21. 6.3.1 27 Jun 2023
    Release notes

    What's Changed

    • Bump dependabot/fetch-metadata from 1.4.0 to 1.5.1 by @dependabot in https://github.com/spatie/laravel-sitemap/pull/506
    • Remove default lastModificationDate = now() by @robindirksen1 in https://github.com/spatie/laravel-sitemap/pull/510
    • Update README.md by @s-light in https://github.com/spatie/laravel-sitemap/pull/499

    New Contributors

    • @robindirksen1 made their first contribution in https://github.com/spatie/laravel-sitemap/pull/510
    • @s-light made their first contribution in https://github.com/spatie/laravel-sitemap/pull/499

    Full Changelog: https://github.com/spatie/laravel-sitemap/compare/6.3.0...6.3.1

    Open source →
  22. 6.3.0 28 Apr 2023
    Release notes

    What's Changed

    • Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 by @dependabot in https://github.com/spatie/laravel-sitemap/pull/491
    • Bump actions/cache from 1 to 3 by @dependabot in https://github.com/spatie/laravel-sitemap/pull/482
    • Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 by @dependabot in https://github.com/spatie/laravel-sitemap/pull/504
    • Add video tag by @erfansahaf in https://github.com/spatie/laravel-sitemap/pull/503

    New Contributors

    • @erfansahaf made their first contribution in https://github.com/spatie/laravel-sitemap/pull/503

    Full Changelog: https://github.com/spatie/laravel-sitemap/compare/6.2.5...6.3.0

    Open source →
  23. 6.2.5 26 Jan 2023
    Release notes

    What's Changed

    • Revert "fix for maximum crawl limit (#470)" by @BoGnY in https://github.com/spatie/laravel-sitemap/pull/490

    New Contributors

    • @BoGnY made their first contribution in https://github.com/spatie/laravel-sitemap/pull/490

    Full Changelog: https://github.com/spatie/laravel-sitemap/compare/6.2.4...6.2.5

    Open source →
  24. 6.2.4 24 Jan 2023
    Release notes

    What's Changed

    • Refactor tests to Pest by @alexmanase in https://github.com/spatie/laravel-sitemap/pull/476
    • Add Dependabot Automation by @patinthehat in https://github.com/spatie/laravel-sitemap/pull/480
    • Add PHP 8.2 Support by @patinthehat in https://github.com/spatie/laravel-sitemap/pull/479
    • Bump actions/checkout from 2 to 3 by @dependabot in https://github.com/spatie/laravel-sitemap/pull/483
    • Fix github badges by @Tofandel in https://github.com/spatie/laravel-sitemap/pull/488
    • Add laravel 10.x Compactibility by @njoguamos in https://github.com/spatie/laravel-sitemap/pull/489

    New Contributors

    • @alexmanase made their first contribution in https://github.com/spatie/laravel-sitemap/pull/476
    • @patinthehat made their first contribution in https://github.com/spatie/laravel-sitemap/pull/480
    • @dependabot made their first contribution in https://github.com/spatie/laravel-sitemap/pull/483
    • @Tofandel made their first contribution in https://github.com/spatie/laravel-sitemap/pull/488
    • @njoguamos made their first contribution in https://github.com/spatie/laravel-sitemap/pull/489

    Full Changelog: https://github.com/spatie/laravel-sitemap/compare/6.2.3...6.2.4

    Open source →
  25. 6.2.3 24 Oct 2022
    Release notes

    What's Changed

    • Image title and license shouldn't be URLs by @madman-81 in https://github.com/spatie/laravel-sitemap/pull/475

    Full Changelog: https://github.com/spatie/laravel-sitemap/compare/6.2.2...6.2.3

    Open source →
  26. 6.2.2 22 Sep 2022
    Release notes

    What's Changed

    • Fix maximum crawl count by @Akilez in https://github.com/spatie/laravel-sitemap/pull/470

    Full Changelog: https://github.com/spatie/laravel-sitemap/compare/6.2.1...6.2.2

    Open source →
  27. 6.2.1 23 Aug 2022
    Release notes

    What's Changed

    • Update .gitattributes by @angeljqv in https://github.com/spatie/laravel-sitemap/pull/452
    • Update sitemap.php by @jbrooksuk in https://github.com/spatie/laravel-sitemap/pull/464

    New Contributors

    • @angeljqv made their first contribution in https://github.com/spatie/laravel-sitemap/pull/452
    • @jbrooksuk made their first contribution in https://github.com/spatie/laravel-sitemap/pull/464

    Full Changelog: https://github.com/spatie/laravel-sitemap/compare/6.2.0...6.2.1

    Open source →
  28. 6.2.0 13 Jun 2022
    Release notes

    What's Changed

    • Add the possibility to add images to sitemaps by @madman-81 in https://github.com/spatie/laravel-sitemap/pull/451

    New Contributors

    • @madman-81 made their first contribution in https://github.com/spatie/laravel-sitemap/pull/451

    Full Changelog: https://github.com/spatie/laravel-sitemap/compare/6.1.1...6.2.0

    Open source →
  29. 6.1.1 06 Jun 2022
    Release notes

    What's Changed

    • remove gap in sitemapIndex output by @Flowdawan in https://github.com/spatie/laravel-sitemap/pull/449

    New Contributors

    • @Flowdawan made their first contribution in https://github.com/spatie/laravel-sitemap/pull/449

    Full Changelog: https://github.com/spatie/laravel-sitemap/compare/6.1.0...6.1.1

    Open source →
  30. 6.1.0 14 Jan 2022
    Release notes
    • allow Laravel 9
    Open source →
  31. 6.0.5 11 Aug 2021
    Release notes
    • fix crawler integration (#407)
    Open source →
  32. 6.0.4 27 May 2021
    Release notes
    • compatible with the spatie/crawler v7 contracts
    Open source →
  33. 6.0.3 26 May 2021
    Release notes
    • allow spatie/crawler v7
    Open source →
  34. 6.0.2 09 Apr 2021
    Release notes
    • bump temporary-directory to version 2.0 (#379)
    Open source →
  35. 6.0.1 26 Mar 2021
    Release notes
    • do not sort links by default
    Open source →
  36. 6.0.0 12 Mar 2021
    Release notes
    • add Sitemapable
    • drop support for PHP 7
    Open source →
  37. 5.9.2 04 Mar 2021
    Release notes
    • allow crawler v6 (#365)
    Open source →
  38. 5.9.1 01 Dec 2020
    Release notes
    • add filter() method to tags before rendering (#347)
    Open source →
  39. 5.9.0 27 Nov 2020
    Release notes
    • add support for PHP 8
    Open source →
  40. 5.8.0 09 Sep 2020
    Release notes
    • add support for Laravel 8
    Open source →
  41. 5.7.0 03 Mar 2020
    Release notes
    • add support for Laravel 7
    Open source →
  42. 5.6.0 20 Jan 2020
    Release notes
    • add writeToDisk (#283)
    Open source →
  43. 5.5.0 24 Sep 2019
    Release notes
    • implement Responsable contract
    Open source →
  44. 5.4.0 04 Sep 2019
    Release notes
    • make compatible with Laravel 6
    Open source →
  45. 5.3.1 02 Sep 2019
    Release notes
    • make sure the sitemap cannot contain duplicate URLs
    Open source →
  46. 5.3.0 27 Feb 2019
    Release notes
    • drop support for Laravel 5.7 and below
    • drop support for PHP 7.1 and below
    Open source →
  47. 5.2.11 27 Feb 2019
    Release notes
    • add support for Laravel 5.8
    Open source →
  48. 5.2.10 15 Feb 2019
    Release notes
    • fix some formatting issues
    Open source →
  49. 5.2.9 11 Feb 2019
    Release notes
    • fix headers
    Open source →
  50. 5.2.8 06 Feb 2019
    Release notes
    • adhere to sitemap standards
    Open source →
  51. 5.2.7 05 Nov 2018
    Release notes
    • enforce priority value to be in between 0 and 1.
    Open source →
  52. 5.2.6 05 Nov 2018
    Release notes
    • use absolute urls
    Open source →
  53. 5.2.5 17 Oct 2018
    Release notes
    • Remove unused dependency
    Open source →
  54. 5.2.4 17 Sep 2018
    Release notes
    • Make all generated links absolute
    Open source →
  55. 5.2.3 28 Aug 2018
    Release notes
    • Add support for Laravel 5.7
    Open source →
  56. 5.2.2 26 Aug 2018
    Release notes
    • Make methods on SitemapGenerator fluent
    Open source →
  57. 5.2.1 23 Jul 2018
    Release notes
    • Improve indentation of rendered output
    Open source →
  58. 5.2.0 08 May 2018
    Release notes
    • Support robots checks.
    Open source →
  59. 5.1.0 30 Apr 2018
    Release notes
    • add support for a maximum amount of tags in one sitemap
    Open source →
  60. 5.0.1 02 Mar 2018
    Release notes
    • Bump minimum required crawler version to ^4.0.3
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive