fix(core): update

This commit is contained in:
2023-05-08 10:07:33 +02:00
parent e4f8e53066
commit bd8585aa42
3 changed files with 12 additions and 1 deletions

View File

@@ -82,6 +82,7 @@ export class TagLevel {
public addProductInfo(productArg: plugins.tsclass.saas.IProduct, companyArg: plugins.tsclass.business.ICompany) {
this.addTag(JsonLdTag.createProductJsonLd(productArg, companyArg));
this.addTag(OpengraphTag.createProductOgTags(productArg));
}
public async enable() {