Change Article Schema output to Game
-
Hi,
in this Article, I Change Article Schema output to Game
https://developer.yoast.com/features/schema/pieces/article/#api
and add the following code in themes functions.php
add_filter( 'wpseo_schema_article', 'change_article_to_game' ); function change_article_to_game( $data ) { $data['@type'] = 'Game'; return $data; }
But not changed output anyting, what happens?
what i need to change the code anything?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Change Article Schema output to Game’ is closed to new replies.