Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "M Logan Tires Used and New",
description: "M Logan Tires Used and New is a tire retailer in Jerome, Idaho offering both new and used tires for various vehicle types. They provide a local option for tire purchases and replacements with direct phone consultation available at (435) 374-1087.",
telephone: "+1-435-374-1087",
address: {
@type: "PostalAddress",
streetAddress: "215 W Yakima Ave Suite 1",
addressLocality: "Jerome",
addressRegion: "ID",
postalCode: "83338",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.6948521,
longitude: -114.5203805
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "10",
bestRating: "5"
},
areaServed: "Jerome, ID and surrounding areas",
knowsAbout: "Tire Shops, Budget-conscious drivers, Used tire buyers, Local Jerome residents",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Used and New Inventory"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Independent Service"
}
],
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.