-
Hello,
On our home page https://gooformation.fr we have find this code :
This link is visible by google we need to remove it.
There is no rich snippet for this page.
I have try to add this code :
add_filter(“rank_math / snippet / rich_snippet_article_entity”, function ( $entity ) {
if ( isset( $entity[‘author’] ) ) {
unset( $entity[‘author’] );
return $entity;
}
return $entity;
});but it is not working.
Can you help me ?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The ticket ‘problem with a link generated by rankmath’ is closed to new replies.