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: "Mark's Tree & Yard Care",
description: "Mark's Tree & Yard Care provides tree removal, trimming, and yard maintenance services to the Twin Falls area. As a locally-owned operation, they handle both residential tree work and general yard care needs. With direct phone contact available, they offer personalized service for homeowners looking to maintain or clear their properties.",
telephone: "+1-208-734-1326",
address: {
@type: "PostalAddress",
streetAddress: "1875 Sigrid Ave",
addressLocality: "Twin Falls",
addressRegion: "ID",
postalCode: "83301",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.56428400000001,
longitude: -114.4486103
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3",
reviewCount: "2",
bestRating: "5"
},
areaServed: "Twin Falls, ID and surrounding areas",
knowsAbout: "Tree Services, Twin Falls homeowners, Property maintenance customers, Residential yard care needs",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Independent Business"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Yard Work"
}
],
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.