分享自己写的两个SEO Prompt,使用频率很高,发个帖子方便查找:
1. perplexity写markdown格式的blog
perplexity的好处是作为一个搜索引擎,不会胡说八道,写的blog具有时效性,且可以给出参考链接。
我一般去
trends.google.com 搜索我的网站相关的关键词,在"相关查询"中直接把搜索量上升快的关键词作为blog的标题,用下面的Prompt生成:
I have a blog about [XXX], and I need you to write a post titled '[XXX]' Provide the content in Markdown code block, and include the reference URL at the end of the blog post
2. i18n多语言翻译(gpt-3.5)
以下是我的i18n的json文件,给我翻译为语言 fr(查一下这在i18n中代表什么语言),告诉我这是什么语言(用中文告诉我),并以json格式返回(不用返回原文):
{ “hello”: “Hello World!” }