wtftftf?
This commit is contained in:
parent
9e9b61eabc
commit
cfc4264419
266 changed files with 80462 additions and 40141 deletions
133
_includes/trackmeta.html
Normal file
133
_includes/trackmeta.html
Normal file
|
|
@ -0,0 +1,133 @@
|
|||
{% include base.html %}
|
||||
{% include asciisplash.html %}
|
||||
<link rel="shortcut icon" href="{{ base }}/assets/img/basspistolico.png" type="image/png" />
|
||||
<link rel="stylesheet" href="{{ base }}/assets/css/style.css" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
|
||||
<link rel="alternate" type="application/rss+xml" href="{{ site.production_url }}/rss.xml" />
|
||||
|
||||
<!-- BEGIN rendered SEO Meta -->
|
||||
|
||||
<title>{{ page.common.title }} by {{ page.common.artists }} | {{ site.title }}</title>
|
||||
|
||||
<!-- Standard SEO -->
|
||||
<meta name="title" content="{{ page.common.title }}">
|
||||
<!-- Need to filter this one <meta name="dc.date.modified" scheme="ISO8601" content="{{ page.common.date | date_to_xmlschema }}" /> -->
|
||||
<meta name='robots' content='index'/>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta name="referrer" content="no-referrer-when-downgrade" />
|
||||
<meta name="description" content="Release by {{ page.common.artists }} on {{ site.title }}" />
|
||||
<meta name="generator" content="Jekyll" />
|
||||
<link rel="canonical" href="{{ site.production_url }}{{ page.url }}" />
|
||||
<link rel="alternate" href="{{ site.production_url }}{{ page.url }}" hreflang="x-default" />
|
||||
<meta name="geo.region" content="CH-GE" />
|
||||
<meta name="geo.placename" content="Geneva" />
|
||||
<meta name="geo.position" content="46.204391;6.143158" />
|
||||
<meta name="ICBM" content="46.204391, 6.143158" />
|
||||
|
||||
|
||||
<!-- Dublin Core basic info -->
|
||||
|
||||
<meta name="dcterms.Identifier" content="{{ site.production_url }}" />
|
||||
<meta name="dcterms.Format" content="text/html" />
|
||||
<meta name="dcterms.Relation" content="{{ site.title }}" />
|
||||
<meta name="dcterms.Language" content="en" />
|
||||
<meta name="dcterms.Publisher" content="{{ site.title }}" />
|
||||
<meta name="dcterms.Type" content="text/html" />
|
||||
<meta name="dcterms.Coverage" content="{{ site.production_url }}/" />
|
||||
<meta name="dcterms.Rights" content="Copyleft ©{{ page.common.date | date: "%Y" }} {{ site.title }}." />
|
||||
<meta name="dcterms.Title" content="{{ page.common.title }} by {{ page.common.artists }} | {{ site.title }}" />
|
||||
<meta name="dcterms.Subject" content="{{ site.tagline }}" />
|
||||
<meta name="dcterms.Contributor" content="{{ site.title }}" />
|
||||
<meta name="dcterms.Date" content="{{ page.common.date | date: "%Y-%m-%d" }}" />
|
||||
<meta name="dcterms.Description" content="Release by {{ page.common.artists }} on {{ site.title }}" />
|
||||
|
||||
<!-- Facebook OpenGraph -->
|
||||
|
||||
<meta property="og:type" content="music.song" />
|
||||
<meta property="og:locale" content="en_us" />
|
||||
<meta property="og:url" content="{{ site.production_url }}/tracks/{{ page.albumSlug }}/{{ page.slug }}" />
|
||||
<meta property="og:title" content="{{ page.common.title }}" />
|
||||
<meta property="og:description" content="Release by {{ page.common.artists }} on {{ site.title }}" />
|
||||
<meta property="og:image" content="{{ site.production_url }}{{ page.cover }}" />
|
||||
<meta property="og:image:type" content="image/jpeg" />
|
||||
<meta property="og:site_name" content="{{ site.title }}" />
|
||||
<meta property="og:audio" content="{{ site.production_url }}{{ page.audio }}" />
|
||||
<meta property="og:audio:type" content="audio/vnd.facebook.bridge" />
|
||||
<meta property="music:musician" content="https://musicbrainz.org/artist/{{ page.common.musicbrainz_artistid }}" />
|
||||
<meta property="music:album" content="{{ site.production_url }}/albums/{{ page.albumSlug }}/" />
|
||||
<meta property="music:album:track" content="{{ page.common.track.no }}" />
|
||||
|
||||
<!-- Twitter Card -->
|
||||
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta name="twitter:site" content="@bpist" />
|
||||
<meta name="twitter:title" content="{{ page.common.title }} | {{ site.title }}" />
|
||||
<meta name="twitter:description" content="Release by {{ page.common.artists }} on {{ site.title }}" />
|
||||
<meta name="twitter:image" content="{{ site.production_url }}{{ page.cover }}" />
|
||||
|
||||
<!-- Humans.txt authorship http://humanstxt.org -->
|
||||
|
||||
<link type="text/plain" rel="author" href="/humans.txt" />
|
||||
|
||||
<!-- Identity -->
|
||||
|
||||
<script type='application/ld+json'>
|
||||
{
|
||||
"@context": "http://www.schema.org",
|
||||
"@type": "Organization",
|
||||
"name": "{{ site.title }}",
|
||||
"url": "{{ site.production_url }}",
|
||||
"sameAs": [
|
||||
{% for social_id in site.social_ids %}{% assign social = site.social[social_id] %}"{{ social }}"{% unless forloop.last %},{% endunless %}{% endfor %}
|
||||
],
|
||||
"logo": "{{ site.production_url }}{{ site.banner }}",
|
||||
"image": "{{ site.production_url }}{{ site.banner }}",
|
||||
"description": "{{ site.tagline }}",
|
||||
"address": {
|
||||
"@type": "PostalAddress",
|
||||
"addressLocality": "Geneva",
|
||||
"addressRegion": "Geneva",
|
||||
"postalCode": "1201",
|
||||
"addressCountry": "Switzerland"
|
||||
},
|
||||
"geo": {
|
||||
"@type": "GeoCoordinates",
|
||||
"latitude": "46.2073",
|
||||
"longitude": "6.1559"
|
||||
},
|
||||
"hasMap": "https://osm.org/go/0CFtFcjU-?m="
|
||||
}
|
||||
</script>
|
||||
|
||||
<!-- Release -->
|
||||
|
||||
<script type="application/ld+json">
|
||||
|
||||
{
|
||||
"@context": "http://schema.org/",
|
||||
"@type": "MusicRecording",
|
||||
"byArtist": {
|
||||
"@type": "MusicGroup",
|
||||
"name": "{{ page.common.artists }}",
|
||||
"@id": "https://musicbrainz.org/artist/{{ page.common.musicbrainz_artistid }}"
|
||||
},
|
||||
"datePublished": "{{ page.common.date }}",
|
||||
"genre": "{{ page.common.genre }}",
|
||||
"isAccessibleForFree": "YES",
|
||||
"thumbnailUrl": "{{ site.production_url }}{{ page.cover }}",
|
||||
"name": "{{ page.common.title }}"
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
<!-- Google Tag Manager -->
|
||||
|
||||
|
||||
<!-- Google Analytics -->
|
||||
|
||||
|
||||
<!-- END rendered SEO Meta -->
|
||||
<script src="{{ base }}/assets/js/jquery-3.3.1.min.js"></script>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue