|
| 1 | +{% extends "base.html" %} |
| 2 | + |
| 3 | +{% block extrahead %} |
| 4 | + <!-- Google Analytics 4 - ONE Ecosystem --> |
| 5 | + <script async src="https://www.googletagmanager.com/gtag/js?id=G-3NM3XM3TX2"></script> |
| 6 | + <script> |
| 7 | + window.dataLayer = window.dataLayer || []; |
| 8 | + function gtag(){dataLayer.push(arguments);} |
| 9 | + gtag('js', new Date()); |
| 10 | + gtag('config', 'G-3NM3XM3TX2'); |
| 11 | + </script> |
| 12 | + |
| 13 | + <!-- Primary Meta Tags --> |
| 14 | + <meta name="title" content="{{ config.site_name }}" /> |
| 15 | + <meta name="author" content="EXPL.ONE Team" /> |
| 16 | + <meta name="keywords" content="EXPL Nodes, ONE ecosystem, web3, blockchain, crypto, decentralized, open source, documentation, EXPL token" /> |
| 17 | + <meta name="robots" content="index, follow, max-image-preview:large, max-video-preview:-1" /> |
| 18 | + <meta name="theme-color" content="#a147e1" /> |
| 19 | + <meta name="color-scheme" content="dark" /> |
| 20 | + |
| 21 | + <!-- Canonical URL --> |
| 22 | + <link rel="canonical" href="{{ config.site_url }}{{ page.url }}" /> |
| 23 | + |
| 24 | + <!-- Language --> |
| 25 | + <meta property="og:locale" content="en_US" /> |
| 26 | + <link rel="alternate" hreflang="en" href="{{ config.site_url }}" /> |
| 27 | + <link rel="alternate" hreflang="x-default" href="{{ config.site_url }}" /> |
| 28 | + |
| 29 | + <!-- Open Graph --> |
| 30 | + <meta property="og:type" content="website" /> |
| 31 | + <meta property="og:url" content="{{ config.site_url }}{{ page.url }}" /> |
| 32 | + <meta property="og:site_name" content="{{ config.site_name }}" /> |
| 33 | + <meta property="og:title" content="{% if page.title %}{{ page.title }} - {% endif %}{{ config.site_name }}" /> |
| 34 | + <meta property="og:description" content="{{ config.site_description }}" /> |
| 35 | + <meta property="og:image" content="{{ config.site_url }}assets/images/logo.png" /> |
| 36 | + <meta property="og:image:width" content="512" /> |
| 37 | + <meta property="og:image:height" content="512" /> |
| 38 | + <meta property="og:image:alt" content="EXPL.ONE Documentation - ONE Ecosystem" /> |
| 39 | + |
| 40 | + <!-- Twitter Card --> |
| 41 | + <meta name="twitter:card" content="summary_large_image" /> |
| 42 | + <meta name="twitter:site" content="@explorills_main" /> |
| 43 | + <meta name="twitter:creator" content="@explorills_main" /> |
| 44 | + <meta name="twitter:url" content="{{ config.site_url }}{{ page.url }}" /> |
| 45 | + <meta name="twitter:title" content="{% if page.title %}{{ page.title }} - {% endif %}{{ config.site_name }}" /> |
| 46 | + <meta name="twitter:description" content="{{ config.site_description }}" /> |
| 47 | + <meta name="twitter:image" content="{{ config.site_url }}assets/images/logo.png" /> |
| 48 | + |
| 49 | + <!-- PWA Manifest --> |
| 50 | + <link rel="manifest" href="{{ config.site_url }}site.webmanifest" /> |
| 51 | + |
| 52 | + <!-- Preconnect --> |
| 53 | + <link rel="preconnect" href="https://fonts.googleapis.com" /> |
| 54 | + <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> |
| 55 | + <link rel="preconnect" href="https://www.googletagmanager.com" /> |
| 56 | + |
| 57 | + <!-- Structured Data: Organization --> |
| 58 | + <script type="application/ld+json"> |
| 59 | + { |
| 60 | + "@context": "https://schema.org", |
| 61 | + "@type": "Organization", |
| 62 | + "@id": "https://expl.one/#organization", |
| 63 | + "name": "EXPL.ONE", |
| 64 | + "url": "https://expl.one", |
| 65 | + "logo": "https://expl.one/logo.png", |
| 66 | + "sameAs": [ |
| 67 | + "https://github.com/explorills", |
| 68 | + "https://x.com/explorills_main", |
| 69 | + "https://discord.com/invite/RetTCVq7tJ" |
| 70 | + ] |
| 71 | + } |
| 72 | + </script> |
| 73 | + |
| 74 | + <!-- Structured Data: WebSite --> |
| 75 | + <script type="application/ld+json"> |
| 76 | + { |
| 77 | + "@context": "https://schema.org", |
| 78 | + "@type": "WebSite", |
| 79 | + "@id": "https://docs.expl.one/#website", |
| 80 | + "name": "EXPL.ONE Documentation", |
| 81 | + "url": "https://docs.expl.one", |
| 82 | + "description": "Official documentation for the ONE ecosystem - powered by EXPL Nodes. Open source, community-driven, 40% revenue to EXPL Node owners.", |
| 83 | + "publisher": { |
| 84 | + "@id": "https://expl.one/#organization" |
| 85 | + }, |
| 86 | + "isPartOf": { |
| 87 | + "@id": "https://expl.one/#website" |
| 88 | + }, |
| 89 | + "inLanguage": "en-US" |
| 90 | + } |
| 91 | + </script> |
| 92 | + |
| 93 | + <!-- Structured Data: BreadcrumbList --> |
| 94 | + <script type="application/ld+json"> |
| 95 | + { |
| 96 | + "@context": "https://schema.org", |
| 97 | + "@type": "BreadcrumbList", |
| 98 | + "itemListElement": [ |
| 99 | + { |
| 100 | + "@type": "ListItem", |
| 101 | + "position": 1, |
| 102 | + "name": "ONE Ecosystem", |
| 103 | + "item": "https://expl.one/" |
| 104 | + }, |
| 105 | + { |
| 106 | + "@type": "ListItem", |
| 107 | + "position": 2, |
| 108 | + "name": "Documentation", |
| 109 | + "item": "https://docs.expl.one/" |
| 110 | + } |
| 111 | + {% if page.title and page.url != "/" %} |
| 112 | + ,{ |
| 113 | + "@type": "ListItem", |
| 114 | + "position": 3, |
| 115 | + "name": "{{ page.title }}", |
| 116 | + "item": "{{ config.site_url }}{{ page.url }}" |
| 117 | + } |
| 118 | + {% endif %} |
| 119 | + ] |
| 120 | + } |
| 121 | + </script> |
| 122 | +{% endblock %} |
0 commit comments