Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 55 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Oly's tires 2 LLC",
description: "Oly's Tires 2 LLC is a full-service tire shop and auto repair facility in St. Petersburg offering tire sales, installation, wheel alignment, and comprehensive car repair services. With a focus on quality products and professional workmanship, they serve both individual drivers and commercial fleet customers seeking reliable tire solutions and maintenance services.",
telephone: "+1-727-317-5984",
address: {
@type: "PostalAddress",
streetAddress: "501 16th St N",
addressLocality: "St. Petersburg",
addressRegion: "FL",
postalCode: "33705",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.7777051,
longitude: -82.65463679999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "168",
bestRating: "5"
},
areaServed: "St. Petersburg and surrounding areas",
knowsAbout: "Tire Shops, Individual drivers needing tire replacement, fleet managers, regular maintenance customers, drivers seeking same-day tire service",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Auto Repair"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Commercial Fleet Support"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Wheel Alignment 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.