Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

twg_'s avatar
Level 6

PHP Sitemap Generator

Hi Everyone. I'm trying to find a sitemap generator that I can use on my site hosted on IIS. I found one by jdevalk but I can't seem to get it to run and generate a working sitemap.

Does anyone have one they recommend. This isn't for a laravel project.

0 likes
6 replies
twg_'s avatar
Level 6

This can be ignored. Realized what I had not done on the setup and everything is working now.

ohffs's avatar

It's a laravel package, but you can run it and point it at any website.

twg_'s avatar
Level 6

Well I don't want to setup a laravel instance just for this. That's why I said this isn't a laravel site I want to run this on. Was just wanting something PHP based that I can use.

I will just stick with the one I found and try to figure out how to get it to work without page extensions.

mstdmstd's avatar

@OHFFS - Hello, as I need to reate a sitemap for laravel 5.8 site where there are some common pages , like “Home”, “About”, “Contact Us” and a lot of dynamicallty created pages with slug in url like:"news/main-news-1", "articles/main-article-1" Searching of to ols I found this https://github.com/spatie/laravel-sitemap plugin, which seems quite ok for urls of first type, but I did not find are there functionality to create urls of the second type? If yes, please, point to it. Are there some better tools for it ?

Please or to participate in this conversation.