Correct the encoding in the schema
-
Hello, thanks for the great plugin.
Can be added to file /seo-by-rank-math/includes/modules/schema/class-jsonld.php, line – 160: JSON_UNESCAPED_UNICODE
$options = defined( 'RANKMATH_DEBUG' ) && RANKMATH_DEBUG ? JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES : JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE;
Then it will be possible to read the Cyrillic alphabet.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Correct the encoding in the schema’ is closed to new replies.