How to only answer PAA Q's?

lunapt

Power Member
Joined
Jan 23, 2014
Messages
589
Reaction score
219
If i already scraped my own PAA's, how does one go about it on Wordpress?

Any help on software that can output my bulk questions into separate articles on Wordpress on autoblog?
ty
 
Almost everyone here have built their own software to accomplish what you are looking for. I'm afraid there is not such software publicly available now. Anyhow you can check thread from @Alma who is selling his PAA software.
 
If i already scraped my own PAA's, how does one go about it on Wordpress?

Any help on software that can output my bulk questions into separate articles on Wordpress on autoblog?
ty
Your question doesn't make any sense.

How did you scrap them in the first place?
Normally, you would have ONE question as a starting point, then X amount of clicks on the PAA dropdowns, your scraper would select X amount of PAAs, put them together into an article, and post on WordPress.

If you just put 0980980989034 PAAs into a file, there's no way of knowing which question belongs to what title/question.
There has to be a grouping.
 
If the questions are extremely simple, answer them with AI writers. If the questions are more complex like this one: "How many legs does a horse have?" then you are basically fked and need to answer them manually because AI will answer 9 legs.
 
Your question doesn't make any sense.

How did you scrap them in the first place?
Normally, you would have ONE question as a starting point, then X amount of clicks on the PAA dropdowns, your scraper would select X amount of PAAs, put them together into an article, and post on WordPress.

If you just put 0980980989034 PAAs into a file, there's no way of knowing which question belongs to what title/question.
There has to be a grouping.
I meant if I only scraped questions xd that's the easy part
 
If the questions are extremely simple, answer them with AI writers. If the questions are more complex like this one: "How many legs does a horse have?" then you are basically fked and need to answer them manually because AI will answer 9 legs.
1662578197769.png
1662578324534.png
I meant if I only scraped questions xd that's the easy part
Manually or openAI is your only option.

You should really invest your time into learning how to scrap the answers as well.
 
I could only get openai to answer one question at a time. Have u found a way to bulk?
Code a tool that sends each question and once the results of each question are obtained, group them in a text or csv file.
 
I could only get openai to answer one question at a time. Have u found a way to bulk?
Need this answer too :D

Currently I'm using simple php+curl for this task, later i join the output into single txt file or insert into db by grouping the main keyword
 
Not going to work anyway because your
Using duplicate info.

And that is a huge penalty.

You have to write a script as said above.

You also have to run everything thu something like Grammarly to change the words to the same words but different meanings to get a better duplication score.

So it is a programmer's job.

Google to smart for this crap being honest
 
I could only get openai to answer one question at a time. Have u found a way to bulk?
1662640223824.png
Use their documentation, i think they have a curl script that's already available on their page, just need to edit it.
 
Yeah man, I know that. It was about that google joke.

But for PAAs it's really bad at answering even with detailed prompts, needs fine tuning for each subniche.
Yes, after posting those two pictures, I turned the temperature up to 1 and it gave me funny answers.
Like, the horse has 3 legs, and the 4th one is the tail but people confuse it with a leg ))))
 
Use FAQ schema
Yoast has this feature built-in and can you can access it in Guttenberg editor
 
faq schema + you gotta code it
 
Back
Top