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: "Fresh Canine Training Academy",
description: "Fresh Canine Training Academy in Franklin offers comprehensive dog training services including obedience training, behavior modification, group classes, and board & train programs. Their experienced trainers work with dogs of all ages and temperaments to address behavioral issues and teach essential commands. They specialize in creating customized training plans to meet each dog's unique needs and help owners build strong, confident relationships with their pets.",
url: "http://freshcanine.com/",
telephone: "+1-615-569-0429",
address: {
@type: "PostalAddress",
streetAddress: "5070 Carothers Pkwy",
addressLocality: "Franklin",
addressRegion: "TN",
postalCode: "37067",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.9261082,
longitude: -86.81446509999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "70",
bestRating: "5"
},
areaServed: "Franklin and surrounding Middle Tennessee areas",
knowsAbout: "Dog Training, Dog owners seeking obedience training, families with puppies, owners addressing behavioral challenges, people preferring board & train programs",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Customized Training Plans"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Multiple Training Options"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Experienced Team"
}
],
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.