Comprehensive Laravel SEO Sitemap

Job ID: 39817742

Budget: $30 – $250 USD

I need an XML sitemap generated automatically for my Laravel site so search engines can crawl every corner of it. The requirement is simple in concept but must be rock-solid in execution: every public URL—static pages and all dynamic content such as product, blog and profile routes—has to be present, kept current and ready for Googlebot.

Here’s what I expect:

• 100 % coverage of the site, including new records created after deployment.
• Generation handled through native Laravel code or a trusted package like spatie/laravel-sitemap.
• A scheduled artisan command (daily is fine) plus an on-demand trigger.
• Proper handling of large sites: create a sitemap index if we ever exceed 50 000 URLs.
• lastmod, changefreq and priority tags filled with sensible defaults pulled from model timestamps or config values.
• Exclude back-office, login and other non-public routes automatically.
• Clean pull request with comments, a short README and zero disruption to existing routing.

Acceptance criteria: when we run the command, Search Console validates the file, every live page I test appears, and adding a new record via Tinker shows up in the next build.

If this sounds straightforward to you, let’s get it wired in.