Sauter la navigation

[Résolu] Google Rich Snippets

This support ticket is created Il y a 3 années et 4 mois. 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)

Marqué : ,

Ce sujet contient 2 réponses, a 2 voix.

Dernière mise à jour par aitorS Il y a 3 années et 3 mois.

Assisté par: Waqar.

Auteur
Publications
#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":"lien caché",
"@type":"ItemList",
"itemListElement":[
{
"@type":"ListItem",
"position":1,
"url":"lien caché"
},
{
"@type":"ListItem",
"position":2,
"url":"lien caché"
},
{
"@type":"ListItem",
"position":3,
"url":"lien caché"
}
]
}
</script>

In this link you have more info: lien caché
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.