Skip to content
SEWWA

Schema guides Industry

Schema generator for Lawyers

Common schema types for Lawyers

SEO tips

Example JSON-LD

{
"@context": "https://schema.org",
"@type": "LegalService",
"name": "Morrison & Hale LLP",
"url": "https://example.com/",
"logo": "https://example.com/logo.png",
"image": "https://example.com/office.jpg",
"telephone": "+1-415-555-0134",
"priceRange": "$$$",
"address": {
"@type": "PostalAddress",
"streetAddress": "100 California St, Suite 800",
"addressLocality": "San Francisco",
"addressRegion": "CA",
"postalCode": "94111",
"addressCountry": "US"
},
"areaServed": { "@type": "State", "name": "California" },
"openingHoursSpecification": {
"@type": "OpeningHoursSpecification",
"dayOfWeek": ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday"],
"opens": "09:00",
"closes": "18:00"
},
"knowsAbout": ["Employment law", "Business litigation", "Contract drafting"],
"founder": {
"@type": "Person",
"name": "Elena Morrison",
"jobTitle": "Managing Partner",
"url": "https://example.com/attorneys/elena-morrison"
}
}

Overview

LegalService fits many firm and attorney pages. Keep areaServed, priceRange, and contact fields aligned with ethics rules in your jurisdiction—schema is not the place for guarantees or superlatives you avoid in copy.

Use Review only for compliant, visible testimonials. SEWWA helps you build minimal, valid graphs you can extend as content grows.

Try the free Schema Generator →