Auto Repair Schema Generator — Free JSON-LD
Build AutoRepair schema with service categories, ASE certifications, payment options, and shop hours. Win Google Maps for auto repair searches.
🏪Local Business Schema
Fields marked with * are required for valid schema markup.
JSON-LD Output
<span class=400">"text-gray-500"><script type=400">"application/ld+json"></span>
{
400">"@context": 400">"https://schema.org",
400">"@type": 400">"AutoRepair"
}
<span class=400">"text-gray-500"></script></span>Copy this code and paste it into the <head> section of your HTML page.
AutoRepair-Specific Properties
| Property | Example |
|---|---|
availableService | ["Oil Change", "Brake Repair", "AC Repair", "Engine Diagnostics"] |
hasCredential | "ASE Certified", "ASE Master Tech" |
paymentAccepted | "Cash, Credit Card, Financing Available" |
employee | Certified techs as Person objects |
brand | OEM specialty (Honda, Toyota, etc) if applicable |
Best Practices
- Use AutoRepair over generic LocalBusiness — Google matches auto-intent queries significantly better.
- List all major services in availableService for matching service-specific queries.
- Add ASE certifications in hasCredential — major trust signal.
- List each certified technician as a Person with their own hasCredential.
- Include payment methods accepted, especially financing for major repairs.
- For brand-specialty shops (Honda specialists, Subaru specialists), create per-brand landing pages.
- Multi-location shops get separate schema per location page.
- Pair with FAQ schema for common questions (warranty, payment plans, walk-ins).
Where to Put This Schema
Same flow as other LocalBusiness types — WordPress (SEO plugin or functions.php), Wix/Squarespace (Code Injection). Mitchell1 and other shop management systems may have schema modules; YOUR website's schema is what drives Google Maps placement.
Frequently Asked Questions
Should I use AutoRepair or LocalBusiness?
AutoRepair is the specific subtype — use it. Google understands auto repair intent significantly better with the specific @type than with generic LocalBusiness.
How do I list ASE certifications?
Add to hasCredential array. ASE Master Tech certifications are major trust signals. Also list each certified technician as a Person with their own hasCredential.
Should I list specific service categories?
Yes — availableService with each major service: 'Oil Change', 'Brake Repair', 'Transmission Service', 'AC Repair', 'Engine Diagnostics'. Drives matching for service-specific queries like 'brake repair near me'.
How do I show that I service specific makes/models?
Schema.org doesn't have a dedicated property — use keywords or list in description (e.g., 'Specializing in Honda, Toyota, and Subaru'). For brand-specialty shops, also create per-brand landing pages with focused schemas.
What payment methods should I list?
paymentAccepted with comma-separated string: 'Cash, Credit Card, Debit, Apple Pay, Financing Available'. Financing availability is a meaningful conversion driver for major repairs.
Can I show warranty information in schema?
Indirectly — mention warranty in description. There's no dedicated warranty property for service businesses. For specific repairs you offer warranties on, individual Service objects in availableService can include the warranty terms.
Related Industry Schemas
- Plumber Schema — similar service-categorization pattern
- LocalBusiness Hub — other industries