Skip to content

Commit db24763

Browse files
Revise JSON-LD data for FlowFuse organization
Updated JSON-LD structured data for FlowFuse with new descriptions, ratings, and additional social media links.
1 parent dde17a5 commit db24763

1 file changed

Lines changed: 19 additions & 6 deletions

File tree

src/_includes/jsonld.njk

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
{% set authorSlug = authors[0] if authors and authors.length else null %}
2+
{% set author = people[authorSlug] if authorSlug else null %}
3+
14
<script type="application/ld+json">
25
{
36
"@context": "https://schema.org",
@@ -6,17 +9,24 @@
69
"@type": "Organization",
710
"@id": "https://flowfuse.com/#organization",
811
"name": "FlowFuse",
12+
"legalName": "FlowFuse Inc.",
13+
"alternateName": ["Flow Fuse"],
914
"url": "https://flowfuse.com",
10-
"description": "{{ site.messaging.title }}",
15+
"description": "FlowFuse is the universal platform that powers your factory, creating a secure and governed solution for your industrial operations.",
16+
"foundingDate": "2021",
1117
"logo": {
1218
"@type": "ImageObject",
1319
"url": "https://flowfuse.com/handbook/images/logos/ff-logo--square--dark.png"
1420
},
1521
"sameAs": [
16-
"https://www.g2.com/products/flowfuse/reviews",
1722
"https://www.linkedin.com/company/flowfuse",
23+
"https://github.com/FlowFuse",
1824
"https://www.youtube.com/@FlowFuseInc",
19-
"https://github.com/FlowFuse"
25+
"https://twitter.com/FlowFuseInc",
26+
"https://www.crunchbase.com/organization/flowforge",
27+
"https://www.g2.com/sellers/flowfuse",
28+
"https://www.facebook.com/FlowFuse",
29+
"https://www.reddit.com/r/FlowFuse/"
2030
]
2131
},
2232
{
@@ -55,15 +65,18 @@
5565
"name": "FlowFuse",
5666
"url": "https://flowfuse.com",
5767
"applicationCategory": "DeveloperApplication",
68+
"operatingSystem": "Cross-platform, Linux, Docker, Kubernetes",
5869
"publisher": {
5970
"@id": "https://flowfuse.com/#organization"
6071
},
6172
"aggregateRating": {
6273
"@type": "AggregateRating",
63-
"ratingValue": "4.8",
64-
"ratingCount": "3",
74+
"ratingValue": "4.9",
75+
"ratingCount": "4",
6576
"bestRating": "5",
66-
"worstRating": "0"
77+
"worstRating": "1",
78+
"reviewCount": "4",
79+
"url": "https://www.g2.com/sellers/flowfuse"
6780
}
6881
}
6982
{% if type == "post" %}

0 commit comments

Comments
 (0)