전체 템플릿
json 템플릿

JSON-LD FAQ Schema Template

Structured data template for FAQ sections. Helps AI systems understand and cite your Q&A content directly.

템플릿

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "@id": "https://www.yoursite.com/page#faq",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "What is [your product/service]?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "A clear, comprehensive answer to the question. Include relevant details that would be helpful for someone searching for this information."
      }
    },
    {
      "@type": "Question",
      "name": "How does [your product/service] work?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Explain the process or functionality in clear, simple terms. Use plain language that AI systems can easily parse and cite."
      }
    },
    {
      "@type": "Question",
      "name": "What are the benefits of [your product/service]?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "List the key benefits: 1) First benefit with explanation. 2) Second benefit with explanation. 3) Third benefit with explanation."
      }
    },
    {
      "@type": "Question",
      "name": "How much does [your product/service] cost?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Provide pricing information or direct users to your pricing page. Be specific about what's included at each tier."
      }
    },
    {
      "@type": "Question",
      "name": "How do I get started with [your product/service]?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Step 1: Sign up at yoursite.com. Step 2: Complete onboarding. Step 3: Start using the product. Contact us at hello@yoursite.com for help."
      }
    }
  ]
}
</script>

사용 방법

1

Add to pages with FAQ content

2

Ensure FAQ schema matches visible page content

3

Keep answers comprehensive but concise

4

Use natural language that AI can easily parse

5

Add as many Q&A pairs as relevant

이럴 때 쓰세요

Product/service FAQ sections

Support and help pages

Category landing pages

직접 적용이 어렵다면

템플릿은 좋은 출발점입니다. 우리 사이트에 맞게 맞춤 적용이 필요하다면 도와드리겠습니다.