|
| 1 | +{% set authorSlug = authors[0] if authors and authors.length else null %} |
| 2 | +{% set author = people[authorSlug] if authorSlug else null %} |
| 3 | + |
1 | 4 | <script type="application/ld+json"> |
2 | 5 | { |
3 | 6 | "@context": "https://schema.org", |
|
6 | 9 | "@type": "Organization", |
7 | 10 | "@id": "https://flowfuse.com/#organization", |
8 | 11 | "name": "FlowFuse", |
| 12 | + "legalName": "FlowFuse Inc.", |
| 13 | + "alternateName": ["Flow Fuse"], |
9 | 14 | "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", |
11 | 17 | "logo": { |
12 | 18 | "@type": "ImageObject", |
13 | 19 | "url": "https://flowfuse.com/handbook/images/logos/ff-logo--square--dark.png" |
14 | 20 | }, |
15 | 21 | "sameAs": [ |
16 | | - "https://www.g2.com/products/flowfuse/reviews", |
17 | 22 | "https://www.linkedin.com/company/flowfuse", |
| 23 | + "https://github.com/FlowFuse", |
18 | 24 | "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/" |
20 | 30 | ] |
21 | 31 | }, |
22 | 32 | { |
|
55 | 65 | "name": "FlowFuse", |
56 | 66 | "url": "https://flowfuse.com", |
57 | 67 | "applicationCategory": "DeveloperApplication", |
| 68 | + "operatingSystem": "Cross-platform, Linux, Docker, Kubernetes", |
58 | 69 | "publisher": { |
59 | 70 | "@id": "https://flowfuse.com/#organization" |
60 | 71 | }, |
61 | 72 | "aggregateRating": { |
62 | 73 | "@type": "AggregateRating", |
63 | | - "ratingValue": "4.8", |
64 | | - "ratingCount": "3", |
| 74 | + "ratingValue": "4.9", |
| 75 | + "ratingCount": "4", |
65 | 76 | "bestRating": "5", |
66 | | - "worstRating": "0" |
| 77 | + "worstRating": "1", |
| 78 | + "reviewCount": "4", |
| 79 | + "url": "https://www.g2.com/sellers/flowfuse" |
67 | 80 | } |
68 | 81 | } |
69 | 82 | {% if type == "post" %} |
|
0 commit comments