how detect that a visit to my site is done by a search engine and not by human? the referenceUrl (visitor come from) is always null if search engine auto visit or...? I know to get server params like ip, reURL, etc
lse123 0 Junior Poster in Training
Recommended Answers
Jump to PostAny reputable search engine will provide details of the company in their user agent string, use
$_SERVER['HTTP_USER_AGENT']
to check this. There is plenty of information online with lists of search engine agents.Even going to google and entering the exact title of this thread brings up enough information that …
All 3 Replies
terabyte 0 Junior Poster in Training
lse123 0 Junior Poster in Training
Will Gresham 81 Master Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.