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: "High Street Automotive llc",
description: "High Street Automotive is an independent car repair shop in Portsmouth offering general automotive maintenance and repair services. With a 4.4-star reputation based on customer feedback, they handle a range of vehicle issues for local drivers seeking reliable, accessible service.",
telephone: "+1-757-541-8468",
address: {
@type: "PostalAddress",
streetAddress: "2012 High St",
addressLocality: "Portsmouth",
addressRegion: "VA",
postalCode: "23704",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.834916,
longitude: -76.3249672
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "25",
bestRating: "5"
},
areaServed: "Portsmouth, VA and surrounding areas",
knowsAbout: "Auto Repair & Mechanics, Local vehicle owners needing routine maintenance, busy professionals seeking convenient car repair, drivers looking for independent shop service",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Shop"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Established Local Presence"
}
],
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.