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: "Dirty Dog Depot",
description: "Dirty Dog Depot is a pet boarding facility in Lexington, VA that specializes in caring for dogs during their owners' time away. Located on S Lee Highway, they provide a comfortable boarding environment for canine companions. The facility focuses on providing safe, attentive care for dogs of various sizes and temperaments.",
telephone: "+1-540-570-0646",
address: {
@type: "PostalAddress",
streetAddress: "1481 S Lee Hwy",
addressLocality: "Lexington",
addressRegion: "VA",
postalCode: "24450",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.7428707,
longitude: -79.4574809
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "25",
bestRating: "5"
},
areaServed: "Lexington, VA and surrounding areas",
knowsAbout: "Pet Boarding & Daycare, Dog owners seeking overnight boarding, Busy professionals needing reliable pet care, Travelers departing Lexington area",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Dedicated Dog-Focused Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Lexington Presence"
}
],
publisher: {
@type: "Organization",
name: "Lantern",
url: "https://lantern.llc",
contactPoint: {
@type: "ContactPoint",
email: "ai@lantern.llc",
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.