Great tutorial thank you! my only concern is Google AI will penalize AI-generated blogs so they need to be edited in Jasper, Grammarly and Surfer SEO and pass the AI detective tool before publishing.
@@angeljnieves Interesting insight! I asked ChatGPT and this is the answer: "If the AI-generated content is of high quality, relevant, and meets the standards of Google's algorithms, then it is possible for it to rank well in search results. However, if the content is low quality, irrelevant, or does not meet Google's guidelines, it may not rank well or even be removed from search results."
This is so sick - even if you have to edit before actioning the 2d stage of the process so not fully automated still is AWESOME, I've not used Airtable before. Is the table "blog post generator" a template you've renamed? If so if you have 5 mins could you share or advise? What about the inclusion of mages plus page SEO data? Also, do you have to use ChatGPT Pro to get access to the API? Im stoked I just found your channel.
Thanks dude great tutorial --- I went with divinci scrip 003 / I asked for the content to be in HTML format, and to write as if a human wrote it. Very cool results.
Good tip but I wouldn't suggest it. Google is cracking down on AI written posts. You can however, use it as maybe a starting point and have a human revise, add in more details. See how it returned an article with the word "rainbow" in like every other line? Google would see that as SEO spam, and instantly know it was AI written.
This is very good, I had this idea just today 😆 but I think that Google will put some SEO block in this kind of content very soon, just a felling, what do you think about that?
Great video! Couple of questions... is there a way to change the formatting of the output from the API call? What are you doing about images for your blog posts? Can you setup a workflow to automate those with Dall-E?
It looks like Dall-e just released their API documentation. I haven't tried this yet but probably very similar process! I've linked here: openai.com/blog/dall-e-api-now-available-in-public-beta/
Thank you! I am not familiar with IDX but just found this article that could be helpful for you: www.steelmandigital.com/blog/webflow-idx-integration-the-complete-guide
Not sure what is going on here! Check out this tutorial instead I think it is a much simpler way to connect to GPT-3 and write blog posts. Just tweak the prompt to fit your needs. ua-cam.com/video/nOMbFoylqyE/v-deo.html
Okay watch this video and tweak the GPT-3 prompt to write you a blog instead of summarizing an article. I think it's actually a simpler way to connect to GPT-3 without relying so much on this custom code script! Let me know if you still have questions afterwards. ua-cam.com/video/nOMbFoylqyE/v-deo.html
Great tutorial thank you! my only concern is Google AI will penalize AI-generated blogs so they need to be edited in Jasper, Grammarly and Surfer SEO and pass the AI detective tool before publishing.
Good to know
All ai detecting tools are smoke shows. Google doesn’t care if content is ai generated, as long as content is helpful to end user.
@@angeljnieves Interesting insight! I asked ChatGPT and this is the answer: "If the AI-generated content is of high quality, relevant, and meets the standards of Google's algorithms, then it is possible for it to rank well in search results. However, if the content is low quality, irrelevant, or does not meet Google's guidelines, it may not rank well or even be removed from search results."
This is so sick - even if you have to edit before actioning the 2d stage of the process so not fully automated still is AWESOME, I've not used Airtable before. Is the table "blog post generator" a template you've renamed? If so if you have 5 mins could you share or advise? What about the inclusion of mages plus page SEO data? Also, do you have to use ChatGPT Pro to get access to the API? Im stoked I just found your channel.
Hey there, beautiful eyes. I absolutely loved this video. You broke it down in the simplest terms for folks like me. Thanks so much.
Glad it was helpful!
Thanks!
i am impressed how clever you are
Haha thank you!
Thanks dude great tutorial --- I went with divinci scrip 003 / I asked for the content to be in HTML format, and to write as if a human wrote it. Very cool results.
Awesome, thanks for being here!
I love how this post is three months old and already largely obsolete. :) interesting video though. Thanks!
Good tip but I wouldn't suggest it. Google is cracking down on AI written posts. You can however, use it as maybe a starting point and have a human revise, add in more details. See how it returned an article with the word "rainbow" in like every other line? Google would see that as SEO spam, and instantly know it was AI written.
Ah good to know, thank you!
This is very good, I had this idea just today 😆 but I think that Google will put some SEO block in this kind of content very soon, just a felling, what do you think about that?
Great video! Couple of questions... is there a way to change the formatting of the output from the API call? What are you doing about images for your blog posts? Can you setup a workflow to automate those with Dall-E?
It looks like Dall-e just released their API documentation. I haven't tried this yet but probably very similar process! I've linked here: openai.com/blog/dall-e-api-now-available-in-public-beta/
Great video again,
i have a question of how can i add IDX Search or MLS search for webflow?
i do websites for real estate agents
Thank you! I am not familiar with IDX but just found this article that could be helpful for you: www.steelmandigital.com/blog/webflow-idx-integration-the-complete-guide
really well done. all looks great but I am receiving an error on this line:
let str = JSON.stringify(data.choices[0].text)
ERROR
TypeError: Cannot read properties of undefined (reading '0')
any idea?
@@exventure_ I'm getting the same issue
Not sure what is going on here! Check out this tutorial instead I think it is a much simpler way to connect to GPT-3 and write blog posts. Just tweak the prompt to fit your needs.
ua-cam.com/video/nOMbFoylqyE/v-deo.html
Im getting the following error:
TypeError: cannot read properties of undefined (reading '0') on let str = JSON.stringify(data.choices[0].text)
Okay watch this video and tweak the GPT-3 prompt to write you a blog instead of summarizing an article. I think it's actually a simpler way to connect to GPT-3 without relying so much on this custom code script! Let me know if you still have questions afterwards.
ua-cam.com/video/nOMbFoylqyE/v-deo.html
You NEED to make a discord server
I will do this! Thanks for the suggestion
The filter to correct the
is awkward, better to use JSON.stringify(data.choices[0].text).replace(/\
/g, '
')
Thank you :)