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: "Vargas Tire & Auto Repair- Jax",
description: "Vargas Tire & Auto Repair is a full-service automotive shop in Jacksonville specializing in tire sales, installation, and comprehensive auto repair. They offer wheel alignment, brake service, oil changes, and general maintenance for all vehicle types. With a focus on quality workmanship and customer service, Vargas provides both tire and mechanical expertise under one roof.",
url: "https://vargastireonline.com/",
telephone: "+1-305-772-4150",
address: {
@type: "PostalAddress",
streetAddress: "6316 Pine Summit Dr",
addressLocality: "Jacksonville",
addressRegion: "FL",
postalCode: "32211",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 30.344892,
longitude: -81.5915986
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "21",
bestRating: "5"
},
areaServed: "Jacksonville, FL and surrounding areas",
knowsAbout: "Tire Shops, Jacksonville drivers needing tire replacement, budget-conscious car owners, routine maintenance customers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Shop"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expertise"
}
],
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.