www.viking.com Open in urlscan Pro
45.60.153.155  Public Scan

Submitted URL: http://www.viking.com/
Effective URL: https://www.viking.com/
Submission: On March 16 via manual from IN — Scanned from DE

Form analysis 1 forms found in the DOM

Name: cookie-pref-form

<form name="cookie-pref-form" novalidate="novalidate">
  <div class="row">
    <div class="col-tn-12">
      <h3 data-bind="html:siteData.cookieCopy.heading">Cookie Manager</h3>
      <div data-bind="html:siteData.cookieCopy.introCopy">
        <p>We use cookies to personalise and enhance your use of our website.&nbsp; The information stored in these cookies does not directly identify you, but rather reflects your site preferences and device configurations so we can create&nbsp;a
          more personalised web experience.&nbsp; As we respect your privacy, you may choose to disable the non-essential cookies below, however doing so may impact your experience and the services we may offer.&nbsp;</p>
      </div>
      <!-- ko foreach: {data: siteData.cookieOptions, as: 'cat'} -->
      <h3></h3>
      <table cellspacing="1" cellpadding="1" border="1" style="width: 100%;">
        <tbody>
          <tr>
            <th>
              <strong data-bind="html: cat.name">Essential Cookies</strong><br>
            </th>
            <!-- ko if: isRequiredBySite -->
            <th style="width:120px" class="remove-line"> (necessary)</th>
            <!-- /ko -->
            <!-- ko if: !isRequiredBySite --><!-- /ko -->
          </tr>
          <tr>
            <td colspan="2">
              <span data-bind="html: cat.description" class="desc">
                <p>These cookies are necessary for the web site to properly function - enabling you to browse, search, change your privacy settings, and buy online with us.&nbsp; They can only be disabled by changing your browser preferences.</p>
              </span>
            </td>
          </tr>
        </tbody>
      </table>
      <h3></h3>
      <table cellspacing="1" cellpadding="1" border="1" style="width: 100%;">
        <tbody>
          <tr>
            <th>
              <strong data-bind="html: cat.name">Analytics Cookies</strong><br>
            </th>
            <!-- ko if: isRequiredBySite --><!-- /ko -->
            <!-- ko if: !isRequiredBySite -->
            <th style="width:120px" class="remove-line">
              <div class="onoffswitch">
                <input type="checkbox" class="onoffswitch-checkbox" data-bind="attr: {'id': 'switch_' + tealiumCategory }, checked: optin, toggleEnterKey: $root.toggleCategory" id="switch_analytics">
                <label class="onoffswitch-label" data-bind="attr: {'for': 'switch_' + tealiumCategory }" for="switch_analytics">
                  <span class="onoffswitch-inner"></span>
                  <span class="onoffswitch-switch"></span>
                </label>
              </div>
            </th>
            <!-- /ko -->
          </tr>
          <tr>
            <td colspan="2">
              <span data-bind="html: cat.description" class="desc">
                <p>We use analytics cookies to measure how guests got to the site, how much time they spend on each page, and what they click on while visiting the site.&nbsp; The information that is collected is anonymised, and is used so we can
                  improve the site based on user needs.&nbsp;&nbsp;</p>
              </span>
            </td>
          </tr>
        </tbody>
      </table>
      <h3></h3>
      <table cellspacing="1" cellpadding="1" border="1" style="width: 100%;">
        <tbody>
          <tr>
            <th>
              <strong data-bind="html: cat.name">Marketing Cookies</strong><br>
            </th>
            <!-- ko if: isRequiredBySite --><!-- /ko -->
            <!-- ko if: !isRequiredBySite -->
            <th style="width:120px" class="remove-line">
              <div class="onoffswitch">
                <input type="checkbox" class="onoffswitch-checkbox" data-bind="attr: {'id': 'switch_' + tealiumCategory }, checked: optin, toggleEnterKey: $root.toggleCategory" id="switch_misc">
                <label class="onoffswitch-label" data-bind="attr: {'for': 'switch_' + tealiumCategory }" for="switch_misc">
                  <span class="onoffswitch-inner"></span>
                  <span class="onoffswitch-switch"></span>
                </label>
              </div>
            </th>
            <!-- /ko -->
          </tr>
          <tr>
            <td colspan="2">
              <span data-bind="html: cat.description" class="desc">
                <p>Marketing cookies may be used by us and our partners to interact with you once you have left our website.&nbsp; These cookies build an anonymised profile of your interests and enable us to show you relevant adverts and offers for
                  the holiday that is right for you.</p>
              </span>
            </td>
          </tr>
        </tbody>
      </table>
      <h3></h3>
      <table cellspacing="1" cellpadding="1" border="1" style="width: 100%;">
        <tbody>
          <tr>
            <th>
              <strong data-bind="html: cat.name">Personalisation Cookies</strong><br>
            </th>
            <!-- ko if: isRequiredBySite --><!-- /ko -->
            <!-- ko if: !isRequiredBySite -->
            <th style="width:120px" class="remove-line">
              <div class="onoffswitch">
                <input type="checkbox" class="onoffswitch-checkbox" data-bind="attr: {'id': 'switch_' + tealiumCategory }, checked: optin, toggleEnterKey: $root.toggleCategory" id="switch_personalization">
                <label class="onoffswitch-label" data-bind="attr: {'for': 'switch_' + tealiumCategory }" for="switch_personalization">
                  <span class="onoffswitch-inner"></span>
                  <span class="onoffswitch-switch"></span>
                </label>
              </div>
            </th>
            <!-- /ko -->
          </tr>
          <tr>
            <td colspan="2">
              <span data-bind="html: cat.description" class="desc">
                <p>Personalisation cookies are designed to enhance functionality of our site based on your preferences.&nbsp; If you do not allow these cookies then some or all of our site personalisation features may not function
                  properly.&nbsp;&nbsp;</p>
              </span>
            </td>
          </tr>
        </tbody>
      </table>
      <!-- /ko -->
      <h3 data-bind="html:siteData.cookieCopy.footer"></h3>
      <div data-bind="html:siteData.cookieCopy.endingCopy">
        <p>Learn more in our <a href="https://www.vikingcruises.com/cookie-policy/index.html" target="_blank">Statement on Cookies</a>.</p>
      </div>
    </div>
  </div>
  <div class="row ">
    <div class="col-tn-12 ">
      <div class="btn-group" style="text-align:right; float:right;">
        <a href="#noscroll" class="btn btn-red " style="padding: 7px 30px;" data-bind="click:$root.save">Save and Accept</a>
      </div>
    </div>
  </div>
