// Combined script to redirect query string URLs and set the canonical tag (function() { alert('Script is running'); var url = window.location.href; var canonicalUrl = window.location.protocol + '//' + window.location.host + window.location.pathname; // Redirect query string URLs to clean URLs if (url.indexOf('?') !== -1) { alert('Redirecting to clean URL: ' + canonicalUrl); window.location.replace(canonicalUrl); // Use replace to ensure the redirect } else { alert('Setting canonical tag: ' + canonicalUrl); // Set the canonical tag var link = document.createElement('link'); link.rel = 'canonical'; link.href = canonicalUrl; document.head.appendChild(link); } })();

Apply to Partner with me.

THANKS FOR YOUR INTEREST IN DIGITAL DOVE MEDIA'S JV OPPORTUNITY. I JUST NEED TO ASK YOU A FEW QUESTIONS TO GET STARTED.

We will never spam you.  Your details are safe with us.

Powered by ConvertriPowered by Convertri