mirror of
https://github.com/angryip/ipscan.git
synced 2025-10-26 11:18:17 +00:00
use meta keywords and decription only on the front page
This commit is contained in:
parent
26049862aa
commit
5d2ec6f646
@ -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">
|
||||
|
||||
|
||||
@ -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
|
||||
---
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user