Skip to content

Commit

Permalink
Enhance explorer sexiness in shared links. (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sakrecoer authored Jan 18, 2024
1 parent e1c3a12 commit 7c78ba7
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions explorer/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,25 @@ export default function RootLayout(props: RootLayoutProps) {
<title>did:explorer | dyne.org</title>
<meta charSet="utf-8" />
<meta name="viewport" content="width=device-width" />
<meta name="title" content="DID:Explorer by Dyne.org" />
<meta name="description" content="Explore, search and retrieve Dyne.org Distributed Identifiers, based on W3C standard." />
<!-- Dublin Core basic info -->
<meta name="dcterms.Title" content="DID:Explorer by Dyne.org" />
<meta name="dcterms.Description" content="Explore, search and retrieve Dyne.org Distributed Identifiers, based on W3C standard." />
<!-- Facebook -->
<meta property="og:title" content="DID:Explorer by Dyne.org" />
<meta property="og:locale" content="en" />
<meta property="og:description" content="Explore, search and retrieve Dyne.org Distributed Identifiers, based on W3C standard." />
<meta property="og:type" content="webpage" />
<meta property="og:url" content="https://explorer.did.dyne.org/" />
<meta property="og:site_name" content="DID:Explorer by Dyne.org" />
<meta property="og:image" content="https://dyne.org/images/projects/did-explorer.jpg" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="DID:Explorer by Dyne.org" />
<meta name="twitter:description" content="Explore, search and retrieve Dyne.org Distributed Identifiers, based on W3C standard." />
<meta name="twitter:image" content="https://dyne.org/images/projects/did-explorer.jpg" />
<meta name="twitter:creator" content="@DyneOrg">
</head>

<body>
Expand Down

0 comments on commit 7c78ba7

Please sign in to comment.