humanmade / altis-seo

SEO module for Altis
https://www.altis-dxp.com/resources/docs/seo/
6 stars 2 forks source link

Fix Yoast's author sitemap generation with guest-authors #168

Open shadyvb opened 2 years ago

shadyvb commented 2 years ago

Yoast authors sitemap generation queries authors, optionally with published posts, so with Authorship activated, the sitemaps do not generate the desired outcome.

We need to detect for activation of both features, and replace the author sitemaps provider with an extended version of the class that accounts for guest authors as well.

shadyvb commented 2 years ago

ref https://github.com/humanmade/rappler/pull/435