• Resolved bdeirhiba990

    (@bdeirhiba990)


    Hi,

    I am having this issue when I test my Job Opening post using  ‘Rich Results Test’:

    Missing field “jobLocation” and its showing in red means it is critical

    According to this ticket, and this documentation. is this the correct way to add joblocation?

    function awsm_job_custom_structured_data( $data ) {
    $data[‘jobLocation’][‘type’] = “Place”
    $data[‘jobLocation’][‘address’][‘streetAddress’] = “123”
    return $data;
    }
    add_filter( ‘awsm_job_structured_data’, ‘awsm_job_custom_structured_data’ );

Viewing 1 replies (of 1 total)
  • Plugin Contributor Nithin John

    (@nithi22)

    Hi,

    Thanks for reaching out to us.

    Can you please assign job locations for the jobs and change the specification key to job-location from Wp Job Openings -> Job Specifications settings and try once more?

    Regards
    Nithin John

Viewing 1 replies (of 1 total)
  • The topic ‘Missing field “jobLocation”’ is closed to new replies.