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: "good girl! dog training",
description: "good girl! dog training is an independent dog training business in Charleston specializing in obedience training and behavior modification for dogs of all ages. The trainers work with owners to develop customized training plans that address specific behavioral challenges and build strong, positive relationships between dogs and their owners.",
telephone: "+1-843-442-1998",
address: {
@type: "PostalAddress",
streetAddress: "5388 Greggs Landing",
addressLocality: "Charleston",
addressRegion: "SC",
postalCode: "29420",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.9147903,
longitude: -80.1200886
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "5",
bestRating: "5"
},
areaServed: "Charleston, SC and surrounding areas",
knowsAbout: "Dog Training, Dog owners with behavioral concerns, first-time dog owners, owners seeking obedience training, dogs with specific behavioral challenges",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Customized Training Plans"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Owner-Focused Training"
}
],
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.