JSON-LD and silencing dev tools noise
This commit is contained in:
1
src/.well-known/appspecific/com.chrome.devtools.json
Normal file
1
src/.well-known/appspecific/com.chrome.devtools.json
Normal file
@@ -0,0 +1 @@
|
||||
{}
|
||||
@@ -41,6 +41,22 @@
|
||||
sizes="180x180"
|
||||
href="/assets/images/apple-touch-icon.png"
|
||||
/>
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "WebSite",
|
||||
"name": "mifi Holdings",
|
||||
"url": "https://mifi.holdings",
|
||||
"description": "This is just a landing page so something exists at the root domain of all the digital holdings of mifi.",
|
||||
"publisher": {
|
||||
"@type": "Organization",
|
||||
"name": "mifi Ventures",
|
||||
"url": "https://mifi.ventures",
|
||||
"email": "postmaster@mifi.holdings"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
|
||||
Reference in New Issue
Block a user