How I use ChatGPT - podcast episode cover

How I use ChatGPT

Feb 02, 202410 minSeason 1Ep. 63
--:--
--:--
Download Metacast podcast app
Listen to this episode in Metacast mobile app
Don't just listen to podcasts. Learn from them with transcripts, summaries, and chapters for every episode. Skim, search, and bookmark insights. Learn more

Episode description

Send us a text

Ever been bogged down by the intricacies of SEO technicalities? Prepare to have your mind blown as I, Ed Dawson of KeywordsPeopleUse.com, journey through the transformative powers of ChatGPT in SEO practices. I've pivoted from skeptic to advocate, and in this episode, I'm spilling the beans on how this AI has revolutionized my approach to technical SEO tasks. Get ready to learn about the incredible ways ChatGPT simplifies the implementation of hreflang tags, crafts complex robots.txt files, and generates schema markups faster than you can say "search engine optimization."

As an affiliate marketer with over 20 years in the website game, I've seen it all—until now. I'm taking you behind the scenes to reveal how ChatGPT smoothly handles programming regular expressions and interacts with third-party APIs like a charm. Remember my struggle with the YouTube API? ChatGPT turned that around, saving me endless hours of Googling and troubleshooting. By the end of this session, you'll be equipped to supercharge your SEO strategy and tackle tasks like a pro with AI as your secret weapon. Whether it's optimizing content with precision or navigating APIs with ease, this episode is your ticket to soaring efficiency and SEO mastery.

SEO Is Not That Hard is hosted by Edd Dawson and brought to you by KeywordsPeopleUse.com

Help feed the algorithm and leave a review at ratethispodcast.com/seo

You can get your free copy of my 101 Quick SEO Tips at: https://seotips.edddawson.com/101-quick-seo-tips

To get a personal no-obligation demo of how KeywordsPeopleUse could help you boost your SEO and get a 7 day FREE trial of our Standard Plan book a demo with me now

See Edd's personal site at edddawson.com

Ask me a question and get on the show Click here to record a question

Find Edd on Linkedin, Bluesky & Twitter

Find KeywordsPeopleUse on Twitter @kwds_ppl_use

"Werq" Kevin MacLeod (incompetech.com)
Licensed under Creative Commons: By Attribution 4.0 License
http://creativecommons.org/licenses/by/4.0/

Transcript

Speaker 1

Hello and welcome to episode 63 of SEO is not that hard . I'm your host , ed Dawson , the founder of KeywordsPeopleUsecom . These solutions find the questions people ask online . I'm the affiliate marketer SEO . I've been building and monetizing websites for over 20 years . I've built sites from the ground up , bought sites and sold sites in large exits .

I'm here to share with you the SEO knowledge , hints and tips I've built up over the years . Today I'm going to talk about how I use chatGPT .

So back in the last episode number 62 of SEO is not that hard I was pretty negative on using chatGPT as an SEO research tool for things like keyword research and keyword clustering and that kind of thing , but it doesn't mean I don't find it incredibly useful in other ways .

So in this episode I want to share some light on where chatGPT can be a really great and useful productivity tool in the ways that I use it . So if we look at chatGPT , what it has got a fantastic amount of information on is technical how to . It knows how to do and how to implement huge amounts of technical problems .

I've yet to come across a technical issue or technical question I've gone to it with where it hasn't known the answer or it's given me an incorrect answer . So , seo-wise , some of the things it's really good at doing is things where there's a technical manual that explains how to implement it . So this is things like hreflang .

So hreflang is easy to get wrong , it's quite complicated to do , but it actually follows a defined rule set and chatGPT is really good at sorting out your hreflang tags on pages . So if you're trying to implement hreflang , then it's really good to use chatGPT to help you along that process .

It's the same with robotstxt Again another SEO topic , which follows defined set of rules and chatGPT understands those rules really well . So you can have it create robotstxt rules for you , and quite complex ones . You can tell it in human language what you're trying to achieve .

It will create the robotstxt code for you and then , obviously , you can go and use a robotstxt checker to make sure it actually works , but it's really good at creating things like that for you . Another fantastic use is to create schema markups .

So , for example , if you wanted to get the schema markup for a recipe , you can just give chatGPT the recipe and then say please create me the schema markup for this and it will do that for you . You can then just cut and paste it out Again . You can check it into schemaorg to check it's valid and then put it in the page .

You can even ask chatGPT where on the page should I put this ? And it's really good at those kind of things . And if you get into more sort of technical stuff , like how to make regular expressions and how , if you want to work with third party APIs , it's really good .

