Skip to content

Commit 548d20b

Browse files
committed
DesignPatternsPHP#472 add meta keywords to category pages
1 parent 09e4636 commit 548d20b

File tree

5 files changed

+21
-1
lines changed

5 files changed

+21
-1
lines changed

Behavioral/README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.. meta::
2+
:description: a collection of behavioral design patterns along with implementations in PHP8
3+
:keywords: design patterns, php, behavioral, best practices
4+
15
`Behavioral`__
26
==============
37

Creational/README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.. meta::
2+
:description: a collection of creational design patterns along with implementations in PHP8
3+
:keywords: design patterns, php, creational, best practices
4+
15
`Creational`__
26
==============
37

More/README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.. meta::
2+
:description: a collection of advanced design patterns along with implementations in PHP8
3+
:keywords: design patterns, php, best practices
4+
15
More
26
====
37

README.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.. meta::
2+
:description: a collection of known design patterns along with implementations in PHP8
3+
:keywords: design patterns, php, best practices
4+
15
.. DesignPatternsPHP
26
37
=================
@@ -16,7 +20,7 @@ DesignPatternsPHP
1620
:target: https://paypal.me/DominikLiebler
1721
:alt: Donate
1822

19-
This is a collection of known `design patterns`_ and some sample code how
23+
This is a collection of known design patterns and some sample code how
2024
to implement them in PHP. Every pattern has a small list of examples.
2125

2226
I think the problem with patterns is that often people do know them but

Structural/README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.. meta::
2+
:description: a collection of structural design patterns along with implementations in PHP8
3+
:keywords: design patterns, php, structural, best practices
4+
15
`Structural`__
26
==============
37

0 commit comments

Comments
 (0)