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: "The Pooch Patio",
description: "The Pooch Patio is a dog-friendly outdoor venue and boarding facility in Dallas offering a comfortable space for dogs to play, socialize, and stay overnight. Located on Manor Way, they provide supervised care with outdoor play areas and boarding services designed to keep dogs active and happy while their owners are away.",
url: "http://www.thepoochpatio.com/",
telephone: "+1-214-252-1550",
address: {
@type: "PostalAddress",
streetAddress: "2515 Manor Way",
addressLocality: "Dallas",
addressRegion: "TX",
postalCode: "75235",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.82638800000001,
longitude: -96.841343
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.5",
reviewCount: "214",
bestRating: "5"
},
areaServed: "Dallas, TX and surrounding areas",
knowsAbout: "Pet Boarding & Daycare, Dog owners needing overnight boarding, Pet owners seeking socialization opportunities for their dogs, Travelers and vacationing families",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Outdoor Play Areas"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Overnight Boarding"
}
],
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.