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: "Albert Tires",
description: "Albert Tires is a tire shop in Tampa offering tire sales, installation, and automotive repair services. With a perfect 5-star rating from customers, they provide reliable tire solutions and general car maintenance to Tampa drivers.",
telephone: "+1-305-525-5903",
address: {
@type: "PostalAddress",
streetAddress: "Mobil Road Service Albert tire",
addressLocality: "Tampa",
addressRegion: "FL",
postalCode: "33602",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.9516896,
longitude: -82.45875269999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "12",
bestRating: "5"
},
areaServed: "Tampa, FL and surrounding areas",
knowsAbout: "Tire Shops, Tampa drivers needing tire replacement, busy professionals seeking mobile service, commuters requiring quick auto maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Mobile Road Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Customer Satisfaction"
}
],
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.