diff --git a/docs/about.md b/docs/about.md index 8024d5c1..e7395b34 100644 --- a/docs/about.md +++ b/docs/about.md @@ -183,6 +183,7 @@ However, Privacy Guides *does* have social media accounts on a wide variety of p - [:simple-x: X (Twitter)](https://x.com/privacy_guides) - [:simple-youtube: YouTube](https://youtube.com/@privacyguides) - [:simple-tiktok: TikTok](https://www.tiktok.com/@privacyguides) +- [:simple-facebook: Facebook](https://www.facebook.com/PrivacyGuides.org) diff --git a/theme/layouts/blog.yml b/theme/layouts/blog.yml index 68eb52b4..ec7c5982 100644 --- a/theme/layouts/blog.yml +++ b/theme/layouts/blog.yml @@ -102,6 +102,10 @@ tags: article:section: "{{ page.categories[0].title }}" article:author: "https://www.privacyguides.org/articles/{{ page.authors[0].url }}" + # Facebook + article:publisher: "https://www.facebook.com/PrivacyGuides.org" + article:tag: "Technology" + # Mastodon fediverse:creator: *author_mastodon diff --git a/theme/layouts/home.yml b/theme/layouts/home.yml index 3cbc7a65..0f2f7cf3 100644 --- a/theme/layouts/home.yml +++ b/theme/layouts/home.yml @@ -44,6 +44,9 @@ tags: og:image:height: "{{ image.height }}" og:url: "{{ page.canonical_url }}" + # Facebook + article:publisher: "https://www.facebook.com/PrivacyGuides.org" + # Mastodon fediverse:creator: "@privacyguides@neat.computer" diff --git a/theme/layouts/page.yml b/theme/layouts/page.yml index 9ac64112..f49b1f03 100644 --- a/theme/layouts/page.yml +++ b/theme/layouts/page.yml @@ -80,6 +80,9 @@ tags: og:image:height: "{{ image.height }}" og:url: "{{ page.canonical_url }}" + # Facebook + article:publisher: "https://www.facebook.com/PrivacyGuides.org" + # Mastodon fediverse:creator: "@privacyguides@neat.computer" diff --git a/theme/layouts/pride.yml b/theme/layouts/pride.yml index e97deabf..1f6be9f9 100644 --- a/theme/layouts/pride.yml +++ b/theme/layouts/pride.yml @@ -64,6 +64,9 @@ tags: og:image:height: "{{ image.height }}" og:url: "{{ page.canonical_url }}" + # Facebook + article:publisher: "https://www.facebook.com/PrivacyGuides.org" + # Twitter twitter:card: summary_large_image twitter:title: *page_title_with_site_name