Get Keyword Someone Uses on Google To Fi...
Posted by Alonzo West in
Uncategorized on 09 8th, 2009 |
No Comments
Here is a great and simple PHP script that will allow you to echo the keyword used to find your site from the search engines. It is fairly simple to use and could be very effective on converting search engine traffic.
$parsed_url=parse_url($_SERVER['HTTP_REFERER']);
if(stripos($parsed_url['host'],’google’))
...