79425928

Date: 2025-02-10 01:18:45
Score: 0.5
Natty:
Report link

Disable all Yoast SEO's Schema output one liner:

add_filter( 'wpseo_json_ld_output', '__return_false' );

One of the answers above is right (i,e returning an empty array), however that is redundant work for simply disabling all Yoast SEO schemas.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: deepyes02