Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Bark and Beautiful",
description: "Bark and Beautiful is a full-service dog grooming salon in Gastonia offering professional bathing, haircuts, nail trimming, and specialized grooming services for all dog breeds and sizes. The experienced grooming team provides personalized care tailored to each dog's coat type and owner preferences, ensuring both beauty and comfort. They welcome both appointments and walk-ins, making it convenient for local pet owners to keep their furry friends looking and feeling their best.",
url: "https://barkandbeautiful.gingrapp.com/front_end/index",
telephone: "+1-704-616-7997",
address: {
@type: "PostalAddress",
streetAddress: "5515 Sparrow Dairy Rd",
addressLocality: "Gastonia",
addressRegion: "NC",
postalCode: "28056",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.1637944,
longitude: -81.1755823
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "29",
bestRating: "5"
},
areaServed: "Gastonia, NC and surrounding areas",
knowsAbout: "Dog Grooming, Dog owners seeking professional grooming, pet owners with multiple dogs or difficult coats, busy professionals needing convenient grooming services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Walk-Ins Welcome"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "All Breeds & Sizes"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Convenient Location"
}
],
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.