You are on page 1of 3

Here's a bunch of ChatGPT prompts, links to free courses and useful links for ChatGPT

content:

PRODUCT REVIEW PROMPT:

If I paste in some product descriptions, can you write a short 100 word product review about
KEYWORD that scores 10/10 based on this criteria?

Keep a high keyword density focused on “KEYWORD”.

Here's the 5 criteria you must and must be perfect on:

1: Criteria = Evaluate the product from a user's perspective.

2: Demonstrate expertise and knowledge about the product.

3: Provide evidence to reinforce the authenticity of the review.

4: Share quantitative measurements about how the product performs in various categories of
performance.

5: Describe what sets the product apart from its competitors.

Write from a second person perspective. Don't pretend I'm a user.

Make it engaging, easy-to-understand, and unique. Make the content punchy and engaging by
using a conversational tone, incorporating real-life examples, and taking a storytelling approach.
Just write it so that it feels human and as the product has been tested + include pros and cons.
Make it 100 words maximum.

Do not mention that you rate the product 10/10.

Create a short bullet point list of pros and cons and product specifications related to how this is
product is for KEYWORD

You OK with that? If so, I'll paste the product descriptions in now.

NEW ARTICLE PROMPT (thanks to income stream surfers for this!):

Write the below content so that it is not detected as AI content by AI content detectors

Format the headings: Do not make the headings plain text

Please write a comprehensive 1,500-word article about the keyword "KEYWORD" that is
engaging, easy-to-understand, and unique. Make the content punchy and engaging by using a
conversational tone, incorporating real-life examples, and taking a storytelling approach.

NOTE: Don’t use H1 tags. Just use H2 and H3s: Do not make the headings plain text

Keep the keyword density high.


Make sure you include the keyword in the first sentence.

Put every sentence on a new line.

Optimize on-page SEO for "KEYWORD" with high keyword density and inclusion in headers.
Use markdown headers without boldening them, and avoid providing a table of contents. The
writing should appear human-like, and I will provide additional prompts as needed to reach the
desired word count.

Write from an analytical perspective.

Talk about:

INSERTHEADINGSHERE

ADDING MORE CONTENT PROMPT:

Write about and format these headings:

INSERTHEADINGSHERE

FAQs Prompt

Write the below content so that it is not detected as AI content by AI content detectors

Write FAQs in H2. Format everything.

- Do not put html: : Instead format the headers

- Do not put <h2>: : Instead format the headers

- Do not put <h3>: : Instead format the headers

- Do not use any code: Instead format the headers

Format the headings: Each question should be h3 tag.

Then around 40 words, answer each of the faqs below. Make each question a h3 header then
insert your answer underneath each one.

PROMPT FOR META DESCRIPTIONS/INTROS/BLOG IDEAS:

Give me 10 blog ideas on KEYWORD and Frontload the keyword

Create a 17 word meta description. Frontload the keyword KEYWORD

Write me an introduction for the guide on TITLE. Use KEYWORD in the first line:

- Don't make it long. Keep it short.

- Tease the reader and hook them so that they want to read the guide
- Make it 3 sentences maximum

- Keep it concise, crunchy and informal

OTHER USEFUL LINKS:

- Copy and pastable prompts can be found here:


https://docs.google.com/document/d/1cbIJBxrFXXfEh_EcEC8OgyY3aUq0jAa3YbEsmTW_nPw/
edit#heading=h.tsn4izt6tpuu

- Put your prompts into a tool like https://textexpander.com to save time with canned responses

- SOP for creating content: https://docs.google.com/document/d/1-1q-


WcsWRw4KgqxTBhZdib5pV-XIxv3BLP7WAB8OBBE/copy

Google Docs Script For Formatting Long Paragraphs of AI Text Into Separate Sentences:

function addLineBreaks() {

// Get the active document

vardoc = DocumentApp.getActiveDocument();

// Get the body of the document varbody = doc.getBody();


// Get the paragraphs in the body varparagraphs = body.getParagraphs();
// Loop through each paragraph for (vari = 0; i < paragraphs.length; i++) { // Get the text of the
paragraph vartext = paragraphs[i].getText();
// Split the text into sentences varsentences = text.split(/[.?!]/);
// Create a new string to hold the modified text varnewString = '';
// Loop through each sentence for (varj = 0; j < sentences.length; j++) { // Get the current
sentence varsentence = sentences[j].trim();
// If this is not the last sentence and the sentence is not empty if (j < sentences.length - 1 &&
sentence != '') { // Add a line break to the end of the sentence newString += sentence + '.\n\n'; }
else { // Add the current sentence to the new string without a line break newString += sentence
+ '.'; } }
// If the modified text is different from the original text if (newString.trim() != text.trim()) { //
Replace the text in the paragraph with the modified text
paragraphs[i].setText(newString.trim()); } } }

You might also like