docs-app
docs-app copied to clipboard
Documentation title missing info
Currently all a lot of page titles are missing info.
<title>Phalcon Documentation - </title>
https://docs.phalcon.io/4.0/en/introduction
I would like the page title to contain info about the page for better SEO performance. Can we do something like this:
<title>Introduction - Phalcon Documentation</title>
This should also be reflected in the social meta tags.
@niden Could we add to the docs template keywords:
titledescriptionkeywords
and use these keywords in pages if they is defined, otherwise use defaults.
This is already in v4. We will need to add some keywords on v3 also