From Cache

Seward Kennel Tour & Dog Sled Ride

5.0
5 reviews

Excursion Overview

Alaska's favorite sport

Meet professional mushers and canine athletes at Seward Kennel dog camp. Watch firsthand as your dog team takes a series of commands that will leave you spellbound.

This kennel tour showcases the high level of training that goes into cultivating a team. Enjoy a fun, zippy ride on our dog cart where you will see the dogs listen to the command and navigate the camp trail. Learn what "Gee" and "Haw" mean and enjoy a presentation on dog mushing.

The best part of the tour is the dog sled ride! Prepare yourself for a one-of-a-kind experience. No prior mushing experience is needed. Learn all about how we train and prepare our dogs for races, hear exciting tales from the trail, and experience Alaska's state sport for yourself. The team of dogs will guide you through the 1.5-mile-long wood trail.

We keep the tour size small, so you will have plenty of time to ask questions, meet the dogs, and snuggle our husky puppies. This hands-on tour is a must to do for Alaskan visitors!

Things You Need to Know

Inclusions:

  • Roundtrip transportation

Requirements:

  • Minimum of 2 passengers required to book
  • Children must be accompanied by an adult
  • Young children must hold the hand of a parent/guardian during the duration of the tour

Duration: 1.25 hours (Roundtrip transportation.)

  • 5 minutes - overview of dog lot rules and how to interact with dogs
  • 10 minutes - introduction to canine athletes and social interaction
  • 20 minutes - education about mushers and dogs
  • 10~20 minutes - photo opportunities and cuddle with sled dog puppies
  • 20 minutes - dog sled ride

Meeting Instructions:

  • This tour meets either at the tour operator's office in Seward. Shuttle transportation is available from local Seward accommodations or cruise ship terminals. Fully detailed instructions are included on your finalized ticket vouchers.

ADA Accessibility of Tour:

  • This tour is limited mobility accessible. Please leave a comment during checkout if you plan to bring accessibility equipment on this excursion.

Refund Policy:

  • You may cancel for any reason up to seven (7) days prior to the date of the tour for a full refund.
  • Please see our Refund Policy Page for complete details.

Frequently Asked Questions

Yes. Under the supervision of our guides, we invite you to pet and play with our dogs as they love human interaction.

Yes. We run our tours rain or shine. The dogs love running in the rain! We have rain gear available for guests if needed. Our gear demonstration and puppy holding is held under a covered area where we sometimes have a fire going to keep our guests warm. Our cart is covered as well.

You don't really need any special clothing, but make sure you are comfortable. We recommend closed toed shoes in the dog lot. Sled dogs can be playful. Guests who want the full kennel experience are advised to wear a rain jacket or another piece of clothing they don't mind getting a little dirty.

Yes. We have a portable toilet available at the facility.

 
var acc = document.getElementsByClassName("accordionx"); for (i = 0; i < acc.length; i++) { acc[i].addEventListener("click", function(event) { event.preventDefault(); this.classList.toggle("active"); var panel = this.nextElementSibling; if (panel.style.display === "block") { panel.style.display = "none"; this.classList.remove("button-close"); } else { panel.style.display = "block"; this.classList.add("button-close"); } }); } //for FAQ-------------------------------------------------< }); -->

Guest Reviews

5.0

5 total

100%
0%
0%
0%
0%

Beth M

On Jun 2024

Had a wonderful experience learning at Turning Heads Kennel, learning about the dogs and their training. The guides/trainers are knowledgeable and friendly; the dogs are energetic and happy to interact with guests. Watching the dogs work was the best part!

Katherine R

On Jun 2024

Loved meeting the dogs and learning about the racing aspect.

Greg V

On Jul 2023

Great experience! Great information!

David P

On Jun 2019

Brilliant,well worth visiting just to see the puppies.

William S

On May 2019

The kennel tour was amazing. The dogs were very friendly and just loved to get the chance to be hitched up and run. The hosts were provided an informative and entertaining presentation in a pleasant forested setting.

$89.00

Best Price Guarantee!

$89.00

Duration: 1.25 hours

Best Price Guarantee!

Duration: 1.25 hours



Minimum of 2 Required to Book

