diff options
Diffstat (limited to 'templates/default.head')
-rw-r--r-- | templates/default.head | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/default.head b/templates/default.head index 1007ff6..62d1f8a 100644 --- a/templates/default.head +++ b/templates/default.head @@ -4,3 +4,8 @@ <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="googlebot" content="noindex"> +<meta name="og:title" content="rgoncalves.se"> +<meta name="og:site_name" content="rgoncalves.se"> +<meta name="og:type" content="website"> +<meta name="og:description" content="Random bits from a devops engineer"> +<meta name="og:image" content="https://rgoncalves.se/img/favicon.io"> |