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: "Keystone Kennels",
description: "Keystone Kennels is a pet boarding facility in Tarpon Springs offering safe, comfortable accommodations for dogs and cats. The facility provides supervised care with outdoor play areas and flexible boarding options for short-term and extended stays. Owner-operated with a focus on personalized attention and animal well-being.",
url: "https://keystonekennels.com/",
telephone: "+1-727-934-3438",
address: {
@type: "PostalAddress",
streetAddress: "3790 Keystone Rd",
addressLocality: "Tarpon Springs",
addressRegion: "FL",
postalCode: "34688",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 28.143707199999998,
longitude: -82.6676635
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "55",
bestRating: "5"
},
areaServed: "Tarpon Springs, FL and surrounding areas",
knowsAbout: "Pet Boarding & Daycare, Pet owners taking vacations or business trips, families needing temporary pet care, multi-pet households",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Outdoor Play Areas"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Cat & Dog Boarding"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local & Family-Owned"
}
],
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.