A lot of the discourse surrounding the impression of synthetic intelligence (AI) on website positioning has been about content material creation. This makes excellent sense. Massive language fashions (LLMs) have essentially modified the velocity at which companies and people can produce weblog posts, advertising copy, social media posts and far more.
I’m not the primary to offer the caveat that whereas AI instruments might help you velocity up your writing course of, they’ll additionally open up your web site to quite a lot of website positioning dangers together with duplicate content material, violations of Google’s E-E-A-T Guidelines, usually robotic copywriting that’s devoid of name voice and persona, and a number of different points.
AI content material technology is actually one thing that may assist SEOs and companies moderately. Google itself has basically okayed the usage of AI, so long as it’s with intent to provide “helpful content”. This may be simpler stated than finished.
On this article, I wish to spotlight some ways in which free AI instruments like ChatGPT might help website positioning’s with all kinds of different duties, apart from creating content material. There are a variety of issues that SEOs do on a regular basis that may considerably be sped up and even fully finished by free AI instruments like ChatGPT. These can vary from On-Web page website positioning optimizations to Technical website positioning initiatives.
Let’s get into it.
1. Create Schema markup
Maybe probably the most easy means wherein instruments like ChatGPT can simplify our work as SEOs is by writing schema markup for us. I’ll maintain this part quick, as the method in itself is pretty easy.
How one can Use AI to Create Schema Markup
-
Write a ChatGPT immediate that describes the schema you wish to create, and for which web page.
-
QA the outcomes and run them via a Schema validating device.
-
Implement the schema. Submit your URL to Google.
-
That’s it!
Keep in mind, ChatGPT sometimes won’t go to a URL for you, so you’ll need to stick the whole textual content of your web page within the immediate.

The response is a block of schema code which you could paste right into a validator. Word that the response was not 100% excellent, therefore the necessity to QA. ChatGPT missed the identify of the writer group. Earlier than dropping this code onto the revealed web page in our CMS, I might change the identify of the group from “Instance” to “Moz.”

2. Key phrase clustering (pattern python code)
One other time-saving website positioning job which you could jumpstart with ChatGPT is the semantic grouping and categorization of keywords. This may be finished throughout the consumer interface (UI) of GPT, or via a python script that makes use of OpenAI’s API.
Utilizing the UI, I’ve had success grouping round 100 key phrases at a time. The output will sometimes be an indented, bulleted checklist of all of your phrases categorized into buckets.
A python script offers you extra flexibility to extend your variety of max tokens and assist you to work with longer lists of key phrases.
Beneath is an very simple python script that prompts OpenAI to give you classes for an inventory of key phrases.
import openai # Arrange OpenAI API key and mannequin ID openai.api_key = "YOUR_API_KEY" model_id = "text-davinci-003" # Outline the immediate to make use of with the OpenAI API immediate = """ classify the next key phrases into semantically associated teams: apple london banana practice automobile pizza sicily pasta """ # Use OpenAI's API to generate textual content primarily based on the immediate response = openai.Completion.create( engine=model_id, immediate=immediate, max_tokens=1024, n=1, cease=None, temperature=0.7, ) # Extract the generated textual content from the response generated_text = response.decisions[0].textual content # Print the generated textual content to the console print(generated_text)
The output will seem like one thing like this. You should utilize this output to switch groupings in your key phrase monitoring device of selection, reminiscent of Moz Pro. If you’re accustomed to utilizing Pandas, you’ll be able to flip the generated_text output right into a dataframe for a straightforward CSV export.
Fruits: Apple, Banana Cities: London, Sicily Transportation: Practice, Automotive Meals: Pizza, Pasta
3. Generate meta descriptions
ChatGPT is exceedingly good at taking massive quantities of textual content enter and summarizing it. What higher means for SEOs to make the most of AI’s summarization capabilities than producing meta descriptions? Since meta descriptions are inherently summaries of pages, pure language processing (NLP) fashions do job of extracting the primary concepts from a number of paragraphs of textual content and condensing them into one.
When feeding ChatGPT with textual content to summarize, you can too embrace just a few key phrases that you really want it to incorporate in its output. That is one other occasion the place you’ll need outdoors information from a device reminiscent of Moz Key phrase Explorer that will help you discover focus key phrases. After you have an concept of the primary key phrase(s) of the web page you wish to optimize, you’ll be able to embrace these in your meta description immediate. That immediate could look one thing like this:
“
Summarize the next textual content in 60 phrases, and embrace the next key phrases: search engine marketing, content material technique [full page text]
”
In my expertise, nonetheless, ChatGPT shouldn’t be excellent at limiting its responses to a sure phrase or character size. You might get one thing like this, and wish to alter or take away just a few sentences.

Nonetheless, this straightforward job may probably have saved you 10–quarter-hour of working with a clean web page (or CMS area) and given you a place to begin in your meta description.
4. Create FAQs (and tag them with schema)
One other job that leverages ChatGPT’s summarization capabilities is the creation of incessantly requested questions (FAQs).
Immediate GPT to create FAQs for a bit of web page copy that you just paste into the device, and AI will generate some pattern FAQs for you. The responses it offers tends to be temporary, which is good for tagging them with FAQ schema.
After you’ve reviewed and edited the FAQ options that ChatGPT offers, circle again to tip #1 and paste them again into ChatGPT to generate FAQ schema which you could add to your web page.

5. Topical analysis
Whereas OpenAI’s free ChatGPT device doesn’t present Key phrase Quantity or different vital website positioning key phrase metrics, it might nonetheless be an efficient engine for producing content material concepts associated to a given key phrase.
When paired with a device like Moz Keyword Explorer, the outcomes might be highly effective.
Start the method as you’d usually strategy key phrase analysis. Determine an inventory of key phrases that you just wish to embrace in your web page. Then, ask ChatGPT to create subject concepts associated to those phrases.
I discover that prompting the device for round 50 subjects offers you pattern of web page concepts with out repetition.
The outcomes are usually not all going to be excellent titles so that you can copy and paste into your CMS with out reviewing them, however they’ll quickly (and I imply RAPIDLY) provide you with a way of path in your editorial calendar, content material advertising technique and even social media posts. Every of the ideas recognized right here about website positioning, specializing in the desired key phrases, has the makings of a well-intentioned weblog put up subject.
6. website positioning content material briefs
After you have finished your key phrase analysis and compiled phrases that you just wish to embrace into a brand new web page in your web site, strive asking ChatGPT to make use of them to create a web page define for you, together with a attainable web page title.
This will function an awesome jumping-off-point in your editorial staff (otherwise you) to work with to jot down your full article. An overview or content material temporary for a web page about key phrase analysis could look one thing like this:

As is a recurring theme with the usage of AI for website positioning, the outcomes are usually not excellent, however they’ll generate concepts so that you can take and run with. For instance, chances are you’ll notice that this define doesn’t get into the ideas of Search Quantity or Key phrase Issue, which you wished to handle in your web page. You may tweak your immediate to specify just a few further key phrases that you just’d like to incorporate, or manually edit ChatGPT’s output to fit your wants.
My guess is pretty much as good as any concerning the path AI will steer the digital advertising trade, and extra particularly website positioning. What I do know is that proper now, there are such a lot of methods wherein AI could make tedious features of my job much less time consuming, so I can focus my consideration on extra strategic and big-picture issues. Hopefully this checklist helps you do the identical.