diff --git a/templates/backOffice/default/includes/seo-tab.html b/templates/backOffice/default/includes/seo-tab.html
new file mode 100644
index 000000000..9ae515885
--- /dev/null
+++ b/templates/backOffice/default/includes/seo-tab.html
@@ -0,0 +1,79 @@
+
\ No newline at end of file
diff --git a/templates/backOffice/default/product-edit.html b/templates/backOffice/default/product-edit.html
index e05bc7434..d20d7a953 100644
--- a/templates/backOffice/default/product-edit.html
+++ b/templates/backOffice/default/product-edit.html
@@ -48,6 +48,8 @@
data-toggle="tab">{intl l="General"}
+ {intl l="SEO"}
+
{intl l="Details"}
@@ -79,7 +81,7 @@
{intl l="Documents"}
{intl l="Modules"}
-
+
@@ -87,6 +89,18 @@
{include file="includes/product-general-tab.html"}
+
+ {form name="thelia.admin.seo"}
+ {include file="includes/seo-tab.html"
+ form = $form
+ currentId = "{$ID}"
+ formAction = "{url path='/admin/products/seo/save'}"
+ pageUrl = "{url path='/admin/products/update' product_id=$ID}"
+ closeUrl = "{url path='/admin/categories' category_id=$DEFAULT_CATEGORY}"
+ }
+ {/form}
+
+
{include file="includes/product-details-tab.html"}
@@ -110,6 +124,7 @@
{intl l="Please wait, loading"}
+