Skip to content

Commit 743baec

Browse files
committed
chore(*): restore seo service changes
1 parent 352e389 commit 743baec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

projects/app-lob/src/app/seo.service.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ export class SEOService {
1717
this.title.setTitle(title ?? this.defaultTitle);
1818
this.meta.updateTag({ name: 'description', content: desc ?? this.defaultDesc });
1919
this.meta.updateTag({property: 'og:image', content: 'https://avatars0.githubusercontent.com/u/5366066?s=400&v=4'});
20-
this.meta.updateTag({property: 'og:type', content: 'website'});
20+
this.meta.updateTag({property: 'og:site_name', content: 'Infragistics'});
21+
this.meta.updateTag({property: 'og:type', content: 'object'});
2122
this.meta.updateTag({property: 'og:title', content: title ?? this.defaultTitle});
2223
this.meta.updateTag({property: 'og:url', content: url});
2324
this.meta.updateTag({property: 'og:description', content: desc ?? this.defaultDesc});
24-
this.meta.updateTag({property: 'twitter:card', content: 'summary_large_image'});
2525
}
2626
}

0 commit comments

Comments
 (0)