We use cookies for analytics and to serve ads. Accept to enable Google Analytics and AdSense. You can decline to stay opt-out.
Franchise opportunity pages with Organization + Offer, FAQs, and breadcrumb navigation.
Identifies the franchisor brand and parent company.
Defines the franchise fee and availability.
Answers investment, qualifications, and support questions.
Provides navigation context for the franchise 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/franchise#org",
"name": "FreshBowl",
"url": "https://www.example.com/franchise",
"logo": "https://www.example.com/assets/freshbowl-logo.png",
"sameAs": [
"https://www.linkedin.com/company/freshbowl",
"https://www.instagram.com/freshbowl"
]
},
{
"@context": "https://schema.org",
"@type": "Offer",
"@id": "https://www.example.com/franchise#offer",
"name": "FreshBowl Franchise Fee",
"description": "Initial franchise fee for a single unit location.",
"price": "35000.00",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock",
"url": "https://www.example.com/franchise#apply",
"category": "FranchiseFee",
"eligibleRegion": "United States"
},
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What is the total investment?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Total investment ranges from $250k to $450k depending on location and build-out."
}
},
{
"@type": "Question",
"name": "Do you provide training?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. New franchisees receive 4 weeks of onboarding plus ongoing operations support."
}
},
{
"@type": "Question",
"name": "How long does it take to open?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Most locations open within 6-9 months after signing the franchise agreement."
}
}
]
},
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{ "@type": "ListItem", "position": 1, "name": "Home", "item": "https://www.example.com" },
{ "@type": "ListItem", "position": 2, "name": "Franchise", "item": "https://www.example.com/franchise" },
{ "@type": "ListItem", "position": 3, "name": "Apply", "item": "https://www.example.com/franchise#apply" }
]
}
]Yes. Add eligibleRegion details on the Offer or create separate Offers for each territory.
If royalties are disclosed on the page, add them in the Offer description or in FAQ answers.