Skip to content
SEWWA

Schema guides Industry

Schema generator for Automotive

Common schema types for Automotive

SEO tips

Example JSON-LD

{
"@context": "https://schema.org",
"@type": "AutoRepair",
"name": "Summit Brake & Tire — NE Portland",
"image": "https://example.com/bay-area.jpg",
"url": "https://example.com/locations/ne-portland",
"telephone": "+1-503-555-0155",
"priceRange": "$$",
"address": {
"@type": "PostalAddress",
"streetAddress": "4820 NE Sandy Blvd",
"addressLocality": "Portland",
"addressRegion": "OR",
"postalCode": "97213",
"addressCountry": "US"
},
"geo": { "@type": "GeoCoordinates", "latitude": "45.5432", "longitude": "-122.6120" },
"openingHoursSpecification": {
"@type": "OpeningHoursSpecification",
"dayOfWeek": ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"],
"opens": "07:30",
"closes": "18:00"
},
"hasOfferCatalog": {
"@type": "OfferCatalog",
"name": "Automotive services",
"itemListElement": [
{ "@type": "Offer", "itemOffered": { "@type": "Service", "name": "Brake inspection and repair" } },
{ "@type": "Offer", "itemOffered": { "@type": "Service", "name": "AC recharge and diagnostics" } },
{ "@type": "Offer", "itemOffered": { "@type": "Service", "name": "Alignment and suspension" } }
]
},
"brand": [
{ "@type": "Brand", "name": "Michelin" },
{ "@type": "Brand", "name": "Bosch" }
]
}

Overview

AutoRepair and AutoDealer are distinct—pick the type that matches the page. List Service names users recognize (brakes, AC, diagnostics) and keep areaServed honest.

Schema supports local pack alignment; combine with strong on-page NAP and GBP hygiene.

Try the free Schema Generator →