Created
February 18, 2015 16:55
-
-
Save ashsmith/524d176eaf48bfd87aab to your computer and use it in GitHub Desktop.
Fake your user agent to look like Googlebot.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -A "'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)')" http://MYDOMAIN.COM/ --head |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment