Skip to content

GSA - How to generate blog comments and forum posts in real-time using ChatGPT

Hi
How can I generate real-time blog comments and forum posts in GSA using ChatGPT and other AI models?
Tagged:

Comments

  • cherubcherub SERnuke.com
    You can use the #openai macro: https://docu.gsa-online.de/search_engine_ranker/macro_guide#openai_model_prompt_or_template_amount_of_words_keyword_temperature_language

    I think for blog comments though you should just get your AI of choice to generate a load of generic comments, spin them, and replace the default data with your spintax. Eg: give me 20 generic blog comments. each comment should contain multiple sentences
  • I need relevant comments – for ChatGPT to identify the topic of the article and generate a comment that aligns with the topic.
  • @Sven
    Nice examples  :D lol

    Example: #openai[gpt-3.5-turbo,write a positive sentence about humans.]
    Output: Humans have managed not to kill themselves as a species (yet).

    Example: #openai[gpt-4,Case Study,10,SEO Software,0.7]
    Output: A case study about SEO Software would be very nice.


    Thanked by 1alexzher
  • alexzher said:
    Hi
    How can I generate real-time blog comments and forum posts in GSA using ChatGPT and other AI models?
    You can do this via a 3rd party API.

    %file-http://domain.tld:5000/$targeturl$% in the blog comments field passes the blog URL to such

    Thanked by 2andrzejek alexzher
  • andrzejek said:
    @Sven
    Nice examples  :D lol

    Example: #openai[gpt-3.5-turbo,write a positive sentence about humans.]
    Output: Humans have managed not to kill themselves as a species (yet).

    Example: #openai[gpt-4,Case Study,10,SEO Software,0.7]
    Output: A case study about SEO Software would be very nice.


    I need ChatGPT to automatically identify the topic of the article in real time and generate a comment that aligns with that topic
  • alexzher said:
    andrzejek said:
    @Sven
    Nice examples  :D lol

    Example: #openai[gpt-3.5-turbo,write a positive sentence about humans.]
    Output: Humans have managed not to kill themselves as a species (yet).

    Example: #openai[gpt-4,Case Study,10,SEO Software,0.7]
    Output: A case study about SEO Software would be very nice.


    I need ChatGPT to automatically identify the topic of the article in real time and generate a comment that aligns with that topic
    Do not underestimate the budget you'll need. There is lots of input tokens that need to be processed.
    Thanked by 1alexzher
  • cherubcherub SERnuke.com
    For blog comments, the engine gives you access to two macro variables: %meta_keyword% and %blog_title%, extracted from the meta keywords tag and title tag of the comment page respectively. You could perhaps use those two in your prompt instead of sending the entire page to be processed as @organiccastle says.
    Thanked by 1alexzher
  • calixcalix Sweden
    If you have some coding experience you can write a small application, and then use the macro:

    %file-http://your-web-server/comment-generator/?target=$targeturl$%

    You server would then receive the targeturl, for which you could then download the entire DOM, extract all textual content and ask the AI to write a good comment.
    Thanked by 1alexzher
Sign In or Register to comment.