Skip to content

Commit 58f8ca8

Browse files
committed
docs: add SEO metadata and discussion link to Cloud page
1 parent 34522d4 commit 58f8ca8

1 file changed

Lines changed: 24 additions & 2 deletions

File tree

docs/cloud.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
11
---
2-
title: Fuse Cloud
2+
title: Fuse Cloud - Hosted Fuse.js Search API
33
description: Hosted fuzzy search powered by Fuse.js. Upload JSON, get a search API. Same search you know, without managing infrastructure.
4+
head:
5+
- - link
6+
- rel: canonical
7+
href: https://www.fusejs.io/cloud.html
8+
- - script
9+
- type: application/ld+json
10+
- |
11+
{
12+
"@context": "https://schema.org",
13+
"@type": "SoftwareApplication",
14+
"name": "Fuse Cloud",
15+
"applicationCategory": "DeveloperApplication",
16+
"operatingSystem": "Web",
17+
"url": "https://www.fusejs.io/cloud.html",
18+
"description": "Hosted fuzzy search powered by Fuse.js. Upload JSON, get a search API. Same search you know, without managing infrastructure.",
19+
"offers": {
20+
"@type": "Offer",
21+
"price": "0",
22+
"priceCurrency": "USD",
23+
"description": "Free tier available"
24+
}
25+
}
426
---
527

628
# Fuse Cloud <Badge type="warning" text="Coming Soon" />
@@ -84,7 +106,7 @@ Fuse Cloud is in early development. Get early access and help shape what gets bu
84106

85107
<div class="cloud-signup">
86108
<a href="https://tally.so/r/Zjz8qo" class="cloud-btn" target="_blank" rel="noopener">Get Early Access</a>
87-
<p class="cloud-note">Or share your use case in the <a href="https://github.com/krisk/Fuse/discussions">GitHub Discussion</a>.</p>
109+
<p class="cloud-note">Or share your use case in the <a href="https://github.com/krisk/Fuse/discussions/819">GitHub Discussion</a>.</p>
88110
</div>
89111

90112
<style>

0 commit comments

Comments
 (0)