Skip to content

Commit

Permalink
Add social media meta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
mpanne committed May 15, 2024
1 parent bf9d421 commit 33fefeb
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,29 @@ export default defineNuxtConfig({
content:
"Hier können Sie erfahren, wie viele Menschen mit bestimmten Eigenschaften Ihren Service nutzen.",
},
{
name: "description",
content:
"Hier können Sie erfahren, wie viele Menschen mit bestimmten Eigenschaften Ihren Service nutzen.",
},
{ name: "og:title", content: "Wie viele Menschen?" },
{ name: "og:type", content: "website" },
{
name: "og:url",
content: "https://digitalservicebund.github.io/wie-viele-menschen/",
},
{
name: "og:description",
content:
"Berechnen Sie, wie viele Menschen eine Behinderung, Beeinträchtigung oder andere Eigenschaften haben, um Maßnahmen abzuleiten, damit Ihr Dienst für alle Menschen funktioniert.",
},
{
name: "og:image",
content:
"https://digitalservicebund.github.io/wie-viele-menschen/img/preview-social.gif",
},
{ name: "og:image:width", content: "2865" },
{ name: "og:image:height", content: "1500" },
],
link: [
{ rel: "icon", type: "image/png", href: "favicon-16x16.png" },
Expand Down
Binary file added public/img/preview-social.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 33fefeb

Please sign in to comment.