/** * FAQPage Schema - Auto-generates JSON-LD from page FAQ content * Supports Elementor accordions AND heading+text FAQ layouts * Filters out CTA headings and skips if fewer than 2 FAQs found */ add_action( 'wp_footer', 'wus_faqpage_schema', 99 ); function wus_faqpage_schema() { if ( ! is_singular() ) return; $post_id = get_the_ID(); $faq_items = array(); // Method 1: Check Elementor accordion/toggle widgets $elementor_data = get_post_meta( $post_id, '_elementor_data', true ); if ( ! empty( $elementor_data ) ) { $elements = json_decode( $elementor_data, true ); if ( is_array( $elements ) ) { wus_find_accordion_faqs( $elements, $faq_items ); } } // Method 2: Regex-based heading parsing (fallback) if ( empty( $faq_items ) ) { $content = apply_filters( 'the_content', get_post_field( 'post_content', $post_id ) ); if ( ! empty( $content ) ) { preg_match_all( '/]*>([^<]*\\?[^<]*)<\\/h[2-5]>/i', $content, $q_matches, PREG_SET_ORDER | PREG_OFFSET_CAPTURE ); foreach ( $q_matches as $match ) { $question = wp_strip_all_tags( $match[1][0] ); if ( strlen( $question ) < 10 ) continue; // Filter out CTA headings $skip_phrases = array( 'still have', 'contact us', 'get in touch', 'reach out', 'call us', 'ready to', 'get started', 'book now', 'schedule', 'free quote', 'book your', 'hire' ); $skip = false; foreach ( $skip_phrases as $phrase ) { if ( stripos( $question, $phrase ) !== false ) { $skip = true; break; } } if ( $skip ) continue; $after_pos = $match[0][1] + strlen( $match[0][0] ); $remaining = substr( $content, $after_pos, 2000 ); if ( preg_match( '/ 20 ) { $faq_items[] = array( 'question' => $question, 'answer' => $answer ); } } } } if ( count( $faq_items ) < 2 ) return; $schema = array( '@context' => 'https://schema.org', '@type' => 'FAQPage', 'mainEntity' => array(), ); foreach ( $faq_items as $item ) { $schema['mainEntity'][] = array( '@type' => 'Question', 'name' => html_entity_decode( $item['question'], ENT_QUOTES, 'UTF-8' ), 'acceptedAnswer' => array( '@type' => 'Answer', 'text' => html_entity_decode( $item['answer'], ENT_QUOTES, 'UTF-8' ), ), ); } echo '' . "\n"; } function wus_find_accordion_faqs( $elements, &$faq_items ) { foreach ( $elements as $element ) { if ( isset( $element['widgetType'] ) && in_array( $element['widgetType'], array( 'accordion', 'toggle' ) ) ) { if ( ! empty( $element['settings']['tabs'] ) ) { foreach ( $element['settings']['tabs'] as $tab ) { $q = isset( $tab['tab_title'] ) ? wp_strip_all_tags( $tab['tab_title'] ) : ''; $a = isset( $tab['tab_content'] ) ? wp_strip_all_tags( $tab['tab_content'] ) : ''; if ( strlen( $q ) > 5 && strlen( $a ) > 10 ) { $faq_items[] = array( 'question' => $q, 'answer' => $a ); } } } } if ( ! empty( $element['elements'] ) ) { wus_find_accordion_faqs( $element['elements'], $faq_items ); } } }/** * MusicGroup + LocalBusiness Schema for Wakeup Starlight * Outputs JSON-LD on homepage only */ add_action( 'wp_footer', 'wus_musicgroup_localbusiness_schema', 99 ); function wus_musicgroup_localbusiness_schema() { if ( ! is_front_page() ) return; $schema = array( '@context' => 'https://schema.org', '@graph' => array( array( '@type' => 'MusicGroup', '@id' => 'https://wakeupstarlight.com/#musicgroup', 'name' => 'Wakeup Starlight', 'url' => 'https://wakeupstarlight.com/', 'description' => 'Calgary\'s premier live band for hire. High-energy cover band performances for corporate events, weddings, Stampede parties, festivals, and private celebrations across Alberta and Western Canada.', 'genre' => array( 'Cover Band', 'Rock', 'Pop', 'Country', 'Dance', 'Top 40' ), 'image' => 'https://wakeupstarlight.com/wp-content/uploads/wakeup-starlight-og.jpg', 'sameAs' => array( 'https://www.facebook.com/wakeupstarlight', 'https://www.instagram.com/wakeupstarlight' ), 'areaServed' => array( array( '@type' => 'City', 'name' => 'Calgary', 'addressRegion' => 'AB', 'addressCountry' => 'CA' ), array( '@type' => 'City', 'name' => 'Banff', 'addressRegion' => 'AB', 'addressCountry' => 'CA' ), array( '@type' => 'City', 'name' => 'Edmonton', 'addressRegion' => 'AB', 'addressCountry' => 'CA' ), array( '@type' => 'City', 'name' => 'Vancouver', 'addressRegion' => 'BC', 'addressCountry' => 'CA' ), array( '@type' => 'City', 'name' => 'Kelowna', 'addressRegion' => 'BC', 'addressCountry' => 'CA' ), array( '@type' => 'City', 'name' => 'Saskatoon', 'addressRegion' => 'SK', 'addressCountry' => 'CA' ), array( '@type' => 'City', 'name' => 'Winnipeg', 'addressRegion' => 'MB', 'addressCountry' => 'CA' ) ), 'makesOffer' => array( array( '@type' => 'Offer', 'itemOffered' => array( '@type' => 'Service', 'name' => 'Live Band Performance', 'description' => 'Professional live band entertainment for corporate events, weddings, Stampede parties, festivals, and private celebrations.' ), 'availableChannel' => array( '@type' => 'ServiceChannel', 'serviceUrl' => 'https://wakeupstarlight.com/bookings/' ) ) ) ), array( '@type' => 'LocalBusiness', '@id' => 'https://wakeupstarlight.com/#localbusiness', 'name' => 'Wakeup Starlight', 'url' => 'https://wakeupstarlight.com/', 'description' => 'Professional live band for hire in Calgary and across Western Canada.', 'image' => 'https://wakeupstarlight.com/wp-content/uploads/wakeup-starlight-og.jpg', 'address' => array( '@type' => 'PostalAddress', 'addressLocality' => 'Calgary', 'addressRegion' => 'AB', 'addressCountry' => 'CA' ), 'priceRange' => '$$' ) ) ); echo '' . "\n"; }

Kamloops Live Band for Hire — Cover Band & Event Entertainment in the BC Interior

Professional live music for Kamloops corporate events, private parties, festivals & community celebrations.

Hire a Live Band in Kamloops — Wake Up Starlight

Kamloops is the Tournament Capital of Canada and a vibrant city in British Columbia’s interior — a place where outdoor festivals, corporate gatherings, and community celebrations are a way of life. Wake Up Starlight brings professional live cover band entertainment to Kamloops events across the Thompson-Okanagan region. With a GMA Award, a Billboard Top 40 hit, and over fifteen years of performance experience, we deliver entertainment that exceeds expectations every time.

Whether you’re planning a corporate event at the Kamloops Convention Centre, a private celebration at a Sun Peaks resort venue, a community festival along the South Thompson, or a company party at a downtown hotel — Wake Up Starlight delivers high-energy, professional live music that your guests will talk about long after the last song.

Kamloops Corporate & Business Events

Kamloops has a strong and diverse business community — from mining and forestry to healthcare, education, and tourism. Wake Up Starlight provides corporate entertainment packages tailored to Kamloops business events, from annual company parties and holiday celebrations to industry galas, awards ceremonies, and team appreciation events. We offer full band, acoustic, and DJ hybrid options, and we bring complete sound and lighting production so your venue doesn’t need to provide anything but power.

Sun Peaks & Resort Events

Sun Peaks Resort is one of BC’s premier four-season destinations, and it hosts corporate retreats, private celebrations, and special events year-round. Wake Up Starlight is the ideal entertainment for Sun Peaks galas, ski lodge celebrations, mountaintop corporate retreats, and resort events. Our experience performing at resort venues across Western Canada means we know how to adapt to unique spaces, manage mountain logistics, and deliver exceptional entertainment in any setting.

Kamloops Festivals & Community Events

From Kamloops Ribfest to the Kamloops Film Festival, Canada Day celebrations, and the countless community events that fill the city’s calendar — Wake Up Starlight delivers stage-ready festival performances designed for outdoor audiences. Our portable sound system scales to match any venue, and our three-hundred-song repertoire ensures we connect with every crowd.

Private Parties & Celebrations

Milestone birthdays, anniversaries, retirement celebrations, and backyard parties across Kamloops and the surrounding communities — we bring concert-quality entertainment to every private event. Our flexible packages and custom setlist service mean your party gets exactly the music your guests want to hear.

Travel & Booking

Kamloops is accessible from Calgary via the Trans-Canada Highway or a short flight. Our Kamloops rates include all travel logistics with no hidden fees. Submit a booking inquiry with your event details and we’ll send a custom quote within 24 hours.

Kamloops' Choice for Live Entertainment

From Sun Peaks to downtown Kamloops — Wake Up Starlight delivers unforgettable live entertainment across the Thompson-Okanagan region.