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: "Marietta Tires and Wheels",
description: "Marietta Tires and Wheels is a full-service tire shop and auto repair center in Marietta specializing in tire sales, installation, and automotive maintenance. They offer a wide selection of tires and wheels along with general car repair services, serving both individual drivers and commercial clients in the Marietta area.",
telephone: "+1-770-999-1449",
address: {
@type: "PostalAddress",
streetAddress: "349 Cobb Pkwy N",
addressLocality: "Marietta",
addressRegion: "GA",
postalCode: "30062",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.959804999999996,
longitude: -84.5280342
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "14",
bestRating: "5"
},
areaServed: "Marietta, GA and surrounding areas",
knowsAbout: "Tire Shops, Daily commuters needing tire replacement, vehicle owners requiring routine maintenance, fleet operators",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Tire Solutions"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Combination Shop"
}
],
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.