{"id":14733,"date":"2025-08-28T12:45:29","date_gmt":"2025-08-28T12:45:29","guid":{"rendered":"https:\/\/kiyoh.serverion.com\/ai-page\/"},"modified":"2025-08-28T12:47:10","modified_gmt":"2025-08-28T12:47:10","slug":"ai-page","status":"publish","type":"page","link":"https:\/\/kiyoh.serverion.com\/en\/ai-page\/","title":{"rendered":"AI page"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"14733\" class=\"elementor elementor-14733 elementor-14714\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-308db974 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"308db974\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;,&quot;shape_divider_bottom&quot;:&quot;tilt&quot;}\">\n\t\t\t\t\t<div class=\"elementor-shape elementor-shape-bottom\" aria-hidden=\"true\" data-negative=\"false\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 1000 100\" preserveAspectRatio=\"none\">\n\t<path class=\"elementor-shape-fill\" d=\"M0,6V0h1000v100L0,6z\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-740d852f\" data-id=\"740d852f\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7b1f882 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-html\" data-id=\"7b1f882\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\/* If you change the --main-font variable to a custom font, \n  make sure to update the @import URL below to load it from Google Fonts.\n*\/\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;600;700&display=swap');\n\n#kiyoh-ai-assistant {\n    \/* --- Control Panel --- *\/\n    --main-font: 'Montserrat', sans-serif;\n    --base-font-size: 1.5rem; \/* <-- Adjust base font size for all text *\/\n    --flip-animation-delay: 9.5s;\n    \/* --- End Control Panel --- *\/\n\n    --gradient-start: #dd6825;\n    --gradient-end: #ffc31e;\n    --text-color: #ffffff;\n    --blob-color-1: rgba(255, 255, 255, 0.2);\n    --blob-color-2: rgba(255, 255, 255, 0.15);\n    --glass-bg: rgba(255, 255, 255, 0.1);\n    --glass-border: rgba(255, 255, 255, 0.2);\n    --input-placeholder-color: rgba(255, 255, 255, 0.6);\n    --ai-avatar-bg: rgba(255, 255, 255, 0.15);\n    \n    position: relative;\n    width: 100%;\n    height: 75vh;\n    min-height: 600px;\n    max-height: 850px;\n    font-family: var(--main-font);\n    background: transparent;\n    color: var(--text-color);\n    overflow: hidden;\n    border-radius: 24px;\n}\n\n#kiyoh-ai-assistant *, \n#kiyoh-ai-assistant *::before, \n#kiyoh-ai-assistant *::after {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n}\n\n#kiyoh-ai-assistant .blob-container {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n    z-index: 0;\n    filter: blur(80px);\n    mix-blend-mode: screen;\n    overflow: hidden;\n}\n\n#kiyoh-ai-assistant .blob {\n    position: absolute;\n    border-radius: 50%;\n    opacity: 0.8;\n    will-change: transform, border-radius;\n}\n\n#kiyoh-ai-assistant .blob-1 {\n    background: var(--blob-color-1);\n    width: 45vmax;\n    height: 45vmax;\n    top: -10%;\n    left: -5%;\n    animation: kiyoh-move1 25s infinite alternate ease-in-out;\n}\n\n#kiyoh-ai-assistant .blob-2 {\n    background: var(--blob-color-2);\n    width: 50vmax;\n    height: 50vmax;\n    bottom: -15%;\n    right: -10%;\n    animation: kiyoh-move2 30s infinite alternate ease-in-out;\n}\n\n#kiyoh-ai-assistant main {\n    position: relative;\n    z-index: 1;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    align-items: center;\n    height: 100%;\n    width: 100%;\n}\n\n\/* --- Chat UI --- *\/\n#kiyoh-ai-assistant .chat-view {\n    display: flex;\n    flex-direction: column;\n    height: 100%;\n    width: 100%;\n    max-width: 800px;\n    margin: 0 auto;\n}\n\n#kiyoh-ai-assistant .chat-history {\n    flex-grow: 1;\n    display: flex;\n    flex-direction: column;\n    justify-content: flex-end;\n    padding: 1rem;\n    gap: 1.25rem;\n    padding-bottom: 100px; \/* Space for the input bar *\/\n    animation: kiyoh-moveChatUp 1s ease-in-out forwards;\n    animation-delay: var(--flip-animation-delay);\n}\n\n#kiyoh-ai-assistant .message-container {\n    display: flex;\n    width: 100%;\n    opacity: 0;\n    transform: translateY(20px);\n    animation: kiyoh-popIn 0.5s forwards ease-out;\n}\n\n#kiyoh-ai-assistant .message-container.user {\n    justify-content: flex-end;\n    animation-delay: 4.5s;\n}\n\n#kiyoh-ai-assistant .message-container.ai {\n    justify-content: flex-start;\n    align-items: flex-end;\n    gap: 0.75rem;\n}\n\n#kiyoh-ai-assistant #intro-bubble-container {\n     animation-delay: 0.5s;\n}\n\n#kiyoh-ai-assistant #ai-response-container {\n    animation-delay: 5.5s;\n}\n\n#kiyoh-ai-assistant .ai-avatar {\n    width: 40px;\n    height: 40px;\n    border-radius: 50%;\n    background: var(--ai-avatar-bg);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n    border: 1px solid var(--glass-border);\n    backdrop-filter: blur(10px);\n}\n\n#kiyoh-ai-assistant .ai-avatar-icon {\n    width: 24px;\n    height: 24px;\n    fill: var(--text-color);\n}\n\n#kiyoh-ai-assistant .chat-bubble {\n    padding: 1rem 1.5rem;\n    border-radius: 20px;\n    max-width: 100%;\n    background: var(--glass-bg);\n    border: 1px solid var(--glass-border);\n    backdrop-filter: blur(20px);\n    -webkit-backdrop-filter: blur(20px);\n    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);\n    font-size: clamp(var(--base-font-size), 2.5vw, calc(var(--base-font-size) * 1.2));\n    line-height: 1.6;\n}\n\n#kiyoh-ai-assistant .user .chat-bubble {\n    border-bottom-right-radius: 5px;\n}\n\n#kiyoh-ai-assistant .ai .chat-bubble {\n    border-bottom-left-radius: 5px;\n    font-size: clamp(calc(var(--base-font-size) * 1.1), 2.5vw, calc(var(--base-font-size) * 1.35));\n    line-height: 1.65;\n}\n\n\/* --- Chat Input --- *\/\n#kiyoh-ai-assistant .chat-input-section {\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    padding: 1rem 1.5rem;\n    z-index: 10;\n}\n\n#kiyoh-ai-assistant .chat-input-box {\n    position: relative;\n    display: flex;\n    align-items: center;\n    gap: 1rem;\n    width: 100%;\n    max-width: 800px;\n    margin: 0 auto;\n    padding: 0.5rem 0.75rem;\n    border-radius: 18px;\n    background: var(--glass-bg);\n    border: 1px solid var(--glass-border);\n    backdrop-filter: blur(20px);\n    -webkit-backdrop-filter: blur(20px);\n    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);\n    overflow: hidden;\n}\n\n#kiyoh-ai-assistant .chat-input-box .icon {\n    width: 24px;\n    height: 24px;\n    fill: var(--text-color);\n    flex-shrink: 0;\n    z-index: 2;\n}\n\n#kiyoh-ai-assistant .chat-input-box .placeholder {\n    flex-grow: 1;\n    color: var(--input-placeholder-color);\n    font-size: calc(var(--base-font-size) * 1.1);\n    animation: kiyoh-fade-placeholder 4s forwards;\n    animation-delay: 1.5s;\n    z-index: 1;\n}\n\n#kiyoh-ai-assistant .typing-in-input {\n    position: absolute;\n    left: 55px;\n    top: 50%;\n    transform: translateY(-50%);\n    color: var(--text-color);\n    font-size: calc(var(--base-font-size) * 1.1);\n    font-weight: 400;\n    white-space: nowrap;\n    overflow: hidden;\n    width: 0;\n    border-right: 3px solid var(--text-color);\n    z-index: 2;\n    animation: \n        kiyoh-typing 2.5s steps(26) forwards, \n        kiyoh-blink-cursor 0.75s step-end 4,\n        kiyoh-hide-typed-text 0.1s forwards;\n    animation-delay: 2s, 2s, 4.5s;\n}\n\n\/* --- Flip Card (AI Response) --- *\/\n#kiyoh-ai-assistant .flip-card {\n    perspective: 1500px;\n    min-width: 300px;\n    -webkit-tap-highlight-color: transparent;\n}\n\n#kiyoh-ai-assistant .flip-card-inner {\n    position: relative;\n    transform-style: preserve-3d;\n    animation: kiyoh-flip 1s ease-in-out forwards;\n    animation-delay: var(--flip-animation-delay);\n}\n\n#kiyoh-ai-assistant .flip-card-front, #kiyoh-ai-assistant .flip-card-back {\n    backface-visibility: hidden;\n    -webkit-backface-visibility: hidden;\n}\n\n#kiyoh-ai-assistant .flip-card-front {\n    display: flex;\n    align-items: center;\n    gap: 0.75rem;\n}\n\n#kiyoh-ai-assistant .flip-card-back {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    transform: rotateY(180deg);\n    padding: 1.25rem 1.5rem;\n}\n#kiyoh-ai-assistant .flip-card-back p { margin-bottom: 1rem; }\n#kiyoh-ai-assistant .flip-card-back p:last-child { margin-bottom: 0; }\n#kiyoh-ai-assistant .flip-card-back strong { font-weight: 700; }\n\n\/* --- KEYFRAMES --- *\/\n@keyframes kiyoh-move1 {\n    0% { transform: scale(1) translate(0, 0) rotate(0deg); border-radius: 40% 60% 70% 30% \/ 40% 50% 60% 50%; }\n    100% { transform: scale(1.1) translate(10vw, -5vh) rotate(180deg); border-radius: 60% 40% 30% 70% \/ 50% 60% 40% 50%; }\n}\n@keyframes kiyoh-move2 {\n    0% { transform: scale(1) translate(0, 0) rotate(0deg); border-radius: 70% 30% 40% 60% \/ 60% 40% 70% 30%; }\n    100% { transform: scale(1.2) translate(-15vw, 10vh) rotate(-180deg); border-radius: 30% 70% 60% 40% \/ 40% 70% 30% 60%; }\n}\n\n@keyframes kiyoh-popIn {\n     from { opacity: 0; transform: translateY(20px) scale(0.95); }\n     to { opacity: 1; transform: translateY(0) scale(1); }\n}\n\n@keyframes kiyoh-typing {\n    from { width: 0; }\n    to { width: 205px; } \n}\n\n@keyframes kiyoh-blink-cursor {\n    from, to { border-color: transparent; }\n    50% { border-color: var(--text-color); }\n}\n\n@keyframes kiyoh-fade-placeholder {\n    0% { opacity: 1; }\n    1% { opacity: 0; }\n    99% { opacity: 0; }\n    100% { opacity: 1; }\n}\n\n@keyframes kiyoh-hide-typed-text {\n    to {\n        opacity: 0;\n        visibility: hidden;\n    }\n}\n\n@keyframes kiyoh-flip {\n    from { transform: rotateY(0deg); }\n    to { transform: rotateY(180deg); }\n}\n\n@keyframes kiyoh-moveChatUp {\n    from { transform: translateY(0); }\n    to { transform: translateY(-120px); }\n}\n\n@keyframes kiyoh-moveChatUpMobile {\n    from { transform: translateY(0); }\n    to { transform: translateY(-150px); }\n}\n\n@media (max-width: 480px) {\n    @keyframes kiyoh-typing {\n        to { width: 180px; } \/* Adjust for smaller screens *\/\n    }\n     #kiyoh-ai-assistant .flip-card {\n        min-width: 0;\n        width: 100%;\n    }\n    #kiyoh-ai-assistant .chat-history {\n        animation-name: kiyoh-moveChatUpMobile;\n    }\n}\n<\/style><div id=\"kiyoh-ai-assistant\"><div class=\"blob-container\"><div class=\"blob blob-1\"><\/div><div class=\"blob blob-2\"><\/div><\/div><main><div class=\"chat-view\"><div class=\"chat-history\"><div class=\"message-container ai\" id=\"intro-bubble-container\"><div class=\"ai-avatar\"><svg class=\"ai-avatar-icon\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 21.5C17.2467 21.5 21.5 17.2467 21.5 12C21.5 6.75329 17.2467 2.5 12 2.5C6.75329 2.5 2.5 6.75329 2.5 12C2.5 17.2467 6.75329 21.5 12 21.5ZM12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20ZM12 6.5L13.5 10L17 11.5L13.5 13L12 16.5L10.5 13L7 11.5L10.5 10L12 6.5Z\"\/><\/svg><\/div><div class=\"chat-bubble\">Hoi, ben jij klaar voor de AI revolutie?\n                    <\/div><\/div><div class=\"message-container user\"><div class=\"chat-bubble\">Klanten<b>vertellen<\/b> in het AI tijdperk?\n                    <\/div><\/div><div class=\"message-container ai\" id=\"ai-response-container\"><div class=\"ai-avatar\"><svg class=\"ai-avatar-icon\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 21.5C17.2467 21.5 21.5 17.2467 21.5 12C21.5 6.75329 17.2467 2.5 12 2.5C6.75329 2.5 2.5 6.75329 2.5 12C2.5 17.2467 6.75329 21.5 12 21.5ZM12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20ZM12 6.5L13.5 10L17 11.5L13.5 13L12 16.5L10.5 13L7 11.5L10.5 10L12 6.5Z\"\/><\/svg><\/div><div class=\"flip-card\"><div class=\"flip-card-inner\"><div class=\"flip-card-front chat-bubble\"><span>Klanten<b>vertellen<\/b> maakt jouw merk zichtbaar en invloedrijk in AI-resultaten.<\/span><\/div><div class=\"flip-card-back chat-bubble\"><p><strong>Klantenvertellen heeft een gemiddelde score van 9,4<\/strong> op basis van 2.238 reviews.<\/p><p>Klanten waarderen vooral de <strong>snelle, professionele ondersteuning<\/strong> en transparante communicatie.<\/p><p>Kritische feedback wordt <strong>constructief beantwoord<\/strong>.<\/p><\/div><\/div><\/div><\/div><\/div><div class=\"chat-input-section\"><div class=\"chat-input-box\"><svg class=\"icon\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.5 18C9.5 18.8284 8.82843 19.5 8 19.5C7.17157 19.5 6.5 18.8284 6.5 18V7.5C6.5 5.29086 8.29086 3.5 10.5 3.5C12.7091 3.5 14.5 5.29086 14.5 7.5V15.5C14.5 16.6046 13.6046 17.5 12.5 17.5C11.3954 17.5 10.5 16.6046 10.5 15.5V8.5C10.5 8.22386 10.2761 8 10 8C9.72386 8 9.5 8.22386 9.5 8.5V15.5C9.5 17.1569 10.8431 18.5 12.5 18.5C14.1569 18.5 15.5 17.1569 15.5 15.5V7.5C15.5 4.73858 13.2614 2.5 10.5 2.5C7.73858 2.5 5.5 4.73858 5.5 7.5V18C5.5 19.3807 6.61929 20.5 8 20.5C9.38071 20.5 10.5 19.3807 10.5 18C10.5 17.7239 10.2761 17.5 10 17.5C9.72386 17.5 9.5 17.7239 9.5 18Z\" fill=\"currentColor\"\/><\/svg><p class=\"placeholder\">Stel een vraag aan de Klanten<b>vertellen<\/b> AI...<\/p><span class=\"typing-in-input\">Klanten<b>vertellen<\/b> in het AI tijdperk?<\/span><svg class=\"icon\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M2.36011 11.4116L20.1801 3.93164C21.6101 3.39164 22.5101 4.36164 21.9301 5.72164L16.2801 20.2116C15.5501 21.9316 13.6901 22.0816 12.7801 20.4816L10.5801 16.4116C10.3301 15.9416 10.3701 15.3816 10.6901 14.9416L15.4201 8.86164C15.8201 8.37164 15.1501 7.72164 14.6501 8.12164L8.5801 13.3116C8.1401 13.6616 7.5801 13.7116 7.1101 13.4616L3.04011 11.2616C1.44011 10.3516 1.59011 8.49164 3.20011 7.58164\" fill=\"currentColor\"\/><\/svg><\/div><\/div><\/div><\/main><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1f665b37 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"1f665b37\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3dc4f341\" data-id=\"3dc4f341\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3c6b1bb1 elementor-widget elementor-widget-heading\" data-id=\"3c6b1bb1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Stay relevant in a world of AI  <\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-33cc52fd elementor-widget elementor-widget-text-editor\" data-id=\"33cc52fd\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">From now on, consumers are searching differently. <span style=\"color: #dd6826;\">AI and large language models (LLMs) are increasingly determining what users will see online<\/span>. How do you make sure your shop stays visible?  <strong>Klantenvertellen<\/strong> helps you deploy customer reviews smartly so that your brand stands out even in AI-generated results.<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7723182 elementor-section-content-space-between elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7723182\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-narrow\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-2f7494db\" data-id=\"2f7494db\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-622faaf5 elementor-widget elementor-widget-counter\" data-id=\"622faaf5\" data-element_type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t<div class=\"elementor-counter-title\">of searches show AI overviews within Google\u00b9<\/div>\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"58\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\">%<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-bf73d6c\" data-id=\"bf73d6c\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-664785c elementor-widget elementor-widget-counter\" data-id=\"664785c\" data-element_type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t<div class=\"elementor-counter-title\">of companies find AI a top priority\u00b2<\/div>\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"83\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\">%<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-1282f4c2\" data-id=\"1282f4c2\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7029881d elementor-widget elementor-widget-counter\" data-id=\"7029881d\" data-element_type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t<div class=\"elementor-counter-title\">of consumers are already using AI within Europe\u00b3<\/div>\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\">+<\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"47\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\">%<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-25c20a16 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"25c20a16\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-80c8727\" data-id=\"80c8727\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5ad9b0e8 elementor-widget elementor-widget-spacer\" data-id=\"5ad9b0e8\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-4aba883b elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4aba883b\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-490998b1\" data-id=\"490998b1\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a2611c0 elementor-widget elementor-widget-heading\" data-id=\"a2611c0\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">What <b>customer<\/b> storytelling does for your shop in the AI era<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-8d41b07 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"8d41b07\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-298437cd\" data-id=\"298437cd\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1c13b34 elementor-widget elementor-widget-spacer\" data-id=\"1c13b34\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7d627bd0 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7d627bd0\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-4331a205\" data-id=\"4331a205\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-48f30d60 elementor-widget elementor-widget-heading\" data-id=\"48f30d60\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">AI-friendly review pages<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7fc09cb4 elementor-widget elementor-widget-text-editor\" data-id=\"7fc09cb4\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">From now on, consumers are searching differently. AI and large language models (LLMs) are increasingly determining what users will see online. How do you make sure your shop stays visible?    <\/span><\/p><p class=\"p1\">Klantenvertellen helps you deploy customer reviews smartly so that your brand stands out even in AI-generated results.<\/p><p class=\"p1\">We put ratings in such a way that AI systems easily recognize and use them. This makes you stand out faster in AI-generated <span style=\"color: #dd6826;\"><a style=\"color: #dd6826;\" href=\"https:\/\/klantenvertellen.serverion.com\/google-review-partner\/\">search results<\/a><\/span>. <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-70d54f4d elementor-align-center elementor-hidden-mobile elementor-widget elementor-widget-button\" data-id=\"70d54f4d\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-md\" href=\"https:\/\/www.klantenvertellen.nl\/aanmelden\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-chevron-right\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">This is what I want<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-7ffd8779\" data-id=\"7ffd8779\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7f503ba7 elementor-widget elementor-widget-image\" data-id=\"7f503ba7\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"1000\" height=\"1500\" src=\"https:\/\/kiyoh.serverion.com\/wp-content\/uploads\/Ai_robot_v2.gif\" class=\"attachment-full size-full wp-image-14720\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-510d7fca elementor-align-center elementor-hidden-desktop elementor-hidden-tablet elementor-widget elementor-widget-button\" data-id=\"510d7fca\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-md\" href=\"https:\/\/www.klantenvertellen.nl\/aanmelden\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-chevron-right\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">This is what I want<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-5f89d989 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5f89d989\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-105c2fed\" data-id=\"105c2fed\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-23571d1d elementor-widget elementor-widget-spacer\" data-id=\"23571d1d\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-165397f1 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"165397f1\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;,&quot;shape_divider_bottom&quot;:&quot;tilt&quot;}\">\n\t\t\t\t\t<div class=\"elementor-shape elementor-shape-bottom\" aria-hidden=\"true\" data-negative=\"false\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 1000 100\" preserveAspectRatio=\"none\">\n\t<path class=\"elementor-shape-fill\" d=\"M0,6V0h1000v100L0,6z\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7caf806b\" data-id=\"7caf806b\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7ef90880 elementor-widget elementor-widget-heading\" data-id=\"7ef90880\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">  Public and structured data<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-f4cf164 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"f4cf164\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-53468c7b\" data-id=\"53468c7b\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6e3ce5a7 elementor-widget elementor-widget-counter\" data-id=\"6e3ce5a7\" data-element_type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t<div class=\"elementor-counter-title\">More conversion within LLMs compared to traditional SEO\u00b9  <\/div>\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\">x<\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"9\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\"><\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2f8c5ed7 elementor-widget elementor-widget-text-editor\" data-id=\"2f8c5ed7\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p class=\"p1\">\u00b9 Original article from Forbes: <span style=\"color: #ffffff;\"><strong><a style=\"color: #ffffff;\" href=\"https:\/\/www.forbes.com\/sites\/lutzfinger\/2025\/06\/19\/study-shows-llm-conversion-rate-is-9x-better---aeo-is-coming\/?utm_source=chatgpt.com\">Read more.<\/a><\/strong><\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-2463df38\" data-id=\"2463df38\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2c210879 elementor-widget elementor-widget-counter\" data-id=\"2c210879\" data-element_type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t<div class=\"elementor-counter-title\">More website visitors thanks to LLMs \u00b2<\/div>\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\">+<\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"49.46\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\">%<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-42f41e2e elementor-widget elementor-widget-text-editor\" data-id=\"42f41e2e\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p class=\"p1\">\u00b2 Original study by Amsive: <span style=\"color: #ffffff;\"><strong><a style=\"color: #ffffff;\" href=\"https:\/\/www.amsive.com\/insights\/seo\/answer-engine-optimization-aeo-evolving-your-seo-strategy-in-the-age-of-ai-search\/?utm_source=chatgpt.com\">Read more.<\/a><\/strong><\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-29dd725e\" data-id=\"29dd725e\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-138aaf3 elementor-widget elementor-widget-counter\" data-id=\"138aaf3\" data-element_type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t<div class=\"elementor-counter-title\">Uplift in Click-Through-Rate (CTR) within LLMs\u00b3<\/div>\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\">+<\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"12.5\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\">%<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-49b8992a elementor-widget elementor-widget-text-editor\" data-id=\"49b8992a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p class=\"p1\">\u00b3Original study can Cornell University: <span style=\"color: #ffffff;\"><strong><a style=\"color: #ffffff;\" href=\"https:\/\/arxiv.org\/abs\/2505.23809?\">Read more.<\/a><\/strong><\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-293c48c1 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"293c48c1\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-b06fdcf\" data-id=\"b06fdcf\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-43ac7844 elementor-widget elementor-widget-text-editor\" data-id=\"43ac7844\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>The information on customer stories is public, well-structured and easy to crawl. This means: <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f113ba7 elementor-icon-list--layout-inline elementor-align-center elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"f113ba7\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-inline-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-check\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Easy access for AI to your enterprise data.<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-check\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Better interpretation of your brand and reputation.<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6e02c641 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"6e02c641\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-md\" href=\"https:\/\/www.klantenvertellen.nl\/aanmelden\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-chevron-right\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">This is what I want<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7f4640ba elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7f4640ba\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-30423ae9\" data-id=\"30423ae9\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7279d7ab elementor-widget elementor-widget-heading\" data-id=\"7279d7ab\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">AI-first optimization<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1cb5085a elementor-widget elementor-widget-text-editor\" data-id=\"1cb5085a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tWe take an AI-first approach to setting up your business profile. This \t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2b36faf8 elementor-icon-list--layout-inline elementor-align-left elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"2b36faf8\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-inline-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-check\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Will your reviews and scores be recognized more quickly.<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-check\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Grow your online visibility without extra work.<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-3a431f1e\" data-id=\"3a431f1e\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2130f0d5 elementor-widget__width-initial elementor-widget elementor-widget-image\" data-id=\"2130f0d5\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/kiyoh.serverion.com\/wp-content\/uploads\/Robot-scan-300x300.png\" class=\"attachment-medium size-medium wp-image-14722\" alt=\"\" srcset=\"https:\/\/kiyoh.serverion.com\/wp-content\/uploads\/Robot-scan-300x300.png 300w, https:\/\/kiyoh.serverion.com\/wp-content\/uploads\/Robot-scan-150x150.png 150w, https:\/\/kiyoh.serverion.com\/wp-content\/uploads\/Robot-scan-768x768.png 768w, https:\/\/kiyoh.serverion.com\/wp-content\/uploads\/Robot-scan.png 1024w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-37b5a865 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"37b5a865\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-32eeadd0\" data-id=\"32eeadd0\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-479897fd elementor-widget elementor-widget-spacer\" data-id=\"479897fd\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-166c2ece elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"166c2ece\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-982132d\" data-id=\"982132d\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7f659222 elementor-widget__width-initial elementor-widget elementor-widget-image\" data-id=\"7f659222\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/kiyoh.serverion.com\/wp-content\/uploads\/Robot-scan-300x300.png\" class=\"attachment-medium size-medium wp-image-14722\" alt=\"\" srcset=\"https:\/\/kiyoh.serverion.com\/wp-content\/uploads\/Robot-scan-300x300.png 300w, https:\/\/kiyoh.serverion.com\/wp-content\/uploads\/Robot-scan-150x150.png 150w, https:\/\/kiyoh.serverion.com\/wp-content\/uploads\/Robot-scan-768x768.png 768w, https:\/\/kiyoh.serverion.com\/wp-content\/uploads\/Robot-scan.png 1024w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-17ec274\" data-id=\"17ec274\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7248ea79 elementor-widget elementor-widget-heading\" data-id=\"7248ea79\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Future-proof SEO &amp; AIO<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-746f706c elementor-widget elementor-widget-text-editor\" data-id=\"746f706c\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p class=\"p1\">AI not only changes search behavior, but also how search engines evaluate content. customer <strong>storytelling<\/strong> prepares your business for this by: <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-291663b1 elementor-align-left elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"291663b1\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-check\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Structured data understood by AI as well as search engines.<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-check\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Markdown and LLM-compatible formats to improve inclusion in AI results.<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-check\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Automatic updates so your review pages stay relevant in a rapidly changing landscape.<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-4d7ef49 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4d7ef49\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-63562043\" data-id=\"63562043\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-56527008 elementor-widget elementor-widget-spacer\" data-id=\"56527008\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-4435acdb elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4435acdb\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-6ce77d15\" data-id=\"6ce77d15\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-eb786ff elementor-widget elementor-widget-image\" data-id=\"eb786ff\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"654\" height=\"654\" src=\"https:\/\/kiyoh.serverion.com\/wp-content\/uploads\/Ai_respond.gif\" class=\"attachment-large size-large wp-image-14724\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-4896de6d\" data-id=\"4896de6d\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7d425c00 elementor-widget elementor-widget-heading\" data-id=\"7d425c00\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">  AI support in review management<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7c6a7091 elementor-widget elementor-widget-text-editor\" data-id=\"7c6a7091\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p class=\"p1\">Manage your customer reviews faster and smarter using our advanced AI features.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-31a8aa3e elementor-widget elementor-widget-text-editor\" data-id=\"31a8aa3e\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p class=\"p1\">*Beta product<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2157fe48 elementor-icon-list--layout-inline elementor-align-left elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"2157fe48\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-inline-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-check\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Automatically get suggestions for responses.<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-check\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Respond quickly, professionally and consistently to customer feedback.<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-161930af elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"161930af\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3ef93508\" data-id=\"3ef93508\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-18d7bdf2 elementor-widget elementor-widget-spacer\" data-id=\"18d7bdf2\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-10fe4c7e elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"10fe4c7e\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-66b56578\" data-id=\"66b56578\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e7c0abc elementor-widget elementor-widget-heading\" data-id=\"e7c0abc\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Why this is important\n<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1e40f901 elementor-widget elementor-widget-text-editor\" data-id=\"1e40f901\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tAI is increasingly determining what information consumers get to see. Without well-structured and accessible customer reviews, you run the risk of becoming invisible. Kiyoh makes sure your brand and reputation do stand out.  \n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2f198294 elementor-widget elementor-widget-spacer\" data-id=\"2f198294\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-74995cb7 elementor-align-center elementor-hidden-mobile elementor-widget elementor-widget-button\" data-id=\"74995cb7\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-md\" href=\"https:\/\/www.klantenvertellen.nl\/aanmelden\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-chevron-right\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Start now<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Hoi, ben jij klaar voor de AI revolutie? Klantenvertellen in het AI tijdperk? Klantenvertellen maakt jouw merk zichtbaar en invloedrijk in AI-resultaten. Klantenvertellen heeft een gemiddelde score van 9,4 op basis van 2.238 reviews. Klanten waarderen vooral de snelle, professionele ondersteuning en transparante communicatie. Kritische feedback wordt constructief beantwoord. Stel een vraag aan de Klantenvertellen [&hellip;]<\/p>\n","protected":false},"author":16,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-14733","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/kiyoh.serverion.com\/en\/wp-json\/wp\/v2\/pages\/14733","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kiyoh.serverion.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/kiyoh.serverion.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/kiyoh.serverion.com\/en\/wp-json\/wp\/v2\/users\/16"}],"replies":[{"embeddable":true,"href":"https:\/\/kiyoh.serverion.com\/en\/wp-json\/wp\/v2\/comments?post=14733"}],"version-history":[{"count":2,"href":"https:\/\/kiyoh.serverion.com\/en\/wp-json\/wp\/v2\/pages\/14733\/revisions"}],"predecessor-version":[{"id":14739,"href":"https:\/\/kiyoh.serverion.com\/en\/wp-json\/wp\/v2\/pages\/14733\/revisions\/14739"}],"wp:attachment":[{"href":"https:\/\/kiyoh.serverion.com\/en\/wp-json\/wp\/v2\/media?parent=14733"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}