{"id":19,"date":"2026-05-15T10:22:54","date_gmt":"2026-05-15T10:22:54","guid":{"rendered":"https:\/\/isaraemasajes.com\/?page_id=19"},"modified":"2026-05-31T18:43:56","modified_gmt":"2026-05-31T18:43:56","slug":"filosofia","status":"publish","type":"page","link":"https:\/\/isaraemasajes.com\/en\/filosofia\/","title":{"rendered":"Filosof\u00eda"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"19\" class=\"elementor elementor-19\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-130dded e-flex e-con-boxed elementor-invisible e-con e-parent\" data-id=\"130dded\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_direction&quot;:&quot;in-out&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:71,&quot;end&quot;:100}},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-7a68ff1 e-con-full e-flex e-con e-child\" data-id=\"7a68ff1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-0dc080c e-con-full e-flex e-con e-child\" data-id=\"0dc080c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-828fcbd animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"828fcbd\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:500}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Filosof\u00eda<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2ce873a animated-slow elementor-invisible elementor-widget elementor-widget-image\" data-id=\"2ce873a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:500}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"533\" height=\"202\" src=\"https:\/\/isaraemasajes.com\/wp-content\/uploads\/2026\/05\/logo-isarae-w.svg\" class=\"attachment-large size-large wp-image-1047\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8f801e4 elementor-align-center animated-slow elementor-invisible elementor-widget elementor-widget-button\" data-id=\"8f801e4\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:500}\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"tel:34635975894\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Reservar cita<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-87f865d e-flex e-con-boxed e-con e-parent\" data-id=\"87f865d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-566bf60 e-flex e-con-boxed e-con e-child\" data-id=\"566bf60\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-225d50d elementor-widget elementor-widget-html\" data-id=\"225d50d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\ndocument.addEventListener(\"DOMContentLoaded\", function () {\n  const textos = document.querySelectorAll(\".texto-animacion\");\n\n  textos.forEach((texto) => {\n    function envolverLetras(nodo) {\n      if (nodo.nodeType === Node.TEXT_NODE) {\n        const fragmento = document.createDocumentFragment();\n\n        nodo.textContent.split(\"\").forEach((caracter) => {\n          if (caracter.trim() === \"\") {\n            fragmento.appendChild(document.createTextNode(caracter));\n          } else {\n            const span = document.createElement(\"span\");\n            span.textContent = caracter;\n            span.classList.add(\"letra-animada\");\n            fragmento.appendChild(span);\n          }\n        });\n\n        nodo.parentNode.replaceChild(fragmento, nodo);\n      } else if (nodo.nodeType === Node.ELEMENT_NODE) {\n        Array.from(nodo.childNodes).forEach(envolverLetras);\n      }\n    }\n\n    envolverLetras(texto);\n  });\n\n  function animarTextoScroll() {\n    textos.forEach((texto) => {\n      const letras = texto.querySelectorAll(\".letra-animada\");\n      const rect = texto.getBoundingClientRect();\n\n      const inicio = window.innerHeight;\n      const fin = window.innerHeight * 0.5;\n\n      let progreso = (inicio - rect.top) \/ (inicio - fin);\n      progreso = Math.max(0, Math.min(progreso, 1));\n\n      const letrasVisibles = Math.floor(progreso * letras.length);\n\n      letras.forEach((letra, index) => {\n        letra.classList.toggle(\"visible\", index <= letrasVisibles);\n      });\n    });\n  }\n\n  window.addEventListener(\"scroll\", animarTextoScroll);\n  window.addEventListener(\"resize\", animarTextoScroll);\n  animarTextoScroll();\n});\n<\/script>\n\n<style>\n.texto-animacion .letra-animada {\n  opacity: 0;\n  display: inline-block;\n  transform: translateY(6px);\n  transition: opacity 0.15s ease, transform 0.15s ease;\n}\n\n.texto-animacion .letra-animada.visible {\n  opacity: 1;\n  transform: translateY(0);\n}\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0d2380d elementor-widget__width-inherit texto-animacion elementor-widget elementor-widget-text-editor\" data-id=\"0d2380d\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:9,&quot;end&quot;:77}},&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>En este espacio, el masaje se convierte en un lenguaje propio en el que la ciencia, la sensibilidad y la energ\u00eda humana se entrelazan para dar lugar a algo que va m\u00e1s all\u00e1 de cualquier masaje convencional: una experiencia neurofisiol\u00f3gica, sensorial y de bienestar profundamente transformadora.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f53c08c elementor-widget__width-inherit texto-animacion elementor-widget elementor-widget-text-editor\" data-id=\"f53c08c\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:26,&quot;end&quot;:81}},&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Este enfoque, completamente alejado del llamado \u201ctantra\u201d comercial, nace de un proceso creativo y de un conocimiento desarrollado a lo largo del tiempo, integrando psicolog\u00eda, neuroqu\u00edmica y estados de relajaci\u00f3n profunda con un erotismo refinado y consciente.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e4f2df0 elementor-widget__width-inherit texto-animacion elementor-widget elementor-widget-text-editor\" data-id=\"e4f2df0\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:33,&quot;end&quot;:88}},&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Por este motivo, el concepto ha sido cuidadosamente desarrollado y registrado, con el objetivo de preservar su esencia y garantizar que cada sesi\u00f3n sea aut\u00e9ntica, coherente y \u00fanica, evitando que se diluya en interpretaciones simplificadas que no reflejan la profundidad real de la experiencia.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f392043 e-flex e-con-boxed e-con e-parent\" data-id=\"f392043\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1f13264 elementor-widget elementor-widget-image\" data-id=\"1f13264\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"800\" height=\"362\" src=\"https:\/\/isaraemasajes.com\/wp-content\/uploads\/2026\/05\/Gemini_Generated_Image_t7t9oft7t9oft7t9-5-1-1024x463.png\" class=\"attachment-large size-large wp-image-346\" alt=\"\" srcset=\"https:\/\/isaraemasajes.com\/wp-content\/uploads\/2026\/05\/Gemini_Generated_Image_t7t9oft7t9oft7t9-5-1-1024x463.png 1024w, https:\/\/isaraemasajes.com\/wp-content\/uploads\/2026\/05\/Gemini_Generated_Image_t7t9oft7t9oft7t9-5-1-300x136.png 300w, https:\/\/isaraemasajes.com\/wp-content\/uploads\/2026\/05\/Gemini_Generated_Image_t7t9oft7t9oft7t9-5-1-768x348.png 768w, https:\/\/isaraemasajes.com\/wp-content\/uploads\/2026\/05\/Gemini_Generated_Image_t7t9oft7t9oft7t9-5-1.png 1171w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Filosof\u00eda Reservar cita En este espacio, el masaje se convierte en un lenguaje propio en el que la ciencia, la sensibilidad y la energ\u00eda humana se entrelazan para dar lugar a algo que va m\u00e1s all\u00e1 de cualquier masaje convencional: una experiencia neurofisiol\u00f3gica, sensorial y de bienestar profundamente transformadora. Este enfoque, completamente alejado del llamado [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-19","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Filosof\u00eda - Isarae masajes<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/isaraemasajes.com\/en\/filosofia\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Filosof\u00eda - Isarae masajes\" \/>\n<meta property=\"og:description\" content=\"Filosof\u00eda Reservar cita En este espacio, el masaje se convierte en un lenguaje propio en el que la ciencia, la sensibilidad y la energ\u00eda humana se entrelazan para dar lugar a algo que va m\u00e1s all\u00e1 de cualquier masaje convencional: una experiencia neurofisiol\u00f3gica, sensorial y de bienestar profundamente transformadora. Este enfoque, completamente alejado del llamado [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/isaraemasajes.com\/en\/filosofia\/\" \/>\n<meta property=\"og:site_name\" content=\"Isarae masajes\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-31T18:43:56+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/isaraemasajes.com\\\/filosofia\\\/\",\"url\":\"https:\\\/\\\/isaraemasajes.com\\\/filosofia\\\/\",\"name\":\"Filosof\u00eda - Isarae masajes\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/isaraemasajes.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/isaraemasajes.com\\\/filosofia\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/isaraemasajes.com\\\/filosofia\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/isaraemasajes.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/logo-isarae-w.svg\",\"datePublished\":\"2026-05-15T10:22:54+00:00\",\"dateModified\":\"2026-05-31T18:43:56+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/isaraemasajes.com\\\/filosofia\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/isaraemasajes.com\\\/filosofia\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/isaraemasajes.com\\\/filosofia\\\/#primaryimage\",\"url\":\"https:\\\/\\\/isaraemasajes.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/logo-isarae-w.svg\",\"contentUrl\":\"https:\\\/\\\/isaraemasajes.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/logo-isarae-w.svg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/isaraemasajes.com\\\/filosofia\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\\\/\\\/isaraemasajes.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Filosof\u00eda\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/isaraemasajes.com\\\/#website\",\"url\":\"https:\\\/\\\/isaraemasajes.com\\\/\",\"name\":\"isarae\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/isaraemasajes.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/isaraemasajes.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/isaraemasajes.com\\\/#organization\",\"name\":\"Isarae\",\"url\":\"https:\\\/\\\/isaraemasajes.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/isaraemasajes.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/isaraemasajes.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/logo-isarae.png\",\"contentUrl\":\"https:\\\/\\\/isaraemasajes.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/logo-isarae.png\",\"width\":533,\"height\":202,\"caption\":\"Isarae\"},\"image\":{\"@id\":\"https:\\\/\\\/isaraemasajes.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Filosof\u00eda - Isarae masajes","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:\/\/isaraemasajes.com\/en\/filosofia\/","og_locale":"en_GB","og_type":"article","og_title":"Filosof\u00eda - Isarae masajes","og_description":"Filosof\u00eda Reservar cita En este espacio, el masaje se convierte en un lenguaje propio en el que la ciencia, la sensibilidad y la energ\u00eda humana se entrelazan para dar lugar a algo que va m\u00e1s all\u00e1 de cualquier masaje convencional: una experiencia neurofisiol\u00f3gica, sensorial y de bienestar profundamente transformadora. Este enfoque, completamente alejado del llamado [&hellip;]","og_url":"https:\/\/isaraemasajes.com\/en\/filosofia\/","og_site_name":"Isarae masajes","article_modified_time":"2026-05-31T18:43:56+00:00","twitter_card":"summary_large_image","twitter_misc":{"Estimated reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/isaraemasajes.com\/filosofia\/","url":"https:\/\/isaraemasajes.com\/filosofia\/","name":"Filosof\u00eda - Isarae masajes","isPartOf":{"@id":"https:\/\/isaraemasajes.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/isaraemasajes.com\/filosofia\/#primaryimage"},"image":{"@id":"https:\/\/isaraemasajes.com\/filosofia\/#primaryimage"},"thumbnailUrl":"https:\/\/isaraemasajes.com\/wp-content\/uploads\/2026\/05\/logo-isarae-w.svg","datePublished":"2026-05-15T10:22:54+00:00","dateModified":"2026-05-31T18:43:56+00:00","breadcrumb":{"@id":"https:\/\/isaraemasajes.com\/filosofia\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/isaraemasajes.com\/filosofia\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/isaraemasajes.com\/filosofia\/#primaryimage","url":"https:\/\/isaraemasajes.com\/wp-content\/uploads\/2026\/05\/logo-isarae-w.svg","contentUrl":"https:\/\/isaraemasajes.com\/wp-content\/uploads\/2026\/05\/logo-isarae-w.svg"},{"@type":"BreadcrumbList","@id":"https:\/\/isaraemasajes.com\/filosofia\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/isaraemasajes.com\/"},{"@type":"ListItem","position":2,"name":"Filosof\u00eda"}]},{"@type":"WebSite","@id":"https:\/\/isaraemasajes.com\/#website","url":"https:\/\/isaraemasajes.com\/","name":"isarae","description":"","publisher":{"@id":"https:\/\/isaraemasajes.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/isaraemasajes.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/isaraemasajes.com\/#organization","name":"Isarae","url":"https:\/\/isaraemasajes.com\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/isaraemasajes.com\/#\/schema\/logo\/image\/","url":"https:\/\/isaraemasajes.com\/wp-content\/uploads\/2026\/05\/logo-isarae.png","contentUrl":"https:\/\/isaraemasajes.com\/wp-content\/uploads\/2026\/05\/logo-isarae.png","width":533,"height":202,"caption":"Isarae"},"image":{"@id":"https:\/\/isaraemasajes.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/isaraemasajes.com\/en\/wp-json\/wp\/v2\/pages\/19","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/isaraemasajes.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/isaraemasajes.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/isaraemasajes.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/isaraemasajes.com\/en\/wp-json\/wp\/v2\/comments?post=19"}],"version-history":[{"count":85,"href":"https:\/\/isaraemasajes.com\/en\/wp-json\/wp\/v2\/pages\/19\/revisions"}],"predecessor-version":[{"id":1050,"href":"https:\/\/isaraemasajes.com\/en\/wp-json\/wp\/v2\/pages\/19\/revisions\/1050"}],"wp:attachment":[{"href":"https:\/\/isaraemasajes.com\/en\/wp-json\/wp\/v2\/media?parent=19"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}