{"id":3705,"date":"2024-04-10T11:17:46","date_gmt":"2024-04-10T09:17:46","guid":{"rendered":"https:\/\/darkviolet-koala-232936.hostingersite.com\/?p=3705"},"modified":"2026-03-27T14:50:41","modified_gmt":"2026-03-27T13:50:41","slug":"tour-del-gran-paradiso","status":"publish","type":"post","link":"https:\/\/eukenisoto.eu\/en\/tour-del-gran-paradiso\/","title":{"rendered":"Tour del Gran Paradiso"},"content":{"rendered":"\n<p>En Abril, despu\u00e9s de 4 d\u00edas de nevadas continuadas subimos al segundo refugio del tour, al Refugio Chabot. Subimos con cautela ya que el riesgo de avalanchas lo marcan de 4. Abrimos huella y disfrutamos del incre\u00edble paisaje nevado.Estas condiciones nos han exigido una buena dosis de planificaci\u00f3n, log\u00edstica, lectura del terreno y una evaluaci\u00f3n continua del terreno, tanto a la hora de trazar la huella de ascenso como en el descenso. <\/p>\n\n\n\n<p>Esta temporada seremos los primeros en recorrer el Glaciar que nos llevara al Gran Paradiso y en realizar el tour completo del Gran Paradiso. Con lo que hemos abierto la huella en la mayor\u00eda del recorrido y a la vez hemos podido disfrutar de valles amplios y kilom\u00e9tricos en plena soledad. Hemos esquiado estos valles con una nieve excepcional y sin una sola huella a la vista con la \u00fanica preocupaci\u00f3n de trazar la linea mas segura y de disfrutar de la nieve polvo.<\/p>\n\n\n\n<p>La meteo nos ha respetado todos los d\u00edas, a excepci\u00f3n del la etapa de Vitorio Emmanuele a Pontese. En las Bajadas se nos cerraba la niebla y ten\u00edamos que dar lo mejor de nosotros para poder seguir el descenso con ayuda del GPS. Al final se abri\u00f3 el d\u00eda y pudimos disfrutar de una bajada epica y de las vistas del refugio Pontese. Uno de los lugares m\u00e1s bonitos de esta zona.<\/p>\n\n\n\n<p>En resumen, 5 d\u00edas de disfrutar de los valles solo para nosotros y de la nieve polvo en la bajadas. Lejos de otras rutas cl\u00e1sicas llenas de gente.<\/p>\n\n\n\n<p>Pincha en las im\u00e1genes para ampliarlas:<\/p>\n\n\n\n                    <style>\n                                            .flickr-img-responsive {\n                            width:100% !important;\n                            height:auto !important;\n                            display:block !important;\n                        }\n                        .LoadingImg img {\n                            max-width: 45px;\n                            max-height: 45px;\n                            box-shadow: none;\n                        }\n                        .wpfrank-flickr-div{\n                            padding:15px;\n                        }\n                        @media (max-width: 786px){\n                            .col-md-3 {\n                                width:49.9%;\n                                float:left;\n                            }\n                        }\n                        .play-pause {\n                            display: none !important;\n                        }\n                        .gallery3704 {\n                            overflow:hidden;\n                            clear: both;\n                        }\n                        .fnf{\n                            background-color: #a92929;\n                            border-radius: 5px;\n                            color: #fff;\n                            font-family: initial;\n                            text-align: center;\n                            padding:12px;\n                        }\n                    <\/style>\n                    <script type=\"text\/javascript\">\n                    jQuery(function() {\n                        jQuery('.gallery-3704').flickr({\n                            apiKey: '091662d53796b7c1d4f1157a5d4554a5',\n                            photosetId: '72177720316117099'\n                        });\n                    });\n\n                    ;(function ($, window, document, undefined) {\n                        'use strict';\n                        var pluginName = \"flickr\",\n                            defaults = {\n                                apiKey: \"\",\n                                photosetId: \"\",\n                                errorText: \"<div class='fnf'><i class='far fa-times-circle'><\/i> Error generating gallery.<\/div>\",\n                                loadingSpeed: 38,\n                                photosLimit: 200\n                            },\n                            apiUrl = 'https:\/\/api.flickr.com\/services\/rest\/',\n                            photos = [];\n\n                        function Plugin(element, options) {\n                            this.element = $(element);\n                            this.settings = $.extend({}, defaults, options);\n                            this._defaults = defaults;\n                            this._name = pluginName;\n\n                            this._hideSpinner = function() {\n                                this.element.find('.spinner-wrapper').hide().find('*').hide();\n                            };\n\n                            this._printError = function() {\n                                this.element.find('.gallery-container').append($(\"<div><\/div>\", { \"class\": \"col-lg-12\" })\n                                    .append($(\"<div><\/div>\", { \"class\": \"error-wrapper\" })\n                                        .append($(\"<span><\/span>\", { \"class\": \"label label-danger error\" })\n                                            .html(this.settings.errorText))));\n                            };\n\n                            this._flickrAnimate = function() {\n                                this.element.find('.gallery-container img').each($.proxy(function(index, el) {\n                                    var image = el;\n                                    setTimeout(function() {\n                                        $(image).parent().fadeIn();\n                                    }, this.settings.loadingSpeed * index);\n                                }, this));\n                            };\n\n                            this._printGallery = function(photos) {\n                                var element = this.element.find('.gallery-container');\n                                if (!photos || photos.length === 0) {\n                                    this._hideSpinner();\n                                    this._printError();\n                                    return;\n                                }\n                                $.each(photos, function(key, photo) {\n                                    if (!photo || !photo.thumbnail) return; \/\/ Skip undefined or invalid photos\n                                    var img = $('<img>', { 'class': 'thumb img-thumbnail flickr-img-responsive', src: photo.thumbnail, 'alt': photo.title });\n                                    element.append($('<div><\/div>', { 'class': ' col-md-3 col-sm-4 col-center wpfrank-flickr-div' })\n                                        .append($('<a><\/a>', { 'class': '', href: photo.href, 'data-gallery': '', 'title': photo.title }).hide()\n                                            .append(img)));\n                                });\n\n                                element.imagesLoaded()\n                                    .done($.proxy(this._flickrAnimate, this))\n                                    .always($.proxy(this._hideSpinner, this));\n                            };\n\n                            this._flickrPhotoset = function(photoset) {\n                                var _this = this;\n                                photos[photoset.id] = [];\n                                $.each(photoset.photo, function(key, photo) {\n                                    if (photo.media !== \"photo\") {\n                                        return true; \/\/ Skip videos\n                                    }\n                                    if (key >= _this.settings.photosLimit) {\n                                        return false;\n                                    }\n                                    photos[photoset.id][key] = {\n                                        thumbnail: 'https:\/\/farm' + photo.farm + '.static.flickr.com\/' + photo.server + '\/' + photo.id + '_' + photo.secret + '_q.jpg',\n                                        href: 'https:\/\/farm' + photo.farm + '.static.flickr.com\/' + photo.server + '\/' + photo.id + '_' + photo.secret + '_b.jpg',\n                                        title: photo.title\n                                    };\n                                });\n\n                                console.log('Filtered photos:', photos[photoset.id]); \/\/ Debug log\n                                if (photos[photoset.id].length > 0) {\n                                    this._printGallery(photos[photoset.id]);\n                                } else {\n                                    this._hideSpinner();\n                                    this._printError();\n                                }\n                            };\n\n                            this._onFlickrResponse = function(response) {\n                                console.log('API Response:', response); \/\/ Debug log\n                                if (response.stat === \"ok\") {\n                                    this._flickrPhotoset(response.photoset);\n                                } else {\n                                    this._hideSpinner();\n                                    this._printError();\n                                }\n                            };\n\n                            this._flickrRequest = function(method, data) {\n                                var url = apiUrl + \"?format=json&jsoncallback=?&method=\" + method + \"&api_key=\" + this.settings.apiKey;\n                                $.each(data, function(key, value) {\n                                    url += \"&\" + key + \"=\" + value;\n                                });\n\n                                $.ajax({\n                                    dataType: \"json\",\n                                    url: url,\n                                    context: this,\n                                    success: this._onFlickrResponse\n                                });\n                            };\n\n                            this._flickrInit = function () {\n                                this._flickrRequest('flickr.photosets.getPhotos', {\n                                    photoset_id: this.settings.photosetId,\n                                    extras: 'media'\n                                });\n                            };\n\n                            this.init();\n                        }\n\n                        Plugin.prototype = {\n                            init: function () {\n                                this._flickrInit();\n                            }\n                        };\n\n                        $.fn[pluginName] = function (options) {\n                            this.each(function () {\n                                if (!$.data(this, \"plugin_\" + pluginName)) {\n                                    $.data(this, \"plugin_\" + pluginName, new Plugin(this, options));\n                                }\n                            });\n                            return this;\n                        };\n                    })(jQuery, window, document);\n                    <\/script>\n                    <div class=\"gallery-3704\">\n                                                    <h3>Tour del Gran Paradiso<\/h3>\n                                                <div class=\"row\">\n                            <div class=\"col-xs-12 spinner-wrapper\">\n                                <div class=\"LoadingImg\"><img decoding=\"async\" src=\"https:\/\/eukenisoto.eu\/wp-content\/plugins\/flickr-album-gallery\/img\/loading.gif\" \/><\/div>\n                            <\/div>\n                            <div align=\"center\" class=\"gallery-container\"><\/div>\n                        <\/div>\n                    <\/div>\n                    \n            <!-- Blueimp gallery -->\n            <div id=\"blueimp-gallery-3704\" class=\"blueimp-gallery blueimp-gallery-controls\">\n                <div class=\"slides\"><\/div>\n                <h3 class=\"title\"><\/h3>\n                <a class=\"prev\">\u2039<\/a>\n                <a class=\"next\">\u203a<\/a>\n                <a class=\"close\">\u00d7<\/a>\n                <a class=\"play-pause\"><\/a>\n                <ol class=\"indicator\"><\/ol>\n                <div class=\"modal fade\">\n                    <div class=\"modal-dialog\">\n                        <div class=\"modal-content\">\n                            <div class=\"modal-header\">\n                                <button type=\"button\" class=\"close\" aria-hidden=\"true\">\u00d7<\/button>\n                                <h4 class=\"modal-title\"><\/h4>\n                            <\/div>\n                            <div class=\"modal-body next\"><\/div>\n                            <div class=\"modal-footer\">\n                                <button type=\"button\" class=\"btn btn-default pull-left prev\">\n                                    <i class=\"glyphicon glyphicon-chevron-left\"><\/i>\n                                    Previous                                <\/button>\n                                <button type=\"button\" class=\"btn btn-primary next\">\n                                    Next                                    <i class=\"glyphicon glyphicon-chevron-right\"><\/i>\n                                <\/button>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <script type=\"text\/javascript\">\n            jQuery(function() {\n                jQuery.extend(blueimp.Gallery.prototype.options, {\n                    useBootstrapModal: false,\n                    hidePageScrollbars: false,\n                    container: \"#blueimp-gallery-3704\",\n                });\n            });\n            <\/script>\n\n            \n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>En Abril, despu\u00e9s de 4 d\u00edas de nevadas continuadas subimos al segundo refugio del tour, al Refugio Chabot. Subimos con cautela ya que el riesgo de avalanchas lo marcan de 4. Abrimos huella y disfrutamos del incre\u00edble paisaje nevado.Estas condiciones nos han exigido una buena dosis de planificaci\u00f3n, log\u00edstica, lectura del terreno y una evaluaci\u00f3n [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":3706,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-3705","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-sin-categoria"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Tour del Gran Paradiso - Eukeni Soto Gu\u00eda de alta monta\u00f1a UIAGM<\/title>\n<meta name=\"description\" content=\"Vuelta de 5 d\u00edas por el Gran Paradiso con esqu\u00eds de monta\u00f1a. Pasando por los Refugios Vittorio Sella, Chabot, Vittorio Emmanuele y Pontese.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/eukenisoto.eu\/en\/tour-del-gran-paradiso\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Tour del Gran Paradiso - Eukeni Soto Gu\u00eda de alta monta\u00f1a UIAGM\" \/>\n<meta property=\"og:description\" content=\"Vuelta de 5 d\u00edas por el Gran Paradiso con esqu\u00eds de monta\u00f1a. Pasando por los Refugios Vittorio Sella, Chabot, Vittorio Emmanuele y Pontese.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/eukenisoto.eu\/en\/tour-del-gran-paradiso\/\" \/>\n<meta property=\"og:site_name\" content=\"Eukeni Soto Gu\u00eda de alta monta\u00f1a UIAGM\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/eukenisotogam\/\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/eukenisotogam\/\" \/>\n<meta property=\"article:published_time\" content=\"2024-04-10T09:17:46+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-27T13:50:41+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/eukenisoto.eu\/wp-content\/uploads\/2024\/04\/IMG_7319-scaled.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1440\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"eukeni\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@eukenisoto\" \/>\n<meta name=\"twitter:site\" content=\"@eukenisoto\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"eukeni\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/eukenisoto.eu\\\/en\\\/tour-del-gran-paradiso\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/eukenisoto.eu\\\/en\\\/tour-del-gran-paradiso\\\/\"},\"author\":{\"name\":\"eukeni\",\"@id\":\"https:\\\/\\\/eukenisoto.eu\\\/#\\\/schema\\\/person\\\/080c1d9dcd25555f6161c16c7add85e5\"},\"headline\":\"Tour del Gran Paradiso\",\"datePublished\":\"2024-04-10T09:17:46+00:00\",\"dateModified\":\"2026-03-27T13:50:41+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/eukenisoto.eu\\\/en\\\/tour-del-gran-paradiso\\\/\"},\"wordCount\":283,\"publisher\":{\"@id\":\"https:\\\/\\\/eukenisoto.eu\\\/#\\\/schema\\\/person\\\/080c1d9dcd25555f6161c16c7add85e5\"},\"image\":{\"@id\":\"https:\\\/\\\/eukenisoto.eu\\\/en\\\/tour-del-gran-paradiso\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/eukenisoto.eu\\\/wp-content\\\/uploads\\\/2024\\\/04\\\/IMG_7319-scaled.jpg\",\"articleSection\":[\"Sin categor\u00eda\"],\"inLanguage\":\"en-GB\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/eukenisoto.eu\\\/en\\\/tour-del-gran-paradiso\\\/\",\"url\":\"https:\\\/\\\/eukenisoto.eu\\\/en\\\/tour-del-gran-paradiso\\\/\",\"name\":\"Tour del Gran Paradiso - Eukeni Soto Gu\u00eda de alta monta\u00f1a UIAGM\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/eukenisoto.eu\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/eukenisoto.eu\\\/en\\\/tour-del-gran-paradiso\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/eukenisoto.eu\\\/en\\\/tour-del-gran-paradiso\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/eukenisoto.eu\\\/wp-content\\\/uploads\\\/2024\\\/04\\\/IMG_7319-scaled.jpg\",\"datePublished\":\"2024-04-10T09:17:46+00:00\",\"dateModified\":\"2026-03-27T13:50:41+00:00\",\"description\":\"Vuelta de 5 d\u00edas por el Gran Paradiso con esqu\u00eds de monta\u00f1a. Pasando por los Refugios Vittorio Sella, Chabot, Vittorio Emmanuele y Pontese.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/eukenisoto.eu\\\/en\\\/tour-del-gran-paradiso\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/eukenisoto.eu\\\/en\\\/tour-del-gran-paradiso\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/eukenisoto.eu\\\/en\\\/tour-del-gran-paradiso\\\/#primaryimage\",\"url\":\"https:\\\/\\\/eukenisoto.eu\\\/wp-content\\\/uploads\\\/2024\\\/04\\\/IMG_7319-scaled.jpg\",\"contentUrl\":\"https:\\\/\\\/eukenisoto.eu\\\/wp-content\\\/uploads\\\/2024\\\/04\\\/IMG_7319-scaled.jpg\",\"width\":2560,\"height\":1440},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/eukenisoto.eu\\\/en\\\/tour-del-gran-paradiso\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\\\/\\\/eukenisoto.eu\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Tour del Gran Paradiso\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/eukenisoto.eu\\\/#website\",\"url\":\"https:\\\/\\\/eukenisoto.eu\\\/\",\"name\":\"Eukeni Soto gu\u00eda de monta\u00f1a\",\"description\":\"Gu\u00eda de Alta Monta\u00f1a\",\"publisher\":{\"@id\":\"https:\\\/\\\/eukenisoto.eu\\\/#\\\/schema\\\/person\\\/080c1d9dcd25555f6161c16c7add85e5\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/eukenisoto.eu\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/eukenisoto.eu\\\/#\\\/schema\\\/person\\\/080c1d9dcd25555f6161c16c7add85e5\",\"name\":\"eukeni\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/eukenisoto.eu\\\/wp-content\\\/uploads\\\/2024\\\/01\\\/cropped-5.logo_blanco_horizontal.png\",\"url\":\"https:\\\/\\\/eukenisoto.eu\\\/wp-content\\\/uploads\\\/2024\\\/01\\\/cropped-5.logo_blanco_horizontal.png\",\"contentUrl\":\"https:\\\/\\\/eukenisoto.eu\\\/wp-content\\\/uploads\\\/2024\\\/01\\\/cropped-5.logo_blanco_horizontal.png\",\"width\":1000,\"height\":273,\"caption\":\"eukeni\"},\"logo\":{\"@id\":\"https:\\\/\\\/eukenisoto.eu\\\/wp-content\\\/uploads\\\/2024\\\/01\\\/cropped-5.logo_blanco_horizontal.png\"},\"description\":\"Guia de Alta Monta\u00f1a desde 2012. Apasionado y amante de la monta\u00f1a y de la naturaleza.\",\"sameAs\":[\"https:\\\/\\\/darkviolet-koala-232936.hostingersite.com\",\"https:\\\/\\\/www.facebook.com\\\/eukenisotogam\\\/\",\"https:\\\/\\\/www.instagram.com\\\/eukenisoto_guiamontana\\\/\",\"https:\\\/\\\/x.com\\\/eukenisoto\"],\"url\":\"https:\\\/\\\/eukenisoto.eu\\\/en\\\/author\\\/eukeni\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Tour del Gran Paradiso - Eukeni Soto Gu\u00eda de alta monta\u00f1a UIAGM","description":"Vuelta de 5 d\u00edas por el Gran Paradiso con esqu\u00eds de monta\u00f1a. Pasando por los Refugios Vittorio Sella, Chabot, Vittorio Emmanuele y Pontese.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/eukenisoto.eu\/en\/tour-del-gran-paradiso\/","og_locale":"en_GB","og_type":"article","og_title":"Tour del Gran Paradiso - Eukeni Soto Gu\u00eda de alta monta\u00f1a UIAGM","og_description":"Vuelta de 5 d\u00edas por el Gran Paradiso con esqu\u00eds de monta\u00f1a. Pasando por los Refugios Vittorio Sella, Chabot, Vittorio Emmanuele y Pontese.","og_url":"https:\/\/eukenisoto.eu\/en\/tour-del-gran-paradiso\/","og_site_name":"Eukeni Soto Gu\u00eda de alta monta\u00f1a UIAGM","article_publisher":"https:\/\/www.facebook.com\/eukenisotogam\/","article_author":"https:\/\/www.facebook.com\/eukenisotogam\/","article_published_time":"2024-04-10T09:17:46+00:00","article_modified_time":"2026-03-27T13:50:41+00:00","og_image":[{"width":2560,"height":1440,"url":"https:\/\/eukenisoto.eu\/wp-content\/uploads\/2024\/04\/IMG_7319-scaled.jpg","type":"image\/jpeg"}],"author":"eukeni","twitter_card":"summary_large_image","twitter_creator":"@eukenisoto","twitter_site":"@eukenisoto","twitter_misc":{"Written by":"eukeni","Estimated reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/eukenisoto.eu\/en\/tour-del-gran-paradiso\/#article","isPartOf":{"@id":"https:\/\/eukenisoto.eu\/en\/tour-del-gran-paradiso\/"},"author":{"name":"eukeni","@id":"https:\/\/eukenisoto.eu\/#\/schema\/person\/080c1d9dcd25555f6161c16c7add85e5"},"headline":"Tour del Gran Paradiso","datePublished":"2024-04-10T09:17:46+00:00","dateModified":"2026-03-27T13:50:41+00:00","mainEntityOfPage":{"@id":"https:\/\/eukenisoto.eu\/en\/tour-del-gran-paradiso\/"},"wordCount":283,"publisher":{"@id":"https:\/\/eukenisoto.eu\/#\/schema\/person\/080c1d9dcd25555f6161c16c7add85e5"},"image":{"@id":"https:\/\/eukenisoto.eu\/en\/tour-del-gran-paradiso\/#primaryimage"},"thumbnailUrl":"https:\/\/eukenisoto.eu\/wp-content\/uploads\/2024\/04\/IMG_7319-scaled.jpg","articleSection":["Sin categor\u00eda"],"inLanguage":"en-GB"},{"@type":"WebPage","@id":"https:\/\/eukenisoto.eu\/en\/tour-del-gran-paradiso\/","url":"https:\/\/eukenisoto.eu\/en\/tour-del-gran-paradiso\/","name":"Tour del Gran Paradiso - Eukeni Soto Gu\u00eda de alta monta\u00f1a UIAGM","isPartOf":{"@id":"https:\/\/eukenisoto.eu\/#website"},"primaryImageOfPage":{"@id":"https:\/\/eukenisoto.eu\/en\/tour-del-gran-paradiso\/#primaryimage"},"image":{"@id":"https:\/\/eukenisoto.eu\/en\/tour-del-gran-paradiso\/#primaryimage"},"thumbnailUrl":"https:\/\/eukenisoto.eu\/wp-content\/uploads\/2024\/04\/IMG_7319-scaled.jpg","datePublished":"2024-04-10T09:17:46+00:00","dateModified":"2026-03-27T13:50:41+00:00","description":"Vuelta de 5 d\u00edas por el Gran Paradiso con esqu\u00eds de monta\u00f1a. Pasando por los Refugios Vittorio Sella, Chabot, Vittorio Emmanuele y Pontese.","breadcrumb":{"@id":"https:\/\/eukenisoto.eu\/en\/tour-del-gran-paradiso\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/eukenisoto.eu\/en\/tour-del-gran-paradiso\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/eukenisoto.eu\/en\/tour-del-gran-paradiso\/#primaryimage","url":"https:\/\/eukenisoto.eu\/wp-content\/uploads\/2024\/04\/IMG_7319-scaled.jpg","contentUrl":"https:\/\/eukenisoto.eu\/wp-content\/uploads\/2024\/04\/IMG_7319-scaled.jpg","width":2560,"height":1440},{"@type":"BreadcrumbList","@id":"https:\/\/eukenisoto.eu\/en\/tour-del-gran-paradiso\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/eukenisoto.eu\/"},{"@type":"ListItem","position":2,"name":"Tour del Gran Paradiso"}]},{"@type":"WebSite","@id":"https:\/\/eukenisoto.eu\/#website","url":"https:\/\/eukenisoto.eu\/","name":"Eukeni Soto gu\u00eda de monta\u00f1a","description":"Gu\u00eda de Alta Monta\u00f1a","publisher":{"@id":"https:\/\/eukenisoto.eu\/#\/schema\/person\/080c1d9dcd25555f6161c16c7add85e5"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/eukenisoto.eu\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":["Person","Organization"],"@id":"https:\/\/eukenisoto.eu\/#\/schema\/person\/080c1d9dcd25555f6161c16c7add85e5","name":"eukeni","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/eukenisoto.eu\/wp-content\/uploads\/2024\/01\/cropped-5.logo_blanco_horizontal.png","url":"https:\/\/eukenisoto.eu\/wp-content\/uploads\/2024\/01\/cropped-5.logo_blanco_horizontal.png","contentUrl":"https:\/\/eukenisoto.eu\/wp-content\/uploads\/2024\/01\/cropped-5.logo_blanco_horizontal.png","width":1000,"height":273,"caption":"eukeni"},"logo":{"@id":"https:\/\/eukenisoto.eu\/wp-content\/uploads\/2024\/01\/cropped-5.logo_blanco_horizontal.png"},"description":"Guia de Alta Monta\u00f1a desde 2012. Apasionado y amante de la monta\u00f1a y de la naturaleza.","sameAs":["https:\/\/darkviolet-koala-232936.hostingersite.com","https:\/\/www.facebook.com\/eukenisotogam\/","https:\/\/www.instagram.com\/eukenisoto_guiamontana\/","https:\/\/x.com\/eukenisoto"],"url":"https:\/\/eukenisoto.eu\/en\/author\/eukeni\/"}]}},"jetpack_featured_media_url":"https:\/\/eukenisoto.eu\/wp-content\/uploads\/2024\/04\/IMG_7319-scaled.jpg","_links":{"self":[{"href":"https:\/\/eukenisoto.eu\/en\/wp-json\/wp\/v2\/posts\/3705","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/eukenisoto.eu\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/eukenisoto.eu\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/eukenisoto.eu\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/eukenisoto.eu\/en\/wp-json\/wp\/v2\/comments?post=3705"}],"version-history":[{"count":7,"href":"https:\/\/eukenisoto.eu\/en\/wp-json\/wp\/v2\/posts\/3705\/revisions"}],"predecessor-version":[{"id":3714,"href":"https:\/\/eukenisoto.eu\/en\/wp-json\/wp\/v2\/posts\/3705\/revisions\/3714"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/eukenisoto.eu\/en\/wp-json\/wp\/v2\/media\/3706"}],"wp:attachment":[{"href":"https:\/\/eukenisoto.eu\/en\/wp-json\/wp\/v2\/media?parent=3705"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/eukenisoto.eu\/en\/wp-json\/wp\/v2\/categories?post=3705"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/eukenisoto.eu\/en\/wp-json\/wp\/v2\/tags?post=3705"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}