diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/cv.html | 9 | ||||
-rw-r--r-- | templates/default.html | 9 |
2 files changed, 18 insertions, 0 deletions
diff --git a/templates/cv.html b/templates/cv.html index 71ed4c7..2ce2f56 100644 --- a/templates/cv.html +++ b/templates/cv.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"> 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"> |