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 Board Hound",
description: "The Board Hound is a pet boarding facility in Alexandria, VA that provides safe, comfortable lodging for dogs while their owners are away. Located on S Peyton Street, they offer professional care and supervision for pets of all sizes, with a focus on creating a home-like environment during their stay.",
url: "http://theboardhound.com/",
telephone: "+1-703-382-9143",
address: {
@type: "PostalAddress",
streetAddress: "133 S Peyton St",
addressLocality: "Alexandria",
addressRegion: "VA",
postalCode: "22314",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.8053063,
longitude: -77.0565958
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "43",
bestRating: "5"
},
areaServed: "Alexandria, VA and surrounding Northern Virginia communities",
knowsAbout: "Pet Boarding & Daycare, Pet owners traveling for work or vacation, busy professionals needing short-term pet care, dogs of all sizes and temperaments",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Convenient Downtown Location"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Home-Like Environment"
}
],
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.