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: "Cowboys dog ranch",
description: "Cowboys Dog Ranch is a pet care facility in Hampton, VA offering comprehensive dog boarding and daycare services. The facility provides a safe, supervised environment where dogs can stay overnight or enjoy daily care while their owners are away. With a strong focus on animal welfare and individualized attention, Cowboys Dog Ranch is dedicated to keeping dogs happy, healthy, and well-socialized during their stay.",
url: "https://www.cowboysdogranch.com/",
telephone: "+1-757-945-1882",
address: {
@type: "PostalAddress",
streetAddress: "607 Aberdeen Rd",
addressLocality: "Hampton",
addressRegion: "VA",
postalCode: "23661",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.0128025,
longitude: -76.40324849999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "18",
bestRating: "5"
},
areaServed: "Hampton, VA and surrounding areas",
knowsAbout: "Pet Boarding & Daycare, Dog owners needing overnight boarding, pet owners wanting daytime supervision and socialization, travelers and working professionals",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Specialized Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Family Operation"
}
],
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.