php
<?php
add_filter( 'aioseo_schema_json_flags', function() {
	return JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE;
} );