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: "Wag Hotels - San Francisco",
description: "Wag Hotels is a premium pet boarding and daycare facility in San Francisco that provides luxury accommodations for dogs and cats. The facility offers spacious suites, climate-controlled environments, and trained staff who ensure pets receive personalized care and attention while their owners are away. With a focus on safety, comfort, and enrichment activities, Wag Hotels combines hotel-style amenities with professional pet care.",
url: "https://www.waghotels.com/san-francisco/",
telephone: "+1-888-924-5463",
address: {
@type: "PostalAddress",
streetAddress: "25 14th St",
addressLocality: "San Francisco",
addressRegion: "CA",
postalCode: "94103",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.768373,
longitude: -122.414164
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.2",
reviewCount: "776",
bestRating: "5"
},
areaServed: "San Francisco and surrounding Bay Area",
knowsAbout: "Pet Boarding & Daycare, Busy professionals, frequent travelers, pet owners seeking premium care facilities",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Luxury Pet Accommodations"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Professional Pet Care Staff"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Convenient Urban Location"
}
],
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.