diff --git a/app/views/application/_meta.html.slim b/app/views/application/_meta.html.slim
new file mode 100644
index 00000000..58123278
--- /dev/null
+++ b/app/views/application/_meta.html.slim
@@ -0,0 +1,4 @@
+meta charset="utf-8"
+meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"
+meta name="viewport" content="width=device-width, initial-scale=1.0"
+meta name="keywords" content="mozo mozobar mozo.bar waiter server drinks food order mobile phone service payment restaurant bar beach lunch meal tto time to order speed cheep free"
diff --git a/app/views/layouts/theme1-home.html.slim b/app/views/layouts/theme1-home.html.slim
index e77e3ca5..bf0ceeae 100644
--- a/app/views/layouts/theme1-home.html.slim
+++ b/app/views/layouts/theme1-home.html.slim
@@ -1,10 +1,8 @@
doctype html
html lang="en"
head
- meta charset="utf-8"
- meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"
- meta name="viewport" content="width=device-width, initial-scale=1.0"
title= site_page_title
+ = render 'meta'
= csrf_meta_tags
/! Le HTML5 shim, for IE6-8 support of HTML elements
/[if lt IE 9]
diff --git a/app/views/layouts/theme1.html.slim b/app/views/layouts/theme1.html.slim
index f34a6c14..26b63427 100644
--- a/app/views/layouts/theme1.html.slim
+++ b/app/views/layouts/theme1.html.slim
@@ -1,10 +1,8 @@
doctype html
html lang="en"
head
- meta charset="utf-8"
- meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"
- meta name="viewport" content="width=device-width, initial-scale=1.0"
title= site_page_title
+ = render 'meta'
= csrf_meta_tags
/! Le HTML5 shim, for IE6-8 support of HTML elements
/[if lt IE 9]
diff --git a/config/version b/config/version
index a75b09ef..1ba936fe 100644
--- a/config/version
+++ b/config/version
@@ -1 +1 @@
-0.9.51
+0.9.52