CINXE.COM
AI Review Assistant - REVIEWS.io
<!DOCTYPE html><!-- Last Published: Thu Feb 20 2025 13:46:56 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain="reviews-io-2.webflow.io" data-wf-page="65018569bd7f8fb9e2f23f51" data-wf-site="642419dd2be643c50e400f66" lang="en" data-wf-locale="en"><head><meta charset="utf-8"/><title>AI Review Assistant - REVIEWS.io</title><link rel="alternate" hrefLang="x-default" href="https://www.reviews.io/front/ai-review-assistant"/><link rel="alternate" hrefLang="en" href="https://www.reviews.io/front/ai-review-assistant"/><link rel="alternate" hrefLang="de" href="https://www.reviews.io/de/front/ai-review-assistant"/><meta content="Create a library of actionable insights & suggestions for marketing, customer service and product development." name="description"/><meta content="AI Review Assistant - REVIEWS.io" property="og:title"/><meta content="Create a library of actionable insights & suggestions for marketing, customer service and product development." property="og:description"/><meta content="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/65030090fc50d9f9099ab040_OG-reviews-io.png" property="og:image"/><meta content="AI Review Assistant - REVIEWS.io" property="twitter:title"/><meta content="Create a library of actionable insights & suggestions for marketing, customer service and product development." property="twitter:description"/><meta content="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/65030090fc50d9f9099ab040_OG-reviews-io.png" property="twitter:image"/><meta property="og:type" content="website"/><meta content="summary_large_image" name="twitter:card"/><meta content="width=device-width, initial-scale=1" name="viewport"/><link href="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/css/reviews-io-2.f7fb094ac.css" rel="stylesheet" type="text/css"/><link href="https://fonts.googleapis.com" rel="preconnect"/><link href="https://fonts.gstatic.com" rel="preconnect" crossorigin="anonymous"/><script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js" type="text/javascript"></script><script type="text/javascript">WebFont.load({ google: { families: ["PT Sans:400,400italic,700,700italic","Open Sans:300,300italic,400,400italic,600,600italic,700,700italic,800,800italic","Inter:regular,500,700","Poppins:regular,500,600"] }});</script><script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script><link href="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/64b7d6bbb44da70d8611709f_favicon-32x32.png" rel="shortcut icon" type="image/x-icon"/><link href="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/64b7d6c4546b9837cc736f93_android-chrome-256x256.png" rel="apple-touch-icon"/><link href="https://www.reviews.io/front/ai-review-assistant" rel="canonical"/><!-- DO NOT MOVE, FUNCTION FOR GEOLOCATION NEEDS TO BE DEFINED HERE FIRST --> <script> const COUNTRY_CODES = [ "AF", "AL", "DZ", "AS", "AD", "AO", "AI", "AQ", "AG", "AR", "AM", "AW", "AP", "AU", "AT", "AZ", "BS", "BH", "BD", "BB", "BY", "BE", "BZ", "BJ", "BM", "BT", "BO", "BQ", "BA", "BW", "BV", "BR", "IO", "BN", "BG", "BF", "BI", "KH", "CM", "CA", "CV", "KY", "CF", "TD", "CL", "CN", "CX", "CC", "CO", "KM", "CG", "CD", "CK", "CR", "HR", "CU", "CW", "CY", "CZ", "CI", "DK", "DJ", "DM", "DO", "EC", "EG", "SV", "GQ", "ER", "EE", "ET", "FK", "FO", "FJ", "FI", "FR", "GF", "PF", "TF", "GA", "GM", "GE", "DE", "GH", "GI", "GR", "GL", "GD", "GP", "GU", "GT", "GG", "GN", "GW", "GY", "HT", "HM", "VA", "HN", "HK", "HU", "IS", "IN", "ID", "IR", "IQ", "IE", "IM", "IL", "IT", "JM", "JP", "JE", "JO", "KZ", "KE", "KI", "KR", "KW", "KG", "LA", "LV", "LB", "LS", "LR", "LY", "LI", "LT", "LU", "MO", "MG", "MW", "MY", "MV", "ML", "MT", "MH", "MQ", "MR", "MU", "YT", "MX", "FM", "MD", "MC", "MN", "ME", "MS", "MA", "MZ", "MM", "NA", "NR", "NP", "NL", "AN", "NC", "NZ", "NI", "NE", "NG", "NU", "NF", "KP", "MK", "MP", "NO", "OM", "PK", "PW", "PS", "PA", "PG", "PY", "PE", "PH", "PN", "PL", "PT", "PR", "QA", "RE", "RO", "RU", "RW", "BL", "SH", "KN", "LC", "MF", "MF", "PM", "VC", "WS", "SM", "ST", "SA", "SN", "RS", "CS", "SC", "SL", "SG", "SX", "SK", "SI", "SB", "SO", "ZA", "GS", "SS", "ES", "LK", "SD", "SR", "SJ", "SZ", "SE", "CH", "SY", "TW", "TJ", "TZ", "TH", "TL", "TG", "TK", "TO", "TT", "TN", "TR", "TM", "TC", "TV", "UG", "UA", "AE", "GB", "US", "UM", "UY", "UZ", "VU", "VE", "VN", "VG", "VI", "WF", "EH", "YE", "ZM", "ZW", "AX", ]; // Geo IP START function geoip(json) { let countrycode = json.country_code; const getip = json.ip; let countryCodeElement = document.getElementById("countryCode"); if (!COUNTRY_CODES.includes(countrycode)) { countrycode = getCountryCode().join(", "); } if (countryCodeElement) { countryCodeElement.value = countrycode; } var body = document.body; countrycode.split(", ").forEach((element) => { body.classList.add(element); }); } // Geo IP END </script> <!-- Google Tag Manager --> <script> var Webflow = Webflow || []; (function (w, d, s, l, i) { w[l] = w[l] || []; w[l].push({ "gtm.start": new Date().getTime(), event: "gtm.js" }); var f = d.getElementsByTagName(s)[0], j = d.createElement(s), dl = l != "dataLayer" ? "&l=" + l : ""; j.async = true; j.src = "https://www.googletagmanager.com/gtm.js?id=" + i + dl; f.parentNode.insertBefore(j, f); })(window, document, "script", "dataLayer", "GTM-MT52C3C"); </script> <!-- End Google Tag Manager --> <!-- Global site tag (gtag.js) - Google Ads: 982555289 --> <script async src="https://www.googletagmanager.com/gtag/js?id=AW-982555289" ></script> <script> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag("js", new Date()); gtag("config", "G-680KRMGJLX"); </script> <script src="https://reviews.io/cw-assets/js/geolocation.js"></script> <script type="text/javascript" src="https://cdn.weglot.com/weglot.min.js" ></script> <script> Weglot.initialize({ // Only mandatory value is api_key: api_key: "wg_b20ec553adb54e44e58f45436aff4f3f8", // Exclude some blocks from translation excluded_blocks: [ { value: ".nav-link", }, { value: ".footer-link", }, ], hide_switcher: true, // Automatically redirect visitor by its navigator's language auto_switch: false, }); </script> <script type="text/javascript" src="https://d1b3llzbo1rqxo.cloudfront.net/attributer.js" ></script> <script defer src="https://api.pirsch.io/pirsch-extended.js" id="pirschextendedjs" data-code="UhmMj0hzpQpLgaJv9eUVilmk0IFBhNa1" ></script></head><body><div class="ad-pixels w-embed w-iframe w-script"><!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MT52C3C" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <!-- LinkedIn Tracking --> <script type="text/javascript"> _linkedin_partner_id = "44062"; window._linkedin_data_partner_ids = window._linkedin_data_partner_ids || []; window._linkedin_data_partner_ids.push(_linkedin_partner_id); </script><script type="text/javascript"> (function(l) { if (!l){window.lintrk = function(a,b){window.lintrk.q.push([a,b])}; window.lintrk.q=[]} var s = document.getElementsByTagName("script")[0]; var b = document.createElement("script"); b.type = "text/javascript";b.async = true; b.src = "https://snap.licdn.com/li.lms-analytics/insight.min.js"; s.parentNode.insertBefore(b, s);})(window.lintrk); </script> <noscript> <img height="1" width="1" style="display:none;" alt="" src="https://px.ads.linkedin.com/collect/?pid=44062&fmt=gif" /> </noscript> <!-- Twitter conversion tracking base code --> <script> !function(e,t,n,s,u,a){e.twq||(s=e.twq=function(){s.exe?s.exe.apply(s,arguments):s.queue.push(arguments); },s.version='1.1',s.queue=[],u=t.createElement(n),u.async=!0,u.src='https://static.ads-twitter.com/uwt.js', a=t.getElementsByTagName(n)[0],a.parentNode.insertBefore(u,a))}(window,document,'script'); twq('config','o3iz8'); </script> <!-- End Twitter conversion tracking base code --></div><div data-animation="default" data-collapse="small" data-duration="400" data-easing="ease" data-easing2="ease" role="banner" class="navbar w-nav"><div class="row nav"><div class="nav-container"><a href="https://www.reviews.io/" class="logotype w-nav-brand"><img src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/6425651c97e0b1158e3920a8_reviewsio-logo.svg" loading="lazy" width="200" alt=""/></a><nav role="navigation" class="nav-menu w-nav-menu"><div class="nav-start"><div class="fill-100 indent-m"><div data-hover="true" data-delay="400" data-w-id="b5206a5c-c6b7-42c0-4b96-0c22986a268d" class="top-nav-dropdown w-dropdown"><div data-w-id="b5206a5c-c6b7-42c0-4b96-0c22986a268e" class="nav-link w-dropdown-toggle"><div class="g-inline-s"><div>Platform</div><div class="top-nav-icon w-icon-dropdown-toggle"></div></div></div><nav class="top-nav-dropdown-list w-dropdown-list"><div class="nav-hero-drop"><div class="section"><div class="wrapper g-stack-3xl wrapper-nav-dropdown"><div class="row hide-mobile"><div class="col lg12"></div></div><div class="row ahe att"><div class="col lg9 md12 c-col-nav-dropdown"><div class="row c-dropdown-mobile c-col-nav-dropdown"><div class="col lg5 md2 sm12 indent-z-mobile"><div class="g-stack-l stack-m full-width"><div class="overline overline-mobile hide-mobile">The Reviews Platform</div><div class="g-stack-s full-width"><a href="/front/company-reviews" class="dropdown-link-block block-button-mobile full-width w-inline-block"><div class="row ahc"><div class="col lg3 indent-z display-lg"><img src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/642c346067d7d993832297be_icon-company-reviews--md--colour.svg" loading="lazy" alt="" class="image-icon-nav"/></div><div class="col lg9 md12 indent-z"><div><div class="headline-link">Company Reviews</div><div class="body-text-xs tc-neutrals-400">Leverage the voice of your customer.</div></div></div></div></a><a href="/front/productreviews" class="dropdown-link-block block-button-mobile full-width w-inline-block"><div class="row ahc"><div class="col lg3 indent-z display-lg"><img src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/64e62895805705f5fcc53c3f_icon-product-reviews--md--colour.svg" loading="lazy" alt="" class="image-icon-nav"/></div><div class="col lg9 md12 indent-z"><div><div class="headline-link">Product Reviews</div><div class="body-text-xs tc-neutrals-400">Help shoppers make informed decisions.</div></div></div></div></a><a href="/front/sms-reviews" class="dropdown-link-block block-button-mobile full-width w-inline-block"><div class="row ahc"><div class="col lg3 indent-z display-lg"><img src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/642c369bd90ba5b1bd7343d8_icon-sms-reviews--md--colour.svg" loading="lazy" alt="" class="image-icon-nav"/></div><div class="col lg9 md12 indent-z"><div><div class="headline-link">SMS Invites </div><div class="body-text-xs tc-neutrals-400">Send review campaigns over SMS.</div></div></div></div></a></div></div></div><div class="col lg3 mdl12 indent-s z-gap-mobile indent-z-mobile"><div class="g-stack-xl stack-l full-width c-mobile-block"><div class="overline mobile-nav">Features</div><div class="g-stack-l full-width z-gap-mobile"><a href="/front/attributes" class="headline-link c-mobile-link">Attributes</a><a href="/front/surveys" class="headline-link c-mobile-link">Surveys</a><a href="/front/ugc" class="headline-link c-mobile-link">UGC Galleries</a><a href="/front/ai-review-assistant" aria-current="page" class="headline-link c-mobile-link w--current">AI Assistant </a><a href="/front/ai-review-summary" class="headline-link c-mobile-link headline-link-flex w-inline-block"><div class="headline-link">AI Review Summary </div><div class="uui-badge-small-success"><div>New</div></div></a><a href="/front/review-nuggets" class="headline-link c-mobile-link">Review Nuggets</a><a href="/front/flow-review-collection" class="headline-link c-mobile-link">Invitation Flows</a><a href="/front/social-proof" class="headline-link c-mobile-link">Social Proof Banners</a><a href="/front/video-first" class="headline-link c-mobile-link">Video First Invites</a></div><div></div></div></div><div class="col lg4 md3 mdl12 indent-z-mobile indent-s"><div class="g-stack-l full-width"><div class="overline hide-mobile">Why REVIEWS<span class="lowercase">.io</span></div><div class="g-stack-s stack-m full-width z-gap-mobile"><a href="https://support.reviews.io/en/articles/9185070-review-booster" target="_blank" class="dropdown-link-block block-inline-mobile w-inline-block"><div class="headline-link c-mobile-link">Review Booster</div><div class="body-text-xs tc-neutrals-400 hide-mobile">Quickly gain reviews to boost your rating. </div></a><a href="https://www.reviews.io/front/reputation-management" class="dropdown-link-block block-inline-mobile w-inline-block"><div class="headline-link c-mobile-link">Reputation Manager</div><div class="body-text-xs tc-neutrals-400 hide-mobile">Boost reviews on third-party sites </div></a><a href="/front/google-seller-ratings" class="dropdown-link-block block-inline-mobile full-width w-inline-block"><div class="headline-link c-mobile-link">Google Seller Ratings Partner</div><div class="body-text-xs tc-neutrals-400 hide-mobile">Lower cpc with stars next to your ads.</div></a><a href="/front/switch-provider" class="dropdown-link-block block-inline-mobile full-width w-inline-block"><div class="headline-link c-mobile-link">Switch Review Provider</div><div class="body-text-xs tc-neutrals-400 hide-mobile">Make review collection more affordable</div></a><a href="/business-solutions" class="dropdown-link-block block-inline-mobile full-width c-nav-background w-inline-block"><div class="headline-link c-mobile-link">Explore The Reviews Platform </div><div class="body-text-xs tc-neutrals-400 hide-mobile">Discover why our platform is the perfect solution for you.</div></a></div></div></div></div></div><div class="col lg3"><div class="uui-navbar02_dropdown-content-wrapper-3 display-lg"><div class="uui-navbar02_dropdown-blog-item-wrapper-3"><a href="https://www.reviews.io/front/integration-library" class="uui-navbar02_blog-item-5 w-inline-block"><div class="uui-navbar02_blog-image-wrapper-2"><img sizes="100vw" srcset="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/674f0337b259108aa9299a6b_graphic-reviews-topnav-integrations-p-500.webp 500w, https://cdn.prod.website-files.com/642419dd2be643c50e400f66/674f0337b259108aa9299a6b_graphic-reviews-topnav-integrations.webp 576w" alt="" src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/674f0337b259108aa9299a6b_graphic-reviews-topnav-integrations.webp" loading="eager" class="uui-navbar02_blog-image-2"/></div><div class="uui-navbar02_blog-content-2"><div class="uui-navbar02_item-heading-4">Effortless Integrations</div><div class="uui-text-size-small-18 text-style-2lines">REVIEWS.io provides seamless integration with your ecommerce, marketing and loyalty platforms, driving better results.</div></div></a></div></div><div class="nav-ad-wrapper display-lg"><div class="row"></div></div></div></div></div></div><div class="spacer-50 hide-mobile"></div></div></nav></div><div data-hover="true" data-delay="400" data-w-id="34ea87c4-bbbb-afa4-612a-bb1ec743613e" class="top-nav-dropdown w-dropdown"><div class="nav-link w-dropdown-toggle"><div class="g-inline-s"><div>Resources</div><div class="top-nav-icon w-icon-dropdown-toggle"></div></div></div><nav class="top-nav-dropdown-list w-dropdown-list"><div class="nav-hero-drop"><div class="section"><div class="wrapper g-stack-3xl wrapper-nav-dropdown"><div class="row hide-mobile"><div class="col lg12"></div></div><div class="row ahe"><div class="col lg9 md12 c-col-nav-dropdown"><div class="row c-dropdown-mobile"><div class="col lg7 md3 mdl12 no-pad-right indent-z-mobile"><div class="g-stack-l full-width c-mobile-stack-z"><div class="overline hide-mobile">Key Resources<span class="lowercase"></span></div><div class="row"><div class="col lg6 sm12 indent-s no-pad-right c-nav-res"><div class="g-stack-m stack-m full-width c-mobile-stack-z"><a href="/front/customer-success-stories" class="dropdown-link-block block-inline-mobile full-width w-inline-block"><div class="row ahc avl-mobile"><div class="col lg3 indent-z hide-mobile ahc"><img src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/642c3475bc241c65c41fd458_icon-confetti--md--colour.svg" loading="lazy" alt="" class="icon-nav-dropdown"/></div><div class="col lg9 indent-z"><div class="headline-link c-mobile-link stack-s">Success Stories</div><div class="body-text-xs tc-neutrals-400 display-lg">Brands growing with reviews </div></div></div></a><a href="https://www.reviews.io/front/integration-library" class="dropdown-link-block block-inline-mobile full-width w-inline-block"><div class="row ahc avl-mobile"><div class="col lg3 indent-z hide-mobile ahc"><img src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/6529445f4541ededc8601f66_icon-puzzle--md--colour.svg" loading="lazy" alt="" class="icon-nav-dropdown"/></div><div class="col lg9 indent-z"><div class="headline-link c-mobile-link stack-s">Integrations </div><div class="body-text-xs tc-neutrals-400 display-lg">Connect the tools from your tech stack</div></div></div></a><a href="/front/about-us" class="dropdown-link-block block-inline-mobile full-width w-inline-block"><div class="row ahc avl-mobile"><div class="col lg3 indent-z hide-mobile ahc"><img src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/642c3480feb6dbdc46f121a3_icon-crown--md--colour.svg" loading="lazy" alt="" class="icon-nav-dropdown"/></div><div class="col lg9 indent-z"><div class="headline-link c-mobile-link">About & Careers</div><div class="body-text-xs tc-neutrals-400 display-lg">Team of Talented Individuals </div></div></div></a></div></div><div class="col lg6 sm12 indent-s no-pad-right c-nav-res"><div class="g-stack-m stack-m full-width c-mobile-stack-z"><a href="https://blog.reviews.io/" class="dropdown-link-block block-inline-mobile full-width w-inline-block"><div class="row ahc avl-mobile"><div class="col lg3 indent-z hide-mobile ahc"><img src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/645bf4335595817c3adb92cf_icon-page-star--md--colour.svg" loading="lazy" alt="" class="icon-nav-dropdown"/></div><div class="col lg9 indent-z"><div class="headline-link c-mobile-link stack-s">Blog</div><div class="body-text-xs tc-neutrals-400 display-lg">See how brands use our features</div></div></div></a><a href="https://developer.reviews.io/" target="_blank" class="dropdown-link-block block-inline-mobile full-width w-inline-block"><div class="row ahc avl-mobile"><div class="col lg3 indent-z hide-mobile ahc"><img src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/642c34c3972f2b6e10fa9d37_icon-finger-selection--md--colour.svg" loading="lazy" alt="" class="icon-nav-dropdown"/></div><div class="col lg9 indent-z"><div class="headline-link c-mobile-link stack-s">Developer API</div><div class="body-text-xs tc-neutrals-400 display-lg">Docs to connect & extend our API</div></div></div></a><a href="/front/partnerships" class="dropdown-link-block block-inline-mobile full-width w-inline-block"><div class="row ahc avl-mobile"><div class="col lg3 indent-z hide-mobile ahc"><img src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/642c344c28be3f838373f803_icon-circled-plus-cursor--md--colour.svg" loading="lazy" alt="" class="icon-nav-dropdown"/></div><div class="col lg9 indent-z"><div class="headline-link c-mobile-link stack-s">Become a Partner</div><div class="body-text-xs tc-neutrals-400 display-lg">Join our journey & share the rewards</div></div></div></a></div></div></div></div></div><div class="col lg5 mdl12 no-pad-right indent-z-mobile"><div class="g-stack-l full-width z-gap-mobile"><div class="overline hide-mobile">Find</div><div class="stack-l full-width"><a href="https://support.reviews.io/en/" class="dropdown-link-block block-inline-mobile full-width w-inline-block"><div class="headline-link c-mobile-link stack-s">Support Center</div><div class="body-text-xs tc-neutrals-400 hide-mobile">Step-by-step guides and assistance </div></a><a href="https://updates.reviews.io/" class="dropdown-link-block block-inline-mobile full-width w-inline-block"><div class="headline-link c-mobile-link stack-s">Product Updates </div><div class="body-text-xs tc-neutrals-400 hide-mobile">The latest product releases & enhancements</div></a><a href="https://agency.reviews.io/directory" class="dropdown-link-block block-inline-mobile full-width w-inline-block"><div class="headline-link c-mobile-link stack-s">Agency Directory</div><div class="body-text-xs tc-neutrals-400 hide-mobile">Partner with a trusted agency</div></a></div></div><div class="g-stack-l full-width hide-mobile"><div class="overline overline-mobile">Popular Support Articles</div><a href="https://support.reviews.io/en/articles/3188180-review-booster" target="_blank" class="headline-link c-mobile-link">How to send a Review Booster</a><a href="https://support.reviews.io/en/articles/4892664-product-reviews-widget" target="_blank" class="headline-link c-mobile-link">Product Reviews Widget</a><a href="https://support.reviews.io/en/articles/4174842-review-imports" class="headline-link c-mobile-link">How to Import Reviews</a></div></div><div class="col lg5 display-lg"></div></div></div><div class="col lg3"><div class="nav-ad-wrapper display-lg"><div class="g-stack-l full-width"><div class="overline display-lg">Latest Podcast<span class="lowercase"></span></div><a href="https://www.buzzsprout.com/1381345" target="_blank" class="nav-image-link g-stack-l w-inline-block"><img src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/645e08cd4cbd41d88156944a_223.jpg" loading="lazy" sizes="100vw" srcset="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/645e08cd4cbd41d88156944a_223-p-500.jpg 500w, https://cdn.prod.website-files.com/642419dd2be643c50e400f66/645e08cd4cbd41d88156944a_223.jpg 600w" alt="" class="image corners-xl"/><div class="body-text-xs tc-neutrals-400">▶ Ep. 25 <br/>Why ugly ads perform better with Callum Devine from CB Social. </div></a></div></div></div></div></div></div><div class="spacer-50 hide-mobile"><div class="no-pad-right"></div></div></div></nav></div><a href="/front/pricingplans" class="nav-link w-nav-link">Pricing</a></div></div><div class="nav-buttons c-mobile-nav-button"><a href="https://dash.reviews.io/login" class="button tertiary size-s display-lg w-button">Log In</a><a href="/lets-chat" class="button ghost-dark size-m w-button">Book Demo</a></div></nav><div class="menu-button w-nav-button"><div class="w-icon-nav-menu"></div></div></div></div></div><div class="section l"><div class="wrapper g-stack-3xl"><div class="row ahc g-stack-3xl"><div class="col lg6 md6 sm2"><div class="g-stack-xl"><img src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/645a0dcb688eb655683d74cf_icon-robot-star--md--colour.svg" loading="lazy" width="190" height="Auto" alt="" class="icon small dropshadow corners-100"/><h1 class="headline l">Harness AI & Reviews</h1><p class="body-text-m">Streamline your review collection and review replies with AI. Our tools improve efficiency and provide deep analysis, transforming your review management strategy</p><div class="button-group"><a href="/front/pricingplans" class="button primary size-l w-button">Get started</a><a data-class="" href="/lets-chat" class="button ghost-dark size-l w-button">Book Demo</a></div></div></div><div class="col lg1"></div><div class="col lg5 md6 sm2"><div class="bgc-soft-gradient fill-100 inset-xl corners-hero dropshadow avc relative"><img loading="lazy" alt="" src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/6502cc59541b269793e893a7_AIAssistantHero.png" class="hero-image"/></div></div></div></div></div><div class="section l"><div class="wrapper g-stack-3xl"><div class="row avc tac"><div class="col lg8 md6 mdl6 sm2 avc ahc"><div class="g-stack-l avc"><div class="overline">Analyze & Discover</div><h2 class="headline">Minimal Effort. Maximum Return.</h2><p class="body-text-m">Review data tells you so much about your business. But it’s incredibly time consuming to unpack. Let AI do the hard work, leaving you to turn its findings into profitable action.<br/></p></div></div></div><div class="row ahc g-stack-xl"><div class="col lg1 display-lg"></div><div class="col lg5 md6 sm2"><img src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/653f7aa987af153eb9fc3c82_Session-layeredlounge%401x.png" loading="lazy" alt="" class="hero-image"/></div><div class="col lg5 md6 sm2 avs"><div class="g-stack-xl"><img src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/64ad24a9edf877300fa22c7f_Quote-Marks.svg" loading="lazy" alt="" class="quote-marks stack-l"/><blockquote class="headline s">The Review Analysis identified the main issues in negative content, highlighted key products, and suggested optimal review invite timing based on aggregated feedback. 🤯</blockquote><div class="g-stack-z"><div class="row g-inline-s ahc"><div class="headline xs">Paul Humphreys</div><img src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/6435bbe298ed9eebb57d4929_review-status-badge--verified.svg" loading="lazy" alt="" class="tick-list-asset"/></div><div class="body-text-m">CEO @ Layered Lounge</div></div></div></div></div></div></div><div class="section bgc-soft-gradient corners-hero l hero-indent"><div class="wrapper"><div class="row avc tac g-stack-2xl stack-2xl"><div class="col lg8 md6 mdl6 sm2 avc"><div class="g-stack-xl avc"><h2 class="headline l">Truly Understand Your Customers</h2><p class="body-text-l">Understanding your review content can be tough. Simplify the process with our pre-set questions to uncover customer pain points conveniently.</p></div></div></div><div class="row"><div class="col lg12 md6 mdl6 sm2"><div class="full-width"><img loading="lazy" sizes="(max-width: 479px) 87vw, (max-width: 767px) 83vw, (max-width: 991px) 87vw, (max-width: 1439px) 89vw, 1176px" srcset="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/65018955418687b05922f558_AIAssistantDash-1-p-500.png 500w, https://cdn.prod.website-files.com/642419dd2be643c50e400f66/65018955418687b05922f558_AIAssistantDash-1-p-800.png 800w, https://cdn.prod.website-files.com/642419dd2be643c50e400f66/65018955418687b05922f558_AIAssistantDash-1.png 1330w" alt="" src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/65018955418687b05922f558_AIAssistantDash-1.png" class="image"/></div></div></div></div></div><div id="assistant" class="section _2xl"><div class="wrapper"><div class="row reverse ahc g-stack-xl"><div class="col lg1 md12"></div><div class="col lg5 md12"><div class="g-stack-xl"><div class="overline">Ai Assitant</div><h2 class="headline l">Instantly Extract Meaningful Insights</h2><p class="body-text-m">AI Assistant extracts valuable insights from customer feedback instantly. Simply ask a question, and it processes your review data to provide answers in seconds. <br/><br/>Discover your strengths, weaknesses, popular products, and more without the manual effort, giving you more time to focus on improving your business.</p><div class="button-group"><div class="uui-button-wrapper-14 max-width-full-mobile-landscape"><a href="/product-demo" class="button ghost-dark size-l w-inline-block"><div class="uui-button-icon-12 is-icon-large w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> <path d="M9.5 8.96533C9.5 8.48805 9.5 8.24941 9.59974 8.11618C9.68666 8.00007 9.81971 7.92744 9.96438 7.9171C10.1304 7.90525 10.3311 8.03429 10.7326 8.29239L15.4532 11.3271C15.8016 11.551 15.9758 11.663 16.0359 11.8054C16.0885 11.9298 16.0885 12.0702 16.0359 12.1946C15.9758 12.337 15.8016 12.449 15.4532 12.6729L10.7326 15.7076C10.3311 15.9657 10.1304 16.0948 9.96438 16.0829C9.81971 16.0726 9.68666 15.9999 9.59974 15.8838C9.5 15.7506 9.5 15.512 9.5 15.0347V8.96533Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg></div><div>See It Working</div></a></div></div></div></div><div class="col lg6 md12 ahc"><img src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/65018e50bca8a6127e8ffedc_AIReporting.png" loading="lazy" width="Auto" alt="" class="hero-image"/></div></div></div></div><div id="reports" class="section half-screen w-clearfix"><div class="block-50 avc"><div class="half-screen-content inset-xl"><div class="g-stack-l stack-xl"><div class="overline">AI Reports</div><h2 class="headline l">Reach Goals Faster with AI Reports</h2><p class="body-text-l">AI Insights transforms your review data into actionable reports, featuring performance metrics, improvement tips, and competitor analysis drawn from web-based customer sentiment. <br/><br/>Use these reports to make swift, informed decisions, drive your business forward, and gain a competitive edge</p><div class="button-group"><a href="/front/pricingplans" class="button primary size-l w-button">Get started</a><a data-class="" href="/lets-chat" class="button ghost-dark size-l w-button">Book Demo</a></div></div></div></div><div class="block-50 bgc-soft-gradient with-background avc"><img src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/65018aed3402a4b1312e5158_AICompetitorAnalysis.png" loading="lazy" alt="" class="image-half-screen"/></div></div><div class="section _2xl"><div class="wrapper"><div class="row reverse ahc g-stack-xl"><div class="col lg1 md12"></div><div class="col lg5 md12"><div class="g-stack-xl"><div class="overline">Reply with AI</div><h2 class="headline l">Tackle Reviews with Smart AI Prompts</h2><p class="body-text-m">Reply with AI leverages ChatGPT to craft unique, context-specific responses to customer feedback. Generate replies with a single click, tweak them as needed, and save time without losing control. <br/><br/>Give it a try with our open-source version—just enter your rating and review to see the tool in action!</p><div class="button-group"><div class="uui-button-wrapper-14 max-width-full-mobile-landscape"><a href="/product-demo" class="button ghost-dark size-l w-inline-block"><div class="uui-button-icon-12 is-icon-large w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> <path d="M9.5 8.96533C9.5 8.48805 9.5 8.24941 9.59974 8.11618C9.68666 8.00007 9.81971 7.92744 9.96438 7.9171C10.1304 7.90525 10.3311 8.03429 10.7326 8.29239L15.4532 11.3271C15.8016 11.551 15.9758 11.663 16.0359 11.8054C16.0885 11.9298 16.0885 12.0702 16.0359 12.1946C15.9758 12.337 15.8016 12.449 15.4532 12.6729L10.7326 15.7076C10.3311 15.9657 10.1304 16.0948 9.96438 16.0829C9.81971 16.0726 9.68666 15.9999 9.59974 15.8838C9.5 15.7506 9.5 15.512 9.5 15.0347V8.96533Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg></div><div>See It Working</div></a></div></div></div></div><div class="col lg6 md12 ahc"><img src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/66a267a190e66e7c84453a84_ReplyWithAIHeroShadow%401x.png" loading="lazy" width="Auto" alt="" sizes="(max-width: 479px) 91vw, (max-width: 767px) 83vw, (max-width: 991px) 500px, (max-width: 1279px) 43vw, 500px" srcset="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/66a267a190e66e7c84453a84_ReplyWithAIHeroShadow%401x-p-500.png 500w, https://cdn.prod.website-files.com/642419dd2be643c50e400f66/66a267a190e66e7c84453a84_ReplyWithAIHeroShadow%401x.png 770w" class="hero-image"/></div></div></div></div><div class="section l"><div class="wrapper g-stack-3xl"><div class="row g-stack-3xl"><div class="col lg6 md6"><div class="g-stack-xl"><h3 class="overline">sessions</h3><h2 class="headline l">Is This you? Then AI Assistant is Essential.</h2><p class="body-text-m">Gain precise insights into customer behavior on your site by observing their actions in real-time. Observe their interactions, identify areas of avoidance, track their purchasing journey, and identify potential sources of friction.</p><div class="button-group"><div class="uui-button-wrapper-14 max-width-full-mobile-landscape"><a href="/product-demo" class="button ghost-dark size-l w-inline-block"><div class="uui-button-icon-12 is-icon-large w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> <path d="M9.5 8.96533C9.5 8.48805 9.5 8.24941 9.59974 8.11618C9.68666 8.00007 9.81971 7.92744 9.96438 7.9171C10.1304 7.90525 10.3311 8.03429 10.7326 8.29239L15.4532 11.3271C15.8016 11.551 15.9758 11.663 16.0359 11.8054C16.0885 11.9298 16.0885 12.0702 16.0359 12.1946C15.9758 12.337 15.8016 12.449 15.4532 12.6729L10.7326 15.7076C10.3311 15.9657 10.1304 16.0948 9.96438 16.0829C9.81971 16.0726 9.68666 15.9999 9.59974 15.8838C9.5 15.7506 9.5 15.512 9.5 15.0347V8.96533Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg></div><div>See It Working</div></a></div></div></div></div><div class="col lg6 md6"><div class="spacer-40"></div><div class="row nested g-stack-2xl"><div class="col lg6 sm12"><div class="g-stack-xl"><div class="g-stack-l"><div class="headline s">“Star Rating alone lacks actionable insights.”</div><p class="body-text-m">Star Ratings alone lack depth. Our AI Assistant reveals customer sentiments, guiding growth decisions with clarity.</p></div></div></div><div class="col lg6 sm12"><div class="g-stack-xl"><div class="g-stack-l"><div class="headline s">“I don’t have time to sift through 1000s of reviews.”</div><p class="body-text-m">Sorting through thousands of reviews and attribute data can be time-consuming. Our AI Assistant quickly unpacks them and generates instant reports.</p></div></div></div><div class="col lg6 sm12"><div class="g-stack-xl"><div class="g-stack-l"><div class="headline s">“We base our decisions on if it feels right.”</div><p class="body-text-m">Trust your instincts, but back them up with data. Our AI Assistant provides instant, shareable insights for informed decisions.</p></div></div></div><div class="col lg6 sm12"><div class="g-stack-xl"><div class="g-stack-l"><div class="headline s">"I don't know what I should be looking for."</div><p class="body-text-m">We were once unsure as well. Through testing, we found the best questions and shared them to improve your results.</p></div></div></div></div></div></div></div></div><div class="section _2xl"><div class="wrapper"><div class="row ahc vise-xl"><div class="col lg3 md3 sm2 stack-2xl"><a href="https://blog.reviews.io/post/how-start-up-merchant-faerly-uses-our-google-licensed-partnership-for-smarter-review-collection" class="card single-boarder w-inline-block"><div class="g-stack-xl indent-xl vise-xl"><h3 class="headline s">155% Increase in 5-Star Company Reviews!</h3><div class="body-text-m">A highly functional platform with rapid review growth was absolutely necessary.</div></div><img loading="lazy" alt="" src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/6479e4a10a8a2d1ae71d67a4_Client-logo-faerly.png" class="image-61"/></a></div><div class="col lg3 md3 sm2 stack-2xl"><a href="https://blog.reviews.io/post/how-does-maap-build-its-brand-community" class="card single-boarder w-inline-block"><div class="g-stack-xl indent-xl vise-xl"><h3 class="headline s">Grow Customer Data for Better Segments.</h3><div class="body-text-m">How MAAP uses Review attributes to capture product & customer insights</div></div><img loading="lazy" alt="" src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/642d8051fbf2c5f12e51e4bc_Client-logo-maap.png" class="image-61"/></a></div><div class="col lg3 md3 sm2 stack-2xl"><div class="c-vise-m"><a href="https://blog.reviews.io/post/victoria-healths-strategy-for-building-trust-through-authentic-verified-reviews" class="card double-border w-inline-block"><div class="g-stack-xl indent-xl vise-xl"><h3 class="headline s">Reviews with Authenticity</h3><div class="body-text-m">How verified reviews, proactive support, and scalability drive trust, reputation, and sales growth for Victoria Health</div></div><img loading="lazy" alt="" src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/6479e17f715af9368bf9d4c2_Client-logo-victoriahealth.png" class="image-61"/></a></div></div><div class="col lg3 md3 sm2 hide-mobile"><a href="https://blog.reviews.io/post/the-everyday-consumers-vs-celebrity-endorsement-why-loci-turned-to-review-collection-to-build-brand-authenticity" class="card single-boarder w-inline-block"><div class="g-stack-xl indent-xl vise-xl"><h3 class="headline s">UGC Boosts Conversion Rates by 29%!</h3><div class="body-text-m"> Loci published Shoppable UGC Galleries on-site & integrated them into their email campaigns to increase conversion. </div></div><img loading="lazy" alt="" src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/6479c8c61259afe20c092cc4_Client-logo-Loci.png" class="image-61"/></a></div></div></div></div><div class="section xl bgc-soft-gradient stack-l corners-hero hero-indent"><div class="wrapper"><div class="row avc"><div class="col lg8 md6 mdl6 sm2"><div class="content-wrapper"><div class="avc"><div class="tac stack-2xl"><h2 class="headline small-mobile">See the Real Impact from Displaying Reviews</h2></div><div class="button-group"><a href="/front/pricingplans-2023" class="button primary size-l w-button">Get started</a><div class="uui-button-wrapper-14 max-width-full-mobile-landscape"><a href="/product-demo" class="button ghost-dark size-l w-inline-block"><div class="uui-button-icon-12 is-icon-large w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> <path d="M9.5 8.96533C9.5 8.48805 9.5 8.24941 9.59974 8.11618C9.68666 8.00007 9.81971 7.92744 9.96438 7.9171C10.1304 7.90525 10.3311 8.03429 10.7326 8.29239L15.4532 11.3271C15.8016 11.551 15.9758 11.663 16.0359 11.8054C16.0885 11.9298 16.0885 12.0702 16.0359 12.1946C15.9758 12.337 15.8016 12.449 15.4532 12.6729L10.7326 15.7076C10.3311 15.9657 10.1304 16.0948 9.96438 16.0829C9.81971 16.0726 9.68666 15.9999 9.59974 15.8838C9.5 15.7506 9.5 15.512 9.5 15.0347V8.96533Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg></div><div>See It Working</div></a></div></div></div></div></div></div></div></div><footer id="footer" class="footer"><div class="footer-container"><div class="top-footer-block"><a href="https://www.reviews.io/" class="footer-logo-link w-inline-block"><img src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/64353b5204fc23670f7e01de_reviewsio-logo--inverted.svg" width="200" alt="Reviews.io" class="footer-image"/></a><div class="g-inline-l ahc"><div class="login-signup-footer"><a href="https://www.reviews.io/signup/basic" target="_blank" class="footer-link-text fs-tracking-footer-signup-button">Sign Up</a><div id="w-node-_5dc5bcf0-c371-8d5f-f8fd-fe28b2edacfe-c86ba255" class="footer-link-text">|</div><a href="https://dash.reviews.io/login" target="_blank" class="footer-link-text">Login</a></div><div class="wg-code w-embed w-script"><script> // on Weglot init Weglot.on('initialized', ()=>{ // get the current active language const currentLang = Weglot.getCurrentLang(); // call updateFlagDropdownLinks function updateSW6FlagDropdownLinks(currentLang); }); // for each of the .wg-element-wrapper language links document.querySelectorAll('.wg-element-wrapper.sw6 [lang]').forEach((link)=>{ // add a click event listener link.addEventListener('click', function(e){ // prevent default e.preventDefault(); // switch to the current active language Weglot.switchTo(this.getAttribute('lang')); // call updateDropdownLinks function updateSW6FlagDropdownLinks(this.getAttribute('lang')); }); }); // updateFlagDropdownLinks function function updateSW6FlagDropdownLinks(currentLang){ // get the wrapper element const $wrapper = document.querySelector('.wg-element-wrapper.sw6'); // if the .w-dropdown-toggle is not the current active language if($wrapper.querySelector('.w-dropdown-toggle').getAttribute('lang') !== currentLang){ // swap the dropdown toggle's innerHTML with the current active language link innerHTML const $activeLangLink = $wrapper.querySelector('[lang='+currentLang+']'); const childDiv = $activeLangLink.innerHTML; const $toggle = $wrapper.querySelector('.w-dropdown-toggle'); const toggleDiv = $toggle.innerHTML; $toggle.innerHTML = childDiv; $activeLangLink.innerHTML = toggleDiv; // swap the dropdown toggle's lang attr with the current active language link lang attr const lang = $activeLangLink.getAttribute('lang'); const toggleLang = $toggle.getAttribute('lang'); $toggle.setAttribute('lang', lang); $activeLangLink.setAttribute('lang', toggleLang); } } </script></div></div></div><div class="middle-footer-block"><div class="footer-col"><div class="accordion-item"><div class="accordion__title"><div class="headline xs tc-white-100">How it Works</div></div><div class="accordion__content-wrap"><div class="accordion__content"><a href="/business-solutions" class="footer-link">Overview</a><a href="/front/pricingplans-2023" class="footer-link">Pricing</a><a href="/front/google-seller-ratings" class="footer-link">Google Seller Ratings</a><a href="https://www.reviews.io/front/integration-library" class="footer-link">Integrations</a></div></div></div><div class="accordion-item"><div data-w-id="6a511334-1240-c6ed-d65e-48f8c86ba274" class="accordion__title"><div class="headline xs tc-white-100">Reviews Platform</div><div class="accordion__plus-wrapper"><div class="accordion__bar-vert"></div><div class="accordion__bar-hor"></div></div></div><div class="accordion__content-wrap"><div class="accordion__content"><a href="/front/company-reviews" class="footer-link">Company Reviews</a><a href="/front/productreviews" class="footer-link">Product Reviews</a><a href="/front/reputation-management" class="footer-link">Reputation Manager</a><a href="/front/review-syndication" class="footer-link">Review Syndication</a><a href="/front/local-reviews" class="footer-link">Local & In-Store Reviews</a></div></div></div></div><div class="footer-col"><div class="accordion-item"><div data-w-id="6a511334-1240-c6ed-d65e-48f8c86ba28e" class="accordion__title"><div class="headline xs tc-white-100">Features</div><div class="accordion__plus-wrapper"><div class="accordion__bar-vert"></div><div class="accordion__bar-hor"></div></div></div><div class="accordion__content-wrap"><div class="accordion__content"><a href="/front/attributes" class="footer-link">Attributes</a><a href="/front/surveys" class="footer-link">Surveys</a><a href="/front/ugc" class="footer-link">UGC</a><a href="/front/ai-review-assistant" aria-current="page" class="footer-link w--current">AI Assistant</a><a href="/front/ai-review-summary" class="footer-link">AI Review Summary</a><a href="/front/review-nuggets" class="footer-link">Review Nuggets</a><a href="/front/flow-review-collection" class="footer-link">Invitation Flows</a><a href="/front/sms-reviews" class="footer-link">SMS Invites</a><a href="/front/video-first" class="footer-link">Video First </a><a href="/front/social-proof" class="footer-link">Social Proof Banners</a></div></div></div><div class="accordion-item"><div data-w-id="6a511334-1240-c6ed-d65e-48f8c86ba2af" class="accordion__title"><div class="headline xs tc-white-100">Loyalty </div><div class="accordion__plus-wrapper"><div class="accordion__bar-vert"></div><div class="accordion__bar-hor"></div></div></div><div class="accordion__content-wrap"><div class="accordion__content"><a href="https://www.influence.io/" class="footer-link">Loyalty & Referrals</a><div class="footer-loyalty-icon"><img src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/64353b5204fc23aecf7e01df_influenceio-favicon.svg" loading="lazy" alt=""/></div></div></div></div></div><div class="footer-col"><div class="accordion-item"><div data-w-id="6a511334-1240-c6ed-d65e-48f8c86ba2bb" class="accordion__title"><div class="headline xs tc-white-100">Resources</div><div class="accordion__plus-wrapper"><div class="accordion__bar-vert"></div><div class="accordion__bar-hor"></div></div></div><div class="accordion__content-wrap"><div class="accordion__content"><a href="https://support.reviews.io/" target="_blank" class="footer-link">Support Center</a><a href="https://updates.reviews.io/" target="_blank" class="footer-link">Product Updates</a><a href="/front/customer-success-stories" class="footer-link">Customer Success Stories </a><a href="https://blog.reviews.io/" class="footer-link">Blog</a><a href="https://agency.reviews.io/directory" class="footer-link">Agency Directory</a><a href="https://podcast.reviews.io/" class="footer-link">Podcasts</a></div></div></div><div class="accordion-item"><div data-w-id="6a511334-1240-c6ed-d65e-48f8c86ba2d0" class="accordion__title"><div class="headline xs tc-white-100">Other</div><div class="accordion__plus-wrapper"><div class="accordion__bar-vert"></div><div class="accordion__bar-hor"></div></div></div><div class="accordion__content-wrap"><div class="accordion__content"><a href="/legal/termsconditions" class="footer-link">Terms & Conditions</a><a href="/legal/user-privacy-policy" class="footer-link">Privacy Policy</a><a href="/legal/data-protection" class="footer-link">Data Protection</a><a href="/legal/data-request" class="footer-link">Data Request</a></div></div></div></div><div class="footer-col"><div class="accordion-item"><div data-w-id="6a511334-1240-c6ed-d65e-48f8c86ba2e4" class="accordion__title"><div class="headline xs tc-white-100">Our Company</div><div class="accordion__plus-wrapper"><div class="accordion__bar-vert"></div><div class="accordion__bar-hor"></div></div></div><div class="accordion__content-wrap"><div class="accordion__content"><a href="/front/about-us" class="footer-link">About Us</a><a href="/front/contact-us" class="footer-link">Contact Us</a><a href="https://www.clearer.io/careers" target="_blank" class="footer-link">Careers</a><a href="/front/partnerships" class="footer-link">Become a Partner</a><a href="https://www.reviews.io/front/brand-guidelines" class="footer-link">Brand Guidelines</a><a href="https://www.reviews.io/front/impressum" class="footer-link">Impressum</a></div></div></div></div><div class="footer-newsletter"><div class="accordion__title"><div class="headline xs tc-white-100">Updates </div></div><ul role="list" class="w-list-unstyled"><li class="footer-updates-container"><div class="w-dyn-list"><div role="list" class="w-dyn-items"><div role="listitem" class="w-dyn-item"><a href="https://updates.reviews.io/" class="footer-update-item w-inline-block"><div>Improvements to Auto-Generated Replies</div></a></div><div role="listitem" class="w-dyn-item"><a href="https://updates.reviews.io/" class="footer-update-item w-inline-block"><div>Amazon Review Source: Easily Identify Purchases with Tags</div></a></div><div role="listitem" class="w-dyn-item"><a href="https://updates.reviews.io/" class="footer-update-item w-inline-block"><div>New integration with Bloomreach!</div></a></div></div></div></li></ul><div class="accordion__content"><a href="https://updates.reviews.io/" class="footer-link">All Updates</a></div><div class="accordion__title"><div class="headline xs tc-white-100">Social</div></div><div class="spacer-15"></div><div class="social-footer"><a href="https://www.linkedin.com/company/reviews-co-uk/" target="_blank" class="social-btn-2 w-button"></a><a href="https://www.youtube.com/c/ReviewsCoUk" target="_blank" class="social-btn-2 youtube w-button"></a><a href="https://twitter.com/we_are_reviews" target="_blank" class="social-btn-2 twitter w-button"></a><a href="https://www.instagram.com/wearereviews/" target="_blank" class="social-btn-2 instagram w-button"></a></div></div></div><div class="bottom-footer"><div class="powered">Convert more visitors into sales | <a href="https://reviews.io" target="_blank" rel="nofollow" class="webflow-link">REVIEWS.io</a></div></div></div></footer><script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=642419dd2be643c50e400f66" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script><script src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/js/reviews-io-2.316f3ed2.c5c274186dbb85d4.js" type="text/javascript"></script><!-- NEW GEOLOCATION SCRIPT START --> <script src="https://get.geojs.io/v1/ip/geo.js"></script> <!-- NEW GEOLOCATION SCRIPT END --> <!-- REPLACE DEMO FORM LINKS BASED ON COUNTRY REGION START --> <script> (() => { const blacklistCountryCodes = [ "IN", // India "BD", // Bangladesh "PK", // Pakistan "KZ", // Kazakhstan "TR", // Turkey "EG", // Egypt "NG", // Nigeria "KW", // Kuwait "RU", // Russia "BR", // Brazil "AG", // Antigua and Barbuda "DO", // Dominican Republic "CO", // Colombia "AD", // Andorra "AL", // Albania "AX", // Åland Islands "BA", // Bosnia and Herzegovina "BG", // Bulgaria "BY", // Belarus "CZ", // Czech Republic "EE", // Estonia "FO", // Faroe Islands "GI", // Gibraltar "GR", // Greece "HR", // Croatia "HU", // Hungary "IS", // Iceland "JE", // Jersey "LI", // Liechtenstein "LT", // Lithuania "LV", // Latvia "MC", // Monaco "MD", // Moldova "ME", // Montenegro "MK", // North Macedonia "MT", // Malta "RO", // Romania "RS", // Serbia "SI", // Slovenia "SJ", // Svalbard and Jan Mayen "SK", // Slovakia "SM", // San Marino "UA", // Ukraine "VA", // Vatican City ]; const bookDemoLink = "/lets-chat"; const videoWalkthroughLink = "/product-demo"; window.addEventListener("load", () => { const bodyClasses = document.body.classList; const isMatchingCountry = blacklistCountryCodes.some((code) => bodyClasses.contains(code) ); if (isMatchingCountry) { document.querySelectorAll(`a[href="${bookDemoLink}"]`).forEach((link) => { // Change the link URL link.setAttribute("href", videoWalkthroughLink); link.textContent = "Watch Demo"; }); } }); })(); </script> <!-- REPLACE DEMO FORM LINKS BASED ON COUNTRY REGION END --> <!-- Number Validation import scripts START--> <link href="https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.12/css/intlTelInput.min.css" rel="stylesheet" /> <script src="https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.12/js/intlTelInput.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.12/js/utils.min.js"></script> <!-- End Number Validation import scripts END--> <!-- ALL SCRIPT START --> <script> var reviews = window.reviews || {}; reviews.runIntercom = function () { // Intercom CODE START window.intercomSettings = { api_base: "https://honm34jo.intercom-messenger.com", app_id: "honm34jo", }; // We pre-filled your app ID in the widget URL: 'https://widget.intercom.io/widget/honm34jo' (function () { var w = window; var ic = w.Intercom; if (typeof ic === "function") { ic("reattach_activator"); ic("update", w.intercomSettings); } else { var d = document; var i = function () { i.c(arguments); }; i.q = []; i.c = function (args) { i.q.push(args); }; w.Intercom = i; var l = function () { var s = d.createElement("script"); s.type = "text/javascript"; s.async = true; s.src = "https://widget.intercom.io/widget/honm34jo"; var x = d.getElementsByTagName("script")[0]; x.parentNode.insertBefore(s, x); }; if (document.readyState === "complete") { l(); } else if (w.attachEvent) { w.attachEvent("onload", l); } else { w.addEventListener("load", l, false); } } })(); const intercomWait = setInterval(function () { var params = new URLSearchParams(window.location.search); if (params.has("open-intercom") && window.Intercom) { window.Intercom("show"); clearTimeout(intercomWait); } }, 500); // Intercom CODE END }; reviews.formChecks = function () { $(function () { // Forms Hidden Input - Page URL Journey var currentURL = window.location.href; // Remove query string parameters var urlWithoutQuery = currentURL.split("?")[0]; var inputId = document.getElementById("PageURL"); inputId.value = urlWithoutQuery; // Check Business Email var emailCheck = false; function emailChecker() { var email = $("#Email").val(); var reg = /^([\w-\. ()+-]+@(?!gmail.com)(?!yahoo.com)(?!hotmail.com)(?!aol.com)(?!hotmail.co.uk)(?!hotmail.fr)(?!msn.com)(?!yahoo.fr)(?!wanadoo.fr)(?!orange.fr)(?!comcast.net)(?!yahoo.co.uk)(?!yahoo.com.br)(?!yahoo.co.in)(?!live.com)(?!rediffmail.com)(?!free.fr)(?!gmx.de)(?!web.de)(?!yandex.ru)(?!ymail.com)(?!libero.it)(?!outlook.com)(?!uol.com.br)(?!bol.com.br)(?!mail.ru)(?!cox.net)(?!hotmail.it)(?!sbcglobal.net)(?!sfr.fr)(?!live.fr)(?!verizon.net)(?!live.co.uk)(?!googlemail.com)(?!yahoo.es)(?!ig.com.br)(?!live.nl)(?!bigpond.com)(?!terra.com.br)(?!yahoo.it)(?!neuf.fr)(?!yahoo.de)(?!alice.it)(?!rocketmail.com)(?!att.net)(?!laposte.net)(?!facebook.com)(?!bellsouth.net)(?!yahoo.in)(?!hotmail.es)(?!charter.net)(?!yahoo.ca)(?!yahoo.com.au)(?!rambler.ru)(?!hotmail.de)(?!tiscali.it)(?!shaw.ca)(?!yahoo.co.jp)(?!sky.com)(?!earthlink.net)(?!optonline.net)(?!freenet.de)(?!t-online.de)(?!aliceadsl.fr)(?!virgilio.it)(?!home.nl)(?!qq.com)(?!telenet.be)(?!me.com)(?!yahoo.com.ar)(?!tiscali.co.uk)(?!yahoo.com.mx)(?!voila.fr)(?!gmx.net)(?!mail.com)(?!planet.nl)(?!tin.it)(?!live.it)(?!ntlworld.com)(?!arcor.de)(?!yahoo.co.id)(?!frontiernet.net)(?!hetnet.nl)(?!live.com.au)(?!yahoo.com.sg)(?!zonnet.nl)(?!club-internet.fr)(?!juno.com)(?!optusnet.com.au)(?!blueyonder.co.uk)(?!bluewin.ch)(?!skynet.be)(?!sympatico.ca)(?!windstream.net)(?!mac.com)(?!centurytel.net)(?!chello.nl)(?!live.ca)(?!aim.com)(?!bigpond.net.au)([\w-]+\.)+[\w-]{2,4})?$/; if (reg.test(email)) { $(".accountCreateBtn").fadeIn(); $(".accountDemoBtn").fadeOut(); emailCheck = false; return 0; } else { $(".accountCreateBtn").fadeOut(); $(".accountDemoBtn").fadeIn(); $(".error-div").fadeIn().delay(6000).fadeOut(); emailCheck = true; return false; } } $("#Email").blur(emailChecker); Webflow.push(function (emailChecker) { $("#wf-form-GLOBAL-SIGNUP").submit(function (emailChecker) { var localCheck = emailCheck; if (localCheck) { setTimeout(function () { location.href = "https://reviews.io/front/signup-verification"; }, 200); } else { // do nothing } }); }); }); }; reviews.activatePopup = function () { // Popup Form CODE START $("[data-js-target]").hover(function () { showJSFeature($(this)); }); function showJSFeature(source) { var parent = source.closest(".js-expandablefeatures"); $(".isopen", parent).removeClass("isopen"); source.addClass("isopen"); $("img.js-expandablefeatures__image.isvisible", parent).removeClass( "isvisible" ); $( "img.js-expandablefeatures__image.js-" + source.data("js-target"), parent ).addClass("isvisible"); } $(document).ready(function () { function signupUrlCheck() { var url = window.location.href.split("?")[1]; if (url == "openSignUp") { $(".popup-wrapper---signup").css({ display: "flex", opacity: "1" }); } } signupUrlCheck(); }); // Popup Form CODE END }; reviews.enableValidation = function () { // Form number validation CODE START // Check elements exist, returns if not if ( !document.querySelector("#valid-msg") && !document.querySelector("#error-msg") && !document.querySelector(".dialCode") && !document.querySelector("#phone") ) { return 0; } var input = document.querySelector("#phone"), dialCode = document.querySelector(".dialCode"), errorMsg = document.querySelector("#error-msg"), validMsg = document.querySelector("#valid-msg"); var iti = intlTelInput(input, { initialCountry: "us", placeholderNumberType: "FIXED_LINE", preferredCountries: ["us", "gb", "ca", "de", "au", "nz"], // onlyCountries: ['us', 'gb', 'ca', 'de', 'at', 'au', 'nz'], }); var updateInputValue = function (event) { dialCode.value = "+" + iti.getSelectedCountryData().dialCode; }; input.addEventListener("input", updateInputValue, false); input.addEventListener("countrychange", updateInputValue, false); var errorMap = [ "Invalid number", "Invalid country code", "Number too short", "Number too long", "Invalid number", ]; var reset = function () { input.classList.remove("error"); errorMsg.innerHTML = ""; errorMsg.classList.add("hide"); validMsg.classList.add("hide"); }; input.addEventListener("blur", function () { reset(); if (input.value.trim()) { if (iti.isValidNumber()) { validMsg.classList.remove("hide"); } else { input.classList.add("error"); var errorCode = iti.getValidationError(); errorMsg.innerHTML = errorMap[errorCode]; errorMsg.classList.remove("hide"); } } }); input.addEventListener("change", reset); input.addEventListener("keyup", reset); // Form number validation CODE END }; reviews.init = function () { reviews.runIntercom(); reviews.formChecks(); reviews.activatePopup(); reviews.enableValidation(); }; reviews.init(); /////////////////////////////// // Pop-Up and URL Functions // /////////////////////////////// // Open Pop up with URL parameter | onclick function function showFormPopup() { $(".popup-wrapper").css({ display: "flex", opacity: "1" }); } // Trigger Pop Up Via URL String ?openSignUp function signupUrlCheck() { var url = window.location.href.split("?")[1]; if (url == "openSignUp") { showFormPopup(); } } signupUrlCheck(); // Trigger Popup: Button click $(".js-open-popup-form").click(function () { showFormPopup(); }); </script> <script> setTimeout(function () { if (!window.location.href.match(/www\.reviews\.(io|local|co\.uk)\/?$/i)) { window["_fs_host"] = "fullstory.com"; window["_fs_script"] = "edge.fullstory.com/s/fs.js"; window["_fs_org"] = "o-1GYYY0-na1"; window["_fs_namespace"] = "FS"; (function (m, n, e, t, l, o, g, y) { if (e in m) { if (m.console && m.console.log) { m.console.log( 'FullStory namespace conflict. Please set window["_fs_namespace"].' ); } return; } g = m[e] = function (a, b, s) { g.q ? g.q.push([a, b, s]) : g._api(a, b, s); }; g.q = []; o = n.createElement(t); o.async = 1; o.crossOrigin = "anonymous"; o.src = "https://" + _fs_script; y = n.getElementsByTagName(t)[0]; y.parentNode.insertBefore(o, y); g.identify = function (i, v, s) { g(l, { uid: i }, s); if (v) g(l, v, s); }; g.setUserVars = function (v, s) { g(l, v, s); }; g.event = function (i, v, s) { g("event", { n: i, p: v }, s); }; g.anonymize = function () { g.identify(!!0); }; g.shutdown = function () { g("rec", !1); }; g.restart = function () { g("rec", !0); }; g.log = function (a, b) { g("log", [a, b]); }; g.consent = function (a) { g("consent", !arguments.length || a); }; g.identifyAccount = function (i, v) { o = "account"; v = v || {}; v.acctId = i; g(o, v); }; g.clearUserCookie = function () {}; g.setVars = function (n, p) { g("setVars", [n, p]); }; g._w = {}; y = "XMLHttpRequest"; g._w[y] = m[y]; y = "fetch"; g._w[y] = m[y]; if (m[y]) m[y] = function () { return g._w[y].apply(this, arguments); }; g._v = "1.3.0"; })(window, document, window["_fs_namespace"], "script", "user"); } }, 5000); </script> <!-- ALL SCRIPT END --> <!-- ALL STYLE START --> <style> ::selection { background: #fffb00; } .SearchComponent ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ color: #444; opacity: 1; /* Firefox */ } .SearchComponent :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #444; } .link-feature-image .feature-icon-link { opacity: 0; } .link-feature-image:hover .feature-icon-link { opacity: 1; } .field .input:not(:placeholder-shown) + .field-label, .field .input:not(:placeholder-shown) + ul + .field-label { opacity: 1; transform: translateY(0px); } .field .field-label { pointer-events: none; text-overflow: ellipsis; user-select: none; white-space: nowrap; z-index: 1; } .c-pdf { border-image: linear-gradient(90deg, #15d5ce, #ffa9ee) 1; border-width: 4px; border-style: solid; } #valid-msg { color: #11b1a7; } #error-msg { color: #f43f5e; } .iti__country-list { z-index: 11; } .iti { display: block; } .msg-error, .msg-valid { background: rgb(244 63 94 / 15%); padding: 7px 10px 3px; height: 32px; margin-top: -4px; } .msg-valid { background: rgb(17 177 167 / 15%); } .iti-mobile .iti--container { z-index: 99999; } /* ExpandableFeatures CODE END */ .w-webflow-badge { display: none !important; } /* .w-dropdown-list { display: inherit; opacity: 0 !important; transition: opacity 0.3s ease; height: 0; overflow: hidden; } .w-dropdown-list.w--open { opacity: 1 !important; z-index: 9999; height: auto; overflow: inherit; } */ .body.home { background-attachment: fixed; background: radial-gradient( rgba(175, 255, 250, 1) 0%, rgba(255, 207, 196, 1) 20%, rgba(187, 149, 230, 1) 40%, rgba(175, 255, 250, 1) 60%, rgba(255, 207, 196, 1) 80%, rgba(187, 149, 230, 1) 100% ); animation: c-animationGradientBgs 58s ease infinite; background-size: 6000px 6000px; animation-direction: alternate; } @keyframes c-animationGradientBgs { 0% { background-position: 0; } 100% { background-position: -6000px top; } } .field .input:not(:placeholder-shown) + .field-label, .field .input:not(:placeholder-shown) + ul + .field-label { opacity: 1; transform: translateY(0px); } .field .field-label { pointer-events: none; text-overflow: ellipsis; user-select: none; white-space: nowrap; z-index: 1; } @keyframes animatedBackground { 0% { background-position: 100% 0; } 100% { background-position: 0 0; } } .about-hero-container { animation: animatedBackground 80s linear infinite; } .w-nav-overlay { background: rgb(0 0 0 / 20%); transition: background-color 0.5s ease; z-index: 9999; top: auto; } html[lang="de"] .headline { -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; } [data-tooltip] { cursor: help; position: relative; font-size: 0.75rem; z-index: 9; } [data-tooltip]::before, [data-tooltip]::after { left: 50%; opacity: 0; position: absolute; z-index: -100; } [data-tooltip]:hover::before, [data-tooltip]:focus::before, [data-tooltip]:hover::after, [data-tooltip]:focus::after { opacity: 1; z-index: 100; } [data-tooltip]::before { border-style: solid; border-width: 5px 8px 0 8px; border-color: rgb(0 0 0 / 85%) transparent transparent transparent; bottom: 100%; content: ""; margin: 0; left: 4px; top: -4px; transition: all 0.2s ease-in-out; } [data-tooltip]::after { background: rgb(0 0 0 / 75%); border-radius: 6px; bottom: 120%; color: #ffffff; content: attr(data-tooltip); margin: 0; left: 0; right: 0; transform: translateX(-44%); padding: 10px; transition: all 0.2s ease-in-out; width: 180px; pointer-events: none; /* Set the tooltip to be right aligned */ font-size: 11px!important; background-color: rgba(0, 0, 0, 0.9)!important; width: 140px!important; left: auto!important; right: -10px!important; margin: 0!important; transform: none!important; } </style> <!-- ALL STYLE END --> </body></html>