Skip to content

Commit 2f47f62

Browse files
committed
Add social description and image
1 parent e2f1d72 commit 2f47f62

3 files changed

Lines changed: 11 additions & 1 deletion

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ __tests__/
4444
*.test.jsx
4545
*.spec.js
4646
screenshots/
47-
*.png
4847
!public/title-wave.png
4948
*.jpg
5049
*.jpeg

index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@
55
<link rel="icon" type="image/x-icon" href="./favicon.ico" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>The State of Node-RED's User Experience 2025 - Survey Results</title>
8+
9+
<!-- Primary Meta Tags -->
10+
<meta name="description" content="Discover insights from over 600 Node-RED users worldwide. Explore how the community uses Node-RED, what they love, and their vision for the future of low-code programming.">
11+
12+
<!-- Open Graph / Facebook / LinkedIn / Slack -->
13+
<meta property="og:type" content="website">
14+
<meta property="og:url" content="https://nodered.org/community-survey/">
15+
<meta property="og:title" content="The State of Node-RED's User Experience 2025">
16+
<meta property="og:description" content="Discover insights from over 600 Node-RED users worldwide. Explore how the community uses Node-RED, what they love, and their vision for the future of low-code programming.">
17+
<meta property="og:image" content="https://nodered.org/community-survey/social-preview.png">
18+
<meta property="og:site_name" content="Node-RED">
819
</head>
920
<body>
1021
<div id="root"></div>

public/social-preview.png

56.1 KB
Loading

0 commit comments

Comments
 (0)