Set index.html metadata and SEO service title for liquid.network

This commit is contained in:
wiz 2021-08-02 21:30:29 +09:00
parent d2cccd2422
commit 61181c6791
No known key found for this signature in database
GPG Key ID: A394E332255A6173
2 changed files with 5 additions and 3 deletions

View File

@ -27,6 +27,8 @@ export class SeoService {
}
getTitle(): string {
if (this.network === 'liquid')
return 'Liquid Explorer by mempool';
return 'mempool - ' + (this.network ? this.ucfirst(this.network) : 'Bitcoin') + ' Explorer';
}

View File

@ -2,10 +2,10 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>Liquid Network - Block Explorer</title>
<title>Liquid Explorer by mempool</title>
<base href="/">
<meta name="description" content="An open-source explorer developed for the Bitcoin community, focusing on the emerging transaction fee market to help our transition into a multi-layer ecosystem." />
<meta name="description" content="An open-source explorer developed for the Liquid Network by mempool.space" />
<meta property="og:image" content="https://liquid.network/resources/liquid-network-preview.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="1000" />
@ -14,7 +14,7 @@
<meta property="twitter:site" content="@mempool">
<meta property="twitter:creator" content="@mempool">
<meta property="twitter:title" content="mempool">
<meta property="twitter:description" content="An open-source explorer developed for the Bitcoin community, focusing on the transition into a multi-layer ecosystem." />
<meta property="twitter:description" content="An open-source explorer developed for the Liquid Network by mempool.space" />
<meta property="twitter:image:src" content="https://liquid.network/resources/liquid-network-preview.png" />
<meta property="twitter:domain" content="liquid.network">