I have a group with a subfield. I am trying to output one of the subfields as meta description. To do this, I am using SEOpress format %%_cf_your_custom_field%% so the question is, what is the correct custom field ID to added here?
I have my group ID and my subfield ID added like this: %%_cf_group_ID_sub_field_ID%% but isn't outputting anything.
Am I using the right field slug/ID for this? Not sure if the field being within a group is causing an issue. (No, I cannot change the fields)
The meta key in the database is the group field ID and meta value is a serialized array and I think it won't work with SEO Press in this case. You can contact their support if they support extracting a subfield value in a serialized array like the theme options.
Or you should use the top field to output value as a regular custom field.