File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments