Skip to content
Snippets Groups Projects
Commit ac20b27c authored by jean-philippe.simonnet's avatar jean-philippe.simonnet
Browse files

ajout modele question reponse google

parent 80bb301a
No related branches found
No related tags found
No related merge requests found
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [{
"@type": "Question",
"name": "#ENV{question}",
"acceptedAnswer": {
"@type": "Answer",
"text": "[(#ENV{reponse}|paragrapher|propre)]"
}
}]
}
</script>
<div itemscope itemprop="mainEntity" itemtype="https://schema.org/Question">
<h2 itemprop="name">#ENV{question}</h2>
<div itemscope itemprop="acceptedAnswer" itemtype="https://schema.org/Answer">
<div itemprop="text">
[(#ENV{reponse}|paragrapher|propre)]
</div>
</div>
</div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment