Cookies & analytics

    We use cookies for analytics and to serve ads. Accept to enable Google Analytics and AdSense. You can decline to stay opt-out.

    SwiftSchema Logo

    SwiftSchema

    Intuitive Schema Generation at Your Fingertips

    AboutLearnContact
      Stack

      Microloan Program Stack

      Microloan program pages with Organization + Offer context, FAQs, and breadcrumbs.

      Open generatorValidate in Rich Results Test

      When to use this stack

      • Community microloan program landing pages
      • Small business microloan application pages
      • Program pages outlining eligibility, rates, and terms

      What's included

      • Organization
        Open generator

        Anchors the lender or program sponsor.

      • Represents the microloan offer details and CTA.

      • Frequently Asked Questions
        Open generator

        Answers eligibility, amounts, and repayment questions.

      • Breadcrumb
        Open generator

        Provides navigation context for the microloan page.

      Required properties (stack union)

      Ensure every applicable required property is present in your implementation. Nested props reference their parent objects (for example, `offers.priceCurrency`).

      availability
      itemListElement[].name
      logo
      mainEntity[].@type=Question
      mainEntity[].acceptedAnswer.text
      name
      price
      priceCurrency
      url

      Recommended properties (stack union)

      description
      eligibleCustomerType
      itemListElement[].item
      mainEntity[].acceptedAnswer.text
      mainEntity[].author.name
      mainEntity[].name
      priceValidUntil
      sameAs

      Combined JSON-LD

      Paste as a single script tag. Keep product details, offer data, shipping/returns, and FAQ answers in sync with the page.

      Validate
      [
        {
          "@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" }
          ]
        }
      ]

      Implementation steps

      1. Start from your live product detail page content; ensure titles, prices, and availability match the page.
      2. Embed one JSON-LD script in the head or just before the closing body tag using the combined example as a template.
      3. Fill shipping details for each region you serve and keep them aligned with on-page shipping tables.
      4. Attach your canonical MerchantReturnPolicy URL and keep the policy text in sync with Merchant Center.
      5. Add 3–6 FAQs that address purchase blockers (shipping, returns, compatibility) and keep answers consistent with visible content.
      6. Validate in the Rich Results Test and revalidate after price/availability/policy changes.

      Common errors and fixes

      FAQs

      Should I include interest rates?

      If rates are shown on the page, mention them in the Offer description and FAQs.

      How do I show required documents?

      List required documents on the page and summarize them in FAQ answers.

      References