Description
Feature request
Summary
It would be nice to have the seo fields be prefilled based on the data of the page. So for example the seo title would be prefilled based on the actual title of the page.
Why is it needed?
Because the page title and seo title will often be the same. So it makes sense that you would have to input it just once instead of twice. This also makes it easier to update the title in the future. As you would only have to update it once.
Suggested solution(s)
Have an interface on the settings page of the plugin where you can set how the fields should be built up.
So for example for the seo title I can select the title field of the content type to have that be used to prefill the seo title.
It would also be cool if we can inject some extra text. So my seo title could be build up by giving the plugin a string like Strapi | [title]
where [title]
will be replaced by the actual title of the page.
Related issue(s)/PR(s)
None that I know of.