In my last article, we saw that artificial intelligence is getting better and better at answering our questions, regardless of the subject matter or the sector.
Using GPT-3 technology, I demonstrated that an AI can successfully pass an SEO multiple-choice test as well as solve SEO case studies.
There are other, even more advanced, technologies, such as Deepmind’s Gopher, which outperform GPT-3 in the following fields: Humanities, social sciences, medicine, science, and math.
The following graph highlights the accuracy of the answers provided by Gopher, UnifiedQA, GPT-3, and a human expert.
This also suggests that the AI could potentially exceed the level of a non-expert person.
Image from Deepmind, June 2022
Presently, AI can be a useful supporting resource for many marketing topics.
Let’s take a look at how to work with AI and more importantly, how to integrate it into your business.
4 Ways To Interact With An AI Tool
We will focus on the main methods of interaction to successfully set up the best AI-human combination.
1. Using Your Web Browser
The most interesting kind of interaction is to plug the AI into your back-office or into your web browser with a Chrome plugin.
There are numerous potential applications, as you will be able to help your users with advanced projects like document classification, writing assistance, meta-tag generation, text extraction, and even suggesting new topics.
You can connect the AI to your tools via a simple Javascript call asking it to perform specific tasks.
Below is an example of a JS integration with GPT-3.
The example is oversimplified to show you that with 20 lines of code and the appropriate instructions, you can easily connect a language model like GPT-3.
var xhr = new XMLHttpRequest(); xhr.open("POST", 'https://api.openai.com/v1/engines/text-davinci-002/completions');
xhr.onreadystatechange = function () { if (xhr.readyState === 4) {
if (xhr.status==200){ var data=xhr.responseText; var jsonResponse = JSON.parse(data); answerGPT3 = jsonResponse["choices"][0]['text']; console.log(answerGPT3); } else { console.log('API error'); console.log(xhr.responseText); } }};
var prompt = "List 50 concepts about … "
var data = `{ "prompt": "PROMPT", "temperature": 0, "max_tokens": 256, "top_p": 1, "frequency_penalty": 0, "presence_penalty": 0 }`;
data = data.replace('PROMPT', prompt)
xhr.send(data);
If your back-office supports Javascript and you have seasoned developers, integrating advanced AI features has never been easier.
In order to test this initial connection, create a Chrome plugin to evaluate an AI on its capacity to correctly respond to certifications designed for experts.
To do this, use a Chrome plugin that allows optical character recognition to capture any kind of text.
Then, leverage a separate Chrome plugin that modifies a page’s CSS to make the page as understandable as possible.
In an example exercise, we assigned each answer of a multiple-choice test to a corresponding letter.
Then, with the previous 20 lines of code, we sent the instructions to the AI to generate the results in a text field.
With this program, called “Asimov’s tests,” the AI managed to pass several certifications.
I then tested the AI on the subject of medical science and it attained scores of more than 60%, without any previous training in a specific discipline.
This confirms that by choosing your subject correctly, the results produced by the AI can strongly help your teams to improve day-to-day work.
Image from LinkedIn, June 2022
2. Using Your Data Visualization Tools
Over the past few months, tools that generate documentation or facilitate code writing have started to appear.
One remarkable use case is to simply generate dashboards or SEO tools with instructions.
There are now open source tools like Streamlit that have very advanced components in Data Visualization or Data Manipulation.
By providing the appropriate instructions, it is easy to request the generation of an app that interacts directly with your data.
For example, you can generate a web application with a complete interface and functional code.
This practice is quite recent, because we use language models that are exclusively fed with computer code. And again, the results are quite impressive.
In the following graph, you can see all the most popular code generators and the data with which they were created.
CodeParrot: 50 GB.
GPT-3 Codex: 159 GB.
InCoder: 216 GB.
PolyCoder: 249 GB.
AlphaCode: 715.1 GB.
CodeGen: 1.38 TB.
It is possible to generate applications in many languages; the main ones are Java, C, JS, and PHP.
Image via Huggingface.co, June 2022
Whether you’re a beginner or an expert, I encourage you to give it a try – as the AI can create your SQL query or your graphs in a matter of seconds.
Practical use is important if you want to get better at using your favorite tools.
3. Using A Chatbot
You can also create a chatbot to answer very specific questions by clearly specifying what role it should play in the instructions.
Here, I ask the chatbot to respond as if it were a doctor, while also using a touch of kindness and humor.
Screenshot by author, June 2022
AI-based chatbots can therefore provide personalized advice and recommendations based on customer preferences. Don’t hesitate to tailor the AI to respond in a particular manner.
A great example is that of Danny Richman, who created an AI version of Google’s John Mueller, called MuellerBot.
This bot builds on the above principle to answer SEO questions as if John Mueller himself were answering them.
It’s both fun and unsettling, as the answers can be quite accurate.
Image from Danny Richman, June 2022
4. Using An AI Assistant Program
Lastly, AI assistants for SEO are programs that run in the background and apply SEO fixes if a page is poorly constructed or has classic errors.
Based on all the bugs fixed in the past, the assistant prepares correction templates that are applied and reviewed by a human before being rolled out.
This is very applicable in SEO, where we know that concerns about meta tag titles, descriptions, pagination, and links are typical problems.
Image from engineering.fb.com, June 2022
To do this, you can use GPT-3 in edit mode and modify the SEO pages using the appropriate instructions.
Below are my instructions:
Add a title with an H1 tag at the beginning of the text.
Add an <a href> link to the most important word in the body of the text.
Create useful outlinks at the end of text by using <ul><li>.
Add a YouTube video in the body of the text.
Put the top five concepts in bold.
Screenshot from OpenAI, June 2022
If we study the generated text, we can see that the results are excellent: The H1 title sums up the article, the words in bold are accurate, and the YouTube video and outbound links are relevant to the theme.
Screenshot from OpenAI, June 2022
In short: Your AI assistant can save you a lot of time.
Just a note: The links are all dummy links, but you can connect everything to a link database and use mapping tables to replace LINK1 with a link in your database or CSV file.
Now, you can appreciate the potential of automating these types of tasks.
Now that you know the different ways of interfacing a language model with your existing tools, don’t hesitate to implement the method(s) that works best for you, such as:
Content marketing has become one of the best (and most cost-effective) ways to get traffic to a website. When done right, the traffic keeps coming long after you stop actively promoting it.
If you own an e-commerce website and want to learn how to utilize blogging to grow your brand and increase your sales, this is the guide for you.
I’ve personally grown blogs to over 250,000 monthly visitors, and I’ve worked with dozens of clients in the e-commerce space to help them do the same. Here’s an overview of my seven-step process to starting and growing an e-commerce blog.
But first…
Why start a blog on your e-commerce site?
Creating a blog has a whole host of benefits for e-commerce websites:
It can help you move visitors along your marketing funnel so they eventually buy.
You’re able to rank highly for keywords on Google that your product pages could never rank for but that are still important for building brand awareness and finding customers.
You’re able to continue to get traffic without constantly spending money on ads.
It provides many opportunities to link to your product and category pages to help them rank better on the SERPs.
If you don’t know what some of these things mean, don’t worry—I’ll explain them along the way. But for now, let’s take a look at some e-commerce blogs that are working well right now so you can see the end goal.
Examples of successful e-commerce blogs
Three of my favorite examples of e-commerce websites using blogging are:
Solo Stove comes in at the top of my list due to its excellent use of videos, photos, and helpful information on the blog. It also does search engine optimization (SEO) really well, bringing in an estimated 329,000 monthly visits from Google (data from Ahrefs’ Site Explorer).
In fact, it’s grown its brand to such a level of popularity that it even created search demand for keywords that include its brand name in them, then created blog posts to rank for those keywords:
But that’s not all it did. Its blog posts also rank for other keywords in its marketing funnel, such as how to have a mosquito-free backyard or how to change your fire pit’s colors.
Then on its blog posts, it uses pictures of its fire pit:
Ranking for these keywords does two things:
It introduces Solo Stove’s brand to people who may eventually purchase a fire pit from it.
It gives the brand the opportunity to promote its products to an audience who may not have even known it existed, such as the “mosquito free backyard” keyword.
Moving on, skater brand Flatspot also does blogging well, with a cool ~80,000 monthly visitors to its blog just from search engines.
One of its tactics is to piggie-back on the popularity of new shoe releases from major brands like Nike, then use that traffic to get readers to buy the shoes directly from it:
Finally, let’s look at v-dog—a plant-powered kibble manufacturer that gets ~8,000 visits per month.
My favorite post it’s done is its guide to making wet dog food at home, which ranks for the featured snippet for “how to make wet dog food”:
This guide directly promotes v-dog’s product to make wet dog food. So people who search the query will be introduced to its brand and potentially buy its product to make their own wet dog food at home.
And there you have it—three examples of blogging for e-commerce that’s working right now. With that, let’s talk about how you can start your own blog.
Seven steps to start and grow an e-commerce blog
In my 10+ years as a professional SEO and freelance writer, I’ve worked with over a dozen e-commerce stores to help them grow their website traffic. I’ve also run several of my own e-commerce websites.
In that time, I’ve distilled what works into an easy-to-follow seven-step process:
1. Do some keyword research
I never start a blog without first doing keyword research. Not only does this make coming up with blog topic ideas much easier, but it also ensures that every blog post you write has a chance to show up in Google search results and bring you free, recurring traffic.
First, find a competitor who has a blog.Let’s say you’re selling dog food just like v-dog—if I search for “dog food” on Google, I can see some of my competition:
At this point, I look for relevant competitors. For example, Chewy and American Kennel Club are good competitors for research. But I’ll skip sites like Amazon and Walmart, as they are just too broad to get relevant data from.
Next, plug the competitor’s URL into Ahrefs’ Site Explorerand click on the Organic keywords report to see the keywords its website ranks for on Google:
In this example, it has over 700,000 keywords. That’s way too many to sort through. Let’s add some filters to make things easier:
First, set the KD (Keyword Difficulty) score to a maximum of 30 to find easier-to-rank-for keywords.
Then we can exclude brand name keywords using the “Keywords” dropdown, set it to “Doesn’t contain,” and type in the brand name.
If the website has /blog/ in its blog post URLs, you can also set a filter in the “URL” dropdown to “Contains” and type “blog” in the text field. In Chewy’s case, it doesn’t do that, but it does use a subdomain for its blog, which we can search specifically.
When you’re done, it should look like this:
In the case of chewy.com, this only shaved it down to 619,000 keywords. That’s still a lot—let’s filter it down further. We can apply the following:
Minimum monthly search volume of 100
Only keywords in positions #1–10
Only show keywords containing “dog,” since my example website only sells dog food, not all animal food
Here’s what it looks like with these new filters applied:
Now I can find some more related keywords like “what to feed a dog with diarrhea” or “can dogs eat cheese.”
In addition to picking interesting keywords, you can also get an idea of how to become a topical authority on the topic of dog food by searching “dog food” in Ahrefs’ Keywords Explorer.
This keyword is extremely difficult to rank on page #1 for. However, if we go to the Related terms report and set the KD to a max of 30, we can see keyword ideas that are still relevant but may be easier to rank high in the search results.
Go through and click the gray + sign next to any keywords you may want to target to add them to your list of potential article ideas.
2. Create templates for future blog posts
One of the first things I do when I create a new blog is to establish a repeatable template that I use for every post. Typically, it looks something like this:
It has breadcrumb navigation to help with SEO and navigation, the article title and the date it was last updated, then a short intro with an image on the right to make the lines shorter (and easier to skim). Finally, I include a clickable table of contents to help with navigation, then get into the article.
Within the article itself, I will use headers (H2s) and subheaders (H3s) to make my content easier to skim and to help Google understand what each section is about.
You can make templates for every kind of post you plan on creating—such as list posts, ultimate guides, tutorials, etc.—and reuse them for every post you ever create. It’s a huge time-saver.
While you’re at it, you should also create a standard operating procedure (SOP) that you go through for every article. This could include writing guidelines, what to do with images, formatting, tone, etc.
3. Outline your article
I never dive into writing an article without outlining it first. An outline ensures the article is well structured and planned before you start writing, and it bakes SEO right into your writing process. It’s another big time-saver.
Typically, you want this outline to include:
Potential title or titles of the article
Target keyword
Brief description of the article angle
Links to competing articles on Google for research
Headers and subheaders, with brief descriptions of the section as needed
Here’s a look at part of an example outline I’ll either send to my writers or write myself:
Next up, it’s time to write your article. As you write more articles, you’ll find what works for you—but you may find it easier to fill in the sections then go back and write the intro once the article is finished.
Ensure your images have alt text – This is the text Google uses to read what the image is about, as well as what is shown to readers if the image can’t render.
Finally, publish your post and give yourself a pat on the back.
5. Add product promotions, email opt-ins, and internal links
Before you promote your content, there are a few things you can do to squeeze more ROI from it—namely, you should add a way for people to either push them through the funnel toward purchasing a product or subscribe to your email list. I’ll give an example of each.
First, Solo Stove wrote an article titled “Ambiance Is A Girl’s Best Friend,” where it promotes its tiny Solo Stove Mesa as a way of improving a space’s ambiance:
Beyond directly promoting your products in the articles, you can also add email opt-ins that give people a percentage off their orders. You may lose a little money on the initial order. But once you get someone’s email address, you can promote to them again and get multiple orders from them.
For example, Primary sells kids’ clothing and uses this email pop-up to promote money off its products after you spend a certain amount of time on its website:
Just make sure your discount code only works once per unique IP address. You can learn more about how to do that here if you use Shopify.
Finally, when you publish an article, you should make it a point to add internal links to your new article from older articles.
This won’t be as important for your first few because you won’t have a ton of articles. But as your blog grows, it’s an important part of the process to ensure your readers (and Google) can still find your articles and that they aren’t buried deep on your site.
The other important piece of promoting your content is getting other website owners to link to your new articles. This is called link building, and it’s a crucial part of SEO.
There are many ways to build links. Some of the most popular include:
Link building is an entire subject on its own. If you’re serious about blogging and getting search traffic, it’s a crucial skill to learn.
7. Scale your efforts
The final step in blogging for e-commerce is scaling up your efforts by creating repeatable processes for each step and hiring people to do the tasks you yourself don’t need to be doing.
You can hire freelance writers, outreach specialists, editors, and more. You can put together a full SEO team for your business.
If you’re not in a place to start hiring, there are still things you can do to squeeze more output from your time, such as creating the SOPs I mentioned earlier.
Final thoughts
Blogging is one of the best ways to increase your e-commerce store’s traffic and sales. It costs less than traditional paid advertising and can continue to provide a return long after a post has been published.
This guide will hopefully help you start your e-commerce blog and publish your first post. But remember that success with blogging doesn’t happen overnight. In fact, it takes three to six months on average to see any results from your SEO efforts. Keep learning and be patient.
What can you do to determine the most effective ways to allocate your marketing budget?
Facing these tough decisions can put you on your heels if you’re not equipped with the right information.
Luckily, there’s a new way to leverage your company’s data to estimate your ROI and take the guesswork out of your next campaign.
With a simple mathematical formula, you can predict the amount of traffic and revenue you’ll generate before even setting your strategy in motion – and you can do it all in just five steps.
Want to learn how?
Join our next webinar with Sabrina Hipps, VP of Partner Development, and Jeremy Rivera, Director of Content Analysis at CopyPress, to find out how to analyze specific keywords and forecast your SEO results.
Not too fond of math? Don’t worry – we’ll provide access to free tools and a downloadable calculator to help automate this process and save you time.
Key Takeaways From This Webinar:
Learn how forecasting your SEO can help you build better campaigns and choose the right keywords.
Get step-by-step instructions to predict revenue and website traffic for your next SEO campaign.
Access a free handout, resources, and online tools that will save you time and supercharge your content strategy.
In this session, we’ll share real-life examples and provide guidance for the decision-makers within your organization to start getting the most out of your marketing efforts.
By better understanding the market potential of your product or service, you’ll be able to make more informed decisions and effectively maximize your ROI.
Sign up for this webinar and discover how you can secure a sufficient marketing budget and use SEO keywords to forecast the results of your future content campaigns.
Google Search Advocate John Mueller and Analyst Gary Illyes share SEO tips for news publishers during a recent office-hours Q&A recording.
Taking turns answering questions, Mueller addresses the correct use of the lastmod tag, while Illyes discusses the benefits of separate sitemaps.
When To Use The Lastmod Tag?
In an XML sitemap file, lastmod is a tag that stores information about the last time a webpage was modified.
Its intended use is to help search engines track and index significant changes to webpages.
Google provides guidelines for using the lastmod tag, which could be used to alter search snippets.
The presence of the lastmod tag may prompt Googlebot to change the publication date in search results, making the content appear more recent and more attractive to click on.
As a result, there may be an inclination to use the lastmod tag even for minor changes to an article so that it appears as if it was recently published.
A news publisher asks whether they should use the lastmod tag to indicate the date of the latest article update or the date of the most recent comment.
Mueller says the date in the lastmod field should reflect the date when the page’s content has changed significantly enough to require re-crawling.
However, using the last comment date is acceptable if comments are a critical part of the page.
He also reminds the publisher to use structured data and ensure the page date is consistent with the lastmod tag.
“Since the site map file is all about finding the right moment to crawl a page based on its changes, the lastmod date should reflect the date when the content has significantly changed enough to merit being re-crawled.
If comments are a critical part of your page, then using that date is fine. Ultimately, this is a decision that you can make. For the date of the article itself, I’d recommend looking at our guidelines on using dates on a page.
In particular, make sure that you use the dates on a page consistently and that you structured data, including the time zone, within the markup.”
Separate Sitemap For News?
A publisher inquires about Google’s stance on having both a news sitemap and a general sitemap on the same website.
They also ask if it’s acceptable for both sitemaps to include duplicate URLs.
Illyes explained that it’s possible to have just one sitemap with the news extension added to the URLs that need it, but it’s simpler to have separate sitemaps for news and general content. URLs older than 30 days should be removed from the news sitemap.
Regarding sitemaps sharing the duplicate URLs, it’s not recommended, but it won’t cause any problems.
Illyes states:
“You can have just one site map, a traditional web sitemap as defined by sitemaps.org, and then add the news extension to the URLs that need it. Just keep in mind that, you’ll need to remove the news extension from URLs that are older than 30 days. For this reason it’s usually simpler to have separate site map for news and for web.
Just remove the URLs altogether from the news site map when they become too old for news. Including the URLs in both site maps, while not very nice, but it will not cause any issues for you.”
These tips from Mueller and Illyes can help news publishers optimize their websites for search engines and improve the visibility and engagement of their articles.