Business
Extends: LocalBusiness
FinancialService Schema Markup
FinancialService covers businesses in the financial sector. Use more specific subtypes like BankOrCreditUnion or InsuranceAgency when available.
Eligible Rich Results
Local Business Knowledge Panel
When to Use FinancialService
Banks Investment firms Insurance agencies Accounting firms
Properties
| Property | Type | Status | Description |
|---|---|---|---|
| name | Text | required | Business name. |
| address | PostalAddress | required | Business address. |
| telephone | Text | recommended | Phone number. |
| url | URL | recommended | Website. |
| openingHoursSpecification | OpeningHoursSpecification | recommended | Business hours. |
JSON-LD Examples
Accounting Firm
A CPA firm.
{
"@context": "https://schema.org",
"@type": "FinancialService",
"name": "Premier CPA Group",
"address": {
"@type": "PostalAddress",
"addressLocality": "Denver",
"addressRegion": "CO",
"addressCountry": "US"
},
"telephone": "+1-303-555-0165"
} Common Mistakes
Using generic LocalBusiness for financial businesses.
Complete Guide to FinancialService Schema Markup
FinancialService markup helps financial businesses appear with accurate information in local search results. Using the most specific subtype available improves Google's understanding of your services.
Related Types
Ready to Create FinancialService Markup?
Use our free generator to create valid FinancialService JSON-LD markup with a visual form. No coding required.
Open Generator