mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-31 04:00:18 +02:00
#472 add meta keywords to category pages
This commit is contained in:
@@ -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`__
|
||||
==============
|
||||
|
||||
|
@@ -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`__
|
||||
==============
|
||||
|
||||
|
@@ -1,3 +1,7 @@
|
||||
.. meta::
|
||||
:description: a collection of advanced design patterns along with implementations in PHP8
|
||||
:keywords: design patterns, php, best practices
|
||||
|
||||
More
|
||||
====
|
||||
|
||||
|
@@ -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
|
||||
|
@@ -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`__
|
||||
==============
|
||||
|
||||
|
Reference in New Issue
Block a user