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: "Evergreen Flooring LLC",
description: "Evergreen Flooring LLC is a locally-owned flooring contractor in Meridian specializing in professional installation and refinishing of hardwood, tile, laminate, and carpet flooring. With a 5-star rating across 24 customer reviews, they deliver quality craftsmanship and personalized service to residential and commercial clients throughout the Boise area. Their experienced team handles everything from new installations to restoration projects.",
telephone: "+1-986-200-3489",
address: {
@type: "PostalAddress",
streetAddress: "1323 N Meridian Rd",
addressLocality: "Meridian",
addressRegion: "ID",
postalCode: "83642",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 43.6160186,
longitude: -116.39383579999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "24",
bestRating: "5"
},
areaServed: "Meridian, Boise, and surrounding communities in Ada County",
knowsAbout: "Flooring, Homeowners seeking quality flooring installation, commercial property managers, residential remodeling projects",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Multi-Surface Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "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.