Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Sunland Acres",
description: "Sunland Acres is a pet boarding facility in Jacksonville offering overnight boarding and daycare services for dogs and cats. With over a decade of experience, they provide a safe, supervised environment where pets receive attentive care from trained staff. The facility features spacious accommodations and individualized attention to ensure pets are comfortable while their owners are away.",
url: "http://www.sunlandacres.com/",
telephone: "+1-904-287-5246",
address: {
@type: "PostalAddress",
streetAddress: "1376 Fruit Cove Rd S",
addressLocality: "Jacksonville",
addressRegion: "FL",
postalCode: "32259",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 30.1028989,
longitude: -81.62944999999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "132",
bestRating: "5"
},
areaServed: "Jacksonville, FL and surrounding areas",
knowsAbout: "Pet Boarding & Daycare, Pet owners needing overnight boarding, busy professionals using daycare, multi-pet households, cat owners",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Dual Species Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Experienced Staff"
}
],
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.