Skip to main content 3 月 5 日~ 6 日にサンフランシスコで開催される TDX (Salesforce+ でも配信) で「Developer Conference for the AI Agent Era (AI エージェント時代に向けた開発者向けカンファレンス)」にぜひご参加ください。お申し込みはこちら
エラー

問題が発生しました。もう一度お試しください。

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日 8: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