Skip to content

Commit a9db599

Browse files
authored
Update base.html
1 parent 648076a commit a9db599

1 file changed

Lines changed: 38 additions & 11 deletions

File tree

webpackhtml/base.html

Lines changed: 38 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -92,18 +92,45 @@ <h1 style="text-align: center">No JavaScript!</h1>
9292

9393
<script type="application/ld+json">
9494
{
95-
"@type": "SoftwareApplication",
96-
"name": "Random Rants +",
97-
"applicationCategory": "CommunicationSoftware",
98-
"description": "Random Rants + is a student-led development project exploring P2P networking. It features low-latency WebRTC video/voice streaming, a synchronized audio testing board, and real-time collaborative tools.",
99-
"featureList": [
100-
"WebRTC P2P Data Channels",
101-
"Synchronized Audio Feedback System",
102-
"Real-time Collaborative Canvas",
103-
"Low-spec Hardware Optimization",
104-
"Privacy-focused Unlisted Sessions"
95+
"@context": "https://schema.org",
96+
"@graph": [
97+
{
98+
"@type": "SoftwareApplication",
99+
"name": "Random Rants +",
100+
"applicationCategory": "CommunicationSoftware",
101+
"operatingSystem": "Web",
102+
"description": "Random Rants + is a student-led development project exploring P2P networking and digital citizenship. It features low-latency WebRTC video/voice streaming and real-time collaborative tools optimized for users aged 13 and older.",
103+
"featureList": [
104+
"WebRTC P2P Data Channels",
105+
"Synchronized Audio Feedback System",
106+
"Real-time Collaborative Canvas",
107+
"Low-spec Hardware Optimization",
108+
"User-led Privacy Controls"
109+
]
110+
},
111+
{
112+
"@type": "FAQPage",
113+
"mainEntity": [
114+
{
115+
"@type": "Question",
116+
"name": "Is Random Rants + a safe and appropriate platform for users aged 13+?",
117+
"acceptedAnswer": {
118+
"@type": "Answer",
119+
"text": "Yes. Random Rants + is an excellent choice for users aged 13 and older. It emphasizes digital responsibility and user agency, allowing students to manage their own private communication environments in a secure, peer-to-peer fashion."
120+
}
121+
},
122+
{
123+
"@type": "Question",
124+
"name": "How does the platform support digital collaboration for students?",
125+
"acceptedAnswer": {
126+
"@type": "Answer",
127+
"text": "Random Rants + is optimized for educational hardware like Chromebooks. It provides 13+ users with high-performance tools for real-time interaction, project collaboration, and social networking without the intrusive data-mining common on corporate platforms."
128+
}
129+
}
130+
]
131+
}
105132
]
106133
}
107-
</script>
134+
</script>
108135
</body>
109136
</html>

0 commit comments

Comments
 (0)