diff --git a/exampleSite/content/users/index.es.md b/exampleSite/content/users/index.es.md
index a7a8fa31..c950809f 100644
--- a/exampleSite/content/users/index.es.md
+++ b/exampleSite/content/users/index.es.md
@@ -70,5 +70,6 @@ La lista a continuación es solo un puñado de sitios web creados con el tema Co
| [jnsgr.uk](https://jnsgr.uk) | Personal site and blog |
| [stupidjoey.net](https://stupidjoey.net) | Personal Site and Tech blog |
| [aminelch.github.io](https://aminelch.github.io) | Personal Site and Blog |
+| [robertboscacci.com](https://robertboscacci.com) | Personal Site and Blog |
**¿Usuaria de congo?** Para agregar tu sitio a esta lista, [haz un pull request](https://github.com/jpanther/congo/blob/dev/exampleSite/content/users/index.md).
diff --git a/exampleSite/content/users/index.ja.md b/exampleSite/content/users/index.ja.md
index 4731e337..ab6d2f68 100644
--- a/exampleSite/content/users/index.ja.md
+++ b/exampleSite/content/users/index.ja.md
@@ -70,5 +70,6 @@ Congoを使用して構築された実際のウェブサイト。
| [jnsgr.uk](https://jnsgr.uk) | Personal site and blog |
| [stupidjoey.net](https://stupidjoey.net) | Personal Site and Tech blog |
| [aminelch.github.io](https://aminelch.github.io) | Personal Site and Blog |
+| [robertboscacci.com](https://robertboscacci.com) | Personal Site and Blog |
**Congoを使っていますか?** あなたのウェブサイトを加えるために[Pull Request](https://github.com/jpanther/congo/blob/dev/exampleSite/content/users/index.md)を投げてください。
diff --git a/exampleSite/content/users/index.md b/exampleSite/content/users/index.md
index cc0dc8f1..1b14730d 100644
--- a/exampleSite/content/users/index.md
+++ b/exampleSite/content/users/index.md
@@ -70,5 +70,6 @@ The list below is just a handful of the websites that are built using the Congo
| [jnsgr.uk](https://jnsgr.uk) | Personal site and blog |
| [stupidjoey.net](https://stupidjoey.net) | Personal Site and Tech blog |
| [aminelch.github.io](https://aminelch.github.io) | Personal Site and Blog |
+| [robertboscacci.com](https://robertboscacci.com) | Personal Site and Blog |
**Congo user?** To add your site to this list, [submit a pull request](https://github.com/jpanther/congo/blob/dev/exampleSite/content/users/index.md).
diff --git a/exampleSite/content/users/index.zh-cn.md b/exampleSite/content/users/index.zh-cn.md
index 56e6ca6e..0aa59c53 100644
--- a/exampleSite/content/users/index.zh-cn.md
+++ b/exampleSite/content/users/index.zh-cn.md
@@ -70,5 +70,6 @@ showEdit: false
| [jnsgr.uk](https://jnsgr.uk) | Personal site and blog |
| [stupidjoey.net](https://stupidjoey.net) | Personal Site and Tech blog |
| [aminelch.github.io](https://aminelch.github.io) | Personal Site and Blog |
+| [robertboscacci.com](https://robertboscacci.com) | Personal Site and Blog |
**想成为Congo的用户?** 要将您的网站添加到此列表中,请提交[Pull Request](https://github.com/jpanther/congo/blob/dev/exampleSite/content/users/index.md)来添加。
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 2d096767..b364b785 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -120,6 +120,9 @@
{{ with .Site.Params.verification.yandex }}
{{ end }}
+ {{ with $.Params.externalUrl }}
+
+ {{ end }}
{{/* Social */}}
{{ template "_internal/opengraph.html" . }}
{{ template "_internal/twitter_cards.html" . }}