We got a support request saying Entries with future dates were included in the sitemap. The Collecion is configured properly with a future date behavior of private.
There is a difference between $entry->published() and $entry->status() === 'published'.
More about the published status in our docs right here.
Heya 👋
We got a support request saying Entries with future dates were included in the sitemap. The Collecion is configured properly with a future date behavior of
private
.There is a difference between
$entry->published()
and$entry->status() === 'published'
. More about the published status in our docs right here.