File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
libs/blog/shared/util-seo/src/lib/services Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -130,12 +130,12 @@ export class SeoService {
130
130
131
131
for ( const [ index , entry ] of entries . entries ( ) ) {
132
132
const label : MetaDefinition = {
133
- name : `${ SEO_META_KEYS . twitterMiscLabel } ${ index + 1 } ` ,
133
+ property : `${ SEO_META_KEYS . twitterMiscLabel } ${ index + 1 } ` ,
134
134
content : entry [ 0 ] ,
135
135
} ;
136
136
137
137
const data : MetaDefinition = {
138
- name : `${ SEO_META_KEYS . twitterMiscData } ${ index + 1 } ` ,
138
+ property : `${ SEO_META_KEYS . twitterMiscData } ${ index + 1 } ` ,
139
139
content : entry [ 1 ] ,
140
140
} ;
141
141
@@ -178,7 +178,7 @@ export class SeoService {
178
178
179
179
private updateTag ( content : string , name : SeoMetaKeys | SeoTitleKeys ) : void {
180
180
const meta : MetaDefinition = {
181
- name :
181
+ property :
182
182
SEO_META_KEYS [ name as SeoMetaKeys ] ||
183
183
SEO_TITLE_KEYS [ name as SeoTitleKeys ] ,
184
184
content : content ,
You can’t perform that action at this time.
0 commit comments