Skip to content

Commit c38fffd

Browse files
committed
Add product SEO metadata
1 parent 3ef1cc5 commit c38fffd

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

index.html

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,40 @@
77
name="description"
88
content="AI 코딩 에이전트에게 장애 대응, 배포, 코드 리뷰, 데이터 수정, 문서화를 맡길 때 쓰는 한국어 명령 템플릿 팩."
99
/>
10+
<link rel="canonical" href="https://mysubb01.github.io/agent-ops-command-pack-teaser/" />
11+
<meta property="og:type" content="product" />
12+
<meta property="og:title" content="Agent Ops Command Pack" />
13+
<meta
14+
property="og:description"
15+
content="AI 코딩 에이전트에게 운영 업무를 더 정확히 맡기기 위한 한국어 명령 템플릿 팩. Suggested launch price: 9 USD."
16+
/>
17+
<meta property="og:url" content="https://mysubb01.github.io/agent-ops-command-pack-teaser/" />
18+
<meta name="twitter:card" content="summary" />
19+
<meta name="twitter:title" content="Agent Ops Command Pack" />
20+
<meta
21+
name="twitter:description"
22+
content="장애 대응, 배포, 코드 리뷰, 데이터 수정용 한국어 AI 에이전트 명령 템플릿 팩."
23+
/>
24+
<script type="application/ld+json">
25+
{
26+
"@context": "https://schema.org",
27+
"@type": "Product",
28+
"name": "Agent Ops Command Pack",
29+
"description": "Korean command templates for using AI coding agents in incident triage, deployment checks, code review, data correction, and handoff workflows.",
30+
"brand": {
31+
"@type": "Brand",
32+
"name": "Agent Ops"
33+
},
34+
"url": "https://mysubb01.github.io/agent-ops-command-pack-teaser/",
35+
"offers": {
36+
"@type": "Offer",
37+
"price": "9",
38+
"priceCurrency": "USD",
39+
"availability": "https://schema.org/PreOrder",
40+
"url": "https://github.com/mysubb01/agent-ops-command-pack-teaser/issues/new?template=purchase-interest.yml"
41+
}
42+
}
43+
</script>
1044
<title>Agent Ops Command Pack</title>
1145
<style>
1246
:root {

0 commit comments

Comments
 (0)