We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Show author archives in search results
The code block here, ignores the Yoast settings that disable search indexing of Author archives.
Co-Authors-Plus/php/integrations/yoast.php
Lines 281 to 316 in 37065d2
The relevant option in Yoast appears to be used here $this->options->get( 'noindex-author-wpseo', false ) https://github.com/Yoast/wordpress-seo/blob/0a1623546fed6266f466035dcf63d41209542060/src/presentations/indexable-author-archive-presentation.php#L121-L124
$this->options->get( 'noindex-author-wpseo', false )
I believe adding the same options check should address this
The text was updated successfully, but these errors were encountered:
Patch functionality to allow Yoast to control if author pages should …
c7307e8
…be indexed or not. Addresses #1059
No branches or pull requests
The code block here, ignores the Yoast settings that disable search indexing of Author archives.
Co-Authors-Plus/php/integrations/yoast.php
Lines 281 to 316 in 37065d2
The relevant option in Yoast appears to be used here
$this->options->get( 'noindex-author-wpseo', false )
https://github.com/Yoast/wordpress-seo/blob/0a1623546fed6266f466035dcf63d41209542060/src/presentations/indexable-author-archive-presentation.php#L121-L124
I believe adding the same options check should address this
The text was updated successfully, but these errors were encountered: