Skip to content

Commit c2b592a

Browse files
committed
Add title SEO info to top level pages
Pages are: articles, codelib, programs & home page
1 parent 3f23a52 commit c2b592a

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

articles.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Articles
3+
meta-title: "Delphi Pascal Programming Articles | by DelphiDabbler"
34
---
45
<script>
56
/*

codelib.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Code Library
3+
meta-title: "List of DelphiDabbler Delphi Pascal Code Library Projects | Open Source"
34
---
45
<h1 roll="heading">
56
Code Library

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Home Page
3+
meta-title: "DelphiDabbler.com | Open Source Programs, Delphi Code, Articles & Tips"
34
---
45

56
<h1 roll="heading">Welcome to DelphiDabbler.com</h1>

programs.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Applications
3+
meta-title: "List of DelphiDabbler Programs / Applications | Open Source"
34
---
45
<h1 roll="heading">
56
Applications

0 commit comments

Comments
 (0)