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.
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.
@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 ?