(function (w, d) { w.tsUpdateMetaDescription = function () { var existingTitle = document.querySelector('title').innerText; document.querySelector('title').innerText = "***** Rating: 5.0 - 14 Reviews - " + existingTitle; var existingDesc = document.querySelector('meta[name="description"]').getAttribute("content"); document.querySelector('meta[name="description"]').setAttribute("content", "***** Rating: 5.0 - 14 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 = "Flex Telecom"; 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/03a3ea7a-6079-4bb2-a2d1-19453b2a4967.png\",\"image\":[\"https://content.trustist.com/brandlogos/03a3ea7a-6079-4bb2-a2d1-19453b2a4967.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-flex-telecom-reviews-3066.html\"],\"@context\":\"http://schema.org\",\"brand\":{\"@type\":\"Organization\",\"@id\":null,\"description\":null,\"logo\":\"https://content.trustist.com/brandlogos/03a3ea7a-6079-4bb2-a2d1-19453b2a4967.png\",\"image\":[\"https://content.trustist.com/brandlogos/03a3ea7a-6079-4bb2-a2d1-19453b2a4967.png\"],\"name\":\"Flex Telecom\",\"alternateName\":null,\"hasMap\":null,\"geo\":null,\"telephone\":null,\"url\":\"https://flex-telecom.co.uk/\",\"address\":null,\"branchOf\":null,\"openingHoursSpecification\":null,\"sameAs\":null},\"aggregateRating\":{\"@type\":\"AggregateRating\",\"ratingValue\":5,\"bestRating\":5,\"worstRating\":1,\"reviewCount\":14},\"review\":{\"@type\":\"Review\",\"url\":\"https://www.trustist.com/local-reviews/Website-Review-flex-telecom-reviews-3066.html\",\"author\":{\"@type\":\"Person\",\"name\":\"Sunder Dharmar\",\"address\":null},\"datePublished\":\"2024-04-01T15:19:23.000Z\",\"headline\":\"\",\"isBasedOn\":null,\"reviewBody\":\"For ten years now, Flex-Telecom has been the backbone of our communication at Pudsey Dental \u0026 Implant Centre. From the very beginning, they\u0027ve consistently impressed me with their exceptional service.\\r\\nA Committed Team: A special shoutout goes to Matthew Cranney. His dedication to customer satisfaction is truly unmatched. His and his team’s commitment is what sets Flex-Telecom apart. Efficiency you can count on: What truly makes a difference is their promptness. Our calls are always answered within 2 rings, and any technical issues we\u0027ve faced (which have been very few!) were resolved efficiently.\\r\\nCost-Effective Solutions for Small Businesses: As a micro-business ourselves, cost-effectiveness is paramount. Flex-Telecom keeps that promise. Their phone system has streamlined our client communication, while reliable broadband keeps us connected and productive.\\r\\n\\r\\nPeace of Mind for Your Business:\\r\\nFlex-Telecom has taken a major worry off our plate. We know our communication infrastructure is in good hands, allowing us to focus on growing our business. If you\u0027re looking for a reliable, cost-effective, and customer-centric telecom provider, look no further than Flex-Telecom. They\u0027ve earned our loyalty for ten-plus years, and I highly recommend them to any business owner.\",\"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/euqjA3lgskui0RlFOypJZw/ratingsummary.js'; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); })(window, document);