Set index.html metadata and SEO service title for liquid.network
This commit is contained in:
		
							parent
							
								
									d2cccd2422
								
							
						
					
					
						commit
						61181c6791
					
				@ -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';
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -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">
 | 
			
		||||
  
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user