use meta keywords and decription only on the front page

This commit is contained in:
Anton Keks 2016-03-01 22:34:17 +02:00
parent 26049862aa
commit 5d2ec6f646
2 changed files with 4 additions and 2 deletions

View File

@ -3,8 +3,8 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="keywords" content="ip scanner,port scanner,network scanner,tcp,open source,free,freeware,gpl,software,network,ip,tcp,scan,port,netbios,remote,administration,lan,administrator">
<meta name="description" content="IP and port scanner tool for analyzing networks">
{%if page.keywords %}<meta name="keywords" content="{{ page.keywords }}">{%endif%}
{%if page.description %}<meta name="description" content="{{ page.description }}">{%endif%}
<title>{{ site.name }} - {{ page.title }}</title>
<meta name="viewport" content="initial-scale=1">

View File

@ -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
---