Can an Anchor tag’s href link be hidden in HTML?
Trying to prevent web scrapers/crawlers from grabbing this URL that's located in an anchor tag. I don't want to hide the icon from the page itself, just from the HTML. <a class="link" href="/hide_this_link_from_html"><img src="printIcon.jpg"/></a>