How to enable bulk edit Schema Fields at All Post editing window

#126189
  • Resolved Puneet
    Rank Math free

    Hi,
    I want to edit Job Posting Schema’s Organization data for various posts in bulk. How does it possible?
    I know the data is stored through “rank_math_snippet_jobposting_organization”, but how to enable it for bulk edit at all post editing window?
    Thank You

Viewing 5 replies - 1 through 5 (of 5 total)
  • 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.

    Puneet
    Rank Math free

    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.

    Puneet
    Rank Math free

    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.

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

The ticket ‘How to enable bulk edit Schema Fields at All Post editing window’ is closed to new replies.