(function (w, d) { w.tsUpdateMetaDescription = function () { var existingTitle = document.querySelector('title').innerText; document.querySelector('title').innerText = "***** Rating: 4.9 - 95 Reviews - " + existingTitle; var existingDesc = document.querySelector('meta[name="description"]').getAttribute("content"); document.querySelector('meta[name="description"]').setAttribute("content", "***** Rating: 4.9 - 95 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 = "Pestforce Hornchurch"; 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/787290dd-ab90-4816-ab55-122d04f63e0f.png\",\"image\":[\"https://content.trustist.com/brandlogos/787290dd-ab90-4816-ab55-122d04f63e0f.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-pestforce-hornchurch-Reviews-35895.html\"],\"@context\":\"http://schema.org\",\"brand\":{\"@type\":\"Organization\",\"@id\":null,\"description\":null,\"logo\":\"https://content.trustist.com/brandlogos/787290dd-ab90-4816-ab55-122d04f63e0f.png\",\"image\":[\"https://content.trustist.com/brandlogos/787290dd-ab90-4816-ab55-122d04f63e0f.png\"],\"name\":\"Pestforce\",\"alternateName\":null,\"hasMap\":null,\"geo\":null,\"telephone\":null,\"url\":\"https://www.pest-force.co.uk/\",\"address\":null,\"branchOf\":null,\"openingHoursSpecification\":null,\"sameAs\":null},\"aggregateRating\":{\"@type\":\"AggregateRating\",\"ratingValue\":4.9,\"bestRating\":5,\"worstRating\":1,\"reviewCount\":95},\"review\":{\"@type\":\"Review\",\"url\":\"https://www.trustist.com/local-reviews/Review-pestforce-hornchurch-Reviews-35895.html\",\"author\":{\"@type\":\"Person\",\"name\":\"Karen Taylor\",\"address\":{\"@type\":\"PostalAddress\",\"streetAddress\":null,\"addressLocality\":null,\"addressRegion\":null,\"postalCode\":null,\"addressCountry\":null}},\"datePublished\":\"2024-04-24T12:31:01.000Z\",\"headline\":\"\",\"isBasedOn\":null,\"reviewBody\":\"GET OUT AND NEVER COME BACK ! is, sadly, something I’ve said to quite a few men in my life but when last year I said to Craig from Pestforce “I hope I don’t see you again“ I meant it in an entirely different way. \\r\\n\\r\\nHe had just done an amazing job, working far longer than expected on an emergency rat infestation issue that turned out to be much bigger than I’d imagined. I knew that he had fixed it completely and would not need to return.\\r\\n\\r\\nSo when last week I had another separate issue, he was the only man I thought of to come help me. \\r\\n\\r\\nOnce again, he assessed the problem and gave honest advice. A previous builder had bodged some work and left open sewer access!!\\r\\n\\r\\nCraig removed panels and tweaked pipe work then set about sealing and making safe the area under the vanity sink. It was cramped and damp ( due to a hidden unknown boiler leak that he kindly pointed out and gave some diy advice to me) He cleaned up all the droppings and sanitised the area.\\r\\n\\r\\nI was so confident and comfortable with Craig that I just left him in the house to get on with it all while I went shopping.\\r\\n\\r\\nIt was all completed and cleared away by the time I got home, he had locked up behind him and left before I got the chance to sincerely thank him.\\r\\n\\r\\nCraig is totally efficient, trustworthy and genuinely friendly. Prices were very reasonable and the knowledge I was in safe hands was a huge relief.\\r\\n\\r\\nI want to jokingly say “ NEVER DARKEN MY DOORSTEP AGAIN” but I will certainly be calling him again for any future pest issues. \\r\\n\\r\\nI can’t recommend him enough- one fully satisfied woman here :-)\",\"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-pestforce-hornchurch-Reviews-35895.html\",\"description\":null,\"logo\":\"https://content.trustist.com/brandlogos/787290dd-ab90-4816-ab55-122d04f63e0f.png\",\"image\":[\"https://content.trustist.com/brandlogos/787290dd-ab90-4816-ab55-122d04f63e0f.png\"],\"name\":\"Pestforce\",\"alternateName\":\"Pestforce Hornchurch\",\"hasMap\":null,\"geo\":{\"@type\":\"GeoCoordinates\",\"latitude\":\"\",\"longitude\":\"\"},\"telephone\":\"\",\"url\":\"https://www.pest-force.co.uk/\",\"address\":{\"@type\":\"PostalAddress\",\"streetAddress\":\"\",\"addressLocality\":\"\",\"addressRegion\":null,\"postalCode\":null,\"addressCountry\":null},\"branchOf\":{\"@type\":\"Organization\",\"name\":\"Pestforce\",\"sameAs\":\"https://www.pest-force.co.uk/\"},\"openingHoursSpecification\":[],\"sameAs\":[],\"@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/4jcFhO-BckigfBzHYawIsA/ratingsummary.js'; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); })(window, document);