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: "Paws Retreat",
description: "Paws Retreat is a pet boarding facility in Fort Pierce serving dogs and cats with comfortable accommodations and attentive care. Located at 1905 Edwards Rd, they provide a safe, supervised environment for pets while their owners are away, with amenities designed to keep animals comfortable and stress-free during their stay.",
url: "http://www.pawsretreat1905.com/",
telephone: "+1-772-227-0843",
address: {
@type: "PostalAddress",
streetAddress: "1905 Edwards Rd",
addressLocality: "Fort Pierce",
addressRegion: "FL",
postalCode: "34982",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.410581,
longitude: -80.3443576
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "19",
bestRating: "5"
},
areaServed: "Fort Pierce and surrounding areas",
knowsAbout: "Pet Boarding & Daycare, Pet owners traveling or away from home, multi-pet households, busy professionals needing reliable pet care",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Overnight Boarding"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Cat & Dog Services"
}
],
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.