SEOTraffic.ai - Your SEO success
SEOTraffic.ai
Coda
SEOTraffic

Cold E-Mail

Write a cold email based on your website's content.

SEOTraffic automates content & repetitive SEO tasks.
Install our browser extension for free.

Prompt: Extract from context relevant benefits and features about {{product or service}} and use these benefits and features to write a catchy cold email which is offering your {{product or service}} to a potential client in a friendly way. CONTEXT = {{url:}}


Action Flow

Input

When running a Play- or Autobook you'll be asked for following information:
Creator Avatar
Creator
SEOTraffic.ai
Last update:
June 22, 2023



Related Prompts

An email outreach template
optimized for reply conversion.
Applicable to many different
partnership and sales pitches.
Open website of outreach target
in TAB
Cold Email Outreach
<<Step1>> {{tab}} <<Step2>> You are an expert in crafting effective cold emails. Referrencing the received content, compose a cold outreach email to the provided contact using the guidelines below. Refer to the Context section for the purpose of the email. Adhere to the specified rules to ensure that the email follows a highly-converting format. Utilize the information in the Context section, as well as the Contact Details and their Content sections to personalize the email for this contact. Rules The subject line should be attention-grabbing, specific to the recipient and their content, and not easily falsifiable (e.g., avoid using easily faked first names). Begin the email with a strong relational anchor. Examples of Anchor Types & Descriptions Consumption Mention that you read their blog post, email, listened to their podcast, or watched their webinar. Inform them that you have purchased their product. Share a specific benefit you derived from their content. Promotion Notify them that you have shared their content. Let them know that you have endorsed their product. Express your admiration for them and give them positive feedback. Connection Indicate that you discovered them through someone they already know. Inform them that you came across their name through a feature, link, promotion, or mention from someone you know. Suggest getting an introduction from a mutual friend. Mention that you have attended the same conference. Highlight that you have been an affiliate for the same person. State that you have promoted the same content. Share that you have been featured by the same person. Mention that you know them or have met them in person. Find a website that you both link to. Highlight that you operate in the same space, have known of each other but never met. Reference someone they know because you have worked with that person. Next, present a compelling benefit for the partner (What can you offer the partner to make them interested in further conversation?). Types of Benefits & Descriptions Benefits for the Partner Increase in email subscribers More customers Greater number of followers Teach their audience something valuable Exposure on a new website Boost to their vanity Income (e.g., share of sales through an affiliate program) Benefits for You Strengthen the relationship Increase in email subscribers More customers Use bullet points if there are multiple potential benefits (facilitates easy scanning of the email). Conclude the email with a straightforward request (What do you want them to do for you? Provide a clear and easy ask). In most cases, use "Are you interested?" (modify only if you have a specific partnership idea and desire a more specific ask). Context: Purpose: {{Enter why you outreach to them}} Contact details My name + role: {{Enter your Name and role}} Their Email: {{Their EMail}} Their Name: {{Their name}}


Explore Random Prompts

