public: add Rich Search Results metadata

This commit is contained in:
rektdeckard
2020-11-11 12:29:37 -05:00
parent 8a30bc5990
commit e7865e25e7

View File

@@ -18,14 +18,19 @@
itemprop="description" itemprop="description"
content="A flexible icon family for interfaces, diagrams, presentations — whatever, really." content="A flexible icon family for interfaces, diagrams, presentations — whatever, really."
/> />
<meta itemprop="image" content="https://phosphoricons.com/phosphor-opengraph.png" /> <meta
itemprop="image"
content="https://phosphoricons.com/phosphor-opengraph.png"
/>
<script type="application/ld+json"> <script type="application/ld+json">
{ {
"@context": "https://schema.org", "@context": "https://schema.org",
"@type": "WebSite", "@type": "Project",
"url": "https://phosphoricons.com", "url": "https://phosphoricons.com",
"image": "https://phosphoricons.com/phosphor-opengraph.png", "email": "hello@phosphoricons.com",
"logo": "https://phosphoricons.com/phosphor-opengraph.png" "location": "Brooklyn, NY",
"description": "A flexible icon family for interfaces, diagrams, presentations — whatever, really.",
"logo": "https://phosphoricons.com/favicon-512.png"
} }
</script> </script>
@@ -38,7 +43,10 @@
/> />
<meta property="og:type" content="website" /> <meta property="og:type" content="website" />
<meta property="og:url" content="https://phosphoricons.com" /> <meta property="og:url" content="https://phosphoricons.com" />
<meta property="og:image" content="https://phosphoricons.com/phosphor-opengraph.png" /> <meta
property="og:image"
content="https://phosphoricons.com/phosphor-opengraph.png"
/>
<meta property="og:image:type" content="image/png" /> <meta property="og:image:type" content="image/png" />
<meta property="og:image:alt" content="Phosphor Icons logo" /> <meta property="og:image:alt" content="Phosphor Icons logo" />
<meta property="og:image:width" content="1200" /> <meta property="og:image:width" content="1200" />
@@ -51,7 +59,10 @@
name="twitter:description" name="twitter:description"
content="A flexible icon family for interfaces, diagrams, presentations — whatever, really." content="A flexible icon family for interfaces, diagrams, presentations — whatever, really."
/> />
<meta name="twitter:image" content="https://phosphoricons.com/phosphor-opengraph.png" /> <meta
name="twitter:image"
content="https://phosphoricons.com/phosphor-opengraph.png"
/>
<meta name="twitter:site" content="@_phosphoricons" /> <meta name="twitter:site" content="@_phosphoricons" />
<meta name="twitter:creator" content="@friedtm" /> <meta name="twitter:creator" content="@friedtm" />