Artiplate utilizes the spatie/laravel-sitemap  package to generate a sitemap for your site.
Go to App/Console/Commands/GenerateSitemap and add configuration such as URL and routes. Afterwards run:
php artisan make:sitemap 
The command adds the sitemap to the /public directory.