We use cookies for analytics and to serve ads. Accept to enable Google Analytics and AdSense. You can decline to stay opt-out.
Waitlist/early access pages with WebPage + Offer context, FAQs, and breadcrumb navigation.
Declares the waitlist landing page and summary description.
Describes the early access offer and signup URL.
Answers invite timing, access tiers, and eligibility questions.
Provides navigation context to the waitlist page.
Ensure every applicable required property is present in your implementation. Nested props reference their parent objects (for example, `offers.priceCurrency`).
Paste as a single script tag. Keep product details, offer data, shipping/returns, and FAQ answers in sync with the page.
[
{
"@context": "https://schema.org",
"@type": "WebPage",
"@id": "https://www.example.com/early-access#page",
"name": "Join the Early Access Waitlist",
"description": "Get early access to Example AI with priority onboarding and launch pricing.",
"url": "https://www.example.com/early-access",
"inLanguage": "en",
"dateModified": "2025-03-08"
},
{
"@context": "https://schema.org",
"@type": "Offer",
"@id": "https://www.example.com/early-access#offer",
"name": "Early Access Waitlist",
"description": "Free waitlist signup for early access invitations.",
"price": "0.00",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock",
"url": "https://www.example.com/early-access#signup"
},
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "When will invites be sent?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Invites roll out weekly starting in April. You will receive an email once your spot is available."
}
},
{
"@type": "Question",
"name": "Is the waitlist free?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. Joining the waitlist is free and does not require a credit card."
}
},
{
"@type": "Question",
"name": "How is priority determined?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Priority is based on signup time and fit for current feature testing."
}
}
]
},
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{ "@type": "ListItem", "position": 1, "name": "Home", "item": "https://www.example.com" },
{ "@type": "ListItem", "position": 2, "name": "Early Access", "item": "https://www.example.com/early-access" }
]
}
]Yes. Match any public timelines on the page and mirror them in FAQ answers.
List each tier in the page content and add separate Offer objects if each tier has distinct terms.