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: "Tires 24/7 New & Used",
description: "Tires 24/7 New & Used is a tire shop in Marietta specializing in both new and used tires for various vehicle types. Located on Cobb Parkway, they offer tire sales, installation, and auto repair services. The shop provides accessible tire solutions for budget-conscious drivers seeking quality used options alongside new tire inventory.",
telephone: "+1-770-612-3360",
address: {
@type: "PostalAddress",
streetAddress: "1740 Cobb Pkwy SE",
addressLocality: "Marietta",
addressRegion: "GA",
postalCode: "30060",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.9101145,
longitude: -84.4945386
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.3",
reviewCount: "257",
bestRating: "5"
},
areaServed: "Marietta and surrounding areas, Georgia",
knowsAbout: "Tire Shops, Budget-conscious drivers, Used tire seekers, Customers needing quick tire replacement",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "New & Used Inventory"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "24/7 Operations"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Auto 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.