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: "Pikipola Tire Depot & Rims",
description: "Pikipola Tire Depot & Rims is a full-service tire shop and auto parts store in Somerville specializing in tire sales, installation, and wheel rim services. With a focus on quality products and expert service, they offer everything from tire selection to professional installation and repair, making them a one-stop destination for all tire and rim needs.",
telephone: "+1-617-764-2017",
address: {
@type: "PostalAddress",
streetAddress: "95 Broadway",
addressLocality: "Somerville",
addressRegion: "MA",
postalCode: "02145",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.3875964,
longitude: -71.08275139999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "9",
bestRating: "5"
},
areaServed: "Somerville, MA and surrounding areas",
knowsAbout: "Tire Shops, Daily commuters needing tire replacement, car enthusiasts upgrading to custom rims, drivers seeking professional tire installation",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Tire & Rim Specialist"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Auto Parts & 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.