Michael Chan

Results 2 issues of Michael Chan

## Description This PR aims to address the issue noted in #1059 Yoast has introduced functionality to allow control over the indexing of author pages. This option is controlled with...

The code block here, ignores the Yoast settings that disable search indexing of Author archives. https://github.com/Automattic/Co-Authors-Plus/blob/37065d289a9da07aa5228aa4969c8f96576a58c0/php/integrations/yoast.php#L281-L316 The relevant option in Yoast appears to be used here `$this->options->get( 'noindex-author-wpseo', false )`...