Thread Starter
odar78
(@odar78)
If anyone is interested, here is the solution:
`
add_filter( ‘wpseo_json_ld_output’, ‘yoast_seo_json_remove_partial’ );
function yoast_seo_json_remove_partial() {
if ( is_single ( 123456 ) ) {
return false;
}
/* Use a second if statement here when needed */
}
Thread Starter
odar78
(@odar78)
Thank you for responding so quickly, but the documentation you submitted describes how to disable Yoast schema for the entire site. Please tell me the solution for one page.
Thread Starter
odar78
(@odar78)
Yes, you read that correctly, I want to disable the Yoast schema for a specific page on the site.
Thread Starter
odar78
(@odar78)
When checking caching error: cURL error 6: Could not resolve host: windowsreview.ru