diff --git a/composer.json b/composer.json
index 74f3a8176226245d214460e9bee431b8165047a4..dd955482f31271fd06f07330c0a9444467754871 100755
--- a/composer.json
+++ b/composer.json
@@ -29,6 +29,7 @@
     "drupal/pathauto": "~1.0",
     "drupal/yoast_seo": "~1.0",
     "drupal/redirect": "~1.0",
-    "drupal/xmlsitemap": "~1.0"
+    "drupal/xmlsitemap": "~1.0",
+    "drupal/google_analytics":"~4.0.0"
   }
 }
\ No newline at end of file
diff --git a/webseo.info.yml b/webseo.info.yml
index e2d5255152db341fa770301b8d2c7394c545d927..8fe490f5a96ff4ec2b03159b94db626e250bfc41 100755
--- a/webseo.info.yml
+++ b/webseo.info.yml
@@ -18,4 +18,5 @@ dependencies:
   - schema_metatag:schema_web_page
   - schema_metatag:schema_web_site
   - xmlsitemap:xmlsitemap
-  - yoast_seo:yoast_seo 
+  - yoast_seo:yoast_seo
+  - google_analytics:google_analytics