Closed darcywong00 closed 3 weeks ago
In preparation for keymanapp/keyman.com#383 of adding metadata description content headers for improving SEO.
This adds an optional page description field via PHP or HTML.
When a PHP file includes a description:
head([ 'title' => 'Features | Keyman for Windows ' . $stable_version, 'description' => 'Keyman for Windows Features', ... ]);
or when a Markdown file includes a description:
--- title: .... description: ... ---
this will allow us to write HTML header info
<meta name="description" content="....">
An upcoming keyman.com PR will have the other portion of this
In preparation for keymanapp/keyman.com#383 of adding metadata description content headers for improving SEO.
This adds an optional page description field via PHP or HTML.
When a PHP file includes a description:
or when a Markdown file includes a description:
this will allow us to write HTML header info