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: "Miss Emily's Bed & Biscuit",
description: "Miss Emily's Bed & Biscuit is a pet boarding facility in Orlando that provides overnight boarding and daycare services for dogs and cats in a home-like environment. The facility offers personalized care with attention to each pet's individual needs, including medication administration for pets requiring special care. Their experienced staff creates a comfortable setting where pets can socialize and play while their owners are away.",
url: "https://missemilysbedandbiscuit.com/",
telephone: "+1-407-737-0774",
address: {
@type: "PostalAddress",
streetAddress: "5307 E Colonial Dr #102",
addressLocality: "Orlando",
addressRegion: "FL",
postalCode: "32807",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 28.5547432,
longitude: -81.317724
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "272",
bestRating: "5"
},
areaServed: "Orlando and surrounding areas",
knowsAbout: "Pet Boarding & Daycare, Pet owners needing overnight boarding, Families with multiple pets, Pets requiring medication administration, Owners seeking home-style pet care",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Home-Like Environment"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Both Dogs and Cats Welcome"
}
],
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.