From d0bb8cdd8c0f03e2b94140a96bcbb2d5aeecc243 Mon Sep 17 00:00:00 2001 From: bhoop77 Date: Wed, 27 Nov 2019 15:34:43 -0500 Subject: [PATCH] Added Googlebot, Yahoo, & bingbot user agent since they don't support escaped_fragment anymore. --- django_seo_js/settings.py | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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",