Adult (13+): $89.00

Child (0-12): $49.00

jQuery("#msg-show-iti-box").html(''); // TO ADD THE ITINERARY POPUP---------------------------------------------------------------------------------------------------------------------------< // }); --> jQuery(document).ready(function(){ jQuery(window).on('resize scroll', function() { barmenucolor(); check_addtocart_btn_visible(); //hide_dateSelect(); }); jQuery.fn.isInViewport = function(obj) { var mas = jQuery('.navbar-default').height()+jQuery('#m-tab-wrapper').height(); var elementTop = jQuery(obj).offset().top - mas; var elementBottom = elementTop + jQuery(obj).outerHeight(); var viewportTop = jQuery(window).scrollTop(); var viewportBottom = viewportTop + jQuery(window).height(); var resp = elementBottom > viewportTop && elementTop < viewportBottom ; if(resp == false){ return viewportTop < elementTop; }else{ return resp; } }; barmenucolor(); check_addtocart_btn_visible(); }); function hide_dateSelect() { //TO HIDE DATEPICKER jQuery('.dateSelect').datepicker("hide"); jQuery('.hasDatepicker .dateSelectCont .caret').removeClass('active_date'); } function check_addtocart_btn_visible() { if(jQuery(window).width() > 992){ if (jQuery('.addtocart_btn_submit').isInViewport('.addtocart_btn_submit')) { jQuery('#bookbtn').hide(); // console.log('hide bookbtn'); } else { jQuery('#bookbtn').show(); // console.log('show bookbtn'); } }else{ var mas = jQuery('.navbar-default').height()+jQuery('#f-tab-wrapper').height()+100; var top_of_element = jQuery(".addtocart_btn_submit").offset().top; var bottom_of_element = jQuery(".addtocart_btn_submit").offset().top + jQuery(".addtocart_btn_submit").outerHeight(); //var bottom_of_screen = jQuery(window).scrollTop() + mas + jQuery(window).innerHeight(); var bottom_of_screen = jQuery(window).scrollTop() + mas + document.body.clientHeight; //https://stackoverflow.com/questions/10173236/window-innerheight-ie8-alternative var top_of_screen = jQuery(window).scrollTop() + mas; //console.log('('+bottom_of_screen+'>'+top_of_element+') && ('+top_of_screen+'<'+bottom_of_element+')' ); // if ((bottom_of_screen > top_of_element) && (top_of_screen < bottom_of_element)) { if ((top_of_screen < bottom_of_element)) { // console.log('hide bookbtn - Mobile'); jQuery('#bookbtn').hide(); } else { // console.log('show bookbtn - Mobile'); jQuery('#bookbtn').show(); } } } function barmenucolor(){ if (jQuery('#m-tab-wrapper').isInViewport('#m-tab-wrapper')) { jQuery('#f-tab-wrapper').hide(); //console.log('hide f-tab-wrapper'); } else { jQuery('#f-tab-wrapper').show(); //console.log('show f-tab-wrapper'); } //console.log('position:'+jQuery(window).scrollTop()); var xmas = jQuery('#mynavbar').height()-jQuery('#f-tab-wrapper').height(); var xtab = jQuery('#f-tab-wrapper').offset().top + xmas; var xoverview = jQuery('#overview-sect').offset().top; var xthings = jQuery('#things-sect').offset().top; var xfaq = jQuery('#faq-sect').offset().top; var xreviews = jQuery('#reviews-sect').offset().top; if(xtab < xoverview){ //console.log('photos'); jQuery('.xphotos').addClass( "overtab" ); jQuery('.xoverview').removeClass( "overtab" ); jQuery('.xthings').removeClass( "overtab" ); jQuery('.xfaq').removeClass( "overtab" ); jQuery('.xreviews').removeClass( "overtab" ); }else if(xtab > xoverview && xtab < xthings){ //console.log('xoverview'); jQuery('.xoverview').addClass( "overtab" ); jQuery('.xphotos').removeClass( "overtab" ); jQuery('.xthings').removeClass( "overtab" ); jQuery('.xfaq').removeClass( "overtab" ); jQuery('.xreviews').removeClass( "overtab" ); }else if(xtab > xthings && xtab < xfaq){ //console.log('xthings'); jQuery('.xthings').addClass( "overtab" ); jQuery('.xphotos').removeClass( "overtab" ); jQuery('.xoverview').removeClass( "overtab" ); jQuery('.xfaq').removeClass( "overtab" ); jQuery('.xreviews').removeClass( "overtab" ); }else if(xtab > xfaq && xtab < xreviews){ //console.log('xfaq'); jQuery('.xfaq').addClass( "overtab" ); jQuery('.xphotos').removeClass( "overtab" ); jQuery('.xoverview').removeClass( "overtab" ); jQuery('.xthings').removeClass( "overtab" ); jQuery('.xreviews').removeClass( "overtab" ); }else if(xtab > xreviews){ //console.log('xreviews'); jQuery('.xreviews').addClass( "overtab" ); jQuery('.xphotos').removeClass( "overtab" ); jQuery('.xoverview').removeClass( "overtab" ); jQuery('.xthings').removeClass( "overtab" ); jQuery('.xfaq').removeClass( "overtab" ); }else{ //console.log('none'); jQuery('.xreviews').removeClass( "overtab" ); jQuery('.xphotos').removeClass( "overtab" ); jQuery('.xoverview').removeClass( "overtab" ); jQuery('.xthings').removeClass( "overtab" ); jQuery('.xfaq').removeClass( "overtab" ); } } --> //JL 05/05/2020 LIMIT DATES TO BOOK WITH ITINERARY------------------------------------------------------------------------------------------> //JL 05/05/2020 LIMIT DATES TO BOOK WITH ITINERARY------------------------------------------------------------------------------------------> //JL 05/05/2020 LIMIT DATES TO BOOK WITH ITINERARY------------------------------------------------------------------------------------------> // console.log('>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>'); // console.log(availabledays.length); // console.log(availabledays); // console.log('<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<'); if (availabledays.length < 1) { //jQuery('.dateSelectCont .caret').css("display: none!important;"); jQuery('.btn-group>.btn:first-child').prop('disabled', true); jQuery('.dateSelectCont .caret').css("display", "none"); jQuery(classname).prop('disabled', true); jQuery(classname).attr("placeholder", "No Dates Available"); return false; } // console.log(availabledays.length); //JL 05/05/2020 LIMIT DATES TO BOOK WITH ITINERARY------------------------------------------------------------------------------------------< //JL 05/05/2020 LIMIT DATES TO BOOK WITH ITINERARY------------------------------------------------------------------------------------------< //JL 05/05/2020 LIMIT DATES TO BOOK WITH ITINERARY------------------------------------------------------------------------------------------< //JL 05/05/2020 LIMIT DATES TO BOOK WITH ITINERARY------------------------------------------------------------------------------------------< //JL 04/29/2024 TO OPEN ALL DAYS IN CALENDAR -------------------------------------------------------------------> //var startdate = new Date(); // today's date //var enddate = new Date(); // initialize a new Date object //enddate.setFullYear(enddate.getFullYear() + 5); // set this date 5 years from today //JL 04/29/2024 TO OPEN ALL DAYS IN CALENDAR -------------------------------------------------------------------< if (hasdaterestriction == 1) { //console.log('IN A'); jQuery(classname).datepicker({ dateFormat: 'mm/dd/yy', minDate: startdate, maxDate: enddate, beforeShow: function(input, inst) { var calendar = inst.dpDiv; setTimeout(function() { calendar.position({ my: 'left top', at: 'left bottom', collision: 'none', of: input }); }, 1); }, beforeShowDay: function (d) { //console.log('IN A1'); var day = d.getDay(); //var availabledays = jQuery.parseJSON(dates); // normalize the date for searching in array var dmy = ""; dmy += ("00" + (d.getMonth() + 1)).slice(-2) + "/"; dmy += ("00" + d.getDate()).slice(-2) + "/"; dmy += d.getFullYear(); if (jQuery.inArray(dmy, availabledays) != -1) { return [true]; } else { return [false]; } }, onSelect: function (dateText) { //console.log('IN A2'); jQuery(".disabled_prices").each(function (index) { jQuery(this).removeAttr('disabled').val(0); }); var itemid = jQuery(classname).attr('omgid'); var strdate = this.value; strdate = strdate.replace(/\//g, '-'); getitenerarytime(itemid, strdate); jQuery('.finalselectdate' + excursionid).val(this.value); getCanceledDate(dateText); return true; } }); }else{ //console.log('IN B'); jQuery(classname).datepicker({ dateFormat: 'mm/dd/yy', minDate: startdate, maxDate: enddate, beforeShow: function(input, inst) { var calendar = inst.dpDiv; setTimeout(function() { calendar.position({ my: 'left top', at: 'left bottom', collision: 'none', of: input }); }, 1); } }); } //JL 06/02/2020 PRE SELECT DATE WHEN HAS ONE OPTION DATE ---------------------------------------------> if(availabledays.length == 1){ //console.log('IN ONE DAY THIS:'+availabledays[0]); jQuery(classname).datepicker( "setDate" , availabledays[0] ); jQuery('.ui-state-default.ui-state-active').click(); } //JL 06/02/2020 PRE SELECT DATE WHEN HAS ONE OPTION DATE ---------------------------------------------< } function getitenerarytime(id, day) { //JL 05/05/2020 LIMIT DATES TO BOOK WITH ITINERARY------------------------------------------------------------------------------------------> //JL 05/05/2020 LIMIT DATES TO BOOK WITH ITINERARY------------------------------------------------------------------------------------------> //JL 05/05/2020 LIMIT DATES TO BOOK WITH ITINERARY------------------------------------------------------------------------------------------> //JL 05/05/2020 LIMIT DATES TO BOOK WITH ITINERARY------------------------------------------------------------------------------------------> var arrive = jQuery('#itinearary_arrive_times_include_'+day).val(); var depart = jQuery('#itinearary_depart_times_include_'+day).val(); var port_first = jQuery('#itinearary_arrive_times_include_'+day).attr( "port_first" ); var port_last = jQuery('#itinearary_arrive_times_include_'+day).attr( "port_last" ); var itinearary_times_seleted = jQuery('#itinearary_times_seleted').val(); if(typeof arrive === 'undefined'){ arrive = '';} if(typeof depart === 'undefined'){ depart = '';} if(typeof port_first === 'undefined'){ port_first = '';} if(typeof port_last === 'undefined'){ port_last = '';} if(typeof itinearary_times_seleted === 'undefined'){ itinearary_times_seleted = '';} console.log('-->id:' + id +' - day:' + day +' - arrive:'+ arrive +' - depart:'+ depart +' - port_first:'+ port_first +' - port_last:'+ port_last +' - iti_sel:'+ itinearary_times_seleted ); //JL 05/05/2020 LIMIT DATES TO BOOK WITH ITINERARY------------------------------------------------------------------------------------------< //JL 05/05/2020 LIMIT DATES TO BOOK WITH ITINERARY------------------------------------------------------------------------------------------< //JL 05/05/2020 LIMIT DATES TO BOOK WITH ITINERARY------------------------------------------------------------------------------------------< //JL 05/05/2020 LIMIT DATES TO BOOK WITH ITINERARY------------------------------------------------------------------------------------------< jQuery.ajax({ url: 'index.php?app=ecom&ns=getIteneraryAvailableTime', type: 'post', data: 'id=' + id + '&day=' + day + '&arrive=' + arrive+ '&depart=' + depart +'&port_first='+ port_first +'&port_last='+ port_last + '&iti_sel='+ itinearary_times_seleted, success: function (r) { //console.log(r); jQuery('select.fillselected' + id).empty().append(r); jQuery('.prod-page-form select').selectpicker('refresh'); jQuery(".datefieldr").removeClass( 'require_red' ); } }); } jQuery(window).on('load', function () { //REMOVE CLASS TO SHOW ITINERARY ---------------------------------> jQuery(document).ready(function($){ if(jQuery('#top_itinerary').hasClass('dont_show')) { jQuery('#top_itinerary').removeClass('dont_show'); console.log('DONT_SHOW REMOVED'); } }); //REMOVE CLASS TO SHOW ITINERARY ---------------------------------< }); -->
From Cache -BTN