Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Sam's Club Tire & Battery",
description: "Sam's Club Tire & Battery in Austin offers tire sales, installation, and battery services to Sam's Club members. Located on North Capital of Texas Highway, this service center provides wheel alignment, tire balancing, and battery replacement with competitive warehouse pricing. Members benefit from Sam's Club's bulk buying power and member-exclusive discounts on automotive essentials.",
url: "https://www.samsclub.com/club/6453-austin-tx/tires",
telephone: "+1-512-343-8262",
address: {
@type: "PostalAddress",
streetAddress: "9700 N Capital of Texas Hwy",
addressLocality: "Austin",
addressRegion: "TX",
postalCode: "78759",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 30.391848799999998,
longitude: -97.74160619999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.3",
reviewCount: "32",
bestRating: "5"
},
areaServed: "Austin, TX and surrounding areas",
knowsAbout: "Tire Shops, Sam's Club members, budget-conscious drivers, families buying tires in bulk, small business fleet operators",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Warehouse Member Pricing"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Tire 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.