Skip to content

Commit 3792c48

Browse files
yn1323claude
andcommitted
feat: AI検索向けに llms.txt と JSON-LD を整備
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d314eca commit 3792c48

File tree

2 files changed

+30
-4
lines changed

2 files changed

+30
-4
lines changed

index.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,12 @@
6363
"url": "https://shiftori.app",
6464
"applicationCategory": "BusinessApplication",
6565
"operatingSystem": "Web",
66-
"offers": {
67-
"@type": "Offer",
68-
"price": "0",
69-
"priceCurrency": "JPY"
66+
"image": "https://shiftori.app/ogp.png",
67+
"inLanguage": "ja",
68+
"provider": {
69+
"@type": "Organization",
70+
"name": "シフトリ",
71+
"url": "https://shiftori.app"
7072
}
7173
}
7274
</script>

public/llms.txt

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# シフトリ
2+
3+
> シフトリは少人数のお店向けのシフト管理SaaSです。スタッフはアカウント登録やアプリのインストール不要で、オーナーが送るリンクを開くだけで希望シフトを提出できます。
4+
5+
## 特徴
6+
7+
- スタッフはアカウント登録不要(リンクを開いて日付をタップするだけで提出できる)
8+
- アプリのインストール不要(スマホのブラウザで完結)
9+
- オーナーの登録だけで使いはじめられる
10+
- 募集・希望収集・確定通知までワンクリックで進むシンプルな流れ
11+
- LINE・Excel・メモに散っていたシフトづくりの情報をひとつの画面にまとめる
12+
- 2人から20人くらいの少人数のお店(飲食店・美容室・個人経営のサービス業など)を想定
13+
14+
## 使い方
15+
16+
1. オーナーが募集期間を決めてスタッフにリンクを配る
17+
2. スタッフがスマホのブラウザで希望シフトを提出する
18+
3. 集まった希望を見て調整し、確定シフトをワンクリックで全員に通知する
19+
20+
## リンク
21+
22+
- [サービスサイト](https://shiftori.app/)
23+
- [利用規約](https://shiftori.app/terms)
24+
- [プライバシーポリシー](https://shiftori.app/privacy)

0 commit comments

Comments
 (0)