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: "Furry Friends Resort",
description: "Furry Friends Resort is a pet boarding and daycare facility in Santee, CA dedicated to providing a safe, comfortable home-away-from-home for dogs and cats. The facility offers overnight boarding, doggy daycare, and grooming add-on services, with trained staff focused on the health, safety, and happiness of every pet. They provide a welcoming environment where pets can play, relax, and receive personalized care while their owners are away.",
url: "http://www.furryfriendsresort.com/",
telephone: "+1-619-562-2326",
address: {
@type: "PostalAddress",
streetAddress: "8790 Cuyamaca St suite g",
addressLocality: "Santee",
addressRegion: "CA",
postalCode: "92071",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.835583899999996,
longitude: -116.9844593
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "92",
bestRating: "5"
},
areaServed: "Santee and surrounding East County San Diego areas",
knowsAbout: "Pet Boarding & Daycare, Pet owners needing overnight boarding, working professionals seeking daily doggy daycare, cat owners traveling away from home, pet owners wanting grooming convenience",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Overnight Boarding Available"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Daycare & Grooming Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Specialized Pet Care"
}
],
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.