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: "The Bark Academy",
description: "The Bark Academy in Bessemer City is a pet care facility offering professional dog training and boarding services. Located on E Maine Ave, they provide comprehensive training programs and safe boarding accommodations for dogs of all ages and temperaments. Their experienced team focuses on helping dogs develop good behavior and obedience skills while providing attentive care.",
telephone: "+1-704-670-1352",
address: {
@type: "PostalAddress",
streetAddress: "315 E Maine Ave",
addressLocality: "Bessemer City",
addressRegion: "NC",
postalCode: "28016",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.2890188,
longitude: -81.27674460000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "17",
bestRating: "5"
},
areaServed: "Bessemer City, NC and surrounding areas",
knowsAbout: "Dog Training, Dog owners seeking obedience training, owners needing reliable boarding care, families with puppies, dogs with behavioral challenges",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Combined Training & Boarding"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Professional Staff"
}
],
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.