diff --git a/Behavioral/README.rst b/Behavioral/README.rst index 7bde771..e52fa25 100644 --- a/Behavioral/README.rst +++ b/Behavioral/README.rst @@ -1,3 +1,7 @@ +.. meta:: + :description: a collection of behavioral design patterns along with implementations in PHP8 + :keywords: design patterns, php, behavioral, best practices + `Behavioral`__ ============== diff --git a/Creational/README.rst b/Creational/README.rst index 830fdd3..d537d56 100644 --- a/Creational/README.rst +++ b/Creational/README.rst @@ -1,3 +1,7 @@ +.. meta:: + :description: a collection of creational design patterns along with implementations in PHP8 + :keywords: design patterns, php, creational, best practices + `Creational`__ ============== diff --git a/More/README.rst b/More/README.rst index c224c02..2068b56 100644 --- a/More/README.rst +++ b/More/README.rst @@ -1,3 +1,7 @@ +.. meta:: + :description: a collection of advanced design patterns along with implementations in PHP8 + :keywords: design patterns, php, best practices + More ==== diff --git a/README.rst b/README.rst index fab2b85..6dcee83 100644 --- a/README.rst +++ b/README.rst @@ -1,3 +1,7 @@ +.. meta:: + :description: a collection of known design patterns along with implementations in PHP8 + :keywords: design patterns, php, best practices + .. DesignPatternsPHP ================= @@ -16,7 +20,7 @@ DesignPatternsPHP :target: https://paypal.me/DominikLiebler :alt: Donate -This is a collection of known `design patterns`_ and some sample code how +This is a collection of known design patterns and some sample code how to implement them in PHP. Every pattern has a small list of examples. I think the problem with patterns is that often people do know them but diff --git a/Structural/README.rst b/Structural/README.rst index 8715963..b63c0b2 100644 --- a/Structural/README.rst +++ b/Structural/README.rst @@ -1,3 +1,7 @@ +.. meta:: + :description: a collection of structural design patterns along with implementations in PHP8 + :keywords: design patterns, php, structural, best practices + `Structural`__ ==============