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: "Happy Tails Grooming Salon",
description: "Happy Tails Grooming Salon is a pet grooming business located in Murfreesboro that provides professional grooming services for dogs and cats. They offer full-service grooming including baths, haircuts, nail trimming, and other grooming treatments to keep pets looking and feeling their best.",
telephone: "+1-615-849-7387",
address: {
@type: "PostalAddress",
streetAddress: "1062 Middle Tennessee Blvd",
addressLocality: "Murfreesboro",
addressRegion: "TN",
postalCode: "37130",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.826923799999996,
longitude: -86.3907059
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.9",
reviewCount: "14",
bestRating: "5"
},
areaServed: "Murfreesboro and surrounding Middle Tennessee communities",
knowsAbout: "Dog Grooming, Dog and cat owners seeking professional grooming, pet owners wanting regular maintenance care, families with multiple pets",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Grooming"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Established Local Business"
}
],
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.