CINXE.COM

FAQ - GoTo.now

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>FAQ - GoTo.now</title> <!-- Optional CSS for Icons (using Font Awesome) --> <link rel="preload" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'" integrity="sha384-oS8ucXzEpvGq9Y7D+M1LRgfLiKObdyIjJlOz4CKguu4XMWWE1RfG5xYq2lcJufgL" crossorigin="anonymous"> <noscript> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" integrity="sha384-oS8ucXzEpvGq9Y7D+M1LRgfLiKObdyIjJlOz4CKguu4XMWWE1RfG5xYq2lcJufgL" crossorigin="anonymous"> </noscript> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5734292711266667" crossorigin="anonymous"></script> <!-- InMobi Choice. Consent Manager Tag v3.0 (for TCF 2.2) --> <script type="text/javascript" async=true> (function() { var host = 'goto.now'; var element = document.createElement('script'); var firstScript = document.getElementsByTagName('script')[0]; var url = 'https://cmp.inmobi.com' .concat('/choice/', '2MMzmDKaU6zew', '/', host, '/choice.js?tag_version=V3'); var uspTries = 0; var uspTriesLimit = 3; element.async = true; element.type = 'text/javascript'; element.src = url; firstScript.parentNode.insertBefore(element, firstScript); function makeStub() { var TCF_LOCATOR_NAME = '__tcfapiLocator'; var queue = []; var win = window; var cmpFrame; function addFrame() { var doc = win.document; var otherCMP = !!(win.frames[TCF_LOCATOR_NAME]); if (!otherCMP) { if (doc.body) { var iframe = doc.createElement('iframe'); iframe.style.cssText = 'display:none'; iframe.name = TCF_LOCATOR_NAME; doc.body.appendChild(iframe); } else { setTimeout(addFrame, 5); } } return !otherCMP; } function tcfAPIHandler() { var gdprApplies; var args = arguments; if (!args.length) { return queue; } else if (args[0] === 'setGdprApplies') { if ( args.length > 3 && args[2] === 2 && typeof args[3] === 'boolean' ) { gdprApplies = args[3]; if (typeof args[2] === 'function') { args[2]('set', true); } } } else if (args[0] === 'ping') { var retr = { gdprApplies: gdprApplies, cmpLoaded: false, cmpStatus: 'stub' }; if (typeof args[2] === 'function') { args[2](retr); } } else { if(args[0] === 'init' && typeof args[3] === 'object') { args[3] = Object.assign(args[3], { tag_version: 'V3' }); } queue.push(args); } } function postMessageEventHandler(event) { var msgIsString = typeof event.data === 'string'; var json = {}; try { if (msgIsString) { json = JSON.parse(event.data); } else { json = event.data; } } catch (ignore) {} var payload = json.__tcfapiCall; if (payload) { window.__tcfapi( payload.command, payload.version, function(retValue, success) { var returnMsg = { __tcfapiReturn: { returnValue: retValue, success: success, callId: payload.callId } }; if (msgIsString) { returnMsg = JSON.stringify(returnMsg); } if (event && event.source && event.source.postMessage) { event.source.postMessage(returnMsg, '*'); } }, payload.parameter ); } } while (win) { try { if (win.frames[TCF_LOCATOR_NAME]) { cmpFrame = win; break; } } catch (ignore) {} if (win === window.top) { break; } win = win.parent; } if (!cmpFrame) { addFrame(); win.__tcfapi = tcfAPIHandler; win.addEventListener('message', postMessageEventHandler, false); } }; makeStub(); function makeGppStub() { const CMP_ID = 10; const SUPPORTED_APIS = [ '2:tcfeuv2', '6:uspv1', '7:usnatv1', '8:usca', '9:usvav1', '10:uscov1', '11:usutv1', '12:usctv1' ]; window.__gpp_addFrame = function (n) { if (!window.frames[n]) { if (document.body) { var i = document.createElement("iframe"); i.style.cssText = "display:none"; i.name = n; document.body.appendChild(i); } else { window.setTimeout(window.__gpp_addFrame, 10, n); } } }; window.__gpp_stub = function () { var b = arguments; __gpp.queue = __gpp.queue || []; __gpp.events = __gpp.events || []; if (!b.length || (b.length == 1 && b[0] == "queue")) { return __gpp.queue; } if (b.length == 1 && b[0] == "events") { return __gpp.events; } var cmd = b[0]; var clb = b.length > 1 ? b[1] : null; var par = b.length > 2 ? b[2] : null; if (cmd === "ping") { clb( { gppVersion: "1.1", // must be “Version.Subversion”, current: “1.1” cmpStatus: "stub", // possible values: stub, loading, loaded, error cmpDisplayStatus: "hidden", // possible values: hidden, visible, disabled signalStatus: "not ready", // possible values: not ready, ready supportedAPIs: SUPPORTED_APIS, // list of supported APIs cmpId: CMP_ID, // IAB assigned CMP ID, may be 0 during stub/loading sectionList: [], applicableSections: [-1], gppString: "", parsedSections: {}, }, true ); } else if (cmd === "addEventListener") { if (!("lastId" in __gpp)) { __gpp.lastId = 0; } __gpp.lastId++; var lnr = __gpp.lastId; __gpp.events.push({ id: lnr, callback: clb, parameter: par, }); clb( { eventName: "listenerRegistered", listenerId: lnr, // Registered ID of the listener data: true, // positive signal pingData: { gppVersion: "1.1", // must be “Version.Subversion”, current: “1.1” cmpStatus: "stub", // possible values: stub, loading, loaded, error cmpDisplayStatus: "hidden", // possible values: hidden, visible, disabled signalStatus: "not ready", // possible values: not ready, ready supportedAPIs: SUPPORTED_APIS, // list of supported APIs cmpId: CMP_ID, // list of supported APIs sectionList: [], applicableSections: [-1], gppString: "", parsedSections: {}, }, }, true ); } else if (cmd === "removeEventListener") { var success = false; for (var i = 0; i < __gpp.events.length; i++) { if (__gpp.events[i].id == par) { __gpp.events.splice(i, 1); success = true; break; } } clb( { eventName: "listenerRemoved", listenerId: par, // Registered ID of the listener data: success, // status info pingData: { gppVersion: "1.1", // must be “Version.Subversion”, current: “1.1” cmpStatus: "stub", // possible values: stub, loading, loaded, error cmpDisplayStatus: "hidden", // possible values: hidden, visible, disabled signalStatus: "not ready", // possible values: not ready, ready supportedAPIs: SUPPORTED_APIS, // list of supported APIs cmpId: CMP_ID, // CMP ID sectionList: [], applicableSections: [-1], gppString: "", parsedSections: {}, }, }, true ); } else if (cmd === "hasSection") { clb(false, true); } else if (cmd === "getSection" || cmd === "getField") { clb(null, true); } //queue all other commands else { __gpp.queue.push([].slice.apply(b)); } }; window.__gpp_msghandler = function (event) { var msgIsString = typeof event.data === "string"; try { var json = msgIsString ? JSON.parse(event.data) : event.data; } catch (e) { var json = null; } if (typeof json === "object" && json !== null && "__gppCall" in json) { var i = json.__gppCall; window.__gpp( i.command, function (retValue, success) { var returnMsg = { __gppReturn: { returnValue: retValue, success: success, callId: i.callId, }, }; event.source.postMessage(msgIsString ? JSON.stringify(returnMsg) : returnMsg, "*"); }, "parameter" in i ? i.parameter : null, "version" in i ? i.version : "1.1" ); } }; if (!("__gpp" in window) || typeof window.__gpp !== "function") { window.__gpp = window.__gpp_stub; window.addEventListener("message", window.__gpp_msghandler, false); window.__gpp_addFrame("__gppLocator"); } }; makeGppStub(); var uspStubFunction = function() { var arg = arguments; if (typeof window.__uspapi !== uspStubFunction) { setTimeout(function() { if (typeof window.__uspapi !== 'undefined') { window.__uspapi.apply(window.__uspapi, arg); } }, 500); } }; var checkIfUspIsReady = function() { uspTries++; if (window.__uspapi === uspStubFunction && uspTries < uspTriesLimit) { console.warn('USP is not accessible'); } else { clearInterval(uspInterval); } }; if (typeof window.__uspapi === 'undefined') { window.__uspapi = uspStubFunction; var uspInterval = setInterval(checkIfUspIsReady, 6000); } })(); </script> <!-- End InMobi Choice. Consent Manager Tag v3.0 (for TCF 2.2) --> <script type="text/javascript" async="" src="https://hb-targa.s3.us-east-2.amazonaws.com/goto.now/asc_prebid.js"></script> <meta name="description" content=""> <meta name="robots" content="index, follow"> <link rel="canonical" href="https://goto.now/faq"> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-H3JDGFVDMP"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-H3JDGFVDMP'); </script> <script async data-id="101468707" src="//static.getclicky.com/js"></script> <link rel="stylesheet" href="https://goto.now/static/styles.css?v=20250408170616"><!-- ?v=20250408170616 --> <link rel="apple-touch-icon" sizes="180x180" href="https://goto.now/static/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="https://goto.now/static/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="https://goto.now/static/favicon-16x16.png"> <link rel="icon" type="image/png" href="https://goto.now/static/favicon.ico"> <!-- Matomo --> <script> var _paq = window._paq = window._paq || []; /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ _paq.push(['trackPageView']); _paq.push(['enableLinkTracking']); (function() { var u="//matomo.ieplsg.com/"; _paq.push(['setTrackerUrl', u+'matomo.php']); _paq.push(['setSiteId', '109']); var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s); })(); </script> <!-- End Matomo Code --> </head> <body> <style> /* Base styles */ .header { background: white; padding: 1rem 2rem; border-bottom: 1px solid rgba(0, 0, 0, 0.1); width: 100%; position: relative; } .header-container { display: flex; justify-content: space-between; align-items: center; width: 100%; } .nav-logo { display: flex; align-items: center; text-decoration: none; color: #333; font-weight: 600; gap: 0.5rem; } .nav { margin-left: auto; display: flex; align-items: center; } .nav-menu { display: flex; align-items: center; gap: 2rem; margin: 0; padding: 0; } .nav-menu a { color: #555; text-decoration: none; font-size: 0.875rem; } .nav-menu.show { display: flex !important; } .burger-menu { display: none; background: none; border: none; cursor: pointer; padding: 0.5rem; margin-left: 1rem; } .dropdown { position: relative; } .dropdown-toggle { background: none; border: none; cursor: pointer; color: #555; display: flex; align-items: center; gap: 0.25rem; font-size: 0.875rem; padding: 0; } .dropdown-menu { display: none; position: absolute; top: 100%; right: 0; background: white; min-width: 200px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); border-radius: 4px; padding: 0.5rem 0; z-index: 1000; } .dropdown-menu.show { display: block !important; } .dropdown-menu a { display: block; padding: 0.5rem 1rem; text-decoration: none; color: #555; font-size: 0.875rem; } /* Desktop Styles */ @media (min-width: 769px) { .nav-menu { display: flex; position: static; box-shadow: none; padding: 0; width: auto; flex-direction: row; background: transparent; } } /* Mobile Styles */ @media (max-width: 768px) { .header { display: none; } .burger-menu { display: block; z-index: 1001; } .nav-menu { display: none; position: absolute; top: 100%; left: 0; right: 0; background: white; padding: 1rem 2rem; box-shadow: 0 2px 5px rgba(0,0,0,0.1); flex-direction: column; align-items: flex-start; z-index: 1002; width: 100%; } .nav-menu.show { display: flex !important; } /* Force each direct child to occupy its own line */ .nav-menu > * { width: 100%; padding: 0.5rem 0; } /* Ensure the links are block-level */ .nav-menu a { display: block; } .dropdown { width: 100%; } .dropdown-toggle { width: 100%; justify-content: space-between; padding: 0.5rem 0; } .dropdown-menu { display: none; position: static; box-shadow: none; width: 100%; padding-left: 1rem; margin-top: 0.5rem; } .dropdown-menu.show { display: block; position: static; width: 100%; box-shadow: none; padding: 0; margin-top: 0.5rem; } .dropdown-menu a { padding: 0.5rem 1rem; display: block; width: 100%; } } </style> <style> /* Promo bar styles */ .promo-bar { background-color: #2563eb; height: 40px; display: flex; align-items: center; justify-content: center; } .promo-bar-box { background-color: #ffffff; height: 40px; display: flex; align-items: center; justify-content: center; } .promo-bar-box-link { color: #6b7280; text-decoration: underline; font-size: 14px; font-weight: bold; } .promo-bar-box-text { color: #6b7280; text-decoration: none; font-size: 14px; font-weight: bold; } .promo-link { color: white; text-decoration: underline; font-size: 14px; font-weight: bold; } .new-icon { text-decoration: none; background-color: red; color: white; font-size: 12px; font-weight: bold; padding: 2px 6px; border-radius: 4px; margin-right: 6px; } .promo-link .new-icon span { text-decoration: none !important; } </style> <style> /* Desktop Styles */ @media (min-width: 769px) { .mobile-header { display: none !important; } } .mobile-header { display: flex; justify-content: space-between; align-items: center; padding: 1rem 2rem; background: white; border-bottom: 1px solid #ccc; position: relative; } .mobile-logo { text-decoration: none; color: #333; font-weight: bold; font-size: 1.25rem; display: flex; align-items: center; } .mobile-logo svg { margin-right: 0.5rem; } .mobile-burger { background: none; border: none; cursor: pointer; padding: 0.5rem; } /* Mobile menu (hidden by default) */ .menu-wrapper { display: none; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: white; padding: 1rem; box-shadow: 0 2px 5px rgba(0,0,0,0.1); z-index: 100; } .menu-item { display: block; padding: 0.5rem 0; text-decoration: none; color: #333; font-size: 0.875rem; border-bottom: 1px solid #eee; } /* Dropdown styles within the mobile menu */ .dropdown-block { position: relative; width: 100%; } .dropdown-btn { background: none; border: none; width: 100%; text-align: left; padding: 0.5rem 0; font-size: 0.875rem; color: #333; cursor: pointer; display: flex; justify-content: space-between; align-items: center; } .dropdown-btn svg { transition: transform 0.2s ease; } .dropdown-content { display: none; flex-direction: column; padding-left: 1rem; margin-top: 0.5rem; } .dropdown-content .menu-item { border: none; } </style> <!-- Matomo --> <script> var _paq = window._paq = window._paq || []; /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ _paq.push(['trackPageView']); _paq.push(['enableLinkTracking']); (function() { var u="//matomo.ieplsg.com/"; _paq.push(['setTrackerUrl', u+'matomo.php']); _paq.push(['setSiteId', '109']); var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s); })(); </script> <!-- End Matomo Code --> </head> <body> <div class="promo-bar"> <span class="new-icon">NEW</span> <a href="https://bio.now/?utm_source=goto" class="promo-link" target="_blank"> Free Link-in-Bio Service @ Bio.now &raquo; </a> </div> <header class="header"> <div class="header-container"> <a href="/" class="nav-logo"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"> <path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path> <path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path> </svg> GoTo.now </a> <nav class="nav"> <button class="burger-menu" aria-label="Toggle menu"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"> <path d="M3 12h18M3 6h18M3 18h18"></path> </svg> </button> <div class="nav-menu"> <a href="/blog">Blog</a> <a href="/features">Features</a> <a href="/qr-code-generator">QR Code Generator</a> <div class="dropdown"> <button class="dropdown-toggle"> Guides <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"> <path d="M6 9l6 6 6-6"></path> </svg> </button> <div class="dropdown-menu"> <a href="/blog/benefit-of-short-urls">Benefits of Short URLs</a> <a href="/blog/understanding-tracking-links-guide">Creating Shortened URLs</a> <a href="/blog/how-to-optimize-instagram-link-in-bio">Improve Instagram with Link in Bio</a> </div> </div> </div> </nav> </div> </header> <!-- Mobile Navigation (only visible on small screens) --> <header class="mobile-header mobile-nav"> <!-- Logo on the Left --> <a href="/" class="mobile-logo"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"> <path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path> <path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path> </svg> GoTo.now </a> <!-- Hamburger Icon on the Right --> <button class="mobile-burger" aria-label="Toggle menu"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"> <path d="M3 12h18M3 6h18M3 18h18"></path> </svg> </button> <!-- Mobile Menu (hidden by default) --> <nav class="menu-wrapper"> <a href="/features" class="menu-item">Features</a> <a href="/qr-code-generator" class="menu-item">QR Code Generator</a> <div class="dropdown-block"> <button class="dropdown-btn"> Guides <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"> <path d="M6 9l6 6 6-6"></path> </svg> </button> <div class="dropdown-content"> <a href="/blog">Blog</a> <a href="/blog/benefit-of-short-urls" class="menu-item">Benefits of Short URLs</a> <a href="/blog/understanding-tracking-links-guide" class="menu-item">Creating Shortened URLs</a> <a href="/blog/how-to-optimize-instagram-link-in-bio" class="menu-item">Improve Instagram with Link in Bio</a> </div> </div> </nav> </header> <script> document.addEventListener('DOMContentLoaded', () => { // Toggle the mobile menu when hamburger is clicked const burgerButton = document.querySelector('.mobile-burger'); const menuWrapper = document.querySelector('.menu-wrapper'); burgerButton.addEventListener('click', (e) => { e.preventDefault(); if (menuWrapper.style.display === 'flex') { menuWrapper.style.display = 'none'; } else { menuWrapper.style.display = 'flex'; menuWrapper.style.flexDirection = 'column'; } }); // Toggle the dropdown for "Guides" const dropBtn = document.querySelector('.dropdown-btn'); const dropContent = document.querySelector('.dropdown-content'); dropBtn.addEventListener('click', (e) => { e.preventDefault(); if (dropContent.style.display === 'block') { dropContent.style.display = 'none'; } else { dropContent.style.display = 'block'; } }); }); </script> <script> document.addEventListener('DOMContentLoaded', () => { const burgerMenu = document.querySelector('.burger-menu'); const navMenu = document.querySelector('.nav-menu'); const dropdownToggle = document.querySelector('.dropdown-toggle'); const dropdownMenu = document.querySelector('.dropdown-menu'); // Toggle mobile menu burgerMenu.addEventListener('click', (e) => { e.preventDefault(); e.stopPropagation(); navMenu.classList.toggle('show'); console.log('Mobile menu toggled:', navMenu.classList.contains('show')); }); // Toggle dropdown menu dropdownToggle.addEventListener('click', (e) => { e.preventDefault(); e.stopPropagation(); dropdownMenu.classList.toggle('show'); dropdownToggle.classList.toggle('active'); console.log('Dropdown toggled:', dropdownMenu.classList.contains('show')); }); // Close menus when clicking outside the header area document.addEventListener('click', (e) => { // Check if the click occurred within the header. const isClickInsideHeader = e.target.closest('.header'); // If click is outside header and nav-menu is open, close it. if (!isClickInsideHeader && navMenu.classList.contains('show')) { navMenu.classList.remove('show'); console.log('Mobile menu closed'); } // If click is outside the dropdown and dropdown menu is open, close it. if (!e.target.closest('.dropdown') && dropdownMenu.classList.contains('show')) { dropdownMenu.classList.remove('show'); dropdownToggle.classList.remove('active'); console.log('Dropdown closed'); } }); }); </script> <div class="content"> <style> /* General container styling for the article */ .article-container { max-width: 768px; width: 90%; margin: 0 auto; padding: 1.5rem; background: #ffffff; color: #374151; font-family: Arial, sans-serif; line-height: 1.6; } @media (max-width: 600px) { .article-container { max-width: 300px; padding: 1rem; } } /* Headings */ .article-container h1 { font-size: 2rem; color: #1e3a8a; margin-bottom: 1rem; text-align: center; } .article-container h2 { font-size: 1.5rem; color: #2563eb; margin-top: 1.5rem; margin-bottom: 0.5rem; } .article-container h3 { font-size: 1.25rem; color: #374151; margin-top: 1.2rem; margin-bottom: 0.5rem; } /* Paragraphs */ .article-container p { margin: 1rem 0; } /* Lists */ .article-container ul { list-style-type: disc; padding-left: 1.5rem; margin: 1rem 0; } .article-container li { margin-bottom: 0.5rem; } /* Blockquotes */ .article-container blockquote { border-left: 4px solid #2563eb; padding-left: 1rem; color: #555; font-style: italic; margin: 1.5rem 0; } /* Code blocks */ .article-container pre { background: #f4f4f4; padding: 1rem; border-radius: 5px; overflow-x: auto; margin: 1rem 0; } .article-container code { background: #f4f4f4; padding: 0.2rem 0.4rem; border-radius: 3px; font-family: monospace; } </style> <div class="article-container"> <!-- <h1>FAQ</h1> --> <div class="article-content"> <h1>Frequently Asked Questions</h1> <h2>General Questions</h2> <h3>What is GoTo.now?</h3> <p>GoTo.now is a powerful and modern URL shortening service designed to make your long links more manageable and trackable. We understand that in today's digital landscape, sharing links effectively is crucial for businesses and individuals alike. Our platform combines simplicity with powerful features to help you create, manage, and analyze your shortened URLs across any platform or medium.</p> <h3>Is GoTo.now free to use?</h3> <p>Yes, we believe in providing value to all our users. Our free tier includes essential features that meet the needs of most individual users and small businesses. This includes basic link shortening, fundamental analytics, and QR code generation. For users who need more advanced features, we offer premium plans starting at $9.99/month that unlock additional capabilities such as custom domains, advanced analytics, team collaboration tools, and priority support.</p> <h3>How secure are shortened links?</h3> <p>Security is at the core of our service. We employ multiple layers of protection to ensure your links and data remain secure. All links are protected by HTTPS encryption, and we continuously monitor our platform for suspicious activity. Our security measures include real-time malware scanning, two-factor authentication options, and regular security audits by independent firms. We also maintain compliance with major security standards and data protection regulations.</p> <h2>Features &amp; Functionality</h2> <h3>What features do you offer?</h3> <p>Our platform is built to provide a comprehensive link management solution. Every user gets access to our core features, which include basic URL shortening, click tracking, and QR code generation. </p> <h3>How do your analytics work?</h3> <p>Our analytics platform provides valuable insights into how your links perform. You can track total clicks, unique visitors, geographic locations, device types, and referral sources. Premium users get access to even more detailed analytics, including custom date ranges, export capabilities, and real-time data updates. All this information is presented in an intuitive dashboard that makes it easy to understand your link performance at a glance.</p> <h3>What about link customization?</h3> <p>We believe in giving you control over your shortened links. Free users can create custom aliases to make their links more memorable and brand-friendly. Premium users can take this further with custom domains, allowing them to use their own domain name for shortened links. Enterprise users also have access to white-label solutions and custom redirect pages.</p> <h2>Technical Aspects</h2> <h3>How reliable is your service?</h3> <p>We understand that link reliability is critical for our users. That's why we've built our infrastructure on enterprise-grade hosting providers with multiple redundancies. We maintain a 99.9% uptime guarantee and use a global CDN to ensure fast link resolution worldwide. Our systems are constantly monitored, and we perform regular backups to prevent any data loss.</p> <h3>Do links expire?</h3> <p>By default, links created with active accounts never expire. However, we do offer flexibility in link management. For inactive accounts, we maintain a grace period to ensure no disruption to your links while giving you time to reactivate your account if needed.</p> <h2>Account Management</h2> <h3>How do I get started?</h3> <p>Creating an account with GoTo.now is straightforward and only takes a few minutes. You can sign up using your Google account or email address. There's no credit card required for our free tier, so you can start shortening links immediately after verifying your email. Our intuitive interface means you can begin creating and managing links right away, with helpful tooltips guiding you through our features.</p> <h2>Privacy &amp; Data</h2> <h3>How do you handle user data?</h3> <p>At GoTo.now, we take data protection and user privacy extremely seriously. All user data is encrypted both in transit and at rest using industry-standard encryption protocols. We follow strict data protection guidelines compliant with GDPR and other international privacy regulations. We never sell your personal data to third parties, and we maintain transparent policies about how we use and protect your information.</p> <p>Our data handling practices include regular security audits, strict access controls, and comprehensive backup procedures. We only collect the data necessary to provide and improve our services, and we give you complete control over your information through our privacy dashboard.</p> <h2>Can I access and control my data?</h2> <p>Absolutely. We believe in giving users full transparency and control over their data. Through your account dashboard, you can:</p> <ul> <li>Export all your link data and analytics in various formats</li> <li>View and modify all stored personal information</li> <li>Delete individual links or entire link history</li> <li>Request complete account data deletion</li> <li>Access detailed logs of account activity</li> <li>Manage email preferences and notifications</li> </ul> <p>We're constantly updating our FAQ to address new questions and provide more detailed information. If you have any questions not covered here, please don't hesitate to contact our support team at <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="ec9f999c9c839e98ac8b839883c282839b">[email&#160;protected]</a>. We're here to help make your experience with GoTo.now as smooth and productive as possible.</p> </div> </div> </div> <footer class="footer"> <div class="container"> <div class="footer-content"> <div class="footer-section"> <h3>Company</h3> <ul> <li><a href="/contact-us">Contact us</a></li> <li><a href="/about-us">About us</a></li> <li><a href="/blog">Blog</a></li> </ul> </div> <div class="footer-section"> <h3>Product</h3> <ul> <li><a href="/">Shorten URL</a></li> <li><a href="/qr-code-generator">QR Code Generator</a></li> <li><a href="/check-url">Check URL Redirect</a></li> <li><a href="/features">Features</a></li> <li><a href="/faq">FAQ</a></li> </ul> </div> <div class="footer-section"> <h3>Legal</h3> <ul> <li><a href="/privacy-policy">Privacy Policy</a></li> <li><a href="/report-url">Report URLs</a></li> <li><a href="/terms">Terms of Service</a></li> </ul> </div> </div> <div class="footer-bottom"> <p>&copy; 2024 GoTo.now. All rights reserved.</p> </div> </div> </footer> <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script></body> </html> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10