The XML sitemap setup in the UI asks for XML Sitemap https://www.drupal.org/project/xmlsitemap which has not been updated for over five months and is still in alpha for D8. I would also like the Real-time SEO for Drupal admin UI to check if the Simple Sitemap https://www.drupal.org/project/simple_sitemap module is installed and send the user to the configuration page for the installed xml sitemap module.. Since Simple Sitemap is actively maintained and covered by the Drupal Security Team, it is an XML sitemap we use in production for D8.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | yoast_seo-add-simple-sitemap-to-ui-2878955-1.patch | 3.5 KB | t3kn0ph34r |
Comments
Comment #2
t3kn0ph34r commentedThis is the patch created to add Simple Sitemap to the UI.
Comment #3
t3kn0ph34r commentedComment #4
kingdutchLooks like a good suggestion t3kn0ph34r. There's some work left to do unfortunately.
Your patch currently contains some unrelated changes to the function
yoast_seo_update_8001. That looks like remnants from a bug that was handled in a different issue.Furthermore I'd like to change some of the wording:
Comment #5
t3kn0ph34r commentedThanks. Those are good suggestions. There are a few issues if both modules are installed, but I guess that is a real world scenario...
Comment #7
kingdutchI took your patch as base and manually applied the changes to the configuration controller.
I've also implemented my own recommendations and commited the entire thing to 8.x-1.x-dev
A new minor version of the module containing the changes will be out in July.
Comment #8
t3kn0ph34r commentedThanks @Kingdutch! Looks good.