Saltar navegación

[Resuelto] Google Rich Snippets

This support ticket is created hace 3 años, 4 meses. 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)

Etiquetado: ,

Este tema contiene 2 respuestas, tiene 2 mensajes.

Última actualización por aitorS hace 3 años, 3 meses.

Asistido por: Waqar.

Autor
Mensajes
#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":"enlace oculto",
"@type":"ItemList",
"itemListElement":[
{
"@type":"ListItem",
"position":1,
"url":"enlace oculto"
},
{
"@type":"ListItem",
"position":2,
"url":"enlace oculto"
},
{
"@type":"ListItem",
"position":3,
"url":"enlace oculto"
}
]
}
</script>

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

#2162581

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.