# Amazon Listing Optimization Expert Prompt
You are a senior Amazon listing optimizer with expertise in SEO and content creation. Please follow these specific guidelines to generate optimized product content.
## Input Requirements
Please provide:
1. Product Basic Information
- Product name and brand
- Core features/functions
- Technical specifications
- Materials
- Target users
- Key benefits (3-5)
- Use scenarios
- Package contents
2. Market Information
- Target audience
- Key competitors
- Price positioning
- Primary use cases
## Output Format Requirements
### 1. Backend Search Terms (Maximum 250 characters)
Rules:
- Single space between terms
- No punctuation or symbols
- No brand names or ASINs
- No duplicate keywords
- Include high-volume search terms
- Add relevant long-tail keywords
- Maximize character usage
- Prioritize terms by search volume
Format Example:
pot pan organizer rack kitchen storage cabinet holder adjustable tier cookware storage solution space saving metal dish organizer bakeware holder counter shelf system pantry storage stand multi purpose storage vertical horizontal lid storage rack cooking utensil
### 2. Product Title (200 characters)
Format:
[Brand] [Product Type] - [Key Features] - [Specifications] - [Use Case] ([Color])
### 3. Five Bullet Points (300 characters each)
Format:
1. [PRIMARY BENEFIT]: [Feature explanation and value]
2. [DESIGN BENEFIT]: [Construction and usage details]
3. [QUALITY FEATURE]: [Material and durability info]
4. [PRACTICAL USE]: [Application scenarios]
5. [SERVICE/GUARANTEE]: [Installation and support]
### 4. Product Description (2000 characters, limited HTML)
Allowed HTML tags:
- <p></p>
- <br />
- <ul></ul>
- <ol></ol>
- <li></li>
- <strong></strong>
- <em></em>
Structure:
<p><strong>[Product Overview]</strong></p>
<p>[Introduction and main value proposition]</p>
<p><strong>[Key Features]</strong></p>
<ul>
<li>[Feature 1 with benefit]</li>
<li>[Feature 2 with benefit]</li>
<li>[Feature 3 with benefit]</li>
</ul>
<p><strong>[Technical Details]</strong></p>
<ul>
<li>[Specification 1]</li>
<li>[Specification 2]</li>
<li>[Specification 3]</li>
</ul>
<p><strong>[Package Includes]</strong></p>
<ul>
<li>[Item 1]</li>
<li>[Item 2]</li>
<li>[Item 3]</li>
</ul>
## Response Format
搜索关键词:
[Optimized single set of search terms within 250 characters]
产品标题:
[Optimized title]
五点描述:
[5 numbered benefit-focused bullets]
产品详情:
[HTML-formatted description]
## Quality Control Checklist
1. Search terms:
- Within 250 character limit
- Maximum keyword coverage
- Logical term arrangement
- High-volume terms prioritized
- Natural keyword flow
2. Overall content:
- Keyword density 2-3%
- Natural language
- Customer benefit focused
- Character limits respected
- Proper HTML formatting
... 阅读更多 分类: 随笔
VPS杜甫服务器全球测速脚本
功能概述
系统概览:快速了解设备的核心硬件组件,如CPU、内存、硬盘等。
网络概览:提供详细信息,包括协议类型(IPv4/IPv6)、ISP、地理位置以及其他网络相关数据。
综合测速:通过著名的 Ookla Speedtest.net 服务,针对全球服务器进行全面测速,展示速度、延迟、丢包率等指标。
区域测速:针对特定地区的网络性能进行测试,当前支持以下地区:... 阅读更多
开源神器 PDFMathTranslate:轻松实现 PDF 全文翻译并保留排版样式
PDFMathTranslate 是一个开源项目,它能够在保持原有格式与排版的基础上翻译 PDF 论文和电子书。它不仅完整保留 LaTeX 数学公式、PDF 索引目录和图表样式等文档内容,还能让译文 PDF 与原文档拥一致的版式与风格。支持批量处理。... 阅读更多
Fail2ban 完整指南:保护 Linux 服务器安全
1. Fail2ban 简介
Fail2ban 是一个入侵防御软件框架,可以保护计算机服务器免受暴力破解攻击。它通过监控系统日志文件来检测可疑行为,并在发现攻击时采取相应的防护措施。... 阅读更多
激情畅聊!十分钟搭建一个插件化易拓展的开源即时聊天(IM)应用——Tailchat
创建一下安装的目录:... 阅读更多
使用gost进行ipv6的转发
配置DOCKER一键加速脚本
debian 10/11/12 正确源一健配置
DEBIAN 10
sudo sh -c 'cat > /etc/apt/sources.list << EOF
deb http://deb.debian.org/debian buster main contrib non-free
deb-src http://deb.debian.org/debian buster main contrib non-free
deb http://deb.debian.org/debian-security buster/updates main contrib non-free
deb-src http://deb.debian.org/debian-security buster/updates main contrib non-free
deb http://deb.debian.org/debian buster-updates main contrib non-free
deb-src http://deb.debian.org/debian buster-updates main contrib non-free
EOF'
DEBIAN 11
sudo sh -c 'cat > /etc/apt/sources.list << EOF
deb http://deb.debian.org/debian bullseye main contrib non-free
deb-src http://deb.debian.org/debian bullseye main contrib non-free
deb http://deb.debian.org/debian-security bullseye-security main contrib non-free
deb-src http://deb.debian.org/debian-security bullseye-security main contrib non-free
deb http://deb.debian.org/debian bullseye-updates main contrib non-free
deb-src http://deb.debian.org/debian bullseye-updates main contrib non-free
deb http://deb.debian.org/debian bullseye-backports main contrib non-free
deb-src http://deb.debian.org/debian bullseye-backports main contrib non-free
EOF'
DEBIAN 12
sudo sh -c 'cat > /etc/apt/sources.list << EOF
deb http://deb.debian.org/debian bookworm main contrib non-free
deb-src http://deb.debian.org/debian bookworm main contrib non-free
deb http://deb.debian.org/debian-security bookworm-security main contrib non-free
deb-src http://deb.debian.org/debian-security bookworm-security main contrib non-free
deb http://deb.debian.org/debian bookworm-updates main contrib non-free
deb-src http://deb.debian.org/debian bookworm-updates main contrib non-free
deb http://deb.debian.org/debian bookworm-backports main contrib non-free
deb-src http://deb.debian.org/debian bookworm-backports main contrib non-free
EOF'
然后执行:... 阅读更多
国内无法访问下载Docker镜像的多种解决方案
2023年5月, hub.docker.com “不知” 何种原因国内均无法正常访问了。当时只是官网不能访问,但不影响pull镜像。... 阅读更多
部分网站无法访问时候配置host文件访问
修改 hosts,打开 DNS Checker,域名逐个找到对应的国内解析信息,即:... 阅读更多
VMware虚拟机与本机通讯配置 通过外网访问SSH端口
1、设置访问外网:
1)菜单栏,虚拟机-》设置,配置虚拟机网络适配器,选择NAT模式:... 阅读更多
AdGuard 自定义过滤规则语法
||example.org^:阻止访问 example.org 域及其所有子域,例如 www.example.org 。... 阅读更多
Azure各大机房对照表
微软 Azure 是微软的公用云端服务 (Public Cloud Service) 平台,是微软在线服务 (Microsoft Online Services) 的一部分,自 2008 年开始发展,2010年2月份正式推出。微软Azure为大家提供免费的可以试用一年的VPS主机服务,模式和AWS差不多的。... 阅读更多
Windows server 2012 R2 评估版升级正式版
要将Windows Server 2012 EVAL转换为完整版,我们需要使用Windows Server 2012的GVLK(KMS)密钥。您可以以相同的方式升级Windows Server 2012版本。... 阅读更多
利用Cloudflare Workers部署自己的Github加速站
前言
在折腾国内vps时,经常无法访问到GitHub资源,非常令人恼火。今天在GitHub上发现了一个利用Cloudflare Workers搭建的Github加速站,用起来非常方便。... 阅读更多
AList 前端UI自定义美化笔记
AList 管理 > 设置 > 全局设定 自定义头部 或 自定义内容... 阅读更多
自建 Vaultwarden (原名bitwarden)密码管理器数据备份到腾讯云COS教程
Vaultwarden是一个开源的Bitwarden服务器实现,允许用户自己托管他们的密码管理服务。对于一个密码管理器来说,备份尤其重要,因为它涉及敏感数据。一旦丢失,可能导致无法访问许多重要账户和服务。而且,由于密码管理器通常涉及到用户的财务信息、个人身份信息以及其他敏感数据,任何数据丢失都可能有严重的后果。因此,确保通过备份保护这些信息是最佳实践。... 阅读更多
如何在 Debian 10 Linux 安装 Go 环境
前言
Go 是 Google 创建的一种现代开源编程语言,用于构建可靠,简单,高效的软件。 Go 编写了许多流行的应用程序,例如 Kubernetes,Docker,Terraform 和 Rancher。... 阅读更多
Midjourney关键词 参考图+场景框架+画风模型选择+主体+详情描述+基础属性
参考图:
参考图(贴图),目前最多可以喂给AI 30张参考图。AI会分析你的参考图获取相应元素应用于即将产出的画面中。... 阅读更多
Umami 云服务器上自建简单易用、自托管的开源网站访问流量统计分析工具
简介
Umami 是一款简单易用、自托管的开源网站访问流量统计分析工具,类似 Google Analytics、Cloudflare Web Analytics、CNZZ、51LA 等。但 Umami 不使用 Cookie,不跟踪用户,且所有收集的数据都会匿名化处理,符合 GDPR 政策,资源占用很低,虽然功能简单,但分析的数据内容很丰富,基本的来源国家,来源域名,使用的浏览器、系统、设备,访问的网页这些都有,而且还支持多国语言。... 阅读更多
