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

  • 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
  • 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
  • ShediShedi Somewhere
    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

    Would you like to share such 3rd party that can do it?
  • ShediShedi Somewhere
    cherub said:
    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.
    I wish we had a variable for author nick/admin name (anyone) as well. @Sven I'd appriciate if you can get it done. Guess extracting such variable is not difficult at least on WP . It would make a big difference in approval (on niche site) as it create a nice personna. 
  • DnsaddrDnsaddr Internet
    edited March 18
    This would be a really useful feature especially for generating blog comments and forum posts in real time.
    It would be even better if support for OpenRouter.ai could be included as well. With OpenRouter, users can route requests to multiple AI APIs and providers from a single place, which gives much more flexibility in terms of model choice, pricing and reliability.
    Having that kind of integration would make the feature more future-proof and convenient for users who don’t want to rely on just one provider.
  • I think the purpose of this post is to let GSA SER post unique comments related to the blog post. If that's the case, I totally agree and need to know to.
Sign In or Register to comment.