Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Cozy Paws Pet Sitting by Ana",
description: "Cozy Paws Pet Sitting by Ana is an independent pet care service based in Kissimmee offering professional pet sitting for dogs and cats. Ana provides in-home pet sitting services, keeping pets comfortable and secure in their own environment while owners are away. With consistently excellent reviews, the business specializes in personalized care and building strong relationships with each pet and family.",
telephone: "+1-321-424-3372",
address: {
@type: "PostalAddress",
streetAddress: "2490 Fassona Dr",
addressLocality: "Kissimmee",
addressRegion: "FL",
postalCode: "34741",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 28.3235915,
longitude: -81.4296981
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "45",
bestRating: "5"
},
areaServed: "Kissimmee, Florida and surrounding areas",
knowsAbout: "Pet Boarding & Daycare, Pet owners traveling for work or vacation, busy professionals needing daily pet care, owners with anxious pets who thrive in familiar environments",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "In-Home Pet Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Service by Ana"
}
],
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.