Skip Navigation

[Resolved] Google Rich Snippets

This support ticket is created 2 years, 6 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Karachi (GMT+05:00)

This topic contains 2 replies, has 2 voices.

Last updated by aitorS 2 years, 6 months ago.

Assisted by: Waqar.

Author
Posts
#2162255

I have a view that lists all my elements "Courses" is a Toolset CPT, I need to somehow make a JSON with the data it shows on the screen, following the following example:

<script type="application/ld+json">
{
"@context":"hidden link",
"@type":"ItemList",
"itemListElement":[
{
"@type":"ListItem",
"position":1,
"url":"hidden link"
},
{
"@type":"ListItem",
"position":2,
"url":"hidden link"
},
{
"@type":"ListItem",
"position":3,
"url":"hidden link"
}
]
}
</script>

In this link you have more info: hidden link
Any idea how I can approach it?

#2162581

Waqar
Supporter

Languages: English (English )

Timezone: Asia/Karachi (GMT+05:00)

Hi,

Thank you for contacting us and I'd be happy to assist.

To suggest the next steps, I'll need to see exactly how this view is set up in the admin area.

Can you please share temporary admin login details, along with the link to the page with the view?

Note: Your next reply will be private and please make a complete backup copy, before sharing the access details.

regards,
Waqar

#2170947

Sorry for taking a long time to answer, I finally added the HTML markup in the view and it worked fine.

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.