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: "A Top To Bottom Tree & Lawn Service",
description: "A Top To Bottom Tree & Lawn Service is a full-service tree care and landscaping company serving the Norfolk, VA area. They specialize in tree removal, trimming, stump grinding, and emergency storm cleanup, along with comprehensive lawn maintenance services. The team is licensed and insured, offering free estimates and 24/7 emergency response for storm-damaged trees.",
url: "https://atoptobottomtreeservice.com/",
telephone: "+1-757-232-9197",
address: {
@type: "PostalAddress",
streetAddress: "2745 Azalea Garden Rd",
addressLocality: "Norfolk",
addressRegion: "VA",
postalCode: "23513",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.880783,
longitude: -76.2262425
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "97",
bestRating: "5"
},
areaServed: "Norfolk, VA and surrounding areas",
knowsAbout: "Tree Services, Homeowners needing tree removal or emergency storm cleanup, residential property managers, customers seeking one-stop tree and lawn care",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "24/7 Emergency Storm Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Tree Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Insured"
}
],
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.