I have a set of links which I want search engines to crawl them, but I want
to disable them from my visitors, so I will ask the link owners to pay me to
let me enable them.
<a disabled href="#">bahbah bah</a>
Does not work, as it is still clickable. It only changes the color to grey.
to disable them from my visitors, so I will ask the link owners to pay me to
let me enable them.
<a disabled href="#">bahbah bah</a>
Does not work, as it is still clickable. It only changes the color to grey.
Comment