diff --git a/_includes/meta.html b/_includes/meta.html
index c8a62ad6d..4df7bf7bd 100644
--- a/_includes/meta.html
+++ b/_includes/meta.html
@@ -20,7 +20,7 @@
{%- if page.title -%}{{- page.title | strip_html }} | {% endif -%}{{ site.title -}}
{% endcapture %}
{% capture description %}
- {%- if page.url == "/" -%}
+ {%- if page.url == "/" or page.url == "/news/index.html" or page.url == "/knowledge-base/index.html" -%}
{{- site.description -}}
{%- elsif page.description -%}
{{- page.description | truncate: 160 -}}