Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 36 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "R.D. Tires - Semi Truck Tires & Repair mobile",
telephone: "+1-206-670-5811",
address: {
@type: "PostalAddress",
streetAddress: "2205 116th St S",
addressLocality: "Tacoma",
addressRegion: "WA",
postalCode: "98444",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 47.1521374,
longitude: -122.4667353
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "68",
bestRating: "5"
},
knowsAbout: "Tire Shops",
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.