Project

General

Profile

« Previous | Next » 

Revision 60877

[Graph|Trunk]

- Add meta tags in index.html - to properly be updated from each page
- update jsonld urls
- add json ld where missing
- update descriptions

View differences:

home.component.ts
61 61
    let description = 'OpenAIRE Research Graph is an open resource that aggregates a collection of research data properties (metadata, links) available within the OpenAIRE Open Science infrastructure for funders, organizations, researchers, research communities and publishers to interlink information by using a semantic graph database approach.';
62 62
    
63 63
    this._title.setTitle(this.pageTitle);
64
    this._meta.updateTag({content: description}, 'name=\'description\'');
65
    this._meta.updateTag({content: description}, 'property=\'og:description\'');
66
    this._meta.updateTag({content: this.pageTitle}, 'property=\'og:title\'');
64
    this._meta.updateTag({content: description}, 'name="description"');
65
    this._meta.updateTag({content: description}, 'property="og:description"');
66
    this._meta.updateTag({content: this.pageTitle}, 'property="og:title"');
67 67
  }
68 68
  
69 69
  public ngOnInit() {

Also available in: Unified diff