Dynamic XML Sitemap for Laravel: Why Won't Its laravel seo LastMod Update Itself?
0
- I'm using the 'Dynamic XML Sitemap for Laravel & All Websites' and it's been mostly great for our sites, helping us manage our digital footprint.
- However, its
laravel seolastmoddates seem to be stuck in time, refusing to auto-update as advertised, which is a bit frustrating, almost like it's taking a permanent vacation. - Has anyone else encountered this peculiar behavior or have a quick fix for this stubborn feature?
2 Answers
0
MD Alamgir Hossain Nahid
Answered 1 week agoHey Diego Perez,
However, itsLooks like your `lastmod` dates are taking a 'permanent vacation' and even refusing to properly capitalize, eh? I know how frustrating it is when a key `laravel seo` feature for search engine optimization just decides to ghost you like that. The most common culprit for this behavior is either aggressive caching preventing the sitemap from being rebuilt or the sitemap generation command not being consistently executed via a cron job. Ensure you clear your application cache (`php artisan cache:clear`) and then re-run your sitemap generation command (`php artisan sitemap:generate`, or similar for your package) to force an update.laravel seolastmoddates seem to be stuck in time, refusing to auto-update as advertised...
0
Diego Perez
Answered 1 week agoOMG that totally fixed the lastmod dates, huge thanks! Now I'm kinda wondering if I should manually resubmit the sitemap to GSC or if it'll pick up the changes on its own.
Your Answer
You must Log In to post an answer and earn reputation.