We use cookies for analytics and to serve ads. Accept to enable Google Analytics and AdSense. You can decline to stay opt-out.
Partner/affiliate program pages with Organization + Offer, FAQs, and breadcrumb navigation.
Anchors the brand offering the partner program.
Expresses the partner/affiliate program benefits and terms.
Answers eligibility, payout, and onboarding questions.
Provides navigation context to the partner program 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": "Organization",
"@id": "https://www.example.com/partners#org",
"name": "Example Corp",
"url": "https://www.example.com",
"logo": "https://www.example.com/assets/logo.svg",
"sameAs": [
"https://www.linkedin.com/company/example-corp"
]
},
{
"@context": "https://schema.org",
"@type": "Offer",
"@id": "https://www.example.com/partners#offer",
"name": "Example Partner Program",
"description": "Earn recurring commissions and get co-marketing resources as an Example partner.",
"price": "0.00",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock",
"url": "https://www.example.com/partners/apply",
"eligibleRegion": "Worldwide"
},
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "Who can apply?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Agencies, consultants, and creators with relevant audiences can apply. We review applications within 5 business days."
}
},
{
"@type": "Question",
"name": "How are commissions paid?",
"acceptedAnswer": {
"@type": "Answer",
"text": "We pay monthly via ACH or PayPal once you reach the minimum payout threshold. See program terms for details."
}
},
{
"@type": "Question",
"name": "Do you provide co-marketing materials?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. Partners get access to a content kit, product updates, and joint webinar opportunities."
}
}
]
},
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{ "@type": "ListItem", "position": 1, "name": "Home", "item": "https://www.example.com" },
{ "@type": "ListItem", "position": 2, "name": "Partners", "item": "https://www.example.com/partners" }
]
}
]Yes for a free partner/affiliate program. If you charge a fee, reflect the real price and currency.
Add one Offer per tier visible on the page, each with its own URL and eligibility details.