pecotamic / sitemap

Sitemap for Statamic v3
6 stars 9 forks source link

Entries with future date behavior set to `private` are included in the sitemap. #22

Closed joshuablum closed 1 year ago

joshuablum commented 1 year ago

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.