Questions and answers regarding the schema creator tool

Frequently Asked Questions and Answers for the Schema Creator Tool for FAQ Webpages

Frequently Asked Questions regarding the online tool to create structured data for FAQ web pages as of August 2, 2019.

Is the FAQ page schema creator tool easy to use?

Yes, the tool is very easy. You simply copy the questions and answers from your FAQ web page into the form, add your email address and press "Submit". An email is then delivered to your inbox with the properly formed structured data.

Is the FAQ page schema creator free to use?

The tool is absolutely free to use.

Will my email address be used for marketing, sold or shared with other organizations?

No it will not.  At this time, your email address is only used to send you the code snippet. It is not stored into a CRM for marketing or other purposes, shared, or sold.  It is maintained for 24 hours while your code snippet is available for download.  Once the 24 hours is elapsed, no trace of your email remains.

In the future we may include an explicit opt-in option on the input form to allow us to send occasional marketing emails and newsletters.

What is the catch?

There is no catch. The tool was initially developed for my own productivity and because I am a bit of a geek and enjoy doing this kind of thing. I thought others might benefit from it, so I decided to put it online without any catches. The approach falls under the sustainable marketing approach.

Are there other code snippets available?

Not as of Aug 2, 2019. However, I have a couple of ideas about a few more code snippets to add in the near future. I would love to hear from you on what you think would be helpful.

Is there an example of the code snippet generated by the tool?

The following is the rich snippet returned by Google for this FAQ page.
The following is the code generated for this FAQ page, less this final question/answer.

<script type = "application/ld+json">
"@context" : "https://schema.org",
"@type" : "FAQPage",
"mainEntity" : 
[{ 
"@type" : "Question",
"name" : "Is the FAQ page schema creator tool easy to use?",
"acceptedAnswer": {
"@type" : "Answer",
"text" : "Yes, the tool is very easy. You simply copy the questions and answers from your FAQ web page into the form, add your email address and press \"Submit\". An email is then delivered to your inbox with the properly formed structured data."
 } 
 }
,{ 
"@type" : "Question",
"name" : "Is the FAQ page schema creator free to use?",
"acceptedAnswer": {
"@type" : "Answer",
"text" : "The tool is absolutely free to use."
 } 
 }
,{ 
"@type" : "Question",
"name" : "Will my email address be used for marketing, sold or shared with other organizations?",
"acceptedAnswer": {
"@type" : "Answer",
"text" : "No it will not. At this time, your email address is only used to send you the code snippet. It is not stored into a CRM for marketing or other purposes, shared, or sold. It is maintained for 24 hours while your code snippet is available for download. Once the 24 hours is elapsed, no trace of your email remains.

In the future we may include an explicit opt-in option on the input form to allow us to send occasional marketing emails and newsletters."
 } 
 }
,{ 
"@type" : "Question",
"name" : "What is the catch?",
"acceptedAnswer": {
"@type" : "Answer",
"text" : "There is no catch. The tool was initially developed for my own productivity and because I am a bit of a geek. I thought others might benefit from it, so I decided to put it online without any catches. The approach falls under the sustainable marketing approach."
 } 
 }
,{ 
"@type" : "Question",
"name" : "Are there other code snippets available?",
"acceptedAnswer": {
"@type" : "Answer",
"text" : "Not as of Aug 2, 2019. However, I have a couple of ideas about a few more code snippets to add in the near future. I would love to hear from you on what you think would be helpful."
 } 
 }
 } 
 </script>
Go to the Tool
Share by: