Membership is FREE – with unlimited access to all features, tools, and discussions. Premium accounts get benefits like banner ads and newsletter exposure. ✅ Signature links are now free for all. Share your own thoughts and experience, accounts may be terminated for violations.

Hide Link

Status
Not open for further replies.
Joined
Sep 28, 2006
Posts
402
Reaction score
6
Ive knocked together a script to htaccess ban after running a PHP script.
(basic spider banning)

Now ive got a problem how to hide the <a href link in the page!!


This isnt fully thought through but how can I have a link thats not seen by humans but crawlable via source?
 
<a href='www.domain.com' style='visibility:hidden; display:none;'>Link</a>
 
Looks just the ticket thank you.
If you look back... any idea whats the oldest release of IE / FF to support the style tag?
google didnt help with way to many hits



Taking your code I will wrap in div tags as i think more browsers could support div

<div style='visibility:hidden; display:none;'><a href=bot.php style='visibility:hidden; display:none;'>.</a></div>
 
Last edited:
Status
Not open for further replies.
Top Bottom