author id in schema

#321684
  • Resolved Jaydeep
    Rank Math free

    Hi,

    1. I tried updated in Users snippet but when I go and check in rich results, the author id is still showing my wp username.

    I am not technical person so followed all other steps but it still shows the same.

    2. I have one post right now under blog and featured image is not shown in the post page but have been setup. I edited snippet for social but when I try to share the link in FB or twitter, the image doesn’t show up. While running FB debugger, it says Invalid Image Content Type!

    Post: https://modernkitchenitems.com/top-5-pressure-cookers-to-select-in-2022/

    I am planning to purchase Pro but these two are major things I want to get solved before buying it. Don’t send me technical answers for coding and if you do, then let me know where to go and look for it.

    Also, if I change my email ID in Rankmath profile to buy Pro, would it change anything on my current website?

    Look forward to hear back soon.

    Thanks,
    Jay

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

    Thanks for contacting us and sorry for any inconvenience that might have been caused due to that.

    1. Please use the filter given below to change the author details in the Schema:

    add_filter( 'rank_math/snippet/rich_snippet_article_entity', function($entity) {
        $entity['author'] = [
            '@type' => 'Person',
            'name'  => 'Author Name',
            '@id' => 'your custom author URL'
        ];
    
        return $entity;
    });

    2. The image that you are using on the post is returning a 403 error:

    Please get in touch with your host or disable the firewall if you are using any to allow the crawlers to access your images. Since Facebook is not able to crawl the image URL, it is showing an error in the debugger.

    Looking forward to helping you.

    Hi Jaideep,

    Thanks for quick response but I think you didn’t read my query properly.

    1. I have been through that support document already and as I am non-technical person, when you say add this filter, I don’t know where to add it!

    Please guide me on how to do that.

    2. OG Image issue is resolved as I turned off hotlinking in cpanel.

    3. I am planning to purchase Pro but these two are major things I want to get solved before buying it. Don’t send me technical answers for coding and if you do, then let me know where to go and look for it.

    Also, if I change my email ID in Rankmath profile to buy Pro, would it change anything on my current website?

    Thanks

    Hello,

    1. Please add the filter in your theme’s functions.php file from WP Dashboard > Appearance > Theme Editor > functions.php.

    3. Once you purchase the PRO version from the new email id, please head over to the WordPress admin area > Rank Math > Dashboard > Help, disconnect and connect your new Rank Math PRO account.


    Hope this helps. Let us know if you need any further assistance.

    Thanks for quick help.

    Hello,

    We are super happy that we have addressed your concerns. If you have any other questions in the future, know that we are here to help you.

    If you don’t mind us asking, could you please leave us a review (if you haven’t already) on https://wordpress.org/support/plugin/seo-by-rank-math/reviews/#new-post about your overall experience with Rank Math? We appreciate your time and patience.

    If you have another question in the future, please feel free to create a new forum topic, and it will be our pleasure to assist you again.

    Thank you.

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

The ticket ‘author id in schema’ is closed to new replies.