(function (w, d) { w.tsUpdateMetaDescription = function () { var existingTitle = document.querySelector('title').innerText; document.querySelector('title').innerText = "***** Rating: 5.0 - 15 Reviews - " + existingTitle; var existingDesc = document.querySelector('meta[name="description"]').getAttribute("content"); document.querySelector('meta[name="description"]').setAttribute("content", "***** Rating: 5.0 - 15 Reviews - " + existingDesc); }; var timestamp = document.createElement("meta"); timestamp.setAttribute("name", "ts-timestamp"); timestamp.setAttribute("content", new Date().toLocaleString()); document.head.appendChild(timestamp); if (d.getElementById("ts-json") === null) { var filter = Array.prototype.filter; var productName = "Kajal's Wellness Tree"; var title = document.querySelector("title"); if (title === null || title.innerText.match(/^ *$/) !== null) { title = filter.call(d.querySelectorAll('h1'), function (node) { return node.innerText != ""; })[0]; } if (typeof title !== "undefined") { productName = title.innerText; } var json = "[{\"@type\":\"Product\",\"@id\":\"{{url}}#trustist\",\"description\":null,\"logo\":\"https://content.trustist.com/brandlogos/bd71f95b-19e3-4565-9008-a239bbf406c7.png\",\"image\":[\"https://content.trustist.com/brandlogos/bd71f95b-19e3-4565-9008-a239bbf406c7.png\"],\"name\":\"{{productName}}\",\"alternateName\":null,\"hasMap\":null,\"geo\":null,\"telephone\":null,\"url\":\"{{url}}\",\"address\":null,\"branchOf\":null,\"openingHoursSpecification\":null,\"sameAs\":[\"https://www.trustist.com/local-reviews/Website-Review-kajal-s-wellness-tree-reviews-4471.html\"],\"@context\":\"http://schema.org\",\"brand\":{\"@type\":\"Organization\",\"@id\":null,\"description\":null,\"logo\":\"https://content.trustist.com/brandlogos/bd71f95b-19e3-4565-9008-a239bbf406c7.png\",\"image\":[\"https://content.trustist.com/brandlogos/bd71f95b-19e3-4565-9008-a239bbf406c7.png\"],\"name\":\"Kajal\u0027s Wellness Tree\",\"alternateName\":null,\"hasMap\":null,\"geo\":null,\"telephone\":null,\"url\":null,\"address\":null,\"branchOf\":null,\"openingHoursSpecification\":null,\"sameAs\":null},\"aggregateRating\":{\"@type\":\"AggregateRating\",\"ratingValue\":5,\"bestRating\":5,\"worstRating\":1,\"reviewCount\":15},\"review\":{\"@type\":\"Review\",\"url\":\"https://www.trustist.com/local-reviews/Website-Review-kajal-s-wellness-tree-reviews-4471.html\",\"author\":{\"@type\":\"Person\",\"name\":\"Darshna Dave\",\"address\":null},\"datePublished\":\"2025-05-28T12:34:03.000Z\",\"headline\":\"\",\"isBasedOn\":null,\"reviewBody\":\"I first came across Kajal’s instagram page around Nov 2022. I was really impressed with the way she expressed herself and what she was saying so when she mentioned she was doing a retreat in Oct 2023, I signed up straight away, even though I did not know anyone else that was going. That was the first time I had made such a bold decision! \\r\\n\\r\\nIn the retreat Kajal had the first healing session with me where she said my heart chakra was completely closed and she worked on me to help remove some of the trapped trauma in my body and mind that I did not have access to. Later on she sent me a message saying that she saw a lot of blue in me, indicating that my throat chakra was also imbalanced. This was the first time I had heard about chakras and the effect trapped traumas can have on your body and mind. To be honest it was all very overwhelming, especially when I left the retreat because I knew I was coming back to the same things in my life. But that retreat was a game changer for me! The healing session, the daily practices of yoga, breathing and bring joy to your mind caused a shift in me to look more into the blocks that existed in me.\\r\\n\\r\\nSince my trip in 2023 I have more healing sessions with Kajal and doing more to bring balance with my mind, body and soul and aligning my energy. By doing this my life has changed and I have found my inner essence that gives me more choices in life and generally keeps me happy, no matter what life throws my way. \\r\\n\\r\\nI am so glad I took that bold decision of going to the retreat as my heart chakra has opened up and I have found love for myself. This was the key that I needed to start of my transformation.\",\"reviewRating\":{\"@type\":\"Rating\",\"ratingValue\":5,\"bestRating\":5,\"worstRating\":1},\"publisher\":{\"@type\":\"Organization\",\"name\":\"Trustist\",\"sameAs\":\"https://www.trustist.com\"},\"reply\":null,\"replyDate\":null,\"subject\":null},\"mpn\":\"{{url}}\",\"sku\":\"{{url}}\"}]"; var a = d; var c = a.createElement("script"); c.type = 'application/ld+json'; c.id = 'ts-json'; c.innerText = json .replace(new RegExp("{{url}}", 'g'), w.location.href) .replace("\"{{productName}}\"", JSON.stringify(productName).replace(/[^ -~]+/g, "")); a = a.getElementsByTagName("head")[0]; a.appendChild(c); } var s = document.createElement('script'); s.type = 'text/javascript'; s.defer = true; s.src = 'https://widget.trustist.com/W_lxveMZZUWQCKI5u_QGxw/ratingsummary.js'; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); })(window, document);