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: "Goodyear Auto Service",
description: "Goodyear Auto Service in Bellevue offers comprehensive tire sales and auto repair services, including tire installation, alignment, and general vehicle maintenance. As an authorized Goodyear retailer, they stock a wide selection of tire brands and provide professional installation and balancing. The shop also handles brake service, oil changes, batteries, and other routine auto repairs, serving both local drivers and commercial fleet customers.",
url: "https://www.goodyear.com/en-us/goodyearautoservice",
telephone: "+1-425-747-9353",
address: {
@type: "PostalAddress",
streetAddress: "14923 NE 20th St",
addressLocality: "Bellevue",
addressRegion: "WA",
postalCode: "98007",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 47.627528299999994,
longitude: -122.1411513
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.9",
reviewCount: "337",
bestRating: "5"
},
areaServed: "Bellevue and surrounding Seattle metro area",
knowsAbout: "Tire Shops, Daily commuters needing tire replacement, drivers seeking preventive maintenance, small business owners managing fleet vehicles",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Goodyear-Authorized Retailer"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Auto Repair"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Fleet Services Available"
}
],
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.