EASIEST Way To Build AI-Generated Blog Writer In Webflow (GPT-3)

Поділитися
Вставка
  • Опубліковано 3 січ 2025

КОМЕНТАРІ • 31

  • @uxMustafa
    @uxMustafa Рік тому +4

    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.

    • @alexleischow
      @alexleischow  Рік тому +1

      Good to know

    • @angeljnieves
      @angeljnieves Рік тому +1

      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.

    • @uxMustafa
      @uxMustafa Рік тому +1

      ​@@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."

  • @sugoagency
    @sugoagency Рік тому +1

    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.

  • @lexib9516
    @lexib9516 Рік тому

    Hey there, beautiful eyes. I absolutely loved this video. You broke it down in the simplest terms for folks like me. Thanks so much.

  • @maciekjutrzenka3844
    @maciekjutrzenka3844 8 місяців тому

    Thanks!

  • @caiobrosssi
    @caiobrosssi 2 роки тому

    i am impressed how clever you are

  • @aliabassi1
    @aliabassi1 2 роки тому

    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.

  • @crooker2
    @crooker2 Рік тому

    I love how this post is three months old and already largely obsolete. :) interesting video though. Thanks!

  • @pelangos
    @pelangos 2 роки тому +3

    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.

  • @linurxao
    @linurxao Рік тому

    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?

  • @MotivationalMini
    @MotivationalMini 2 роки тому

    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?

    • @alexleischow
      @alexleischow  2 роки тому +1

      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/

  • @ahmedrioo2849
    @ahmedrioo2849 2 роки тому

    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

    • @alexleischow
      @alexleischow  2 роки тому

      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

  • @exventure_
    @exventure_ 2 роки тому

    really well done. all looks great but I am receiving an error on this line:
    let str = JSON.stringify(data.choices[0].text)

    • @exventure_
      @exventure_ 2 роки тому

      ERROR
      TypeError: Cannot read properties of undefined (reading '0')

    • @exventure_
      @exventure_ 2 роки тому

      any idea?

    • @taffyRAFF
      @taffyRAFF 2 роки тому

      @@exventure_ I'm getting the same issue

    • @alexleischow
      @alexleischow  2 роки тому

      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

  • @jefferycombs1146
    @jefferycombs1146 2 роки тому

    Im getting the following error:
    TypeError: cannot read properties of undefined (reading '0') on let str = JSON.stringify(data.choices[0].text)

    • @alexleischow
      @alexleischow  2 роки тому

      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

  • @lightyagami6823
    @lightyagami6823 2 роки тому

    You NEED to make a discord server

    • @alexleischow
      @alexleischow  2 роки тому

      I will do this! Thanks for the suggestion

  • @raywang3944
    @raywang3944 Рік тому

    The filter to correct the
    is awkward, better to use JSON.stringify(data.choices[0].text).replace(/\
    /g, '
    ')