Feedback

Your feedback helps VerifiYou improve accuracy, transparency, usability, and trust. Share what worked well, what could be improved, or what features you would like to see added.

Name
VerifiYou Rating
Choose a rating above, then use the slider below to show how confident you are.
Selected Value: 0
How strongly do you feel about your rating? 0 = Unsure | 10 = Absolutely Certain_____ Move the slider right to increase confidence level
Testimonial Permission
document.addEventListener('DOMContentLoaded', function () { if (document.querySelector('.vu-global-login-link')) { return; } const links = Array.from( document.querySelectorAll('header a, .wp-site-blocks a') ); const termsLink = links.find(function (link) { return link.textContent.trim().toLowerCase() === 'terms of use'; }); if (!termsLink || !termsLink.parentNode) { return; } const loginLink = document.createElement('a'); loginLink.className = 'vu-global-login-link'; loginLink.href = "https:\/\/verifiyou.com\/login\/?redirect_to=https:\/\/verifiyou.com\/elementor-1813\/"; loginLink.textContent = 'Log In'; termsLink.insertAdjacentElement('afterend', loginLink); });