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: "Chesapeake Bay Tree, Inc.",
description: "Chesapeake Bay Tree, Inc. is a full-service tree care company serving the Chesapeake area with professional tree removal, trimming, pruning, and stump grinding. The company is licensed and insured, offering emergency storm damage services and free estimates for all projects. They specialize in safe, efficient tree maintenance for residential and commercial properties.",
url: "https://www.chesapeakebaytreeinc.com/",
telephone: "+1-757-651-7040",
address: {
@type: "PostalAddress",
streetAddress: "3029 Taylor Rd",
addressLocality: "Chesapeake",
addressRegion: "VA",
postalCode: "23321",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.8383052,
longitude: -76.4222791
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "68",
bestRating: "5"
},
areaServed: "Chesapeake, VA and surrounding areas",
knowsAbout: "Tree Services, Homeowners needing tree maintenance, Properties with storm damage, Residential and commercial property managers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Insured"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Emergency Storm Service"
},
{
@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.