Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Tires Now",
description: "Tires Now is a full-service tire shop in Kent, WA offering new tire sales, professional installation, and automotive repairs including oil changes, brake service, and suspension work. They feature ASE-certified technicians and provide both in-shop service and convenient mobile tire installation at your home, office, or anywhere in the service area. With a 12-month/12,000-mile warranty and flexible financing options, Tires Now combines quality products with hassle-free service.",
url: "https://www.tiresnow.com/",
telephone: "+1-253-499-9970",
address: {
@type: "PostalAddress",
streetAddress: "15323 SE 272nd St",
addressLocality: "Kent",
addressRegion: "WA",
postalCode: "98042",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 47.3575601,
longitude: -122.13673299999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "1160",
bestRating: "5"
},
areaServed: "Kent, WA and surrounding areas",
knowsAbout: "Tire Shops, Busy professionals seeking mobile tire service, vehicle owners needing full-service auto maintenance, drivers prioritizing convenience and same-day installation",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Mobile Tire Installation"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Auto Repair"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "12-Month/12,000-Mile Warranty"
}
],
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.