Skip to content

Commit e5455a4

Browse files
author
olaru
committed
Format json-ld
1 parent 33d1b2f commit e5455a4

1 file changed

Lines changed: 100 additions & 98 deletions

File tree

Lines changed: 100 additions & 98 deletions
Original file line numberDiff line numberDiff line change
@@ -1,101 +1,103 @@
11
<script type="application/ld+json">
2-
{
3-
"@context": "https://schema.org",
4-
"@graph": [
5-
{
6-
"@type": "WebSite",
7-
"@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" }
12-
},
13-
{
2+
{
3+
"@context": "https://schema.org",
4+
"@graph": [
5+
{
6+
"@type": "WebSite",
7+
"@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": {
12+
"@id": "{{ absolute_url('/') }}#organization"
13+
}
14+
},
15+
{
16+
"@type": "Organization",
17+
"@id": "{{ absolute_url('/') }}#organization",
18+
"name": "Dotkernel",
19+
"url": "{{ absolute_url('/') }}",
20+
"logo": "{{ absolute_url(asset('images/app/dotkernel-logo.png')) }}",
21+
"sameAs": [
22+
"https://github.com/dotkernel",
23+
"https://www.dotkernel.com"
24+
],
25+
"parentOrganization": {
1426
"@type": "Organization",
15-
"@id": "{{ absolute_url('/') }}#organization",
16-
"name": "Dotkernel",
17-
"url": "{{ absolute_url('/') }}",
18-
"logo": "{{ absolute_url(asset('images/app/dotkernel-logo.png')) }}",
19-
"sameAs": [
20-
"https://github.com/dotkernel",
21-
"https://www.dotkernel.com"
22-
],
23-
"parentOrganization": {
24-
"@type": "Organization",
25-
"name": "Apidemia",
26-
"url": "https://www.apidemia.com"
27-
}
28-
},
29-
{
30-
"@type": "SoftwareApplication",
31-
"name": "Dotkernel API",
32-
"applicationCategory": "DeveloperApplication",
33-
"operatingSystem": "Cross-platform",
34-
"description": "A framework-less, opinionated toolkit for intermediate-to-advanced developers who want to ship REST APIs quickly and efficiently. An alternative to legacy Laminas API Tools (Apigility).",
35-
"url": "https://github.com/dotkernel/api",
36-
"license": "https://opensource.org/licenses/BSD-3-Clause",
37-
"offers": {
38-
"@type": "Offer",
39-
"price": "0",
40-
"priceCurrency": "USD"
41-
}
42-
},
43-
{
44-
"@type": "SoftwareApplication",
45-
"name": "Dotkernel Admin",
46-
"applicationCategory": "DeveloperApplication",
47-
"operatingSystem": "Cross-platform",
48-
"description": "A ready-to-go admin skeleton for managing your platform's records with a simple, table-based approach - plus the tools to build reports and dashboards.",
49-
"url": "https://github.com/dotkernel/admin",
50-
"license": "https://opensource.org/licenses/BSD-3-Clause",
51-
"offers": {
52-
"@type": "Offer",
53-
"price": "0",
54-
"priceCurrency": "USD"
55-
}
56-
},
57-
{
58-
"@type": "SoftwareApplication",
59-
"name": "Dotkernel Queue",
60-
"applicationCategory": "DeveloperApplication",
61-
"operatingSystem": "Cross-platform",
62-
"description": "Asynchronous task queuing built on Symfony Messenger, wired into the Laminas Service Manager container via netglue/laminas-messenger.",
63-
"url": "https://github.com/dotkernel/queue",
64-
"license": "https://opensource.org/licenses/BSD-3-Clause",
65-
"offers": {
66-
"@type": "Offer",
67-
"price": "0",
68-
"priceCurrency": "USD"
69-
}
70-
},
71-
{
72-
"@type": "SoftwareApplication",
73-
"name": "Dotkernel Light",
74-
"applicationCategory": "DeveloperApplication",
75-
"operatingSystem": "Cross-platform",
76-
"description": "A minimal, PSR-15 compliant skeleton built for learning purposes - a simple, didactic example of how to put together a basic website.",
77-
"url": "https://github.com/dotkernel/light",
78-
"license": "https://opensource.org/licenses/BSD-3-Clause",
79-
"offers": {
80-
"@type": "Offer",
81-
"price": "0",
82-
"priceCurrency": "USD"
83-
}
84-
},
85-
{
86-
"@type": "SoftwareApplication",
87-
"name": "Dotkernel Frontend",
88-
"applicationCategory": "DeveloperApplication",
89-
"operatingSystem": "Cross-platform",
90-
"description": "A web starter skeleton for building frontend applications on Mezzio and Laminas - a standalone alternative, separate from the Headless Platform.",
91-
"url": "https://github.com/dotkernel/frontend",
92-
"license": "https://opensource.org/licenses/BSD-3-Clause",
93-
"offers": {
94-
"@type": "Offer",
95-
"price": "0",
96-
"priceCurrency": "USD"
97-
}
98-
}
99-
]
27+
"name": "Apidemia",
28+
"url": "https://www.apidemia.com"
29+
}
30+
},
31+
{
32+
"@type": "SoftwareApplication",
33+
"name": "Dotkernel API",
34+
"applicationCategory": "DeveloperApplication",
35+
"operatingSystem": "Cross-platform",
36+
"description": "A framework-less, opinionated toolkit for intermediate-to-advanced developers who want to ship REST APIs quickly and efficiently. An alternative to legacy Laminas API Tools (Apigility).",
37+
"url": "https://github.com/dotkernel/api",
38+
"license": "https://opensource.org/licenses/BSD-3-Clause",
39+
"offers": {
40+
"@type": "Offer",
41+
"price": "0",
42+
"priceCurrency": "USD"
43+
}
44+
},
45+
{
46+
"@type": "SoftwareApplication",
47+
"name": "Dotkernel Admin",
48+
"applicationCategory": "DeveloperApplication",
49+
"operatingSystem": "Cross-platform",
50+
"description": "A ready-to-go admin skeleton for managing your platform's records with a simple, table-based approach - plus the tools to build reports and dashboards.",
51+
"url": "https://github.com/dotkernel/admin",
52+
"license": "https://opensource.org/licenses/BSD-3-Clause",
53+
"offers": {
54+
"@type": "Offer",
55+
"price": "0",
56+
"priceCurrency": "USD"
57+
}
58+
},
59+
{
60+
"@type": "SoftwareApplication",
61+
"name": "Dotkernel Queue",
62+
"applicationCategory": "DeveloperApplication",
63+
"operatingSystem": "Cross-platform",
64+
"description": "Asynchronous task queuing built on Symfony Messenger, wired into the Laminas Service Manager container via netglue/laminas-messenger.",
65+
"url": "https://github.com/dotkernel/queue",
66+
"license": "https://opensource.org/licenses/BSD-3-Clause",
67+
"offers": {
68+
"@type": "Offer",
69+
"price": "0",
70+
"priceCurrency": "USD"
71+
}
72+
},
73+
{
74+
"@type": "SoftwareApplication",
75+
"name": "Dotkernel Light",
76+
"applicationCategory": "DeveloperApplication",
77+
"operatingSystem": "Cross-platform",
78+
"description": "A minimal, PSR-15 compliant skeleton built for learning purposes - a simple, didactic example of how to put together a basic website.",
79+
"url": "https://github.com/dotkernel/light",
80+
"license": "https://opensource.org/licenses/BSD-3-Clause",
81+
"offers": {
82+
"@type": "Offer",
83+
"price": "0",
84+
"priceCurrency": "USD"
85+
}
86+
},
87+
{
88+
"@type": "SoftwareApplication",
89+
"name": "Dotkernel Frontend",
90+
"applicationCategory": "DeveloperApplication",
91+
"operatingSystem": "Cross-platform",
92+
"description": "A web starter skeleton for building frontend applications on Mezzio and Laminas - a standalone alternative, separate from the Headless Platform.",
93+
"url": "https://github.com/dotkernel/frontend",
94+
"license": "https://opensource.org/licenses/BSD-3-Clause",
95+
"offers": {
96+
"@type": "Offer",
97+
"price": "0",
98+
"priceCurrency": "USD"
99+
}
100+
}
101+
]
100102
}
101-
</script>
103+
</script>

0 commit comments

Comments
 (0)