Skip to content

Commit

Permalink
fix: Opengraph metadata fix (#69)
Browse files Browse the repository at this point in the history
* fix broken metadata tags

* fix inherited broken metadata tags

remove suspicious html comments
  • Loading branch information
Sakrecoer authored Jan 18, 2024
1 parent 7c78ba7 commit 41aa62b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
<meta property="og:site_name" content="Dyne.org DID Specification" />
<meta property="og:image" content="https://repository-images.githubusercontent.com/505395684/50b4ead2-e483-4061-a8be-5464eab05929" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Dyne.org DID Specification" />
<meta name="twitter:description" content="Dyne.org DID based on W3C standard and implemented using Zenroom, including full service documentation, development and maintenance instructions." />
<meta name="twitter:image" content="https://repository-images.githubusercontent.com/505395684/50b4ead2-e483-4061-a8be-5464eab05929" />
<meta name="twitter:creator" content="@DyneOrg">
<meta name="twitter:creator" content="@DyneOrg" />

<script src="https://www.w3.org/Tools/respec/respec-w3c" class="remove" defer></script>
<script class="remove">
Expand Down
7 changes: 2 additions & 5 deletions explorer/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,20 @@ export default function RootLayout(props: RootLayoutProps) {
<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: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">
<meta name="twitter:creator" content="@DyneOrg" />
</head>

<body>
Expand Down

0 comments on commit 41aa62b

Please sign in to comment.