Add meta descriptions for mempool and liquid
This commit is contained in:
@@ -49,6 +49,7 @@ export class NodePreviewComponent implements OnInit {
|
||||
}),
|
||||
map((node) => {
|
||||
this.seoService.setTitle(`Node: ${node.alias}`);
|
||||
this.seoService.setDescription($localize`:@@meta.description.lightning.node:Overview for the Lightning network node named ${node.alias}. See channels, capacity, location, fee stats, and more.`);
|
||||
|
||||
const socketsObject = [];
|
||||
const socketTypesMap = {};
|
||||
|
||||
@@ -60,6 +60,7 @@ export class NodeComponent implements OnInit {
|
||||
}),
|
||||
map((node) => {
|
||||
this.seoService.setTitle($localize`Node: ${node.alias}`);
|
||||
this.seoService.setDescription($localize`:@@meta.description.lightning.node:Overview for the Lightning network node named ${node.alias}. See channels, capacity, location, fee stats, and more.`);
|
||||
this.clearnetSocketCount = 0;
|
||||
this.torSocketCount = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user