Skip to content

Commit 82cada0

Browse files
author
olaru
committed
Format json-ld
1 parent 7c58e6e commit 82cada0

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/App/templates/JSON-LD/index.jsonld.twig

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<script type="application/ld+json">
2-
{
3-
"@context": "https://schema.org",
4-
"@graph": [
5-
{
6-
"@type": "WebSite",
7-
"@id": "{{ absolute_url('/') }}#website",
2+
{
3+
"@context": "https://schema.org",
4+
"@graph": [
5+
{
6+
"@type": "WebSite",
7+
"@id": "{{ absolute_url('/') }}#website",
88
"url": "{{ absolute_url('/') }}",
99
"name": "Dotkernel",
1010
"description": "Dotkernel is a collection of open-source application skeletons built on Mezzio and Laminas - pre-configured and ready for anything from a presentation site to an enterprise-grade API.",

0 commit comments

Comments
 (0)