I am currently using the Symfony CMF stack without the SimpleCMSBundle. In Sonata Admin I am able to create StaticContents including SEO Metadata. This is all working and I can add content pages with SEO metadata this way.
However, how can I link an existing route of a symfony application with a StaticContent (Page)?
For example, I have a MessageController which defines its own routes. Like /messages/inbox/{page}. How can I define SEOMeta (or StaticContent) for these pages?