Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Mell's Tire - Chelsea",
description: "Mell's Tire in Chelsea is a full-service tire shop and auto repair facility offering tire sales, installation, wheel alignment, and general car repair services. Located on Everett Avenue, they stock quality tires from major brands and provide professional installation and maintenance to keep vehicles running safely and efficiently.",
url: "https://www.mellstirechelsea.com/",
telephone: "+1-857-776-6646",
address: {
@type: "PostalAddress",
streetAddress: "200 Everett Ave",
addressLocality: "Chelsea",
addressRegion: "MA",
postalCode: "02150",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.3977545,
longitude: -71.0405092
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.5",
reviewCount: "10",
bestRating: "5"
},
areaServed: "Chelsea, MA and surrounding communities",
knowsAbout: "Tire Shops, Local drivers needing tire replacement, vehicle maintenance, wheel alignment, and general auto repair",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Service Capability"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expert Service"
}
],
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.