WordPress How-to: Remove Author Name from Shared Links

#439304
Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    Thank you for contacting Rank Math support, and sorry for any inconvenience that might have been caused due to that.

    The author’s name may be taken from your publisher schema which is also necessary for the Rich result. You may try the filter code below to remove it.

    add_filter( 'rank_math/json_ld', function( $data, $jsonld ) {
        unset( $data['publisher'] );
        return $data;
    }, 99, 2);

    If that doesn’t work, please try disabling the Slack Enhanced Sharing option from WP Dashboard > Rank Math > Titles & Meta > Post Types.

    Let us know how that goes. Looking forward to helping you.

    Both do not work

    Anas
    Rank Math business

    Hello,

    The labels are still added to the page source.

    Can you please head over to Rank Math > Titles & Meta > Pages > Disable Slack Enhanced Sharing?

    Once done, clear your website cache and try sharing the URL.

    Let us know how it goes.

    We are here to assist you.

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)

The ticket ‘WordPress How-to: Remove Author Name from Shared Links’ is closed to new replies.