Skip to content

Commit 22f8b93

Browse files
Update src/App/templates/JSON-LD/index.jsonld.twig
Co-authored-by: Alex Karajos <alex.merlin.1985@gmail.com> Signed-off-by: Olaru Stefan <105483662+OStefan2001@users.noreply.github.com>
1 parent a783691 commit 22f8b93

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@
55
{
66
"@type": "WebSite",
77
"@id": "{{ absolute_url('/') }}#website",
8-
"url": "{{ absolute_url('/') }}",
9-
"name": "Dotkernel",
10-
"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.",
11-
"publisher": { "@id": "{{ absolute_url('/') }}#organization" }
8+
"url": "{{ absolute_url('/') }}",
9+
"name": "Dotkernel",
10+
"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.",
11+
"publisher": { "@id": "{{ absolute_url('/') }}#organization"
12+
}
1213
},
1314
{
1415
"@type": "Organization",

0 commit comments

Comments
 (0)