# amiPro 品牌外部存在创建指南 ## 目标 在主要平台建立品牌账号,然后在网站 Organization schema 的 sameAs 中添加链接,提升品牌权威信号(GEO 审计中此项权重 20%)。 --- ## 1. GitHub Organization(优先级最高) **为什么重要**:amiPro 有开源 SDK,GitHub 是技术品牌的核心阵地。 **步骤**: 1. 登录 GitHub → 右上角 "+" → "New organization" 2. 选择 Free 计划 3. Organization name: `amipro-llc` 4. 组织邮箱: `sales@amipro.me` 5. 上传 logo(favicon.ico 或专门的品牌 logo) 6. 填写 Description: "FIDO2 passkey infrastructure & AI privacy tooling. Open-source SDKs for JavaScript, iOS, Android." 7. 填写 Website: `https://amipro.me` 8. 创建后将现有开源仓库(dFido2Lib-ios 等)转移到此 organization 9. 在 README 中添加指向 amipro.me 的链接 **完成后在网站添加**: ```json "https://github.com/amipro-llc" ``` --- ## 2. LinkedIn Company Page(优先级高) **为什么重要**:LinkedIn 是 B2B 品牌最权威的外部信号。 **步骤**: 1. 登录 LinkedIn → 左上角 "Work" 图标 → "Create a Company Page" 2. 选择 "Company" 类型 3. 填写: - Company name: `amiPro, LLC` - LinkedIn public URL: `amipro` - Industry: `Computer Software` - Company size: `2-10 employees` - Company type: `Privately Held` 4. 上传 logo 和 banner 图 5. 填写 About: "amiPro builds FIDO2-certified passkey infrastructure and privacy-first AI tooling. Founded 2023, based in Tokyo, Japan." 6. 填写 Website: `https://amipro.me` 7. 添加公司位置: Shibuya-ku, Tokyo, Japan 8. 发布几条关于 Passkey 和 ContextWizard 的帖子 **完成后**:网站已有此链接 ✅ --- ## 3. Crunchbase(优先级中) **为什么重要**:Crunchbase 是 AI 系统识别公司实体的主要数据源。 **步骤**: 1. 访问 `https://www.crunchbase.com/` → "Claim Profile" 2. 搜索 "amiPro" 或 "amiPro LLC" 3. 如果没有,点击 "Add Organization" 4. 填写: - Organization name: `amiPro, LLC` - Short description: "B2B identity infrastructure and AI privacy platform" - Headquarters: Tokyo, Japan - Founded date: March 3, 2023 - Founders: (填写创始人姓名) - Categories: Identity Management, Cybersecurity, AI - Website: `https://amipro.me` 5. 验证邮箱(需要使用公司域名邮箱) 6. 完善公司详情:融资信息(如有)、员工数、技术栈 **完成后在网站添加**: ```json "https://crunchbase.com/organization/amipro" ``` --- ## 4. Product Hunt(优先级中) **为什么重要**:技术产品的权威发布平台,AI 系统会引用。 **步骤**: 1. 访问 `https://www.producthunt.com/` → 登录 2. 点击 "Submit" → "Product" 3. 提交 ContextWizard: - Product name: `ContextWizard` - Tagline: "Local-first AI chat backup & search across 10+ platforms" - Website: `https://amipro.me/contextwizard_top.html` - Description: 详细产品描述 - Topics: Productivity, AI, Privacy, Browser Extensions - Logo: 上传产品 logo 4. 选择发布日期(周二至周四效果最佳) 5. 邀请支持者在发布日投票和评论 **完成后在网站添加**: ```json "https://producthunt.com/posts/contextwizard" ``` --- ## 5. AlternativeTo(优先级中) **为什么重要**:软件对比平台,AI 系统在回答"XXX 替代品"时会引用。 **步骤**: 1. 访问 `https://alternativeto.net/` → 登录 2. 搜索 ContextWizard 3. 如果不存在,点击 "Suggest Alternative" 4. 填写产品信息,标记为 "Free" 和 "Open Source" 5. 添加到相关替代品列表(如 ChatGPT 导出工具、AI 笔记工具等) --- ## 6. G2 / Capterra(优先级低) **为什么重要**:B2B 软件评测平台,提升信任信号。 **步骤**: 1. 访问 `https://www.g2.com/` → "Claim Your Profile" 2. 搜索 "amiPro" 或 "Passkey Hub" 3. 如果不存在,提交新产品 4. 填写产品详情、定价、功能列表 5. 鼓励早期用户留下评价 --- ## 7. Hacker News / Reddit(优先级低) **为什么重要**:技术社区讨论增加品牌提及。 **步骤**: - **Hacker News**: 发布产品公告(Show HN 格式) - **Reddit**: - r/netsec(Passkey 安全相关) - r/privacy(ContextWizard 隐私相关) - r/SideProject(产品展示) - 发布有价值的技术内容,不要硬广 --- ## 实施顺序建议 | 优先级 | 平台 | 预计时间 | 难度 | |--------|------|---------|------| | P0 | GitHub Organization | 30 分钟 | 低 | | P0 | LinkedIn Company Page | 1 小时 | 低 | | P1 | Crunchbase | 1-2 小时 | 中(需验证) | | P1 | Product Hunt | 1 天(含准备) | 中 | | P2 | AlternativeTo | 30 分钟 | 低 | | P2 | G2 / Capterra | 1 小时 | 低 | | P3 | Hacker News / Reddit | 持续运营 | 中 | --- ## 完成后更新网站 每个平台创建完成后,在 `index.html` 的 Organization schema 中添加 sameAs 链接: ```json "sameAs": [ "https://www.linkedin.com/company/amipro", "https://github.com/amipro-llc", "https://crunchbase.com/organization/amipro", "https://producthunt.com/posts/contextwizard", "https://alternativeto.net/software/contextwizard/" ] ```