mirror of
https://gitlab.com/buildfeed/BuildFeed.git
synced 2024-03-22 21:10:34 +08:00
Add some JSON+LD metadata to the homepage
This commit is contained in:
parent
d30c1ecc8c
commit
cbe0af4bef
|
@ -182,4 +182,20 @@
|
||||||
<h4>@VariantTerms.About_Q2</h4>
|
<h4>@VariantTerms.About_Q2</h4>
|
||||||
<p>@VariantTerms.About_A2</p>
|
<p>@VariantTerms.About_A2</p>
|
||||||
<h4>@VariantTerms.About_Q3</h4>
|
<h4>@VariantTerms.About_Q3</h4>
|
||||||
<p>@VariantTerms.About_A3</p>
|
<p>@VariantTerms.About_A3</p>
|
||||||
|
|
||||||
|
@section Scripts
|
||||||
|
{
|
||||||
|
<script type="application/json+ld">
|
||||||
|
{
|
||||||
|
"@("@")context": "http://schema.org",
|
||||||
|
"@("@")type": "Organization",
|
||||||
|
"name": "BuildFeed",
|
||||||
|
"url": "https://buildfeed.net/",
|
||||||
|
"logo": "https://buildfeed.net/res/ico/notify.png",
|
||||||
|
"sameAs": [
|
||||||
|
"https://twitter.com/buildfeed"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user