Live
No signup

FAQ Schema Generator

Rich results for your FAQ page.

#1
#2

JSON-LD for your <head>

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "¿Cómo funciona?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Funciona muy bien."
      }
    },
    {
      "@type": "Question",
      "name": "¿Cuánto cuesta?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Tenemos un plan gratis y un plan Pro de $19/mes."
      }
    }
  ]
}
</script>