(function (w, d) { w.tsUpdateMetaDescription = function () { var existingTitle = document.querySelector('title').innerText; document.querySelector('title').innerText = "***** Rating: 5.0 - 1 Reviews - " + existingTitle; var existingDesc = document.querySelector('meta[name="description"]').getAttribute("content"); document.querySelector('meta[name="description"]').setAttribute("content", "***** Rating: 5.0 - 1 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 = "Western Homes by "; 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/d94b6d93-9eda-4e6b-b721-555e5fac5200.png\",\"image\":[\"https://content.trustist.com/brandlogos/d94b6d93-9eda-4e6b-b721-555e5fac5200.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-western-Homes-by-Western-Reviews-40629.html\"],\"@context\":\"http://schema.org\",\"brand\":{\"@type\":\"Organization\",\"@id\":null,\"description\":null,\"logo\":\"https://content.trustist.com/brandlogos/d94b6d93-9eda-4e6b-b721-555e5fac5200.png\",\"image\":[\"https://content.trustist.com/brandlogos/d94b6d93-9eda-4e6b-b721-555e5fac5200.png\"],\"name\":\"Western\",\"alternateName\":null,\"hasMap\":null,\"geo\":null,\"telephone\":null,\"url\":null,\"address\":null,\"branchOf\":null,\"openingHoursSpecification\":null,\"sameAs\":null},\"aggregateRating\":{\"@type\":\"AggregateRating\",\"ratingValue\":5,\"bestRating\":5,\"worstRating\":1,\"reviewCount\":1},\"review\":{\"@type\":\"Review\",\"url\":\"https://www.trustist.com/local-reviews/Review-western-Homes-by-Western-Reviews-40629.html\",\"author\":{\"@type\":\"Person\",\"name\":\"Tom Canning\",\"address\":{\"@type\":\"PostalAddress\",\"streetAddress\":null,\"addressLocality\":null,\"addressRegion\":null,\"postalCode\":null,\"addressCountry\":null}},\"datePublished\":\"2025-02-06T14:30:19.000Z\",\"headline\":\"\",\"isBasedOn\":null,\"reviewBody\":\"Western homes were recommended to us by a friend who purchased a two bedroom modular home from the company 6 years ago. We were impressed with all aspects of the structure and ordered one from Western Home in March 2024. We delt with one person during the whole process, Sarah Harrison who was superb in providing advice and updates as when we needed it. We visited Western Homes to finalise layouts, fixtures/fittings, tiling, kitchen unit design, etc. Sarah showed us untis which were in the process of being constructed. It assured us that we would get the quality we expected. We prepared the site as per Sarah\u0027s advice and drawings provided to us, ensuring when the unit was delivered, the whole process of installing the two bedroom unit we purchases went seemlessly. the tow Western Homes lads who were there on the day of delivery were brillant, ensuring that when they had completed their work, we were fully satisfired. The skimmers came in the following day and the plumbers and electricians arrived 8 days later. By conincidence our electrical equipment was delivered on the day the electricians were on site, and even without asking them, they connected all appliances. We had to get a locally based electrician to sign off on the electrical connection and we arranged for him to meet the electricians on-site the day they were there to go through the electical system in detail . This ensure the process of getting the electrical connection with ESB was quick and painless. \\r\\nWe have been using the house since Septemeber 2024. It is so comfortable, warm and homely, it has surpassed our expectations. \\r\\nI would highly recommend Western Homes to anybody. They delivered on everything we asked for and i cannot thank all of the Western Homes people involved, especially, Sarah, for their friendly approach and professionalism.\",\"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-western-Homes-by-Western-Reviews-40629.html\",\"description\":null,\"logo\":\"https://content.trustist.com/brandlogos/d94b6d93-9eda-4e6b-b721-555e5fac5200.png\",\"image\":[\"https://content.trustist.com/brandlogos/d94b6d93-9eda-4e6b-b721-555e5fac5200.png\"],\"name\":\"Western\",\"alternateName\":\"Western Homes by \",\"hasMap\":null,\"geo\":{\"@type\":\"GeoCoordinates\",\"latitude\":\"\",\"longitude\":\"\"},\"telephone\":\"\",\"url\":null,\"address\":{\"@type\":\"PostalAddress\",\"streetAddress\":\"\",\"addressLocality\":\"\",\"addressRegion\":null,\"postalCode\":null,\"addressCountry\":null},\"branchOf\":{\"@type\":\"Organization\",\"name\":\"Western\",\"sameAs\":null},\"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/jX9nwRPuYEursjv3Imhflw/ratingsummary.js'; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); })(window, document);