Hide author in Book-Schema

#547897
  • Resolved Topfgartenwelt
    Rank Math free

    Hi,

    I’m using the Book-Schema on several pages. For the ISBN and the release date I need the Edition Section of the Book-Schema. But when I use it the author of the book appears twice. Is there a way to hide the second mention of the author in a way like that:

    .rank-math-review-data p:first-of-type, .rank-math-review-image {
    display: none!important;
    }

    I have tried .rank-math-review-author but that doesn’t work. Maybe you have another idea?

    Greetings Kathrin

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

    Thank you for contacting Rank Math and bringing your concern to our attention. I’m sorry for any inconvenience this issue may have caused you.

    As stated in your previous ticket, it isn’t possible to add the ISBN without adding an edition or showing the author only once in the Free version.

    In the PRO version of our plugin, you can use the Advanced Schema Editor to remove the Author field from the Edition box.

    In this case, you can remove the shortcode of the Book Schema, and add the details manually so you can control the data that will show on the front end. The point is that all the content available for Google to see (schema data) should be visible to visitors as well.

    Hope that helps.

    Thank you.

    Thanks and there is also no way to hide the second author via css?

    Greetings Kathrin

    Hello,

    You can use the following CSS to hide the second author:

    .rank-math-review-data p:nth-child(3) {
      display: none!important;
    }

    Hope that helps. Let us know if you need any other assistance.

    Thank you very much, it works great!

    Greetings Kathrin

    Hello,

    Glad that helped.

    Please feel free to reach out to us again in case you need any other assistance.

    We are here to help.

    Thank you.

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

The ticket ‘Hide author in Book-Schema’ is closed to new replies.