(function (w, d) { w.tsUpdateMetaDescription = function () { var existingTitle = document.querySelector('title').innerText; document.querySelector('title').innerText = "***** Rating: 5.0 - 27 Reviews - " + existingTitle; var existingDesc = document.querySelector('meta[name="description"]').getAttribute("content"); document.querySelector('meta[name="description"]').setAttribute("content", "***** Rating: 5.0 - 27 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 = "EMARI Hampshire"; 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/a10ff2fa-be14-49f5-83aa-19596a027cfb.png\",\"image\":[\"https://content.trustist.com/brandlogos/a10ff2fa-be14-49f5-83aa-19596a027cfb.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-emari-hampshire-Reviews-26337.html\"],\"@context\":\"http://schema.org\",\"brand\":{\"@type\":\"Organization\",\"@id\":null,\"description\":null,\"logo\":\"https://content.trustist.com/brandlogos/a10ff2fa-be14-49f5-83aa-19596a027cfb.png\",\"image\":[\"https://content.trustist.com/brandlogos/a10ff2fa-be14-49f5-83aa-19596a027cfb.png\"],\"name\":\"EMARI\",\"alternateName\":null,\"hasMap\":null,\"geo\":null,\"telephone\":null,\"url\":\"https://www.emari.co.uk/\",\"address\":null,\"branchOf\":null,\"openingHoursSpecification\":null,\"sameAs\":null},\"aggregateRating\":{\"@type\":\"AggregateRating\",\"ratingValue\":5,\"bestRating\":5,\"worstRating\":1,\"reviewCount\":27},\"review\":{\"@type\":\"Review\",\"url\":\"https://www.trustist.com/local-reviews/Review-emari-hampshire-Reviews-26337.html\",\"author\":{\"@type\":\"Person\",\"name\":\"Bill Senior\",\"address\":{\"@type\":\"PostalAddress\",\"streetAddress\":null,\"addressLocality\":\"Portsmouth\",\"addressRegion\":\"England\",\"postalCode\":null,\"addressCountry\":null}},\"datePublished\":\"2020-08-17T09:54:32.000Z\",\"headline\":\"\",\"isBasedOn\":null,\"reviewBody\":\"Emma has provided tremendous input as we set up a new business providing input on branding, website design and raising our game on social media. Her work on branding and designing our website was exceptional and I loved the modern forward looking materials she produced. This all benefitted from an open approach and the Brandshrink questionnaire. Her open and challenging approach catalyzed us to sharpen our business proposition and offer. The social media training./coaching has also really helped me raise my social media profile thereby getting some unexpected business and professional leads. I commend her to other potential clients.\",\"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-emari-hampshire-Reviews-26337.html\",\"description\":null,\"logo\":\"https://content.trustist.com/brandlogos/a10ff2fa-be14-49f5-83aa-19596a027cfb.png\",\"image\":[\"https://content.trustist.com/brandlogos/a10ff2fa-be14-49f5-83aa-19596a027cfb.png\"],\"name\":\"EMARI\",\"alternateName\":\"EMARI Hampshire\",\"hasMap\":\"https://maps.google.com/?cid=15804932398545411535\",\"geo\":{\"@type\":\"GeoCoordinates\",\"latitude\":\"50.789550\",\"longitude\":\"-1.102089\"},\"telephone\":\"023 9400 1830\",\"url\":\"https://www.emari.co.uk/\",\"address\":{\"@type\":\"PostalAddress\",\"streetAddress\":\"17 Pembroke Rd\",\"addressLocality\":\"Portsmouth\",\"addressRegion\":\"England\",\"postalCode\":\"PO1 2NT\",\"addressCountry\":\"GB\"},\"branchOf\":{\"@type\":\"Organization\",\"name\":\"EMARI\",\"sameAs\":\"https://www.emari.co.uk/\"},\"openingHoursSpecification\":[{\"@type\":\"OpeningHoursSpecification\",\"closes\":\"18:00:00\",\"dayOfWeek\":\"http://schema.org/Monday\",\"opens\":\"08:00:00\"},{\"@type\":\"OpeningHoursSpecification\",\"closes\":\"18:00:00\",\"dayOfWeek\":\"http://schema.org/Tuesday\",\"opens\":\"08:00:00\"},{\"@type\":\"OpeningHoursSpecification\",\"closes\":\"18:00:00\",\"dayOfWeek\":\"http://schema.org/Wednesday\",\"opens\":\"08:00:00\"},{\"@type\":\"OpeningHoursSpecification\",\"closes\":\"18:00:00\",\"dayOfWeek\":\"http://schema.org/Thursday\",\"opens\":\"08:00:00\"},{\"@type\":\"OpeningHoursSpecification\",\"closes\":\"18:00:00\",\"dayOfWeek\":\"http://schema.org/Friday\",\"opens\":\"08:00:00\"}],\"sameAs\":[\"https://maps.google.com/?cid=15804932398545411535\",\"https://www.facebook.com/589048791768502\"],\"@context\":\"http://schema.org\",\"aggregateRating\":null,\"review\":null,\"paymentAccepted\":null,\"makesOffer\":{\"@type\":\"Offer\",\"@id\":\"#services\",\"itemOffered\":{\"@type\":\"Service\",\"name\":\"Marketing agency\",\"url\":\"https://www.emari.co.uk/\",\"areaServed\":[{\"@type\":\"City\",\"name\":\"Portsmouth\"}]}}}]"; 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/Sk0ZO3DMLEWQHRlZagJ8_g/ratingsummary.js'; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); })(window, document);