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: "Dapper Dog Grooming Co",
description: "Dapper Dog Grooming Co is a full-service dog grooming facility in Franklin, TN dedicated to keeping your pup looking and feeling their best. They offer professional grooming services tailored to each dog's individual needs and coat type. With a commitment to gentle handling and quality care, Dapper Dog Grooming Co makes every visit a positive experience for your furry friend.",
url: "http://dapperdoggroomingco.com/contact-us",
telephone: "+1-615-905-8157",
address: {
@type: "PostalAddress",
streetAddress: "1113 Murfreesboro Rd",
addressLocality: "Franklin",
addressRegion: "TN",
postalCode: "37064",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.9184913,
longitude: -86.83744639999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "8",
bestRating: "5"
},
areaServed: "Franklin, TN and surrounding areas",
knowsAbout: "Dog Grooming, Dog owners seeking professional grooming, breeds requiring specialized coat care, pet owners wanting personalized attention for their dogs",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Professional Full-Service Grooming"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Gentle, Individual Care Approach"
}
],
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.