diff options
Diffstat (limited to 'layouts/partials/ld/website.html')
| -rw-r--r-- | layouts/partials/ld/website.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/layouts/partials/ld/website.html b/layouts/partials/ld/website.html new file mode 100644 index 0000000..2abab83 --- /dev/null +++ b/layouts/partials/ld/website.html @@ -0,0 +1,8 @@ +<script type="application/ld+json"> +{ + "@context": "http://schema.org", + "@type": "WebSite", + "id": "https://www.costas.dev/", + "url": "https://www.costas.dev/", +} +</script>
\ No newline at end of file |
