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: "Gilbert Station Farm",
description: "Gilbert Station Farm is a pet care facility in Barboursville offering boarding and daycare services for dogs and cats. This family-run farm provides a spacious, countryside setting where pets can experience outdoor play and personalized care in a home-like environment away from typical kennel facilities.",
telephone: "+1-434-260-6190",
address: {
@type: "PostalAddress",
streetAddress: "4163 Gilbert Station Rd",
addressLocality: "Barboursville",
addressRegion: "VA",
postalCode: "22923",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.150433899999996,
longitude: -78.3727344
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Barboursville, VA and surrounding areas",
knowsAbout: "Pet Boarding & Daycare, Pet owners seeking countryside boarding, multi-pet households, owners wanting outdoor play options for their pets",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Farm Setting"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Multi-Pet Boarding"
}
],
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.