How To Create FAQ Schema In Bulk?

anshulmathur

Power Member
Joined
Nov 5, 2014
Messages
584
Reaction score
194
Hi,

I want to generate an FAQ schema in bulk for questions and answers written in text.

Like I have a list of 100 Questions with Answers and I want to create an FAQ schema code for them.
All online tools are asking to add every question and answer 1 by 1.

Is there any way I can input 100 questions with their answers and get the FAQ Schema code for them?

Please help.
Regards
 
Show me the schema, how is it supposed to be, and one question. If it's not too much hassle, I might help you out.
 
Yeah, I think so too.
Actually, I am trying autoblogging with WP Automatic.
I was able to scrape the questions but the schema was not scraped in the correct format. It was not in blocks, rather all questions were just 1 block.

"mainEntity" tag was also missing, so Google was throwing an error.

So I thought to scrape the post and create the schema myself.

Looks like this is a job for a Python developer.
 
Hi,
Thanks for your generous offer :weep:


Here's the link to check the INPUT and OUTPUT

Input - https://raw.githubusercontent.com/bloggeranshul/faq-schema/main/Input
-> I want to simply copy-paste the Que Ans or I can also create a CSV file of them as input

Output - https://raw.githubusercontent.com/bloggeranshul/faq-schema/main/Output
-> I've used WP Automatic plugin to scrape the content from a website.
Please read my above comment to check if you can help with it as the correct WP Plugin Configuration will be much easier work.

Regards
Show me the schema, how is it supposed to be, and one question. If it's not too much hassle, I might help you out.
 
Yes, I am using WP Automatic to scrape Questions and Answers from a website. They are getting scraped in just a SINGLE BLOCK so they are not creating a schema markup.

I do have WP Automatic and Advanced Custom Field Pro plugins. Let me know if you know how to make WP Automatic scrape and put data in custom fields on ACF plugin so they work together and I won't have to do anything manually. ;)

It is on the WordPress website?
 
Hi @Alexion
Hope you are doing well.

Let me know if you have checked the Input and Output files and if you can help me with it. :weep:

Regards
 
Back
Top