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: "Sarge Pet Grooming",
description: "Sarge Pet Grooming is a full-service dog grooming facility located in Franklin, TN. The business provides professional grooming services for dogs of all sizes and breeds, delivering quality care in a welcoming environment. Sarge Pet Grooming is dedicated to keeping pets clean, healthy, and looking their best.",
telephone: "+1-615-525-4489",
address: {
@type: "PostalAddress",
streetAddress: "1489 Coleman Rd",
addressLocality: "Franklin",
addressRegion: "TN",
postalCode: "37064",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.867996999999995,
longitude: -86.922006
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "8",
bestRating: "5"
},
areaServed: "Franklin and surrounding Nashville metropolitan areas",
knowsAbout: "Dog Grooming, Dog owners seeking professional grooming, pet owners with multiple dogs, families wanting local, accessible pet care",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Neighborhood Business"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Professional Grooming Services"
}
],
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.