diff --git a/source/Ox.UI/Ox.UI.js b/source/Ox.UI/Ox.UI.js index be023871..b9a941d6 100644 --- a/source/Ox.UI/Ox.UI.js +++ b/source/Ox.UI/Ox.UI.js @@ -36,6 +36,11 @@ Ox.load.UI = function(options, callback) { regexp: /AppleWebKit\/(\d+)\./, version: 534 }, + { + name: 'Googlebot', + regexp: /Googlebot\/(\d+)\./, + version: 2 + }, { name: 'Internet Explorer', url: 'http://windows.microsoft.com/en-US/internet-explorer/products/ie/home',