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 Parlor",
description: "The Parlor is a pet grooming salon in Powell, TN specializing in dog grooming services. They offer professional grooming for dogs of all sizes and coat types, with an online booking system for convenient appointment scheduling. The business focuses on providing quality pet care in a welcoming environment.",
url: "http://booking.moego.pet/ol/landing?name=TheParlor",
telephone: "+1-865-938-7298",
address: {
@type: "PostalAddress",
streetAddress: "7215 Clinton Hwy Suite B",
addressLocality: "Powell",
addressRegion: "TN",
postalCode: "37849",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.015110299999996,
longitude: -84.0440215
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "244",
bestRating: "5"
},
areaServed: "Powell, TN and surrounding areas",
knowsAbout: "Dog Grooming, Dog owners seeking professional grooming services, pet owners looking for convenient online booking",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Online Booking System"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Professional Dog Grooming"
}
],
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.