This is a follow-up to another question I made a while back. My requirement is that I need to configure meta tags for pages that are rendered through Pipelines/Controllers.
For the Cart controller or new controllers we develop, we can't use the dashboard on SEO Meta tag rules to configure meta tags since it only provides some scopes.
Could we extend Business manager with a cartridge to implement this new scope, or is it not possible?
Below is an example of where I want a new scope:
I'd like to keep all meta tags configuration in here to make it a better experience for the business people configuring this.
If this is possible, can someone please help?
Any help is very much appreciated.
Hi @Florent Benoit, thanks for the response. I believe the solution I currently have is customization through content assets like you said. We have a naming convention like "seo-<controller>-<action>" and a middleware that reads that and populates info in "pdict".
It does work, however it's a bit harder for the business people. We are creating a content asset just for one purpose - to get metatag/SEO info. There is no body and it doesn't make sense to cache because it isn't a page. Plus we might create more and more content assets, which have a limit.
Either way, thanks for helping :)
@David Pereira This is usually customised using content assets. The content asset ID is referenced in the page template, which then pulls the meta title & description populated in the asset itself.