-
I see someone open a ticket talking about how to extend the options for custom schema markup. One of your guys provide this code…
/**
* Collect data to output in JSON-LD.
*
* @param array $unsigned An array of data to output in json-ld.
* @param JsonLD $unsigned JsonLD instance.
*/
add_filter( ‘rank_math/json_ld’, function( $data, $jsonld ) {
return [];
}, 10, 2);I just add it to my php function, now whats next? How can I add more information like services by location by Example? Thank you
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The ticket ‘Custom Schema Markup’ is closed to new replies.