aboutsummaryrefslogtreecommitdiff
path: root/templates/default.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/default.html')
-rw-r--r--templates/default.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/default.html b/templates/default.html
index db11d67..b1008e5 100644
--- a/templates/default.html
+++ b/templates/default.html
@@ -16,6 +16,15 @@ $if(keywords)$
<meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$">
$endif$
<title>$if(title-prefix)$$title-prefix$ – $endif$$title$</title>
+ <script type="application/ld+json">
+ {
+ "@context": "https://schema.org",
+ "@type": "WebSite",
+ "name": "Cullum Smith's Blog",
+ "alternateName": "SacredHeartSC",
+ "url": "https://www.sacredheartsc.com/"
+ }
+ </script>
<link rel="alternate" type="application/rss+xml" href="$feed$">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">