(function (w, d) { w.tsUpdateMetaDescription = function () { var existingTitle = document.querySelector('title').innerText; document.querySelector('title').innerText = "***** Rating: 5.0 - 1611 Reviews - " + existingTitle; var existingDesc = document.querySelector('meta[name="description"]').getAttribute("content"); document.querySelector('meta[name="description"]').setAttribute("content", "***** Rating: 5.0 - 1611 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 = "Lockforce Leeds"; 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/84747c60-4e95-410d-a5af-109a5314b649.png\",\"image\":[\"https://content.trustist.com/brandlogos/84747c60-4e95-410d-a5af-109a5314b649.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-lockforce-leeds-Reviews-21620.html\"],\"@context\":\"http://schema.org\",\"brand\":{\"@type\":\"Organization\",\"@id\":null,\"description\":null,\"logo\":\"https://content.trustist.com/brandlogos/84747c60-4e95-410d-a5af-109a5314b649.png\",\"image\":[\"https://content.trustist.com/brandlogos/84747c60-4e95-410d-a5af-109a5314b649.png\"],\"name\":\"Lockforce\",\"alternateName\":null,\"hasMap\":null,\"geo\":null,\"telephone\":null,\"url\":\"https://www.lockforce.co.uk/\",\"address\":null,\"branchOf\":null,\"openingHoursSpecification\":null,\"sameAs\":null},\"aggregateRating\":{\"@type\":\"AggregateRating\",\"ratingValue\":5,\"bestRating\":5,\"worstRating\":1,\"reviewCount\":1611},\"review\":{\"@type\":\"Review\",\"url\":\"https://www.trustist.com/local-reviews/Review-lockforce-leeds-Reviews-21620.html\",\"author\":{\"@type\":\"Person\",\"name\":\"John Tsang\",\"address\":{\"@type\":\"PostalAddress\",\"streetAddress\":null,\"addressLocality\":\"Leeds\",\"addressRegion\":\"England\",\"postalCode\":null,\"addressCountry\":null}},\"datePublished\":\"2024-04-26T14:56:44.000Z\",\"headline\":\"\",\"isBasedOn\":null,\"reviewBody\":\"I spoke to Carl on the phone before arranging the call out and explained the situation that I was in and he was very informative with what the potential issues were and provided some potential solutions. when Carl came to check the lock he was able to identify the issue an fixed the issue within 30 minutes of knocking on my door. Overall, very happy with his work and professionalism and would use Carl again in future if needed.\",\"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-lockforce-leeds-Reviews-21620.html\",\"description\":null,\"logo\":\"https://content.trustist.com/brandlogos/84747c60-4e95-410d-a5af-109a5314b649.png\",\"image\":[\"https://content.trustist.com/brandlogos/84747c60-4e95-410d-a5af-109a5314b649.png\"],\"name\":\"Lockforce\",\"alternateName\":\"Lockforce Leeds\",\"hasMap\":\"https://maps.google.com/?cid=9902757110402708227\",\"geo\":{\"@type\":\"GeoCoordinates\",\"latitude\":\"53.811880\",\"longitude\":\"-1.534481\"},\"telephone\":\"0113 887 6285\",\"url\":\"https://www.lockforce.co.uk/locksmith/Leeds/\",\"address\":{\"@type\":\"PostalAddress\",\"streetAddress\":\"\",\"addressLocality\":\"Leeds, Leeds\",\"addressRegion\":\"England\",\"postalCode\":null,\"addressCountry\":\"GB\"},\"branchOf\":{\"@type\":\"Organization\",\"name\":\"Lockforce\",\"sameAs\":\"https://www.lockforce.co.uk/\"},\"openingHoursSpecification\":[{\"@type\":\"OpeningHoursSpecification\",\"closes\":\"00:00:00\",\"dayOfWeek\":\"http://schema.org/Sunday\",\"opens\":\"00:00:00\"}],\"sameAs\":[\"https://maps.google.com/?cid=9902757110402708227\",\"https://www.yell.com/biz/lockforce-leeds-leeds-7547556/\",\"https://www.facebook.com/Lockforce-Locksmiths-Leeds-Bradford-and-Harrogate-268689309939520/\",\"https://www.checkatrade.com/give-feedback/trades/lockforcelocksmiths331313\"],\"@context\":\"http://schema.org\",\"aggregateRating\":null,\"review\":null,\"paymentAccepted\":null,\"makesOffer\":{\"@type\":\"Offer\",\"@id\":\"#services\",\"itemOffered\":{\"@type\":\"Service\",\"name\":\"Locksmith\",\"url\":\"https://www.lockforce.co.uk/locksmith/Leeds/\",\"areaServed\":[{\"@type\":\"City\",\"name\":\"Leeds\"}]}}}]"; 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/j6aVCC5iM0GnyxCaVMnKkw/ratingsummary.js'; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); })(window, document);