Skip to content
Code-Schnipsel Gruppen Projekte
Commit 4a6c580c erstellt von Michael Danielczok's avatar Michael Danielczok
Dateien durchsuchen

feat: Use FAQ schema markup [Accordion].

Übergeordneter 2da948c1
No related branches found
No related tags found
Keine zugehörigen Merge Requests gefunden
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{foreach from=$entries item=entry}
{if isset($entry['entryTitle']) && isset($entry['entryContent'])}
{
"@type": "Question",
"name": "{$entry['entryTitle']}",
"acceptedAnswer": {
"@type": "Answer",
"text": "{$entry['entryContent']|escape:"htmlall"}"
}
}{if !($entry@last)},{/if}
{/if}
{/foreach}
]
}
</script>
0% oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren