FAQ schema - json_encode - JSON_UNESCAPED_UNICODE

Hi,
If in accordion I check “FAQ schema” and use cyrylic in source cod I see (screenshot)
Its ok?, google bot accept its right text must be in right coding - Це кирилиця

Maybe its need add JSON_UNESCAPED_UNICODE to json_encode

in this file - “\bricks\includes\elements\accordion.php”

line 495: echo '<script type="application/ld+json">' . wp_json_encode( $this->faqpage_schema, JSON_UNESCAPED_UNICODE ) . '</script>';

now corect worked with cyrylic…

Can you please add this fix to next update?

Perhaps you should raise this in the Bug section if you want it fixed.

1 Like