(function (w, d) { w.tsUpdateMetaDescription = function () { var existingTitle = document.querySelector('title').innerText; document.querySelector('title').innerText = "***** Rating: 5.0 - 32 Reviews - " + existingTitle; var existingDesc = document.querySelector('meta[name="description"]').getAttribute("content"); document.querySelector('meta[name="description"]').setAttribute("content", "***** Rating: 5.0 - 32 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 = "Kitchen Makeovers Romford"; 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/64857806-39f8-4d9e-8ba5-1b3009fcfa27.png\",\"image\":[\"https://content.trustist.com/brandlogos/64857806-39f8-4d9e-8ba5-1b3009fcfa27.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-kitchen-makeovers-Romford-Reviews-39433.html\"],\"@context\":\"http://schema.org\",\"brand\":{\"@type\":\"Organization\",\"@id\":null,\"description\":null,\"logo\":\"https://content.trustist.com/brandlogos/64857806-39f8-4d9e-8ba5-1b3009fcfa27.png\",\"image\":[\"https://content.trustist.com/brandlogos/64857806-39f8-4d9e-8ba5-1b3009fcfa27.png\"],\"name\":\"Kitchen Makeovers\",\"alternateName\":null,\"hasMap\":null,\"geo\":null,\"telephone\":null,\"url\":\"https://kitchenmakeovers.co.uk\",\"address\":null,\"branchOf\":null,\"openingHoursSpecification\":null,\"sameAs\":null},\"aggregateRating\":{\"@type\":\"AggregateRating\",\"ratingValue\":5,\"bestRating\":5,\"worstRating\":1,\"reviewCount\":32},\"review\":{\"@type\":\"Review\",\"url\":\"https://www.trustist.com/local-reviews/Review-kitchen-makeovers-Romford-Reviews-39433.html\",\"author\":{\"@type\":\"Person\",\"name\":\"Private Customer\",\"address\":{\"@type\":\"PostalAddress\",\"streetAddress\":null,\"addressLocality\":null,\"addressRegion\":null,\"postalCode\":null,\"addressCountry\":null}},\"datePublished\":\"2023-07-13T15:11:02.000Z\",\"headline\":\"\",\"isBasedOn\":null,\"reviewBody\":\"Humera completed the work we requested to a high standard. Our kitchen looks brand new, and we are very happy with it. She was always on hand to answer any questions and organised fitting around our busy schedules. The fitter we had was very experienced. When we had a slight issue with the countertops, Humera and the fitter went above and beyond to resolve the issue with minimal disruption. If you are looking for a kitchen makeover we cannot recommend Humera highly enough.\",\"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-kitchen-makeovers-Romford-Reviews-39433.html\",\"description\":null,\"logo\":\"https://content.trustist.com/brandlogos/64857806-39f8-4d9e-8ba5-1b3009fcfa27.png\",\"image\":[\"https://content.trustist.com/brandlogos/64857806-39f8-4d9e-8ba5-1b3009fcfa27.png\"],\"name\":\"Kitchen Makeovers\",\"alternateName\":\"Kitchen Makeovers Romford\",\"hasMap\":\"https://maps.google.com/maps?cid=5850526536487494236\",\"geo\":{\"@type\":\"GeoCoordinates\",\"latitude\":\"\",\"longitude\":\"\"},\"telephone\":\"\",\"url\":\"https://kitchenmakeovers.co.uk\",\"address\":{\"@type\":\"PostalAddress\",\"streetAddress\":\"\",\"addressLocality\":\"\",\"addressRegion\":null,\"postalCode\":null,\"addressCountry\":null},\"branchOf\":{\"@type\":\"Organization\",\"name\":\"Kitchen Makeovers\",\"sameAs\":\"https://kitchenmakeovers.co.uk\"},\"openingHoursSpecification\":[{\"@type\":\"OpeningHoursSpecification\",\"closes\":\"16:00:00\",\"dayOfWeek\":\"http://schema.org/Sunday\",\"opens\":\"10:00:00\"},{\"@type\":\"OpeningHoursSpecification\",\"closes\":\"18:00:00\",\"dayOfWeek\":\"http://schema.org/Monday\",\"opens\":\"09:00:00\"},{\"@type\":\"OpeningHoursSpecification\",\"closes\":\"18:00:00\",\"dayOfWeek\":\"http://schema.org/Tuesday\",\"opens\":\"09:00:00\"},{\"@type\":\"OpeningHoursSpecification\",\"closes\":\"18:00:00\",\"dayOfWeek\":\"http://schema.org/Wednesday\",\"opens\":\"09:00:00\"},{\"@type\":\"OpeningHoursSpecification\",\"closes\":\"18:00:00\",\"dayOfWeek\":\"http://schema.org/Thursday\",\"opens\":\"09:00:00\"},{\"@type\":\"OpeningHoursSpecification\",\"closes\":\"18:00:00\",\"dayOfWeek\":\"http://schema.org/Friday\",\"opens\":\"09:00:00\"},{\"@type\":\"OpeningHoursSpecification\",\"closes\":\"16:00:00\",\"dayOfWeek\":\"http://schema.org/Saturday\",\"opens\":\"10:00:00\"}],\"sameAs\":[\"https://maps.google.com/maps?cid=5850526536487494236\",\"https://www.checkatrade.com/give-feedback/trades/kitchenmakeovers1082327\"],\"@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/LmAZuvHV30mUErhwemW_jA/ratingsummary.js'; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); })(window, document);