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: "Jimmy’s",
description: "Jimmy's is a pet care service located on Pembroke Avenue in Knoxville offering professional care for your pets. With a 5-star rating, this establishment provides dedicated pet services to the local Knoxville community. Jimmy's focuses on delivering quality pet care tailored to individual animal needs.",
telephone: "+1-865-308-8218",
address: {
@type: "PostalAddress",
streetAddress: "1317 Pembroke Ave",
addressLocality: "Knoxville",
addressRegion: "TN",
postalCode: "37917",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.0075773,
longitude: -83.9275579
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Knoxville, TN",
knowsAbout: "Dog Grooming, Pet owners in Knoxville seeking professional pet care services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Highly Rated Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Dedicated Pet Focus"
}
],
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.