Improve meta tags

This commit is contained in:
Chocobozzz 2018-05-24 11:13:33 +02:00
parent 676a18506b
commit 0452ffdf53
No known key found for this signature in database
GPG key ID: 583A612D890159BE
9 changed files with 22 additions and 40 deletions

View file

@ -60,6 +60,7 @@ OpenGraphImage = "/notebook.jpg"
brand = "Peertube"
topline = ""
footline = ""
twitter = "framasoft"
customJS = []
customCSS = []

View file

@ -6,9 +6,8 @@
[Languages.en]
languageCode = "en"
title = "JoinPeerTube"
weight = 1
title = "PeerTube"
description = "A decentralized video hosting network, based on free/libre software"
[[Languages.en.menu.main]]
name = "FAQ"

View file

@ -6,9 +6,8 @@
[Languages.fr]
languageCode = "fr"
title = "JoinPeerTube"
weight = 1
title = "PeerTube"
description = "L'hébergement de vidéos décentralisé, en réseau, basé sur du logiciel libre"
[[Languages.fr.menu.main]]
name = "FAQ"

View file

@ -1,7 +1,8 @@
+++
date = "2018-02-28T14:41:00+01:00"
title = "FAQ"
title = "PeerTube - FAQ"
description = ""
author = "Framasoft"
draft = false
type = "page"

View file

@ -1,7 +1,8 @@
+++
date = "2018-02-28T14:41:00+01:00"
title = "FAQ"
title = "PeerTube - FAQ"
description = ""
author = "Framasoft"
draft = false
type = "page"

View file

@ -1,7 +1,8 @@
+++
date = "2018-02-28T14:41:00+01:00"
title = "PeerTube"
title = "Take back the control of video streaming! #JoinPeertube"
description = "PeerTube is an open-source federated video network. Videos can be hosted by the people, with the people, for the people."
author = "Framasoft"
draft = false
type = "page"

View file

@ -1,7 +1,8 @@
+++
date = "2018-02-28T14:41:00+01:00"
title = "PeerTube"
title = "Reprenez le contrôle de vos vidéos ! #JoinPeertube"
description = "PeerTube est un réseau open-source d'hébergement de vidéos. Les vidéos sont diffusées par les gens, avec les gens, pour les gens."
author = "Framasoft"
draft = false
type = "page"

View file

@ -15,15 +15,12 @@
<meta property="image" content="{{ .Site.BaseURL }}{{ .Site.Params.OpenGraphImage }}"/>
<meta property="og:title" content="{{ .Title }} {{ if ne .Title .Site.Title }} &middot; {{ .Site.Title }} {{ end }}">
<meta property="og:title" content="{{ .Title }}">
<meta property="og:site_name" content="{{ .Site.Title }}"/>
<meta property="og:url" content="{{ .Permalink }}" />
<meta property="og:url" content="{{ .Site.BaseURL }}" />
<meta property="og:locale" content="{{ .Site.LanguageCode }}">
{{ if not .IsPage }}
<meta property="og:type" content="website" />
{{ else }}
<meta property="og:type" content="article" />
<meta property="og:description" content="{{ .Description }}"/>
<meta property="og:image" content="{{ .Site.BaseURL }}{{ .Site.Params.OpenGraphImage }}"/>
<meta property="og:article:published_time" content="{{ .Date.Format "2006-01-02T15:04:05Z07:00" | safeHTML }}" />
@ -51,24 +48,6 @@
{{ end }}
{{ if ne .Site.Params.googleplus "" }}
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Article",
"headline": "{{ .Title }}",
"author": {
"@type": "Person",
"name": "http://profiles.google.com/+{{ .Site.Params.googleplus }}?rel=author"
},
"datePublished": "{{ .Date.Format "2006-01-02" }}",
"description": "{{ .Description }}",
"wordCount": {{ .WordCount }}
}
</script>
{{ end }}
{{ end }}
{{ if .RSSLink }}
<link href="{{ .RSSLink }}" rel="alternate" type="application/rss+xml" title="{{ .Title }}" />
{{ end }}

View file

@ -5,7 +5,7 @@
{{ "<!--[if gt IE 8]><!-->" | safeHTML }} <html class="no-js"{{ if .Lang }} lang="{{ .Lang }}"{{ end }}> {{ "<!--<![endif]-->" | safeHTML }}
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>{{ .Title }} {{ if ne .Title .Site.Title }} &middot; {{ .Site.Title }}{{ end }}</title>
<title>{{ .Title }}</title>
{{ partial "base/metas.html" . }}
{{ partial "base/imports.html" . }}
</head>