Hello,
Thank you for contacting Rank Math today.
Assuming you are using the latest version of Rank math, please test your URL with Google Rich results Test Tool: https://search.google.com/test/rich-results and share the results URL if there are any issues. You can also share some of the affected URL(s) so we can test this from our end.
Looking forward to helping you. Thank you.
Hello,
Could you try adding the following code at the end of your functions.php file:
/**
* Filter to modify Job Posting Schema with default data
*
* @param array $entity Snippet Data
* @return array
*/
add_filter( 'rank_math/snippet/rich_snippet_jobposting_entity', function( $entity ) {
global $post;
$entity['datePosted'] = get_the_time(get_option('date_format'), $post->ID);
return $entity;
});
Re-saving each post should also automatically populate some of these values.
Looking forward to help you.
It looks like the problem is gone
Thanks
I want to know
why this problem is happened?
Hello,
Well, it seems something in your site was overriding the one added by the plugin and with that code, I regenerated the field.
Looking forward to help you.
I don’t know why this happened
I deactivate all plugins and only using rank math
when I test the link without filter you provide i face the same problem.
this why I do not understand why this happened
Hello,
We might need to take a closer look at the settings. Please edit the first post on this ticket and include your WP logins in the designated Sensitive Data section.
It is completely secure and only our support staff has access to that section. If you want, you can use the below plugin to generate a temporary login URL to your website and share that with us instead:
https://wordpress.org/plugins/temporary-login-without-password/
You can use the above plugin in conjunction with the WP Security Audit Log to monitor what changes our staff might make on your website (if any):
https://wordpress.org/plugins/wp-security-audit-log/
We really look forward to helping 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.