How to hidden link

frodo92

Power Member
Joined
Nov 30, 2016
Messages
505
Reaction score
158
Hello, I'm having a little dilemma, i want to show a certain text/link only to certain user agent, like Google and Yahoo, and for other user agent to be hidden. Like to not be visible for people that are accessing the website from Firefox, Chrome etc. Can you help me?
 
If this idea is meant to fool somehow the crawling spiders for some weird SEO purpose, I would not recommend it.
Consider that Google checks many versions of your site, not only the one from Google agent itself, and this is technically "deceiving" the crawler.

Apart from this, you can easily do this with PHP code
Use
Code:
get_browser
function
https://www.php.net/manual/en/function.get-browser.php
 
Back
Top