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: "Arias Tires",
description: "Arias Tires is a tire shop and auto repair service in Cambridge offering tire sales, installation, and general automotive maintenance and repairs. With a perfect 5-star rating from customers, they provide reliable service for vehicle owners needing quality tires and mechanical work in the Cambridge area.",
telephone: "+1-774-263-6842",
address: {
@type: "PostalAddress",
streetAddress: "48 New St Unit Rear",
addressLocality: "Cambridge",
addressRegion: "MA",
postalCode: "02138",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.388086400000006,
longitude: -71.1402988
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "11",
bestRating: "5"
},
areaServed: "Cambridge, MA and surrounding areas",
knowsAbout: "Tire Shops, Cambridge drivers needing tire replacement, vehicle maintenance, and auto repair services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Tire Sales & Installation"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Auto Repair Services"
}
],
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.