Landing page FAQ schema

Landing page shipping timing FAQ schema guide

Use this guide when FAQ schema for campaign trust questions needs FAQPage JSON-LD for a visible answer to: When will my order ship? The markup should match what visitors can actually read.

Open the free schema builder Build visible accordion

FAQPage JSON-LD pattern

{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "mainEntity": [{
    "@type": "Question",
    "name": "When will my order ship?",
    "acceptedAnswer": {
      "@type": "Answer",
      "text": "Use the visible answer text from this page."
    }
  }]
}

Visibility checklist

  • The same question appears on the page.
  • The same answer is visible to visitors.
  • The answer uses real policy, product, or support details.
  • The copy avoids broad guarantees and fake proof.

Related FAQ schema guides

returns conditions FAQ schema

Use the actual return window and item condition, without promising an automatic result.

Open this guide

support route FAQ schema

Name the support route and the details shoppers should include.

Open this guide

product includes FAQ schema

List the actual item, file, material, or quantity the shopper receives.

Open this guide