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: "Northline Tires",
description: "Northline Tires is a full-service tire shop in Houston specializing in tire sales, installation, and auto repair services. Located on E Tidwell Road, they offer quality tires and professional automotive maintenance to keep your vehicle running safely and reliably.",
telephone: "+1-832-420-8859",
address: {
@type: "PostalAddress",
streetAddress: "819 E Tidwell Rd",
addressLocality: "Houston",
addressRegion: "TX",
postalCode: "77022",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.845844099999997,
longitude: -95.38604749999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "3",
bestRating: "5"
},
areaServed: "Houston, TX and surrounding areas",
knowsAbout: "Tire Shops, Local Houston drivers needing tire replacement, Auto owners seeking routine maintenance, Drivers requiring same-day tire service",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Shop"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Houston Business"
}
],
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.