How can I automatically transfer the group name of the FAQ to the seo url?
The seo url template of the FAQs can be changed under "Settings > SEO". The following code can be inserted:
"faq/{% if faq.groups and faq.groups|first %}{% set firstFaqGroup = faq.groups|first %}{% if firstFaqGroup.translated. name %}{{{ firstFaqGroup.translated.name }}/{% endif %}{% endif %}{% if faq.translated.seoUrl %}{{ faq.translated.seoUrl }}{% else %}{{ faq.translated.name }}{% endif %}"