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: "Friends Fur-ever Pet Grooming",
description: "Friends Fur-ever Pet Grooming in Raleigh offers professional dog grooming services with online booking for both new and returning customers. Located at 3535 S Wilmington St, they provide a convenient appointment system with deposits and flexible scheduling options.",
url: "https://groomer.io/booking/friendsfurever",
telephone: "+1-984-837-5679",
address: {
@type: "PostalAddress",
streetAddress: "3535 S Wilmington St Suite 100",
addressLocality: "Raleigh",
addressRegion: "NC",
postalCode: "27603",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.732022799999996,
longitude: -78.6496585
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "44",
bestRating: "5"
},
areaServed: "Raleigh, NC and surrounding areas",
knowsAbout: "Dog Grooming, Dog owners seeking convenient professional grooming, pet owners looking for online booking options, customers wanting appointment reminders",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Online Booking System"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "New Customer Intake Process"
}
],
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.