mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2024-12-19 20:12:52 +02:00
Adds structured meta data
* Schema.org * Open Graph Protocol
This commit is contained in:
parent
608acc7218
commit
f31ea7193e
@ -10,4 +10,10 @@
|
||||
{% if site.favicon %}<link rel="shortcut icon" href="{{ site.favicon }}" type="image/x-icon">{% endif %}
|
||||
{% if site.touch_icon %}<link rel="apple-touch-icon" href="{{ site.touch_icon }}">{% endif %}
|
||||
<meta name="google-site-verification" content="492okaDWvAC6AttbBxVRWxT7-KNmPqFlLiMupaXdFU0" />
|
||||
<meta property="og:title" content="{{ site.title }}">
|
||||
<meta property="og:site_name" content="Nerd Fonts">
|
||||
<meta property="og:url" content="https://www.nerdfonts.com/">
|
||||
<meta property="og:description" content="{{ site.description }}">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:image" content="https://www.nerdfonts.com/img/sankey-glyphs-combined-diagram.png">
|
||||
</head>
|
@ -6,4 +6,20 @@
|
||||
};
|
||||
</script>
|
||||
<script src="https://sidecar.gitter.im/dist/sidecar.v1.js" async defer></script>
|
||||
<script src="site.js"></script>
|
||||
<script src="site.js"></script>
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context" : "http://schema.org",
|
||||
"@type" : "SoftwareApplication",
|
||||
"name" : "Nerd Fonts - Iconic font aggregator",
|
||||
"image" : "https://www.nerdfonts.com/img/sankey-glyphs-combined-diagram.png",
|
||||
"author" : {
|
||||
"@type" : "Person",
|
||||
"name" : "Ryan L McIntyre"
|
||||
},
|
||||
"downloadUrl" : "https://www.nerdfonts.com/font-downloads",
|
||||
"operatingSystem" : "Linux, macOS, Windows",
|
||||
"screenshot" : "https://www.nerdfonts.com/img/nerd-fonts-powerline-extra-terminal.png",
|
||||
"softwareVersion" : "2.0.0"
|
||||
}
|
||||
</script>
|
Loading…
Reference in New Issue
Block a user