How To Create FAQ Schema In Bulk?

anshulmathur

Power Member
Joined
Nov 5, 2014
Messages
584
Reaction score
194
I want to generate an FAQ schema in bulk for questions and answers written in text. Requesting "Python Developers" to help me, please.

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 10-15 questions with their answers at once and get the FAQ Schema code for them?

Actually, I am trying autoblogging with WP Automatic.
I was able to scrape the questions but the FAQ 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.
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 help!
Regards
 
Back
Top