How to generate a Laravel sitemaps dynamically?
First things first: What is a sitemap?
Sitemaps are xml-files containing structured data about the pages of the website. Each page has an entry similar to this one:
<url>
<loc>https://startupnamecheck.com</loc>
<lastmod>2020-03-06T20:31:03+...
spekulatius.hashnode.dev4 min read