make error after using rank math for rich snippets – link preview not showing

#33700
  • Resolved H aziznezhad
    Rank Math free

    Can you check it again ?

    again we are in rank math plz check 2 problem

    1. rich snippets again in google console showing like :
    Error Either “offers”, “review”, or “aggregateRating” should be specified
    Warning No global identifier provided (e.g., gtin, mpn, isbn)
    Warning Missing field “review”
    Warning Missing field “aggregateRating”
    Warning Missing field “brand”
    Warning Missing field “sku”
    Warning Missing field “offers”
    Warning Missing field “priceValidUntil”
    Warning Missing field “description”
    Warning Missing field “priceCurrency”

    2. link preview after installing rank math can not be shown for example after sharing url in telegram we dont have link preview …

    • This topic was modified 4 years, 1 month ago by H aziznezhad.
    • This topic was modified 4 years, 1 month ago by H aziznezhad.
Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello,

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

    I have checked a few products but I cannot reproduce the schema errors just two warnings for the missing reviews.

    The preview issue could be attributed to aggressive caching on your site. Could you please purge your site cache and check again?

    Looking forward to helping you. Thank you.

    ​​​​​​​

    Mr Michael

    cache cleared and its the same as before

    there is no different

    • This reply was modified 4 years, 1 month ago by H aziznezhad.

    Hello,

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

    I have just tried to make some changes to your theme files but the change was not saved correctly. Could you please delete the code before the closing ?> on your functions.php and then share some temporary admin access so that we can continue with the investigation.

    Looking forward to helping you. Thank you.

    ​​​​​​​

    if you like use any change just tell us what would you like to do
    please write your instruction i will try in local mode if it was right i will use it in our theme .

    your change make big error in our site its
    i am looking for backup and re correcting the problem

    just we have 1 problem

    link preview after installing rank math was lost how can it be solved ?

    • This reply was modified 4 years, 1 month ago by H aziznezhad.

    Hello,

    Thank you for contacting Rank Math today and sorry for the inconvenience caused.

    The following code should be able to remove the isSimilarTo attribute that is causing an error on the single products:

    add_filter( 'rank_math/snippet/rich_snippet_product_entity', function( $entity ) {
    	if ( isset( $entity['isSimilarTo'] ) ) {
    		unset( $entity['isSimilarTo'] );
    	}
    	return $entity;
    });

    Looking forward to helping you. Thank you.

    ​​​​​​

    thank you bro it was about rich snippet error .

    right now we have 2 warning …

    last problem again is about link preview …. how can it be solve …

    after share any URL of website in social app like telegram they don,t have preview ( thumbnail and description

    Todd
    Rank Math free

    Hi H,

    Please check if your link preview is added correctly here:
    https://developers.facebook.com/tools/debug/

    If it is working fine, then the information is correctly added by Rank Math.

    You might have to clear the cache on Telegram so the update information is shown:
    https://stackoverflow.com/questions/34707915/how-do-you-clear-the-open-graph-cache-of-an-url-on-telegram

    Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.

    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 7 replies - 1 through 7 (of 7 total)

The ticket ‘make error after using rank math for rich snippets – link preview not showing’ is closed to new replies.