Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 49 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "New And Used Tire",
description: "New And Used Tire is a Fort Worth-based tire shop offering both new and used tires for customers looking for affordable options. They provide tire sales with a focus on value, serving drivers who need reliable tire replacements without premium pricing.",
address: {
@type: "PostalAddress",
streetAddress: "2837 E Rosedale St",
addressLocality: "Fort Worth",
addressRegion: "TX",
postalCode: "76105",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.7309483,
longitude: -97.2837212
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.1",
reviewCount: "11",
bestRating: "5"
},
areaServed: "Fort Worth, TX and surrounding areas",
knowsAbout: "Tire Shops, Budget-conscious drivers, used tire buyers, customers seeking affordable tire replacements",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "New and Used Options"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Fort Worth 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.