logo

FAQPage

Schema for frequently asked questions sections

FAQPage Schema

Ideal for: FAQ sections, knowledge bases, support pages and Q&A content.

Rich Result Features: Expandable FAQ dropdowns directly in Google results — each question/answer takes up valuable SERP space.

Key Fields

  • FAQ page title and description
  • Questions and answers (unlimited, repeatable)
  • Topic/category
  • Author information
  • Publication and modification dates

Available Templates

  • Basic FAQ: Simple template with questions and answers
  • Complete FAQ Page: With complete metadata
  • Product FAQ: Product-specific questions

AI Detection

The AI detects FAQPage when content has 3+ real questions (ending in "?") plus FAQ keywords, or 5+ questions without keywords.

Code Examples

FAQPage Schema Example

json
{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "¿Cuántos tipos de schema soporta Schemafy?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Schemafy soporta 16 tipos de schema: Article, Product, FAQPage, LocalBusiness, Organization, Event, Recipe, HowTo, Review, Course, Person, VideoObject, WebPage, BreadcrumbList, Service y JobPosting."
      }
    },
    {
      "@type": "Question",
      "name": "¿Necesito saber código?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "No. El Smart Builder proporciona una interfaz visual con formularios. Simplemente elige un tipo, completa los campos y guarda."
      }
    }
  ]
}