Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 49 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Rootopia Pet Resort",
description: "Rootopia Pet Resort is a pet boarding facility in Lubbock specializing in overnight care for dogs and cats. They provide a safe, supervised environment where pets can stay while their owners travel or are away from home.",
address: {
@type: "PostalAddress",
streetAddress: "7705 69th St",
addressLocality: "Lubbock",
addressRegion: "TX",
postalCode: "79407",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.5308894,
longitude: -101.9884567
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.1",
reviewCount: "13",
bestRating: "5"
},
areaServed: "Lubbock, TX and surrounding areas",
knowsAbout: "Pet Boarding & Daycare, Pet owners traveling out of town, busy professionals needing temporary pet care, multi-pet households",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Overnight Boarding Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Pet Care"
}
],
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.