#472 add meta keywords to category pages

This commit is contained in:
Dominik Liebler
2021-12-14 13:28:04 +01:00
parent 09e46360c9
commit 548d20b9c2
5 changed files with 21 additions and 1 deletions

View File

@@ -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`__ `Behavioral`__
============== ==============

View File

@@ -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`__ `Creational`__
============== ==============

View File

@@ -1,3 +1,7 @@
.. meta::
:description: a collection of advanced design patterns along with implementations in PHP8
:keywords: design patterns, php, best practices
More More
==== ====

View File

@@ -1,3 +1,7 @@
.. meta::
:description: a collection of known design patterns along with implementations in PHP8
:keywords: design patterns, php, best practices
.. DesignPatternsPHP .. DesignPatternsPHP
================= =================
@@ -16,7 +20,7 @@ DesignPatternsPHP
:target: https://paypal.me/DominikLiebler :target: https://paypal.me/DominikLiebler
:alt: Donate :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. 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 I think the problem with patterns is that often people do know them but

View File

@@ -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`__ `Structural`__
============== ==============