We use cookies for analytics and to serve ads. Accept to enable Google Analytics and AdSense. You can decline to stay opt-out.
Microloan program pages with Organization + Offer context, FAQs, and breadcrumbs.
Anchors the lender or program sponsor.
Represents the microloan offer details and CTA.
Answers eligibility, amounts, and repayment questions.
Provides navigation context for the microloan 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/microloans#org",
"name": "Northwind Community Lending",
"url": "https://www.example.com/microloans",
"logo": "https://www.example.com/images/northwind-lending-logo.svg",
"description": "Microloans for small businesses and entrepreneurs."
},
{
"@context": "https://schema.org",
"@type": "Offer",
"@id": "https://www.example.com/microloans#offer",
"name": "Microloan Program",
"description": "Loans from $1,000 to $25,000 with flexible repayment terms.",
"price": "0.00",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock",
"url": "https://www.example.com/microloans/apply"
},
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "Who is eligible to apply?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Applicants must be small business owners in the region with at least six months of operations."
}
},
{
"@type": "Question",
"name": "What is the typical repayment term?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Most loans are repaid over 12–36 months depending on the amount."
}
},
{
"@type": "Question",
"name": "How long does approval take?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Decisions are typically made within 10 business days after submission."
}
}
]
},
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{ "@type": "ListItem", "position": 1, "name": "Home", "item": "https://www.example.com" },
{ "@type": "ListItem", "position": 2, "name": "Programs", "item": "https://www.example.com/programs" },
{ "@type": "ListItem", "position": 3, "name": "Microloans", "item": "https://www.example.com/microloans" }
]
}
]If rates are shown on the page, mention them in the Offer description and FAQs.
List required documents on the page and summarize them in FAQ answers.