diff options
Diffstat (limited to 'bskyweb/templates/home.html')
-rw-r--r-- | bskyweb/templates/home.html | 23 |
1 files changed, 15 insertions, 8 deletions
diff --git a/bskyweb/templates/home.html b/bskyweb/templates/home.html index e06b3a4b0..5d3fbad85 100644 --- a/bskyweb/templates/home.html +++ b/bskyweb/templates/home.html @@ -3,14 +3,21 @@ {% block head_title %}Bluesky{% endblock %} {% block html_head_extra -%} - <meta name="description" content="See what's next."> - <meta property="og:type" content="website"> - <meta property="og:title" content="Bluesky Social"> - <meta property="og:description" content="See what's next."> - <meta property="og:image" content="/static/social-card-default.png"> - <meta property="og:site_name" content="Bluesky Social"> - <meta name="twitter:card" content="summary"> - <meta name="twitter:site" content="@bluesky"> + <meta property="og:title" content="Bluesky" /> + <meta name="twitter:title" content="Bluesky" /> + + <meta name="description" content="Social media as it should be. Find your community among millions of users, unleash your creativity, and have some fun again." /> + <meta name="og:description" content="Social media as it should be. Find your community among millions of users, unleash your creativity, and have some fun again." /> + <meta name="twitter:description" content="Social media as it should be. Find your community among millions of users, unleash your creativity, and have some fun again." /> + + <meta property="og:url" content="https://bsky.app" /> + <meta name="twitter:url" content="https://bsky.app" /> + + <meta property="og:image" content="https://bsky.app/static/social-card-default-gradient.png" /> + <meta property="twitter:image" content="https://bsky.app/static/social-card-default-gradient.png" /> + + <meta name="twitter:site" content="@bluesky" /> + <meta name="twitter:card" content="summary_large_image" /> {%- endblock %} {% block noscript_extra %} |