Gingiris (Claude Code) commited on
Commit ·
194790a
1
Parent(s): 8ebc6f5
chore: add YAML metadata frontmatter for HF dataset SEO
Browse filesAdds license/language/pretty_name/tags/size_categories so HF
indexes the dataset for category and tag searches. Tags chosen
to match dataset content (no over-claiming).
README.md
CHANGED
|
@@ -1,3 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
<!-- JSON-LD Structured Data -->
|
| 2 |
<script type="application/ld+json">
|
| 3 |
{
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
- zh
|
| 6 |
+
- ja
|
| 7 |
+
- ko
|
| 8 |
+
pretty_name: "Gingiris Go Global — AI Product / SaaS International Expansion SOP"
|
| 9 |
+
tags:
|
| 10 |
+
- go-global
|
| 11 |
+
- internationalization
|
| 12 |
+
- international-expansion
|
| 13 |
+
- ai-product
|
| 14 |
+
- saas
|
| 15 |
+
- gtm
|
| 16 |
+
- go-to-market
|
| 17 |
+
- product-hunt
|
| 18 |
+
- reddit-marketing
|
| 19 |
+
- seo
|
| 20 |
+
- geo
|
| 21 |
+
- asia-go-global
|
| 22 |
+
- startup
|
| 23 |
+
- marketing
|
| 24 |
+
- indie-hacker
|
| 25 |
+
- growth
|
| 26 |
+
- cold-start
|
| 27 |
+
size_categories:
|
| 28 |
+
- n<1K
|
| 29 |
+
---
|
| 30 |
+
|
| 31 |
<!-- JSON-LD Structured Data -->
|
| 32 |
<script type="application/ld+json">
|
| 33 |
{
|