Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Majestic Tree Care LLC",
description: "Majestic Tree Care LLC is a full-service tree care company in Meridian specializing in tree removal, trimming, pruning, and stump grinding for residential and commercial properties. The team handles emergency storm damage cleanup and offers free estimates for all projects. With expertise in all aspects of tree maintenance and removal, they provide licensed, insured service to keep properties safe and well-maintained.",
url: "http://mtcidaho.com/",
telephone: "+1-208-856-6088",
address: {
@type: "PostalAddress",
streetAddress: "2467 N Arrowwood Wy",
addressLocality: "Meridian",
addressRegion: "ID",
postalCode: "83646",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 43.6272155,
longitude: -116.3883489
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "91",
bestRating: "5"
},
areaServed: "Meridian, ID and surrounding Treasure Valley communities",
knowsAbout: "Tree Services, Homeowners needing tree removal or trimming, property managers handling commercial grounds, residents dealing with storm damage, those with hazardous trees near structures",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Emergency Storm Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Complete Tree Solutions"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Estimates"
}
],
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.