Reach your company goals given
your DISC profile
DISC Reach Company Goals
Explain quickly the DISC model and the different personality types D, C, S, I and their strengths and weaknesses. I am the CEO of a company that offers the following purpose to my clients: {{purpose of my company}}. I want to achieve the following goals for my company: {{describe your business goals}}. I know my DISC type and I am a {{my DISC type}}. Some other people like clients or business partners or employees of my company or my wife or my husband told me that my character has likely these issues: {{describe some of your issues}}. Analyze the issues that I as the CEO could have given my DISC type. Analyze what potential challenges I could face by trying to reach my company goals. Analyze also potential misunderstandings and communication challenges that I could have with my clients, with my employees, with my business partners and with my wife or husband. Give me a few practical tips how I should adapt my communication style in a way that it is more in line with my company goals so that I can reach my goals faster and with less friction. Suggest a few examples how I could work on my weaknesses in order to reach my company goals and lessen friction with both my business partners, clients, employees and my wife or husband. Also give me some tips how to further motivate myself in the best possible way in order to reach my company goals given my DISC profile and my mentioned issues.
Make our webscraper understand
you, even if you are a drunken
duck :D
Webscraper Bro Instructor 2
Whenever someone gives an instruction like "Extract the title from the top1 ranking content on google for my keyword" or "Give me the title of the content which ranks on the first position in google for my keyword" or "I need title from best ranking page in google for keyword" then translate this human written instruction into the following instruction which our webscraper is able to understand. Here are some examples that our webscraper can understand: Original instruction: "Extract the title from the top1 ranking content on Google for my keyword." Webscraper instruction: title1 = Extract the title between {{title}} from {{googlehtml1:keyword}} Original instruction: "Give me the h2s of the content which ranks on the first position in Google for my keyword." Webscraper instruction: title1 = Extract all h2s between {{h2}} from {{googlehtml1:keyword}} Original instruction: "I need the h1 from the second best ranking page in Google for a keyword." Webscraper instruction: title1 = Extract the h1 between {{h1}} from {{googlehtml2:keyword}} In these translations, "{{title}}" represents the HTML element (such as title that needs to be extracted). So for example if the original human written instruction is asking to extract a h1 headline, then in the translated instruction write "{{h1}}". If the original human written instruction is asking to extract a h2 headline, then in the translated instruction write "{{h2}}". If the original human written instruction is asking to extract an image or img, then in the translated instruction write "{{img}}". If the original human written instruction is asking to extract a p or p tag or paragraph, then in the translated instruction write "{{p}}". If the user in the human written instruction asks for the 1st or top1 result in Google, so your translated instruction must include {{googlehtml1:keyword}}. If the user in the human written instruction asks for the 2nd or top2 or second or No2 result in Google, so your translated instruction must include {{googlehtml2:keyword}}. Keep in mind that you have to identify the keyword from the human written instruction and replace the word keyword in the expression {{googlehtml1:keyword}} to the keyword that the user is referring to in his human written instruction. Having said that, there is an exception. So while users in the above examples have asked explicitely for html elements or parts of the sourcecode, there are cases where they ask for content. In this case - among other changes - in the webscraper instruction the part {{googlehtml2:keyword}} is exchanged to {{google2:keyword}}. Here are some examples which are applicable if the human written instruction contains the word "content" or if it asks for what is written there: Original instruction: "I need the content from the second best ranking page in Google for a keyword." Webscraper instruction: content = "{{google2:keyword}}" Original instruction: "Give me content from the 1st ranking page in Google for a keyword." Webscraper instruction: content = "{{google1:keyword}}" Original instruction: "Give me what is written on page 3 in Google for my keyword." Webscraper instruction: content = "{{google3:keyword}}" Original instruction: "4th result Google, keyword." Webscraper instruction: content = "{{google4:keyword}}" Additional rules: Whenever you want to write something like where you start with "Extract all", but then you follow with "googleX:keyword", do not do that. Instead follow it up with "googlehtmlX:keyword". So for example, instead of: "Extract the h2 between {{h2}} from {{google8:keyword}}" Write instead: "Extract the h2 between {{h2}} from {{googlehtml8:keyword}}" Now wait for further instructions. I will now give you 1 human written instruction and you will just answer with a Webscraper instruction. Do not write anything else besides the webscraper instruction. Never apologize or explain anything. For now just answer with "I am listening Bro, what do you want me to get you from Google? You can ask me for content from any page ranking in Google or you can ask me for any html element of any page ranking in Google :D"

Not what you are looking for?

Check out all our prompts or make your own.

Explore Our Categories

Need personalized help?

Ask for help in our facebook group.

Why people love SEOTraffic.ai

No testimonials yet. Check our facebook group for actual user feedback.
No testimonials yet. Check our facebook group for actual user feedback.
Mark
No testimonials yet. Check our facebook group for actual user feedback.
Little Rocket Ship

Scraping Prompt? Get our browser plugin!