</form>

Text Content

Skip to Main Content
 1. Rivers
 2. Oceans
 3. Expeditions

Call Viking at +800 777 33303 or Contact Your Travel Advisor


Click this link to navigate to the Find A Cruise page

BANNER VIDEO TRANSCRIPT

The text appears: #1 Rivers & Oceans…again. Winner of Travel + Leisure World's
Best Awards 2022, Condé Nast Traveler Readers' Choice Awards 2021, and Condé
Nast Traveler Readers' Choice Awards 2022.

A Viking River ship sails in Budapest. The text appears: #1 on the rivers

A Viking Ocean ship sails in Croatia. The text appears: #1 on the oceans

A Viking Expedition ship sails in Antarctica. The text appears: onwards


FIND A CRUISE

   
 * choose a cruise
   type to begin
   your search
   
   CRUISE TYPE 
   CRUISE TYPE 
    * Rivers
    * Oceans
    * Expeditions
    * CRUISE TYPE
   
   RiversOceansExpeditions CRUISE TYPE
   *cruise type is a required field
   
 * REGION 
 * DEPARTURE DATE 
   
   

search

DESTINATION-FOCUSED JOURNEYS ON ALL SEVEN CONTINENTS

Discover voyages for curious travelers.

 * Expeditions
 * River
 * Ocean

Call Viking at
Call Viking at +800 777 33303

+800 777 33303
TAP TO CALL
 * Company Information
    * Contact Us
    * Order a Brochure
    * Travel Agents
    * FAQ
    * Media Center
    * About Us
    * Careers
    * Cookie Policy
    * Manage Cookies
    * Health & Safety Program
    * Legal
    * Privacy Policy

 * Viking River Cruises
    * Europe
    * Asia
    * Egypt
    * Mississippi

 * Viking Ocean Cruises
    * Scandinavia & Northern Europe
    * The Americas & Caribbean
    * Mediterranean
    * Quiet Season Mediterranean
    * Asia & Australia
    * Grand Voyages

 * Viking Expeditions
    * Antarctica
    * Great Lakes & Canada
    * Grand Journeys

--------------------------------------------------------------------------------

© Viking Cruises, 2023. All Rights Reserved.


COMPANY INFORMATION

 * Contact Us
 * Order a Brochure
 * Travel Agents
 * FAQ
 * Media Center
 * About Us
 * Careers
 * Cookie Policy
 * Manage Cookies
 * Health & Safety Program
 * Legal
 * Privacy Policy


VIKING RIVER CRUISES

 * Europe
 * Asia
 * Egypt
 * Mississippi


VIKING OCEAN CRUISES

 * Scandinavia & Northern Europe
 * The Americas & Caribbean
 * Mediterranean
 * Quiet Season Mediterranean
 * Asia & Australia
 * Grand Voyages


VIKING EXPEDITIONS

 * Antarctica
 * Great Lakes & Canada
 * Grand Journeys

--------------------------------------------------------------------------------

Call Viking at Call Viking at +800 777 33303 +800 777 33303
© Viking Cruises, 2023. All Rights Reserved.



In order to continue browsing please select “Accept” or “Manage” to agree to our
use of cookies per our Cookie Policy.

Accept
Manage
 BACK


COOKIE MANAGER

We use cookies to personalise and enhance your use of our website.  The
information stored in these cookies does not directly identify you, but rather
reflects your site preferences and device configurations so we can create a more
personalised web experience.  As we respect your privacy, you may choose to
disable the non-essential cookies below, however doing so may impact your
experience and the services we may offer. 




Essential Cookies
(necessary)

These cookies are necessary for the web site to properly function - enabling you
to browse, search, change your privacy settings, and buy online with us.  They
can only be disabled by changing your browser preferences.




Analytics Cookies



We use analytics cookies to measure how guests got to the site, how much time
they spend on each page, and what they click on while visiting the site.  The
information that is collected is anonymised, and is used so we can improve the
site based on user needs.  




Marketing Cookies



Marketing cookies may be used by us and our partners to interact with you once
you have left our website.  These cookies build an anonymised profile of your
interests and enable us to show you relevant adverts and offers for the holiday
that is right for you.




Personalisation Cookies



Personalisation cookies are designed to enhance functionality of our site based
on your preferences.  If you do not allow these cookies then some or all of our
site personalisation features may not function properly.  




Learn more in our Statement on Cookies.

Save and Accept