You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Meta tags are still very important for search engine optimization and social media posting. Therefore, the SEO Metatag Info Plugin is a very good complement for the FlatPress block and should be integrated into FlatPress as part of the standard distribution.
Since only language packs for English, Italian and German are currently available, you could use the English language file as a temporary replacement for the languages that have not yet been translated.
When integrating the plugin into FlatPress, it is necessary to add the admin.static.write.tpl file below line 44 and the following code:
{action hook=simple_edit_form}
With this, the FlatPress user can also provide static pages with a description, keywords and robots meta tags.
In addition, it should be checked whether the current plugin PHP code is also compatible with PHP 8.1.
Best Regards
Frank
The text was updated successfully, but these errors were encountered:
*SEO Metatag Info Plugin in the standard distribution*
- includes all languages FlatPress currently supports as standard (translation via Deepl).
- Content customized texts incl. placeholder as example.
- With own hook in entry- and statictemplate, because otherwise the tag plugin is also shown when creating static pages; which is not supposed to be
Hello, everyone,
Meta tags are still very important for search engine optimization and social media posting. Therefore, the SEO Metatag Info Plugin is a very good complement for the FlatPress block and should be integrated into FlatPress as part of the standard distribution.
Since only language packs for English, Italian and German are currently available, you could use the English language file as a temporary replacement for the languages that have not yet been translated.
When integrating the plugin into FlatPress, it is necessary to add the admin.static.write.tpl file below line 44 and the following code:
{action hook=simple_edit_form}
With this, the FlatPress user can also provide static pages with a description, keywords and robots meta tags.
In addition, it should be checked whether the current plugin PHP code is also compatible with PHP 8.1.
Best Regards
Frank
The text was updated successfully, but these errors were encountered: