/**
  * unsubscribe to changes on the seoService
  */
 public ngOnDestroy() {
     this.subscriber.unsubscribe();
 }