Add meta description tag for search engines (#551)

This commit is contained in:
Kyle Maas
2022-11-29 04:02:16 -05:00
committed by GitHub
parent da840b156d
commit 239ff6cb60
3 changed files with 4 additions and 0 deletions

View File

@@ -5,6 +5,8 @@
<link rel="canonical" href="{{FRONTEND_HOST}}{{media_object.get_absolute_url}}">
<meta name="description" content="{{PORTAL_DESCRIPTION}}">
<meta property="og:title" content="{{PORTAL_NAME}}">
<meta property="og:url" content="{{FRONTEND_HOST}}">
<meta property="og:type" content="website">