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.