(function (w, d) { w.tsUpdateMetaDescription = function () { var existingTitle = document.querySelector('title').innerText; document.querySelector('title').innerText = "***** Rating: 5.0 - 280 Reviews - " + existingTitle; var existingDesc = document.querySelector('meta[name="description"]').getAttribute("content"); document.querySelector('meta[name="description"]').setAttribute("content", "***** Rating: 5.0 - 280 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 = "Baby Sensory North Cornwall"; 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/dd0801e5-1cf0-48bd-909e-faa376c65560.png\",\"image\":[\"https://content.trustist.com/brandlogos/dd0801e5-1cf0-48bd-909e-faa376c65560.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/Review-baby-sensory-North-Cornwall-Reviews-39866.html\"],\"@context\":\"http://schema.org\",\"brand\":{\"@type\":\"Organization\",\"@id\":null,\"description\":null,\"logo\":\"https://content.trustist.com/brandlogos/dd0801e5-1cf0-48bd-909e-faa376c65560.png\",\"image\":[\"https://content.trustist.com/brandlogos/dd0801e5-1cf0-48bd-909e-faa376c65560.png\"],\"name\":\"Baby Sensory\",\"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\":280},\"review\":{\"@type\":\"Review\",\"url\":\"https://www.trustist.com/local-reviews/Review-baby-sensory-North-Cornwall-Reviews-39866.html\",\"author\":{\"@type\":\"Person\",\"name\":\"Livvy Barker\",\"address\":{\"@type\":\"PostalAddress\",\"streetAddress\":null,\"addressLocality\":null,\"addressRegion\":null,\"postalCode\":null,\"addressCountry\":null}},\"datePublished\":\"2024-04-20T08:17:26.000Z\",\"headline\":\"\",\"isBasedOn\":null,\"reviewBody\":\"Kate is amazing, there are no other words to describe her, her warmth, kindness, desire to look after everyone and make sure that everyone is having the best time. She spends hours cleaning, prepping and making everything so lovely for us parents and our babies. From day one she knows everyone’s name off by heart, babies and parents, I have no idea how she does this. The lessons are filled with so many things, light, inflatables, bubbles, lovely songs, it’s a lovely way to spend an hour each week getting away from the stress of life and enjoying time with my baby girl. My baby slept a lot in the first few weeks but Kate reassured me that even though baby is sleeping they are still learning through touch and sound and to be honest it was nice to just be in the class environment to be with other mums. \\r\\n\\r\\nI couldn’t recommend Kate’s classes enough, every class is different and everything is so well thought it. What tops this above other classes is that everything is so clean! The mats, the props, everything and you see Kate cleaning before, during and after class.\\r\\n\\r\\nYou must attend these classes if you are unsure, Kate is just brilliant and we can’t wait to return for the Summer Term. \\r\\n\\r\\nThank you Kate I would give you a million stars.\",\"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}}\"},{\"@type\":\"LocalBusiness\",\"@id\":\"https://www.trustist.com/local-reviews/Review-baby-sensory-North-Cornwall-Reviews-39866.html\",\"description\":null,\"logo\":\"https://content.trustist.com/brandlogos/dd0801e5-1cf0-48bd-909e-faa376c65560.png\",\"image\":[\"https://content.trustist.com/brandlogos/dd0801e5-1cf0-48bd-909e-faa376c65560.png\"],\"name\":\"Baby Sensory\",\"alternateName\":\"Baby Sensory North Cornwall\",\"hasMap\":\"https://maps.google.com/maps?cid=1265615566352118825\",\"geo\":{\"@type\":\"GeoCoordinates\",\"latitude\":\"\",\"longitude\":\"\"},\"telephone\":\"\",\"url\":null,\"address\":{\"@type\":\"PostalAddress\",\"streetAddress\":\"\",\"addressLocality\":\"\",\"addressRegion\":null,\"postalCode\":null,\"addressCountry\":null},\"branchOf\":{\"@type\":\"Organization\",\"name\":\"Baby Sensory\",\"sameAs\":null},\"openingHoursSpecification\":[],\"sameAs\":[\"https://www.facebook.com/1656966491248048\",\"https://maps.google.com/maps?cid=1265615566352118825\"],\"@context\":\"http://schema.org\",\"aggregateRating\":null,\"review\":null,\"paymentAccepted\":null,\"makesOffer\":null}]"; 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/D2gaHuTAjEq-WY10waCzNA/ratingsummary.js'; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); })(window, document);