• DELETE FROM KEYWORDS WHERE ID_DOMAINE=36081359
  • DoneDoneDone

    URL:www.travelmyth.ie

    Connection: Keep-Alive
    Date: Fri, 01 Nov 2024 16:26:27 GMT
    Keep-Alive: timeout=5, max=100
    Content-Length: 795
    Content-Type: text/html
    Location: https://www.travelmyth.ie/
    Server: LiteSpeed
    
    
    Location => https://www.travelmyth.ie/
    Status => 301
    <!DOCTYPE html>
    <html style="height:100%">
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    <title> 301 Moved Permanently
    </title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head>
    

    (vide) Tentative en https

    https://www.travelmyth.ie/

    <!DOCTYPE html>
    <html lang="en">
    
    <head>
      <title>The hotel search engine for sophisticated travellers - Travelmyth</title>
      <link rel="canonical" href="https://www.travelmyth.ie/">
      <meta charset="utf-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <meta name="format-detection" content="telephone=no">
          <meta name="description" content="Find the best hotels in unique categories on Travelmyth. Compare prices and get great deals on your hotel. 5.705.878 hotels in 60 collections.">
        <meta name="author" content="">
      <meta property="og:title" content="The hotel search engine for sophisticated travellers - Travelmyth">
      <meta property="og:type" content="website">
      <meta property="og:url" content="//www.travelmyth.ie/">
      <meta property="og:image" content="https://cdn.travelmyth.com/assets/img/travelmyth-icon-948.png">
      <meta property="og:site_name" content="Travelmyth">
      <meta property="og:description" content="The hotel search engine for sophisticated travellers - Travelmyth">
      <!-- <link href="/css/bootstrap-4.3.1.min.css" rel="stylesheet"> -->
      <link href="/css/bootstrap-5.2.3/bootstrap.min.css" rel="stylesheet">
      <script src="/js/popper.min.js"></script>
      <script src="/js/bootstrap-5.2.3/bootstrap.bundle.min.js"></script>
      <link rel="stylesheet" href="/fonts/font-awesome-4.7.0/css/font-awesome.min.css">
      <link rel="stylesheet" media="print" onload="this.onload=null;this.removeAttribute('media');" href="/css/defer-all.css?v=fc212833cfe12455209f421e9f7d1bc4">
      <link href="/css/home-part1.css?v=e113da3448c26cdcc1df16e85abc0b48" rel="stylesheet">
      <link href="/css/home-ui.css?v=031e02b54a5f55d35cf740f515d76942" rel="stylesheet">
      <link href="/css/navbar.css?v=e5605df0a143d1f39d0b63d581a3382c" rel="stylesheet">
        <script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
      <link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://cdn.travelmyth.com/assets/ico/apple-touch-icon-144-precomposed.png">
      <link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://cdn.travelmyth.com/assets/ico/apple-touch-icon-114-precomposed.png">
      <link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://cdn.travelmyth.com/assets/ico/apple-touch-icon-72-precomposed.png">
      <link rel="apple-touch-icon-precomposed" href="https://cdn.travelmyth.com/assets/ico/apple-touch-icon-57-precomposed.png">
      <link rel="shortcut icon" href="https://cdn.travelmyth.com/assets/ico/favicon.png">
    
          <script>
            $(document).ready(function() {
          window.lazySizesConfig = window.lazySizesConfig || {};
          window.lazySizesConfig.preloadAfterLoad = true;
          $(".openbtn").on("click", function() {
            $("#mySidepanel").slideDown();
            $("body").addClass("no-scroll");
          });
          $(".closebtn").on("click", function() {
            $("#mySidepanel").slideUp();
            $("body").removeClass("no-scroll");
          });
                  var is_mobile_or_tablet = false;
                var bLazy = new Blazy({
            loadInvisible: true
          });
          if ($(window).width() >= 1150) {
            ShowCollectionSliderArrows(is_mobile_or_tablet);
            ShowCardSliderArrows(is_mobile_or_tablet);
          }
        });
      </script>
      <style>
        /* Style the tab */
        .tab {
          position: relative;
          overflow: hidden;
        }
    
        .tabs_right {
          float: right;
        }
    
        /* Style the buttons that are used to open the tab content */
        .tab button {
          background-color: inherit;
          float: left;
          border: none;
          outline: none;
          cursor: pointer;
          padding: 14px 16px;
          transition: 0.3s;
          font-size: 18px;
          width: max-content;
        }
    
        /* Change background color of buttons on hover */
        .tab button:hover {
          background-color: #74ADEB;
        }
    
        /* Create an active/current tablink class */
        .tab button.active {
          background-color: #38487E;
          color: white;
        }
    
        /* Style the tab content */
        .tabcontent {
          display: none;
          padding: 6px 12px;
          margin-bottom: 20px;
          max-height: 470px;
          overflow-y: scroll;
          border: 1px solid lightgrey;
          background-color: #F0F8FF;
        }
    
        #world_tab.tabcontent {
          display: block;
        }
    
        .scrollLinks,
        .tabcontent,
        .continents {
          scrollbar-width: thin;
        }
    
        .scrollLinks::-webkit-scrollbar,
        .tabcontent::-webkit-scrollbar,
        .continents::-webkit-scrollbar {
          width: 5px;
          height: 5px;
        }
    
        .scrollLinks::-webkit-scrollbar-track,
        .tabcontent::-webkit-scrollbar-track,
        .continents::-webkit-scrollbar-track {
          background: #f1f1f1;
          border-radius: 10px;
        }
    
        .scrollLinks::-webkit-scrollbar-thumb,
        .tabcontent::-webkit-scrollbar-thumb,
        .continents::-webkit-scrollbar-thumb {
          background: #888;
          border-radius: 10px;
        }
    
        .scrollLinks::-webkit-scrollbar-thumb:hover,
        .tabcontent::-webkit-scrollbar-thumb:hover,
        .continents::-webkit-scrollbar-thumb:hover {
          background: #555;
        }
    
        .card-gallery-root .inner-card-gallery:first-child {
          padding-left: 15px;
        }
    
        .card-gallery-root .inner-card-gallery:last-child {
          padding-right: 15px;
          margin-right: 0px;
        }
    
        .inner-card-gallery {
          margin-right: 8px;
        }
    
        .numbers_text {
          font-size: 26px;
        }
    
        .title_text {
          font-size: 44px;
        }
    
        @media (max-width: 768px) {
          .numbers_text {
            font-size: 14px !important;
          }
    
          .title_text {
            font-size: 24px !important;
          }
        }
    
        .card-horizontal {
          display: flex;
          flex: 1 1 auto;
        }
    
        h2 {
          text-align: center;
          font-size: 26px;
          font-weight: 700;
        }
    
        /* why us
          #whyus,#infonumbers{
            background-color: #F0F8FF;
          }
        
          .whyus_box{
            margin: 0 auto 30px;
            margin-top:-70px;
          }
        
          .circle-border{
            border-radius: 50%;
            background-color: #74ADEB;
            width: 125px;
            height: 125px;
            text-align: center;
            margin: 0 auto 35px;
            font-size: 3.75rem;
            z-index: 1;
          }
          .circle-border2{
            border-radius: 50%;
            background-color: #74ADEB;
            width: 125px;
            height: 125px;
            text-align: center;
            margin: 20px auto 10px;
            font-size: 1.5rem;
            z-index: 1;
          }
          .circle-icon, .circle-icon2{
            line-height:125px;
            color: white;
          }
          .circle-text{
            font-weight:600;
            margin-bottom:15px;
          }
          @media (max-width: 767px){
            .whyus_box{
              margin: 0 auto 30px!important;
            }
    
            .circle-border{
              width: 110px;
              height: 110px;
              margin: 0 auto 10px;
              font-size: 3rem;
            }
            .circle-icon{
              line-height:110px;
            }
          }
          @media (max-width: 1024px){
            .circle-border{
              width: 110px;
              height: 110px;
              margin: 0 auto 10px;
              font-size: 3rem;
            }
            .circle-icon{
              line-height:110px;
            }
          } */
        /* social */
        @media (max-width: 1250px) {
          .sidebar {
            display: none;
          }
        }
    
        @media (min-width: 1251px) {
          .sidebar {
            display: flex;
            align-items: center;
            position: absolute;
            left: -120px;
            top: 200px;
            line-height: 1em;
          }
        }
    
        .rotated_images,
        .rotated_letter {
          transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          -webkit-transform: rotate(90deg);
        }
    
        .line_border {
          border: 1px solid;
          background-color: #38487E;
          width: 100px;
        }
    
        /*loader*/
        .loader-line {
          display: none;
          width: 200px;
          height: 3px;
          position: relative;
          overflow: hidden;
          background-color: #ddd;
          -webkit-border-radius: 20px;
          -moz-border-radius: 20px;
          border-radius: 20px;
        }
    
        .loader-line:before {
          content: "";
          position: absolute;
          height: 3px;
          width: 25%;
          -webkit-animation: lineAnim 1s linear infinite;
          -moz-animation: lineAnim 1s linear infinite;
          animation: lineAnim 1s linear infinite;
          -webkit-border-radius: 20px;
          -moz-border-radius: 20px;
          border-radius: 20px;
        }
    
        @keyframes lineAnim {
          0% {
            left: 0%;
            background-color: #38487E;
            --counter: 0%;
          }
    
          49% {
            left: 50%;
            width: 25%;
            background-color: #38487E;
          }
    
          50% {
            left: 50%;
            width: 25%;
            background-color: #E4006B;
          }
    
          100% {
            background-color: #E4006B;
            left: 100%;
            width: 20%;
          }
        }
    
    
        .suggestion_result_bold {
          font-weight: bold;
        }
    
        .suggestion_nr_hotels {
          color: #727272;
        }
    
        .suggestion_nr_hotels:hover {
          color: #000;
        }
    
        .iconslarge {
          font-size: 32px;
          vertical-align: -18px;
        }
    
        .going_to_sug {
          padding-left: 56px;
        }
    
        .going_to_sug_div {
          position: absolute;
          top: 0px;
          left: 0px;
          width: 56px;
          text-align: center;
        }
    
        .autocomplete-suggestions {
          border: 1px solid #999;
          background: #FFF;
          overflow: auto;
          max-height: 640px !important;
          margin-top: 9px;
        }
    
        .autocomplete-suggestion {
          padding: 8px 5px;
          white-space: nowrap;
          overflow: hidden;
          cursor: pointer;
          font-size: 16px;
          line-height: 20px;
          height: auto !important;
          vertical-align: middle;
          color: #37454E;
        }
    
        .autocomplete-suggestion:hover,
        .autocomplete-suggestion:hover>.suggestion_nr_hotels {
          color: #FFF;
        }
    
        .autocomplete-selected,
        .autocomplete-selected .suggestion_nr_hotels {
          color: #FFF;
          background-color: #5C6BC0;
        }
    
        .autocomplete-suggestions strong {
          font-weight: normal;
          font-size: 16px;
        }
    
        .autocomplete-group {
          padding: 2px 5px;
        }
    
        .autocomplete-group strong {
          display: block;
          border-bottom: 1px solid #000;
        }
    
        .suggestion_nr_hotels {
          font-size: 15px;
        }
    
        .suggestion_code {
          font-weight: bold;
        }
    
        /* .tag
          {
            margin-right:4px;
            background:#34356A;
            color:white;
            text-align:center;
            padding:0px 10px 3px 10px;
            font-size:20px;
            border-radius: 8px;
          }
          .tag:hover
          {
            cursor:pointer;
            color:white;
            background:#D32232!important;
          } */
        .top_tag {
          margin-top: 8px;
          margin-right: 4px;
          background: #38487E;
          color: white;
          text-align: center;
          padding: 0px 10px 3px 10px;
          font-size: 16px;
          border-radius: 8px;
          display: inline-block;
        }
    
        /* @media (max-width: 522px){
            .collections_box{
            display: grid;
            grid-template-rows: repeat(30, 1fr);
            grid-auto-flow: column;
            grid-auto-rows: 100px 100px;
          }
          }
          @media (min-width: 523px){
            .collections_box{
            display: grid;
            grid-template-rows: repeat(20, 1fr);
            grid-auto-flow: column;
            grid-auto-rows: 100px 100px;
          }
          }
          @media (min-width: 668px){
            .collections_box{
            display: grid;
            grid-template-rows: repeat(15, 1fr);
            grid-auto-flow: column;
            grid-auto-rows: 100px 100px;
          }
          }
          @media (min-width: 778px){
            .collections_box{
            display: grid;
            grid-template-rows: repeat(12, 1fr);
            grid-auto-flow: column;
            grid-auto-rows: 100px 100px;
          }
          }
          @media (min-width: 1024px){
            .collections_box{
            display: grid;
            grid-template-rows: repeat(10, 1fr);
            grid-auto-flow: column;
            grid-auto-rows: 100px 100px;
          }
          }
          /* .collections_box{
            display: grid;
            grid-template-rows: repeat(10, 1fr);
            grid-auto-flow: column;
            grid-auto-rows: 100px 100px;
          } */
        /* .collections_box {display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); } */
    
    
        .top_tag:hover {
          cursor: pointer;
          color: white;
          background: #74ADEB !important;
        }
    
        .smaller_tag {
          font-size: 16px;
        }
    
        .card-gallery-root::-webkit-scrollbar {
          display: none;
        }
    
        #filter_categories_mobile::-webkit-scrollbar {
          display: none;
        }
    
        #filter_continents_mobile::-webkit-scrollbar {
          display: none;
        }
    
        .filter_region2 {
          cursor: pointer;
          color: #1A0DAB;
          font-weight: 300;
        }
    
        /* .number-of-results-2 span {
            display:inline-block;
            vertical-align:middle;
            line-height:1em;
            font-size:16px;
          } */
        .number-of-results-2 span:hover {
          text-decoration: underline;
        }
    
        a#navLogin,
        a#navLogin:hover {
          text-decoration: none;
        }
    
        .homeImages {
          width: 100%;
          border-radius: 5px;
        }
    
        .combinations {
          aspect-ratio: 1 / 1;
        }
    
        .shadow_border_big {
          box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.1), 0 2px 8px 0 rgba(0, 0, 0, 0.05);
          border-radius: 8px;
        }
    
        .shadow_border_small {
          border-radius: 8px;
          border: 1px solid #c6c6c6;
        }
    
        @-moz-document url-prefix() {
          #going_to_places {
            padding: 4px 10px 0px 36px !important;
          }
        }
    
        @media (min-width: 1150px) {
    
          a#navLogin,
          a#navLogin:hover {
            text-decoration: none;
          }
        }
    
        @media (max-width: 1024px) {
          ::-webkit-input-placeholder {
            font-size: 16px !important;
          }
    
          .going_to_sug {
            padding-left: 44px !important;
          }
    
          .going_to_sug_div {
            width: 44px !important;
          }
    
          .autocomplete-suggestions {
            margin-top: 0px;
            border: 1px solid #999;
            overflow: auto;
            width: calc(100% - 24px) !important;
          }
    
          .autocomplete-suggestion {
            padding: 8px 0px;
            white-space: normal;
            overflow: hidden;
            cursor: pointer;
            font-size: 14px;
            height: auto !important;
          }
    
          .autocomplete-suggestions strong {
            font-weight: normal;
            font-size: 14px;
          }
    
          .autocomplete-suggestion:hover,
          .autocomplete-suggestion:hover>.suggestion_nr_hotels {
            font-weight: normal !important;
            color: #333 !important;
            background-color: #FFF !important;
          }
    
          .autocomplete-selected,
          .autocomplete-selected {
            font-weight: normal !important;
            color: #333 !important;
            background-color: #FFF !important;
          }
    
          .suggestion_nr_hotels {
            color: #727272 !important;
            background-color: #FFF !important;
          }
    
          .suggestion_nr_hotels {
            font-size: 13px;
          }
    
          .iconslarge {
            font-size: 32px !important;
            vertical-align: -20px !important;
          }
    
          a#navLogin,
          a#navLogin:hover {
            text-decoration: none;
          }
        }
    
        ::-webkit-input-placeholder {
          font-size: 16px !important;
        }
    
        .dog_subs {
          text-decoration: none;
        }
    
        .dog_subs:hover {
          text-decoration: underline;
        }
      </style>
          <meta name="smartbanner:title" content="">
        <meta name="smartbanner:author" content="Open the app to unlock app-only rates">
        <meta name="smartbanner:price" content="FREE">
        <meta name="smartbanner:price-suffix-apple" content=" - On the App Store">
        <meta name="smartbanner:icon-apple" content="https://www.travelmyth.com/images/press/travelmyth_app_icon.png">
        <meta name="smartbanner:button" content="OPEN">
        <meta name="smartbanner:button-url-apple" content="https://www.travelmyth.ie/download_mobile_app?pos=top_banner&session_id=">
        <meta name="smartbanner:price-suffix-google" content=" - In Google Play">
        <meta name="smartbanner:button-url-google" content="https://www.travelmyth.ie/download_mobile_app?pos=top_banner&session_id=">
        <meta name="smartbanner:icon-google" content="https://www.travelmyth.com/images/press/travelmyth_app_icon.png">
        <meta name="smartbanner:enabled-platforms" content="android,ios">
        <meta name="smartbanner:close-label" content="Close">
        <meta name="smartbanner:include-user-agent-regex" content="^.*(iPhone|Android).*$">
        <meta name="smartbanner:disable-positioning" content="true">
    
    <!-- Google Tag Manager -->
    <script>
        window.dataLayer = window.dataLayer || [];
    
        function gtag() {
            dataLayer.push(arguments);
        }
                gtag('consent', 'default', {
                'ad_storage': 'denied',
                'ad_user_data': 'denied',
                'ad_personalization': 'denied',
                'analytics_storage': 'denied'
            });
        
            (function(w, d, s, l, i) {
                w[l] = w[l] || [];
                w[l].push({
                    'gtm.start': new Date().getTime(),
                    event: 'gtm.js'
                });
                var f = d.getElementsByTagName(s)[0],
                    j = d.createElement(s),
                    dl = l != 'dataLayer' ? '&l=' + l : '';
                j.async = true;
                j.src =
                    'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
                f.parentNode.insertBefore(j, f);
            })(window, document, 'script', 'dataLayer', 'GTM-K3TZCXV');
    </script>
    
    <!-- <script>
    
        $(document).ready(function() {
            // Code to run as soon as the DOM is ready
            openApp();
            // Additional code here
        });
        // openApp();
        function openApp() {
        // Attempt to open the app with a custom URL scheme
        window.location.href = 'travelmyth://';
    
        
        }
    
    </script> -->
    <!-- End Google Tag Manager -->  <!-- <script src="https://apis.google.com/js/platform.js" async defer></script>
      <meta name="google-signin-client_id" content="727961801609-lm4ogd667a7ro93v2tqgugu2mteeni3r.apps.googleusercontent.com"> -->
            <script defer src="//cdn.travelmyth.com/js/flatpickr/flatpickr-4.6.13.min.js"></script>
        </head>
    <!-- NAVBAR
    ================================================== -->
    
    

    The hotel search engine for sophisticated travellers - Travelmyth

    Recherche META Description de la page

    Find the best hotels in unique categories on Travelmyth. Compare prices and get great deals on your hotel. 5.705.878 hotels in 60 collections.

    Recherche META Keywords de la page

    UPDATE DOMAINES SET server='LiteSpeed',redirection='https://www.travelmyth.ie/',Status='200',err='',[TITRE]=N'The hotel search engine for sophisticated travellers - Travelmyth',[DESCRIPTION]=N'Find the best hotels in unique categories on Travelmyth. Compare prices and get great deals on your hotel. 5.705.878 hotels in 60 collections.',[KEYWORDS]=N'' WHERE id=36081359
  • 0

    The hotel search engine for sophisticated travellers - Travelmyth Find the best hotels in unique categories on Travelmyth. Compare prices and get great deals on your hotel. 5.705.878 hotels in 60 collections.

  • 0. The (3)
  • --------->0
  • 1. hotel (5)
  • --------->0
  • 2. search (6)
  • --------->0
  • 3. engine (6)
  • --------->0
  • 4. for (3)
  • --------->0
  • 5. sophisticated (13)
  • --------->0
  • 6. travellers (10)
  • --------->0
  • 7. - (1)
  • --------->0
  • 8. Travelmyth (10)
  • --------->0
  • 9. Find (4)
  • --------->0
  • 11. best (4)
  • --------->0
  • 12. hotels (6)
  • --------->0
  • 13. in (2)
  • --------->0
  • 14. unique (6)
  • --------->0
  • 15. categories (10)
  • --------->0
  • 16. on (2)
  • --------->0
  • 18. Compare (7)
  • --------->0
  • 19. prices (6)
  • --------->0
  • 20. and (3)
  • --------->0
  • 21. get (3)
  • --------->0
  • 22. great (5)
  • --------->0
  • 23. deals (5)
  • --------->0
  • 25. your (4)
  • --------->0
  • 27. 5.705.878 (9)
  • --------->0
  • 30. 60 (2)
  • --------->0
  • 31. collections (11)
  • --------->0
    INSERT INTO KEYWORDS (keyword,id_domaine) VALUES (N'The',36081359),(N'hotel',36081359),(N'search',36081359),(N'engine',36081359),(N'for',36081359),(N'sophisticated',36081359),(N'travellers',36081359),(N'-',36081359),(N'Travelmyth',36081359),(N'Find',36081359),(N'best',36081359),(N'hotels',36081359),(N'in',36081359),(N'unique',36081359),(N'categories',36081359),(N'on',36081359),(N'Compare',36081359),(N'prices',36081359),(N'and',36081359),(N'get',36081359),(N'great',36081359),(N'deals',36081359),(N'your',36081359),(N'5.705.878',36081359),(N'60',36081359),(N'collections',36081359)