Based on the Django CMS documentation, by enabling the CMS_SEO_FIELDS, a fieldset with the SEO settings will appear in the administration page of every CMS page. By default, these settings are empty.
Is there a way to have some default settings (description and keyword meta tags) added to every page which will be overwritten if the page provides it's own settings?
Maybe I could use something like this: Django CMS - check if placeholder is empty but it's not an optimal solution, since I won't be able to translate the default content of the meta tags.