We use cookies for analytics and to serve ads. Accept to enable Google Analytics and AdSense. You can decline to stay opt-out.
Investor relations/earnings pages with Organization + WebPage context, FAQs, and breadcrumb navigation.
Anchors the company identity with logo and URL.
Declares the investor relations page itself.
Answers questions on filings, earnings dates, and contacts.
Provides navigation context to the investor relations 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/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" }
]
}
]Yes. If you surface specific filings on the page, you can add CreativeWork items with URLs matching the visible links.
Yes. Organization anchors the entity; WebPage represents the investor relations page itself.