If you're trying to work with an API , say like I'll do some work with a YouTube API , a couple of weeks ago I just said to right , I want to .

This is what I want to achieve with YouTube API , and it just step , step , step tell me what you need to be doing where I need to go to register the access to the API , how to communicate with the API and how to put it into a Python script .

Just really really quick and easy and saves a hell of a lot of googling around and trying to sort out how to solve the problem that you're trying to achieve .

It's what it's really good at is taking you can give it a problem in in plain English what you're trying to achieve with what , and it can then fill in all the blanks for you and save you having to research around the subject . It will be able to just say right , all right , you're trying to achieve this with this . This is how you do it .

It's also really great if you're front of crunch data and you're using a spreadsheet like Google Sheets for Excel and you know you want to do something a little bit more complex than the sort of standard basic functionalities of these spreadsheets . You can just say to um Tatupt how do I achieve this in um Google Sheets ?

Just through the day I was doing something simple and I've never tried to compare the difference between two dates and get the result in months . I just said to Tatupt how do I do this in plain English ? And then it came out and said oh , just use this function and this is an example of how to do it . So it's really good for those things .

It can save you a lot of time on research on how to achieve certain things . I've also used it quite a lot when prototyping for new tools for keywords people use . So it's really , really good . I can say to it in terms of I'm trying to achieve a certain outcome , how do I do this ?

And it can suggest libraries that you can use and even give examples of how to code it . I find it really good for just doing basic input and output type stuff . Like you know , I'm very well versed in SQL and I can write SQL from scratch myself .

But I find it's actually quicker for me to just tell Chuchypt in straight English what tables I want , what fields I want in them , and it will just create all the MySQL code for me to do that .

And again for simple and even some more complex MySQL queries just tell it what I'm trying to get out of the database and it will generate those MySQL queries for you . So I find it very useful for things like that .

It's just up to my productivity level and so it takes off some of the burdensome side of development , which can be some of the creating like the boilerplate code . It can be really good at creating sort of boilerplate code with a little bit more depth for you to just to get you moving and trying things quicker .

So I'm now achieving things , especially when prototyping and playing around , that might have taken me a week , you can get done in less than a day now . So things like that it's really really good for because it understands the programming languages , it understands the API , it understands all these things because it's read and understood that knowledge .

It's been built up into its , into its model , and then you can query it to ask it questions to achieve things using those things it knows how to do , and for that I'm absolutely astounded at how good it is . There are other things .

I've seen people use it for SCOIs , like creating meta descriptions and titles at scale not something I've done myself , but I've seen plenty of other people talking about it . I have used it for some content in terms of creating content outlines , but I've never just for Betum used the content outlines it's generated .

But it is good for just maybe giving yourself some ideas , since the things you've missed . Sometimes it puts in erroneous stuff . As I say I've said in other ones , content that it produces is still . It's not there . It's not as good as it can produce a huge scale , but the quality is not there that you get from a human writer .

The kind of the intonation and the creativity of a human writer isn't there , because it's only working off stuff that it's er . It's averaged from elsewhere , so you're really getting an average of the existing kind of content . You're not really getting anything truly new when it's creating content . So that's what .

It's not quite there yet , but it can be very good for helping you get inspiration for content and maybe seeing where you might have missed things , seeing content gaps , and I've certainly used it and for some of those respects . So if I was to summarize , it would be that chat gpt is great as like a productivity assistant that you can go to with that .

How do I do this ? How do I do that ? I'm trying to achieve this . What can you suggest ? And it's really good at that . Especially the more technical the thing that you're asking , the more definitive those things are then . Yeah , they work really really well .

When it comes to the sort of content creativity bit which is where most people most the hype seems to be , I still think it's not there yet , and that's not to say I don't think it's going to get better over time , but I think right now chat gpt is great as a productivity kind of like an awesome sort of assistant that knows the answers to the questions that

you've got , but hasn't got the creativity to generate the ideas to build the things you need to build . Thanks for listening to . Episode 63 of SEO is not that hard . I really appreciate it . Please subscribe and share . It really helps . Seo is not that hard . Is brought to you by keywordspeopleusecom , the solution to finding the questions people ask online .

See why thousands of people use us every day . Try it today for free at keywordspeopleusecom . If you want to get in touch , have any questions , I'd love to hear from you . I'm at channel 5 on Twitter . You can email me at podcast at keywordspeopleusecom . Bye for now and see you in the next episode of SEO is not that hard .

Transcript source: Provided by creator in RSS feed: download file
For the best experience, listen in Metacast app for iOS or Android