Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Northend Construction",
description: "Northend Construction is a full-service general contracting company based in Boise specializing in custom remodeling, additions, and home renovations. Their team handles kitchen and bathroom remodels, room additions, basement finishing, and complete design-build projects for homeowners seeking quality craftsmanship and personalized service.",
url: "https://www.northendconstruction.com/",
telephone: "+1-208-695-5263",
address: {
@type: "PostalAddress",
streetAddress: "5262 S Chinook Ave",
addressLocality: "Boise",
addressRegion: "ID",
postalCode: "83709",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 43.5549908,
longitude: -116.2688952
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "24",
bestRating: "5"
},
areaServed: "Boise, ID and surrounding areas",
knowsAbout: "General Contractors & Remodelers, Homeowners seeking kitchen or bathroom remodels, families planning room additions, those ready to finish basement spaces, design-build project clients",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Design-Build Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Custom Remodeling Expertise"
}
],
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.