Skip to main content 欢迎参加 3 月 5 日至 6 日在旧金山举行的 TDX AI 代理时代开发者大会,或通过 Salesforce+ 参与。立即注册
错误

出错了。请重试。

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:

Can we add new scopes to SEO Meta tag rules in BM

 

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.

 

@B2C Commerce Developers @* B2C Commerce *

3 个回答
  1. 2022年5月27日 18:18

    At the moment, this is not possible to extend.

  2. 2022年6月2日 08:11

    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 :)

0/9000