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: "FidoPlay",
description: "FidoPlay is a pet care facility in Norfolk, VA specializing in dog boarding and daycare services. They provide a safe, supervised environment where dogs can play, socialize, and receive attentive care while their owners are away or at work. With a strong focus on animal welfare and customer satisfaction, FidoPlay offers flexible boarding and daycare options to meet the needs of busy pet owners in the Norfolk area.",
url: "https://fido-play.com/",
telephone: "+1-912-228-2331",
address: {
@type: "PostalAddress",
streetAddress: "501 E Little Creek Rd Unit 101",
addressLocality: "Norfolk",
addressRegion: "VA",
postalCode: "23505",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.9170397,
longitude: -76.25816309999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "26",
bestRating: "5"
},
areaServed: "Norfolk, Virginia and surrounding areas",
knowsAbout: "Pet Boarding & Daycare, Working pet owners, travelers, dogs needing socialization, busy families with active dogs",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Specialized Play-Based Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Flexible Scheduling"
}
],
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.