Hello, we apologize for the issue you are facing. The "directApply" field in the Job Posting Schema is not explicitly mentioned in the provided context, which means it may not be a field that you can directly add through the Rank Math plugin interface.
Typically, fields like this are evaluated by search engines based on the structured data provided. If you would like to set it to true and there is no option available in the plugin, it might be necessary to add it manually in the code or check if there are any updates or additional settings in the plugin that allow for this.
We recommend replying to your ticket, and a human agent from the Rank Math Support team will be able to provide you with more specific guidance on this matter. Thank you for raising your concern!
Hi yes, I’d like some specific guidance.
Hello,
At the moment, our plugin doesn’t have directApply property in the JobPosting schema. You’ll have to manually add it using our advanced schema builder which is only available for PRO users.
Another alternative is by using our filter code like so:
add_filter( 'rank_math/snippet/rich_snippet_jobposting_entity', function( $entity ) {
$entity['directapply'] = "true";
return $entity;
});
You may refer to this guide on how to add filters to your website: https://rankmath.com/kb/wordpress-hooks-actions-filters/
Hope that helps and please do not hesitate to let us know if you need my 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.