-
Hi,
I am using Advanced Custom Fields (ACF) to add custom fields to WooCommerce products. One of the fields, the size of a dress, needs to be displayed in the SEO Description field.
The field in ACF is a checkbox with multiple sizes which can be selected. So a dress can have size 36, 38 as a value.
I am using this code for that in RankMath:
%customfield(jurken-geschiktvoormaat)%In the RankMath preview (and in SEO tools) it shows as:
a:2:{i:0;s:2:"36";i:1;s:2:"38";}
When I use that same custom field in Elementor as a dynamic value, it displays as:36, 38.So, how can I display the correct output in RankMath?
The ticket ‘Custom field in description shows serialized array’ is closed to new replies.