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 Barking Lot",
description: "The Barking Lot is a professional pet grooming salon in Richmond, VA that serves dogs and cats of all breeds. With two convenient locations—one on N. Belmont Ave in Richmond and another at Fin & Feather in Henrico—they offer comprehensive grooming services for pets of any size or breed type.",
url: "http://www.thebarkinglot.info/",
telephone: "+1-804-358-4038",
address: {
@type: "PostalAddress",
streetAddress: "606 N Belmont Ave",
addressLocality: "Richmond",
addressRegion: "VA",
postalCode: "23221",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.561105999999995,
longitude: -77.475702
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.5",
reviewCount: "133",
bestRating: "5"
},
areaServed: "Richmond and Henrico, VA",
knowsAbout: "Dog Grooming, Multi-pet households, all dog breeds, cat owners seeking professional grooming",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Dual Locations"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Dogs and Cats"
}
],
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.