i create acf repeter with sub field “link”. the meta data is stored following type
(image)
then i select schema loop with acf repeater
(image)
but the data value not showing in schema filed and not working loop also
i create acf repeter with sub field “link”. the meta data is stored following type
(image)
then i select schema loop with acf repeater
(image)
but the data value not showing in schema filed and not working loop also
You must be logged in to post a comment.
Can you please upload your somewhere and share the links or send them to support [at] wp-buddy [dot] com?
Thank you
schema fields
https://cinema.mrpuyal.com/wp-content/uploads/2021/11/schema-loop.jpg
acf store meta filed
https://cinema.mrpuyal.com/wp-content/uploads/2021/11/post-meta.jpg
Hey there,
thanks for uploading the images.
In the “Field Value” textarea, please just use the name of the sub-field in ACF.
So for example, instead of “acf_cast_0_subcast->url” just use “url”.
That should do the trick.
Greetings
not working!
please understand how i created the acf repeater filed.
1. create acf repeater field name: (acf_cast)
field type: repeater
https://cinema.mrpuyal.com/wp-content/uploads/2021/11/acf-cast.jpg
2. create acf repeater sub field name: (subcast)
filed type: link
https://cinema.mrpuyal.com/wp-content/uploads/2021/11/acf-sub-cast.jpg
3. add the acf cast in the post editor
https://cinema.mrpuyal.com/wp-content/uploads/2021/11/acf-cast-and-subcast.jpg
4. custom field value is create with acf. acf_cast add 7 values. each value store acf_cast_0_subcast
acf_cast_1_subcast
acf_cast_2_subcast
acf_cast_3_subcast etc… 7….. array value as title and url
https://cinema.mrpuyal.com/wp-content/uploads/2021/11/acf-cast-sub-cast-fild-value.jpg
5.add the acf cast repeater loop in schema property
https://cinema.mrpuyal.com/wp-content/uploads/2021/11/cast-filed-in-richsnipet.jpg
6. check validation did not show the field and the loop values. (vijay) acf_cast_0_subcast
https://cinema.mrpuyal.com/wp-content/uploads/2021/11/schema-validator-scaled.jpg
7. show only another cast property add normal method with custom filed option
https://cinema.mrpuyal.com/wp-content/uploads/2021/11/next-snippet.jpg
so the acf repeater loop is not working with “field type: link”
Hey there,
According to your screenshots you should probably use “subcast” instead of “url” as the field value as this is the term you are using in your ACF configuration.
then why not getting the field value in rich-snippet? what is the problem?
I rebuilt your configuration on my end and this is what works for me: