From 5d2ec6f646ab3f15538b7a67d2a88396c6c2a4b0 Mon Sep 17 00:00:00 2001 From: Anton Keks Date: Tue, 1 Mar 2016 22:34:17 +0200 Subject: [PATCH] use meta keywords and decription only on the front page --- _layouts/default.html | 4 ++-- index.html | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index 84f1ba01..6412e154 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -3,8 +3,8 @@ - - + {%if page.keywords %}{%endif%} + {%if page.description %}{%endif%} {{ site.name }} - {{ page.title }} diff --git a/index.html b/index.html index d0e02427..653dd4a8 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,8 @@ --- layout: default title: the original IP scanner for Windows, Mac and Linux +keywords: ip scanner,port scanner,network scanner,tcp,open source,free,freeware,gpl,software,network,ip,tcp,scan,port,netbios,remote,administration,lan,administrator +description: The original IP scanner for Windows, Max and Linux. Fast, friendly, extensible, free and open-source. Scans addresses and ports in any range and exports results in many formats. priority: 1.0 ---