Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Quality Tire Co.",
description: "Quality Tire Co. is a full-service tire shop in Summerville offering new tires from major manufacturers, affordable used tires, and comprehensive tire care and repair services. They stock a wide selection of tire sizes with regular inventory restocking, and can special order tires if needed. Beyond tires, they provide auto repair services and now offer financing options to make vehicle maintenance more accessible.",
url: "https://qualitytiresc.com/",
telephone: "+1-843-821-7003",
address: {
@type: "PostalAddress",
streetAddress: "1312 S Main St",
addressLocality: "Summerville",
addressRegion: "SC",
postalCode: "29483",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.0027007,
longitude: -80.20108379999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "900",
bestRating: "5"
},
areaServed: "Summerville, SC and surrounding areas",
knowsAbout: "Tire Shops, Budget-conscious drivers, vehicle owners needing tire replacements, customers seeking used tire options, drivers requiring same-day tire repairs",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Extensive Used Tire Inventory"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Special Order Capability"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Financing Available"
}
],
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.