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: "Happy Fur Day",
description: "Happy Fur Day is a dog grooming salon located in downtown Fredericksburg offering full-service grooming for dogs of all sizes and breeds. The salon provides professional bathing, haircuts, nail trimming, and other grooming services in a welcoming environment. Their experienced groomers focus on making each dog's experience positive and stress-free.",
url: "https://www.facebook.com/profile.php?id=61579188271924",
telephone: "+1-540-376-2923",
address: {
@type: "PostalAddress",
streetAddress: "303 Fauquier St",
addressLocality: "Fredericksburg",
addressRegion: "VA",
postalCode: "22401",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.3060867,
longitude: -77.4628822
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "147",
bestRating: "5"
},
areaServed: "Fredericksburg, VA and surrounding areas",
knowsAbout: "Dog Grooming, Dog owners seeking professional grooming, Pet owners with multiple dogs, Busy professionals needing convenient grooming services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Downtown Location"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Experienced Groomers"
}
],
publisher: {
@type: "Organization",
name: "Lantern",
url: "https://lantern.llc",
contactPoint: {
@type: "ContactPoint",
email: "ai@lantern.llc",
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.