Schema guides Industry
Schema generator for Electricians
Common schema types for Electricians
- LocalBusiness
- Service
- Review
SEO tips
- List electrical services (panel upgrade, EV charger, commercial)
- Include licensing or certification text shown on-site
- Add service area and scheduling links
Example JSON-LD
{ "@context": "https://schema.org", "@type": "Electrician", "name": "VoltCraft Electric", "image": "https://example.com/electrician-team.jpg", "url": "https://example.com/", "telephone": "+1-503-555-0188", "priceRange": "$$", "address": { "@type": "PostalAddress", "streetAddress": "55 Industrial Way", "addressLocality": "Beaverton", "addressRegion": "OR", "postalCode": "97005", "addressCountry": "US" }, "areaServed": { "@type": "AdministrativeArea", "name": "Portland metropolitan area" }, "openingHoursSpecification": { "@type": "OpeningHoursSpecification", "dayOfWeek": ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday"], "opens": "07:30", "closes": "17:00" }, "hasCredential": { "@type": "EducationalOccupationalCredential", "credentialCategory": "license", "recognizedBy": { "@type": "Organization", "name": "Oregon Building Codes Division" } }, "makesOffer": [ { "@type": "Offer", "itemOffered": { "@type": "Service", "name": "200A panel upgrades" } }, { "@type": "Offer", "itemOffered": { "@type": "Service", "name": "EV charger installation" } }, { "@type": "Offer", "itemOffered": { "@type": "Service", "name": "Commercial tenant improvements" } } ]}Overview
Electricians should emphasize trust and coverage: license numbers belong in schema only if they appear on the page. Service nodes help clarify commercial vs residential offers.
Keep one primary entity per URL to avoid conflicting graphs; use SEWWA to generate and iterate.