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

      Fintech Investor Relations Stack

      Investor relations/earnings pages with Organization + WebPage context, FAQs, and breadcrumb navigation.

      Open generatorValidate in Rich Results Test

      When to use this stack

      • Investor relations landing pages for fintech/financial products
      • Earnings releases or investor updates with org context
      • Pages where FAQs clarify filings, timelines, and contacts

      What's included

      • Organization
        Open generator

        Anchors the company identity with logo and URL.

      • Declares the investor relations page itself.

      • Frequently Asked Questions
        Open generator

        Answers questions on filings, earnings dates, and contacts.

      • Breadcrumb
        Open generator

        Provides navigation context to the investor relations 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`).

      description
      itemListElement[].name
      logo
      mainEntity[].@type=Question
      mainEntity[].acceptedAnswer.text
      name
      url

      Recommended properties (stack union)

      address.addressCountry
      contactPoint.telephone
      dateModified
      datePublished
      inLanguage
      itemListElement[].item
      mainEntity[].acceptedAnswer.text
      mainEntity[].author.name
      mainEntity[].name
      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/investors#org",
          "name": "BrightPay Financial",
          "url": "https://www.example.com",
          "logo": "https://www.example.com/assets/logo.svg",
          "sameAs": [
            "https://www.linkedin.com/company/brightpay"
          ],
          "contactPoint": {
            "@type": "ContactPoint",
            "telephone": "+1-415-555-0170",
            "contactType": "Investor Relations"
          }
        },
        {
          "@context": "https://schema.org",
          "@type": "WebPage",
          "@id": "https://www.example.com/investors#page",
          "name": "Investor Relations — BrightPay Financial",
          "description": "Financials, earnings releases, and filings for BrightPay Financial.",
          "url": "https://www.example.com/investors",
          "inLanguage": "en",
          "dateModified": "2025-03-10"
        },
        {
          "@context": "https://schema.org",
          "@type": "FAQPage",
          "mainEntity": [
            {
              "@type": "Question",
              "name": "Where can I find the latest earnings release?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "Visit the Filings & Earnings section on this page. Releases and 10-Q/10-K filings are linked there."
              }
            },
            {
              "@type": "Question",
              "name": "When is the next earnings call?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "The next call is scheduled for May 7, 2025 at 2 PM PT. Dial-in and webcast details are provided on this page."
              }
            },
            {
              "@type": "Question",
              "name": "Who is the transfer agent?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "Acme Transfer Co. Contact details are listed under the Shareholder Services section."
              }
            }
          ]
        },
        {
          "@context": "https://schema.org",
          "@type": "BreadcrumbList",
          "itemListElement": [
            { "@type": "ListItem", "position": 1, "name": "Home", "item": "https://www.example.com" },
            { "@type": "ListItem", "position": 2, "name": "Investors", "item": "https://www.example.com/investors" }
          ]
        }
      ]

      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

      Can I include filings as CreativeWork?

      Yes. If you surface specific filings on the page, you can add CreativeWork items with URLs matching the visible links.

      Do I need both Organization and WebPage?

      Yes. Organization anchors the entity; WebPage represents the investor relations page itself.

      References