(function (w, d) { w.tsUpdateMetaDescription = function () { var existingTitle = document.querySelector('title').innerText; document.querySelector('title').innerText = "***** Rating: 5.0 - 13 Reviews - " + existingTitle; var existingDesc = document.querySelector('meta[name="description"]').getAttribute("content"); document.querySelector('meta[name="description"]').setAttribute("content", "***** Rating: 5.0 - 13 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 = "Sparks Highgate"; 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/7a4debaa-e572-48e9-bc83-1bf5666d503d.png\",\"image\":[\"https://content.trustist.com/brandlogos/7a4debaa-e572-48e9-bc83-1bf5666d503d.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-sparks-highgate-Reviews-28826.html\"],\"@context\":\"http://schema.org\",\"brand\":{\"@type\":\"Organization\",\"@id\":null,\"description\":null,\"logo\":\"https://content.trustist.com/brandlogos/7a4debaa-e572-48e9-bc83-1bf5666d503d.png\",\"image\":[\"https://content.trustist.com/brandlogos/7a4debaa-e572-48e9-bc83-1bf5666d503d.png\"],\"name\":\"Sparks\",\"alternateName\":null,\"hasMap\":null,\"geo\":null,\"telephone\":null,\"url\":\"https://www.sparksarts.co.uk/\",\"address\":null,\"branchOf\":null,\"openingHoursSpecification\":null,\"sameAs\":null},\"aggregateRating\":{\"@type\":\"AggregateRating\",\"ratingValue\":5,\"bestRating\":5,\"worstRating\":1,\"reviewCount\":13},\"review\":{\"@type\":\"Review\",\"url\":\"https://www.trustist.com/local-reviews/Review-sparks-highgate-Reviews-28826.html\",\"author\":{\"@type\":\"Person\",\"name\":\"alice moss\",\"address\":{\"@type\":\"PostalAddress\",\"streetAddress\":null,\"addressLocality\":\"London\",\"addressRegion\":\"England\",\"postalCode\":null,\"addressCountry\":null}},\"datePublished\":\"2022-11-17T17:00:45.000Z\",\"headline\":\"\",\"isBasedOn\":null,\"reviewBody\":\"My kids have been taking part in Sparks saturday clubs and holiday camps for over five years and have loved it. Making films gives them such a range of opportunities they dont get day to day: to work as a team, be creative, make props, learn technical film skills but also just have fun. To top it all off, they get to see their creations on the Big Screen at the end of term.\",\"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-sparks-highgate-Reviews-28826.html\",\"description\":null,\"logo\":\"https://content.trustist.com/brandlogos/7a4debaa-e572-48e9-bc83-1bf5666d503d.png\",\"image\":[\"https://content.trustist.com/brandlogos/7a4debaa-e572-48e9-bc83-1bf5666d503d.png\"],\"name\":\"Sparks\",\"alternateName\":\"Sparks Highgate\",\"hasMap\":\"https://maps.google.com/?cid=16178924352060411988\",\"geo\":{\"@type\":\"GeoCoordinates\",\"latitude\":\"51.579080\",\"longitude\":\"-0.155065\"},\"telephone\":\"020 7101 9329\",\"url\":\"https://www.sparksarts.co.uk/\",\"address\":{\"@type\":\"PostalAddress\",\"streetAddress\":\"Storey Rd\",\"addressLocality\":\"London\",\"addressRegion\":\"England\",\"postalCode\":\"N6 4ED\",\"addressCountry\":\"GB\"},\"branchOf\":{\"@type\":\"Organization\",\"name\":\"Sparks\",\"sameAs\":\"https://www.sparksarts.co.uk/\"},\"openingHoursSpecification\":[{\"@type\":\"OpeningHoursSpecification\",\"closes\":\"16:30:00\",\"dayOfWeek\":\"http://schema.org/Saturday\",\"opens\":\"10:30:00\"}],\"sameAs\":[\"https://maps.google.com/?cid=16178924352060411988\",\"https://www.facebook.com/109080488156017\"],\"@context\":\"http://schema.org\",\"aggregateRating\":null,\"review\":null,\"paymentAccepted\":null,\"makesOffer\":{\"@type\":\"Offer\",\"@id\":\"#services\",\"itemOffered\":{\"@type\":\"Service\",\"name\":\"Arts organization\",\"url\":\"https://www.sparksarts.co.uk/\",\"areaServed\":[{\"@type\":\"City\",\"name\":\"London\"}]}}}]"; 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/66rjBHfaj0-UnBv1bxf0PA/ratingsummary.js'; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); })(window, document);