Discussion:
Real google bot ip adress
(too old to reply)
Jakub
2018-06-01 13:45:31 UTC
Permalink
How to find Real google bot ip adress at php?

becouse i dont find an solution at google search.

greet Jakub
J.O. Aho
2018-06-01 16:45:17 UTC
Permalink
Post by Jakub
How to find Real google bot ip adress at php?
Look at the domain name of the visiting google bot, for example
$_SERVER['REMOTE_HOST'] would give you
crawl-AAA-BBB-CCC-DDD.googlebot.com which you can then convert to the
real IP which would be AAA.BBB.CCC.DDD
or if you want to make it simple for you, just use $_SERVER['REMOTE_ADDR']
Post by Jakub
becouse i dont find an solution at google search.
Maybe you did search for something else...

Loading...