Skip to content

Commit e840ab8

Browse files
committed
Add robots variable to front matter
This is to ensure a robots meta tag is generated for the pages. * Article 26 - because it has been removed * Article 15 - because it is out of date * chi, hkeype, menusbtn & sib - because they are obsolete * cookies and software because I don't want them indexing
1 parent e1b502f commit e840ab8

File tree

8 files changed

+8
-0
lines changed

8 files changed

+8
-0
lines changed

_articles/article-15.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
meta-desc: "A legacy article about the changes that have to be made to the help files of Delphi v3 to v7 to integrate them with the Delphi help system."
66
pages: 1
77
index: true
8+
robots: "noindex, nofollow"
89
---
910
<aside>
1011
<p class="callout callout-info">

_articles/article-26.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
meta-desc: "Redundant article removed"
77
pages: 1
88
index: false
9+
robots: "noindex, nofollow"
910
---
1011
<section id="discontinued">
1112
<div class="alert alert-danger">

_software/chi.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
meta-desc: "OBSOLETE program for installing Delphi component help into the help system for Delphi 3 to 7. "
1212
want-header-buttons: false
1313
status: "obsolete"
14+
robots: "noindex, nofollow"
1415
---
1516
<section class="panel panel-danger">
1617
<div class="panel-heading">

_software/hkeype.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
repo-url: https://sourceforge.net/p/ddablib/code/HEAD/tree/trunk/projects/hkeype/
1717
want-header-buttons: false
1818
status: "obsolete"
19+
robots: "noindex, nofollow"
1920
---
2021
{% assign dl-file = page.dl-file-prefix | append: page.version | append: ".zip" %}
2122
{% assign dl-url = page.download-base-url | append: dl-file %}

_software/menusbtn.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
meta-desc: "OBSOLETE Delphi Pascal menu speed button components."
1414
want-header-buttons: false
1515
status: "obsolete"
16+
robots: "noindex, nofollow"
1617
---
1718
{% assign dl-file = page.dl-file-prefix | append: page.version | append: ".zip" %}
1819
{% assign dl-url = page.download-base-url | append: dl-file %}

_software/sib.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
meta-desc: "OBSOLETE program that creates rudimentary commoand line based program installers. USE INNO SETUP INSTEAD! Open source. Written in Delphi Pascal."
1212
want-header-buttons: false
1313
status: "obsolete"
14+
robots: "noindex, nofollow"
1415
---
1516
<section class="panel panel-danger">
1617
<div class="panel-heading">

cookies.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
meta-title: "Cookie Policy for DelphiDabbler.com"
44
meta-desc: "Full details of cookies used on DelphiDabbler.com"
55
no-flash: true
6+
robots: "noindex"
67
---
78
<h1 role="heading">
89
Cookie policy

software.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Software
33
meta-desc: "Links to both the applications and the Delphi Pascal source code library published on DelphiDabbler.com"
4+
robots: "noindex"
45
---
56
<h1 role="heading">Software</h1>
67

0 commit comments

Comments
 (0)