I’m using Polylang Pro on my WordPress site to enable a multilingual setup. My main language is English, and I’ve added Arabic as a secondary language. I’ve also installed the Schema Pro plugin to manage structured data for my posts.
When I try to apply schema to specific posts (e.g., in the ‘Blog’ category) using Schema Pro’s targeting feature, I run into an issue: only the Arabic versions of Pages, Posts, and Categories are visible in the selection options. Unfortunately, none of the English content appears, which prevents me from setting up schema targeting for my English content.
Has anyone encountered this issue or have any suggestions for resolving it? Any help or insights would be greatly appreciated!
Thank you!
]]>It seems like Yoast creates more problems than it solves, as I’m slowly finding out.
They (Schema Pro) said I should follow this Yoast article
https://www.prodjex.com/2018/04/how-to-disable-yoast-generated-schema-data/
And I did —-
I added this code to my function.php for the theme:
—————————
function disable_yoast_schema_data($data){
$data = array();
return $data;
}
add_filter('wpseo_json_ld_output', 'disable_yoast_schema_data', 10, 1);
———————————–
HOW DO I FIX THIS DUPLICATE SCHEMA PROBLEMS? And why doesn’t the Yoast plugin allow me to turn off this feature? Why is it forced on me? Every feature should have the option to be turned off….
Gio
]]>As I used Schema Pro Shortcode [wp_schema_pro_rating_shortcode] for Star Rating between the Post and I want to remove the Star Rating that is Automatic Inserted at the end of the Post but want to Show anywhere With Shortcode.
I already Tried by Using CSS but all of them become hidden as I want to show with shoetcode. How Can I Do this?
]]>First, I cannot use the full schema pro rating shortcode.
[wp_schema_pro_rating_shortcode]
Secondly, I can’t expand extra field fot any schema type
I entered the code referring to the post below. The first field was added successfully. But when I fill out the second field, I get an error.
– https://wpschema.com/docs/how-to-add-an-extra-field-for-particular-schema-type/
1. I added softwareVersion to software-application type.
2. When I add the fileSize field to the softwareapplication type, an error occurs.
Please reply.
]]>Would the Disable Genesis Schema plugin also work with dedicated schema plugins, such as Schema or Schema Pro?
Thanks.
Allan
WP Engine
PHP 7.3
WordPress 5.2.2
Genesis Framework: 3.0.1
Genesis Sample theme: 3.0.1
So how to make Meta Box work with Schema Pro or do you have any suggestion of a Schema plugin that works with Meta Box?
]]>