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: "Urban Paws",
description: "Urban Paws is a full-service pet care facility in Dallas offering pet boarding, doggy daycare, and grooming services. Located on Elm Street, they provide a safe, supervised environment for dogs with daily care, exercise, and attention. Urban Paws combines boarding and daycare flexibility with professional grooming to meet the full range of pet owner needs.",
url: "http://www.urbanpawsdallas.com/",
telephone: "+1-214-748-8008",
address: {
@type: "PostalAddress",
streetAddress: "2526 Elm St",
addressLocality: "Dallas",
addressRegion: "TX",
postalCode: "75226",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.7836156,
longitude: -96.7879985
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "212",
bestRating: "5"
},
areaServed: "Dallas, TX and surrounding areas",
knowsAbout: "Pet Boarding & Daycare, Working dog owners needing daycare, travelers requiring reliable boarding, pet owners wanting grooming services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Pet Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Established Local Business"
}
],
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.