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: "A&G Auto Tech",
description: "A&G Auto Tech is an independent car repair shop in Boston specializing in general automotive service and maintenance. Located on Quincy Street, they handle routine repairs, diagnostics, and vehicle servicing for both domestic and foreign cars. With strong customer feedback, A&G Auto Tech is a neighborhood repair option for Boston drivers seeking reliable, straightforward service.",
telephone: "+1-617-445-3800",
address: {
@type: "PostalAddress",
streetAddress: "240 Quincy St",
addressLocality: "Boston",
addressRegion: "MA",
postalCode: "02121",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.3123547,
longitude: -71.0729358
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "51",
bestRating: "5"
},
areaServed: "Boston and surrounding areas",
knowsAbout: "Auto Repair & Mechanics, Boston residents, commuters needing routine maintenance, owners of domestic and foreign vehicles",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent shop"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "General automotive expertise"
}
],
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.