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: "All Dogs Club",
description: "All Dogs Club is a pet boarding facility in College Park that provides safe, supervised care for dogs while their owners are away. They offer overnight boarding with trained staff to ensure pets are comfortable and well-cared-for during their stay. The facility focuses on creating a stress-free environment for dogs with attention to their individual needs and routines.",
url: "https://www.alldogsclub.com/",
telephone: "+1-301-345-3647",
address: {
@type: "PostalAddress",
streetAddress: "5115 Berwyn Rd Suite C",
addressLocality: "College Park",
addressRegion: "MD",
postalCode: "20740",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.991455699999996,
longitude: -76.9248965
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "114",
bestRating: "5"
},
areaServed: "College Park, MD and surrounding areas",
knowsAbout: "Pet Boarding & Daycare, Dog owners traveling for work or vacation, pet parents needing reliable boarding, owners of dogs requiring supervised care",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Supervised Overnight Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Individual Pet Attention"
}
],
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.