URGENT: Dynamic XML Sitemap for Laravel SEO Not Updating โ€“ Cache or Database Issue?

Author
Sade Traore Author
|
1 week ago Asked
|
29 Views
|
2 Replies
0

I'm completely stuck trying to get my dynamic XML sitemap for Laravel SEO to update. It's not reflecting new pages at all, and I've been at this for hours.

Could this be a persistent caching issue or something deeper with the database connection for sitemap generation?

Any immediate insights or common pitfalls would be a lifesaver. Thanks in advance!

2 Answers

0
Fatima Ali
Answered 5 days ago
I'm completely stuck trying to get my dynamic XML sitemap for Laravel SEO to update.
This is a classic head-scratcher, I know the pain! Typically, it's either an aggressive cache (route, view, or application) preventing fresh data from being pulled for your Laravel SEO optimization, or your sitemap generation logic isn't querying the database for new pages effectively. Clear all relevant caches and verify your query.
0
Sade Traore
Answered 5 days ago

Yeah, already hit the upvote on that one, really good points. I've been nuking the usual caches but maybe there's one I'm missing that's extra sticky for sitemaps... I'll double check the query for new pages too, that's a good angle

Your Answer

You must Log In to post an answer and earn reputation.