Hello,
Thank you for contacting Rank Math today.
I am sorry but this option is not available. You can only bulk edit your SEO details in bulk currently. To change the schema for your Job posting posts, you will have to either change the posts individually or customize and apply this filter: https://rankmath.com/kb/filters-hooks-api-developer/#change-post-schema-data
Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.
Hi, may I know? how to make use of this hook for “rank_math_snippet_jobposting_organization” for bulk edit?
It’s too complicated and unable to understand its logic.
I have tried out by change $Schema -> $jobposting and _entity -> orgnization.
Hello,
Which value do you wish to change on your Job posting schema?
Here is an example to change the job title:
/**
* Filter to change the schema data.
* Replace $schema_type with schema name like article, review, etc.
* @param array $entity Snippet Data
* @return array
*/
add_filter( "rank_math/snippet/rich_snippet_JobPosting_entity", function( $entity ) {
$entity['title'] = 'New Title'
return $entity;
});
Hope this helps you. Thank you.
Hey Michael, This is not working yet. My question is – How to enable Jobposting Schema’s Title edit in bulk at All Post Editing window.
Rank Math is only allow to edit Title and description in bulk but I want to edit Jobposting Schema Title, not SEO Title.
https://ibb.co/QPnHKvJ
Please read the query I have initially posted.
Hi,
I had mentioned this before, you cannot change the schema data from the bulk edit option. The data you can change are only the SEO details(meta title, meta description and focus keyword). That said, the schema title is usually set to take the SEO title of the post and therefore changing the title or description of posts should automatically change the related data in the schema. We actually recommend having the schema title and description set to the SEO title.
That said, there is no option to enable/disable the feature yo are requesting as it doesn’t exist yet and changing this can only be done via the suggested filter.
Hope this clears the issue. Thank 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.