diff --git a/_layouts/default-layout.html b/_layouts/default-layout.html
index b46e3ef..7054b98 100644
--- a/_layouts/default-layout.html
+++ b/_layouts/default-layout.html
@@ -20,7 +20,7 @@
{%- if seo_group != '' -%}
{%- assign seo_slug = page.url | split: '/' | last | replace: '.html', '' -%}
- {%- if seo_slug == '' -%}
+ {%- if seo_slug == '' or seo_slug == 'license' -%}
{%- assign seo_slug = 'index' -%}
{%- endif -%}
@@ -33,7 +33,7 @@
{%- endif -%}
{%- endif -%}
{{ seo_title }}
-
+
{%- include head.html -%}
{%- if site.useVersionTreeV2 -%}
diff --git a/_layouts/home-page.html b/_layouts/home-page.html
index 1cb2472..ac5265f 100644
--- a/_layouts/home-page.html
+++ b/_layouts/home-page.html
@@ -2,6 +2,8 @@
{{ page.title }}
+
+
diff --git a/_layouts/search-layout.html b/_layouts/search-layout.html
index 11a3332..38e33d6 100644
--- a/_layouts/search-layout.html
+++ b/_layouts/search-layout.html
@@ -5,7 +5,7 @@
{% if site.firstLevelUrl contains 'web-twain' %}Dynamic Web TWAIN SDK Documentation Search{% else %}{{ page.title }}{% endif %}
-
+
{%- assign docFullPath = site.docFullPath -%}