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: "Rocket Dog Care",
description: "Rocket Dog Care is a Seattle-based pet care facility offering dog boarding, daycare, and grooming services for dogs of all sizes and temperaments. Located in North Seattle, they provide a safe, supervised environment with experienced staff dedicated to keeping dogs happy and comfortable while their owners are away or at work.",
url: "https://rocketdogcare.com/",
telephone: "+1-206-888-8886",
address: {
@type: "PostalAddress",
streetAddress: "100 Taylor Ave N",
addressLocality: "Seattle",
addressRegion: "WA",
postalCode: "98109",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 47.619110299999996,
longitude: -122.3459057
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "20",
bestRating: "5"
},
areaServed: "Seattle, WA and surrounding areas",
knowsAbout: "Pet Boarding & Daycare, Working dog owners needing daycare, travelers requiring overnight boarding, pet owners seeking grooming services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Pet Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Experienced Staff"
}
],
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.