Explore photos of our team and projects from EVS, the Commercial & Industrial Custom Ductwork & Installation Pros.
document.addEventListener("DOMContentLoaded", function() {
// This finds every link (the 'a' tag) on your page
var allLinks = document.querySelectorAll('a');
allLinks.forEach(function(link) {
// This check ensures the link points to your own site
if (link.hostname === window.location.hostname) {
// This removes the nofollow tag if the script finds it
link.removeAttribute("rel");
}
});
});