Schema guides Industry
Schema generator for Insurance
Common schema types for Insurance
- InsuranceAgency
- LocalBusiness
- Review
- FAQPage
SEO tips
- Be precise about lines: auto, home, life, commercial
- Use FAQ for claims basics without promising outcomes
- Keep licensing and sameAs profiles current
Example JSON-LD
{ "@context": "https://schema.org", "@type": "InsuranceAgency", "name": "Summit Shield Insurance — Lake Oswego", "image": "https://example.com/agency-office.jpg", "url": "https://example.com/locations/lake-oswego", "telephone": "+1-503-555-0127", "priceRange": "Contact for quote", "address": { "@type": "PostalAddress", "streetAddress": "3 Monroe Pkwy, Suite 200", "addressLocality": "Lake Oswego", "addressRegion": "OR", "postalCode": "97035", "addressCountry": "US" }, "areaServed": { "@type": "State", "name": "Oregon" }, "openingHoursSpecification": { "@type": "OpeningHoursSpecification", "dayOfWeek": ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday"], "opens": "08:30", "closes": "17:00" }, "knowsAbout": ["Auto insurance", "Homeowners insurance", "Commercial liability", "Life insurance"], "memberOf": { "@type": "Organization", "name": "Independent Insurance Agents & Brokers of Oregon" }}Overview
InsuranceAgency fits brokers and agencies; carriers may use Organization at national scale. Mark up areaServed and contact methods that match compliance disclosures on the page.
Schema supports clarity; regulated copy still lives in your legal-reviewed content.