public: add Rich Search Results metadata
This commit is contained in:
@@ -18,14 +18,19 @@
|
||||
itemprop="description"
|
||||
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">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "WebSite",
|
||||
"@type": "Project",
|
||||
"url": "https://phosphoricons.com",
|
||||
"image": "https://phosphoricons.com/phosphor-opengraph.png",
|
||||
"logo": "https://phosphoricons.com/phosphor-opengraph.png"
|
||||
"email": "hello@phosphoricons.com",
|
||||
"location": "Brooklyn, NY",
|
||||
"description": "A flexible icon family for interfaces, diagrams, presentations — whatever, really.",
|
||||
"logo": "https://phosphoricons.com/favicon-512.png"
|
||||
}
|
||||
</script>
|
||||
|
||||
@@ -38,7 +43,10 @@
|
||||
/>
|
||||
<meta property="og:type" content="website" />
|
||||
<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:alt" content="Phosphor Icons logo" />
|
||||
<meta property="og:image:width" content="1200" />
|
||||
@@ -51,7 +59,10 @@
|
||||
name="twitter:description"
|
||||
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:creator" content="@friedtm" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user