Dolphiq / craft3-plugin-sitemap

A craft 3 plugin that provides an easy way to enable and manage an XML sitemap for search engines like Google
MIT License
28 stars 18 forks source link

Craft 3.2 compatibility issues #34

Closed christianruhstaller closed 4 years ago

christianruhstaller commented 5 years ago

Currently this plugin does not work anymore in a Craft 3.2 installation because of the added soft deletes and new drafting and versioning feature in Craft.

The custom built SQL queries would need to have added where checks for the element joins. But besides that, it seems this plugin is not maintained anymore.

I just want this to stand here for others to see. :)

fathomali commented 5 years ago

+1 on this, just commenting so Dolphiq sees this!

It's counting every revision as an entry, so i have about 50 homepages in my sitemap (for example).

johanzandstra commented 5 years ago

@christianruhstaller Thanks, will look into this!

darylknight commented 5 years ago

Yeah it looks like if I enable one single for the sitemap, it's adding that entry multiple times to the sitemap - presumably for all the different entry versions

elfacht commented 5 years ago

Yep, just stumbled upon it as well. It's incrementing with every save and setting change.

Screenshot 2019-09-10 um 17 14 08

sibren1 commented 5 years ago

In multisite the sitemap.xml is showing error:

2019-09-130749

harispepic commented 5 years ago

@johanzandstra any news on this issue?

johanzandstra commented 4 years ago

The plugin should be compatible with Craft 3.2+ With the latest changes

solutiondrop commented 4 years ago

I have two project that are both updated to 1.2 and Craft 3.3.19 and the sitemap.xml is still showing multiple different entry versions for singles -- with the lastmod date being the only difference. Thanks.