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: "Jasper's Fur Friends",
description: "Jasper's Fur Friends is a cage-free dog daycare and boarding facility in Fredericksburg, VA that provides both daily daycare services and overnight boarding. Dogs stay in playrooms on beds rather than crates, and the facility maintains 24/7 staffing whenever boarders are present. They focus on dog socialization and exercise to help tired, well-exercised dogs settle peacefully at home.",
url: "https://jaspersfurfriends.com/",
telephone: "+1-540-898-2470",
address: {
@type: "PostalAddress",
streetAddress: "10681 Spotsylvania Ave",
addressLocality: "Fredericksburg",
addressRegion: "VA",
postalCode: "22408",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.2471196,
longitude: -77.4947085
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.2",
reviewCount: "76",
bestRating: "5"
},
areaServed: "Fredericksburg, VA and surrounding areas",
knowsAbout: "Pet Boarding & Daycare, Working dog owners, frequent travelers, dogs needing socialization and exercise, pet owners seeking cage-free boarding alternatives",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Cage-Free Environment"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "24/7 Staffing"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Socialization Focus"
}
],
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.