Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "DR Auto & Tire Service Inc",
description: "DR Auto & Tire Service Inc is a full-service auto repair shop located in Dorchester, MA, offering comprehensive tire sales and automotive maintenance and repair services. The shop handles everything from routine oil changes and tire rotations to brake service, engine diagnostics, and general repairs for all vehicle makes and models. They serve the local Dorchester community and surrounding Boston neighborhoods with reliable, professional service.",
telephone: "+1-617-288-1047",
address: {
@type: "PostalAddress",
streetAddress: "257 Columbia Rd",
addressLocality: "Dorchester",
addressRegion: "MA",
postalCode: "02121",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.308236799999996,
longitude: -71.0745838
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.5",
reviewCount: "138",
bestRating: "5"
},
areaServed: "Dorchester and surrounding Boston neighborhoods",
knowsAbout: "Auto Repair & Mechanics, Daily drivers needing routine maintenance, budget-conscious car owners, residents in Dorchester and surrounding neighborhoods",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Shop"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Community Focus"
}
],
publisher: {
@type: "Organization",
name: "Lantern",
url: "https://lantern.llc",
contactPoint: {
@type: "ContactPoint",
url: "https://lantern.llc/contact?from=ai-data",
contactType: "AI inquiries"
}
}
}This structured data is embedded in the AI Profile page as JSON-LD and is read by ChatGPT, Claude, Perplexity, Google AI, and other AI platforms when they crawl this page. It follows the Schema.org LocalBusiness specification.