diff --git a/django_seo_js/settings.py b/django_seo_js/settings.py index 199d780..9ceb730 100644 --- a/django_seo_js/settings.py +++ b/django_seo_js/settings.py @@ -46,12 +46,9 @@ ))) USER_AGENTS = frozenset(getattr(django_settings, 'SEO_JS_USER_AGENTS', ( - # These first three should be disabled, since they support escaped fragments, and - # and leaving them enabled will penalize a website as "cloaked". - # "Googlebot", - # "Yahoo", - # "bingbot", - + "Googlebot", + "Yahoo", + "bingbot", "Ask Jeeves", "baiduspider", "facebookexternalhit",