diff --git a/wp-job-manager-template.php b/wp-job-manager-template.php index 0c7665e5a..4460a235e 100644 --- a/wp-job-manager-template.php +++ b/wp-job-manager-template.php @@ -418,6 +418,8 @@ function wpjm_get_job_listing_structured_data( $post = null ) { } } + $data['directApply'] = ! empty( get_the_job_application_method( $post ) ); + $salary = get_the_job_salary( $post ); $currency = get_the_job_salary_currency( $post ); $unit = get_the_job_salary_unit( $post );