{"id":11,"date":"2020-01-26T20:07:20","date_gmt":"2020-01-27T01:07:20","guid":{"rendered":"https:\/\/wpsc-plugin.de\/?p=11"},"modified":"2021-09-02T08:00:00","modified_gmt":"2021-09-02T12:00:00","slug":"faq-page","status":"publish","type":"post","link":"https:\/\/wpsc-plugin.com\/how-to\/faq-page\/","title":{"rendered":"HowTo JSON-LD FAQ Page"},"content":{"rendered":"\n<p><strong>So you can easily integrate JSON-LD for questions &amp; answers (FAQ) and benefit from the special presentation e.g. in the SERPs of Google.<\/strong>  <\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>you research W-questions about your product\/topic<\/li><li>you integrate the question + answer using the dialog in your editor<\/li><li>save the post\/page and you will find the preformatted and schema.org marked content box in the frontend<\/li><li>with the check mark at &#8220;Render HTML&#8221; you can decide if the content should be displayed on your website or if you only want to output the JSON-LD in source code<\/li><\/ul>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><a href=\"https:\/\/wpsc-plugin.com\/wp-content\/uploads\/sites\/2\/faq-json-ld-en.png\"><img loading=\"lazy\" decoding=\"async\" width=\"614\" height=\"255\" src=\"https:\/\/wpsc-plugin.com\/wp-content\/uploads\/sites\/2\/faq-json-ld-en.png\" alt=\"FAQ JSON-LD\" class=\"wp-image-361\" srcset=\"https:\/\/wpsc-plugin.com\/wp-content\/uploads\/sites\/2\/faq-json-ld-en.png 614w, https:\/\/wpsc-plugin.com\/wp-content\/uploads\/sites\/2\/faq-json-ld-en-300x125.png 300w\" sizes=\"auto, (max-width: 614px) 100vw, 614px\" \/><\/a><\/figure><\/div>\n\n\n\n<p>If you use <strong>Gutenberg<\/strong> in your WordPress installation, you don&#8217;t have to pay attention to anything else. Even if you want to answer several questions on one page, just add several FAQs within one block (NOTE: several questions within one block &#8211; not several blocks on one page).<\/p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<p class=\"has-text-align-left\">In the old WordPress Editor (TinyMCE) this is a bit more complicated, because you have to work with shortcodes.<br><strong>The problem:<\/strong> in the TinyMCE no dynamic shortcodes work. A shortcode can only interpret a fixed defined thing. But multiple questions are dynamic (1 &#8211; n questions &amp; answers).<br>Therefore we decided to offer two shortcodes:<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.33%\">\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/wpsc-plugin.com\/wp-content\/uploads\/sites\/2\/auswahl-strukturelement.png\"><img loading=\"lazy\" decoding=\"async\" width=\"231\" height=\"244\" src=\"https:\/\/wpsc-plugin.com\/wp-content\/uploads\/sites\/2\/auswahl-strukturelement.png\" alt=\"auswahl-strukturelement\" class=\"wp-image-182\"\/><\/a><\/figure>\n<\/div>\n<\/div>\n\n\n\n<ul class=\"wp-block-list\"><li><em>Single FAQ<\/em> \u2013 thought if you only have a FAQ and want to get into the Answer-Box at Google. Here you can also design the answer and provide it with links<\/li><li><em>Multi FAQ \u2013 <\/em>intended for several FAQs on one page, e.g. to extend your snippet on Google. You can&#8217;t insert links into the answer here, because the quotation marks in HTML within a shortcut are automatically removed by the TinyMCE.<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code language-javascript\"><code>&lt;script type=\"application\/ld+json\"&gt;\n    {\n        \"@context\": \"https:\/\/schema.org\",\n        \"@type\": \"FAQPage\",\n        \"mainEntity\": &#91;\n                    {\n                \"@type\": \"Question\",\n                \"name\": \"W-Frage 1?\",\n                \"acceptedAnswer\": {\n                    \"@type\": \"Answer\",\n                    \"text\": \"Man kann die Inhalte auch &lt;a href=\\\"https:\/\/deineURL.com\\\"&gt;formatieren&lt;\\\/a&gt; z.B. als &lt;b&gt;LISTE&lt;\/b&gt;:\\n&lt;ul&gt;&lt;li&gt;Listenpunkt 1&lt;\\\/li&gt;&lt;li&gt;Listenpunkt 2&lt;\\\/li&gt;&lt;li&gt;Listenpunkt 3&lt;\\\/li&gt;&lt;li&gt;Listenpunkt 4&lt;\\\/li&gt;&lt;\\\/ul&gt;\"\n                    }\n            \t},\n\t        {\n                \"@type\": \"Question\",\n                \"name\": \"W-Frage 2?\",\n                \"acceptedAnswer\": {\n                    \"@type\": \"Answer\",\n                    \"text\": \"Eine weitere Antwort und falls Du magst auch ein &lt;a href=\\\"https:\/\/deineURL.com\\\"&gt;Link&lt;\\\/a&gt;.\"\n                    }\n                 },\n                 {\n                \"@type\": \"Question\",\n                \"name\": \"W-Frage 3?\",\n                \"acceptedAnswer\": {\n                    \"@type\": \"Answer\",\n                    \"text\": \"Einfach nur eine Textantwort. Nutzt z.B. die Cliffhanger-Technik, um die Klicks zu erhalten.\"\n                     }   \n                }\n         ]\n    }\n&lt;\/script&gt;<\/code><\/pre>\n\n\n\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Making settings in the Gutenberg FAQ block<\/h2>\n\n\n\n<p>Just click on the right margin in the block settings. Important: select the whole block, not the individual questions \u2026 \ud83d\ude09<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>change headline<\/li><li>set your own CSS class<\/li><li>determine whether areas should be open or closed (accordion)<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><a href=\"https:\/\/wpsc-plugin.com\/wp-content\/uploads\/sites\/2\/wp-gutenberg-faq-block-settings.png\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/wpsc-plugin.com\/wp-content\/uploads\/sites\/2\/wp-gutenberg-faq-block-settings-1024x294.png\" alt=\"WP Gutenberg FAQ Block Settings\" class=\"wp-image-704\" width=\"768\" height=\"221\" srcset=\"https:\/\/wpsc-plugin.com\/wp-content\/uploads\/sites\/2\/wp-gutenberg-faq-block-settings-1024x294.png 1024w, https:\/\/wpsc-plugin.com\/wp-content\/uploads\/sites\/2\/wp-gutenberg-faq-block-settings-300x86.png 300w, https:\/\/wpsc-plugin.com\/wp-content\/uploads\/sites\/2\/wp-gutenberg-faq-block-settings-768x221.png 768w, https:\/\/wpsc-plugin.com\/wp-content\/uploads\/sites\/2\/wp-gutenberg-faq-block-settings.png 1311w\" sizes=\"auto, (max-width: 768px) 100vw, 768px\" \/><\/a><\/figure>\n\n\n\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Single FAQ shortcode for TinyMCE<\/strong><\/h2>\n\n\n\n<pre class=\"wp-block-code language-inline\"><code>&#91;sc_fs_faq sc_id=\"fs_faqUniqueID\" html=\"true\/false\" headline=\"p or h2-h6\" img=\"img-id-231\" question=\"Deine Frage\" img_alt=\"img-alt text\" css_class=\"your-class\"]Deine Antwort \u2013 diese kannst du formatieren wie Du magst; inkl. Links&#91;\/sc_fs_faq]<\/code><\/pre>\n\n\n\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Multi FAQ shortcode for TinyMCE<\/strong><\/h2>\n\n\n\n<pre class=\"wp-block-code language-inline\"><code>&#91;sc_fs_multi_faq headline-0=\"h3\" question-0=\"Deine Frage 1\" answer-0=\"Deine Antwort 1\" image-0=\"\" headline-1=\"h3\" question-1=\"Deine Frage 2\" answer-1=\"Deine Antwort 2\" image-1=\"\" headline-2=\"h2\" question-2=\"Deine Frage 3\" answer-2=\"Deine Antwort\" count=\"3\" html=\"true\" css_class=\"\"]<\/code><\/pre>\n\n\n\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"faq\">FAQ<\/h2>\n\n\n\t\t<details\t\thelp class=\"sc_fs_faq sc_card    \"\n\t\t\t\t>\n\t\t\t\t\t<summary>\n\t\t\t\t<h3>\u2705 How to add links in MultiFAQ?<\/h3>\t\t\t\t\t<\/summary>\n\t\t\t\t<div>\n\t\t\t\t\t\t<div class=\"sc_fs_faq__content\">\n\t\t\t\t\n\n<p class=\"has-large-font-size\">The problem is, that you want to use quotation marks in the answers. Quatation marks within an shortcode are not possible. Delete the quotations marks and it will work.<br><br><strong>\u2013Background\u2013<\/strong><br>If you\u2019re using <strong>Gutenberg<\/strong> you can format the answer as you want.<br><br>If you\u2019re using <strong>Single FAQ<\/strong> in the TinyMCE to conquer the AnswerBox in the SERPs you can also format the answer between the opening and closing shortcode.<br><br>If your\u2019re using <strong>Multi FAQ<\/strong> in the TinyMCE then you reach the limits of the TinyMCE. Because the answers need to be in one shortcode you can\u2019t make use of HTML \u2013 the TinyMCE will delete the special characters &lt; &#8221; &gt; within the answer area of the shortcode.<br><br>We\u2019re sorry but this a limitation of the TinyMCE\/Shortcode itself. Switch to Gutenberg \ud83d\ude09<\/p>\n\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/details>\n\t\t\t\t<details\t\thelp class=\"sc_fs_faq sc_card    \"\n\t\t\t\t>\n\t\t\t\t\t<summary>\n\t\t\t\t<h3>\u2705 How to edit existing FAQ?<\/h3>\t\t\t\t\t<\/summary>\n\t\t\t\t<div>\n\t\t\t\t\t\t<div class=\"sc_fs_faq__content\">\n\t\t\t\t\n\n<p class=\"has-large-font-size\">Do you use the shortcodes? If yes, the lightboxmodal only works when creating the shortcode. If you want to modify the Questions or answers, please edit the shortcode itself.<br><br>If you want to merge multiple FAQ-shortcodes on a site just delete the shortcodes and create a new \u201cMultiple FAQ\u201d shortcode.<br><br>If you\u2019re using Gutenberg you can edit the FAQ block and format the answer as you want and you will always have an beautiful graphical userinterface.<br><br>Sorry but that are the limits of an shortcode within the tinyMCE.<br><\/p>\n\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/details>\n\t\t\t\t<details\t\thelp class=\"sc_fs_faq sc_card    \"\n\t\t\t\t>\n\t\t\t\t\t<summary>\n\t\t\t\t<h3>\u2705 Why does the FAQ shortcode not work?<\/h3>\t\t\t\t\t<\/summary>\n\t\t\t\t<div>\n\t\t\t\t\t\t<div class=\"sc_fs_faq__content\">\n\t\t\t\t\n\n<p class=\"has-large-font-size\">Please make sure you use normal quotation marks \u2013 there is a difference between<br>\u201d vs \u2033 vs &#8220;<br><br>The last one is the good one \ud83d\ude42 this can sometimes happen when you use the visual editor in special environments \u2013 then the tinyMCE formats the the quotation marks in a wrong way.<br><br>Just replace the quotation marks with the one you find on your keyboard (search&amp;replace function) and the shortcode works.<\/p>\n\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/details>\n\t\t\t\t<details\t\thelp class=\"sc_fs_faq sc_card    \"\n\t\t\t\t>\n\t\t\t\t\t<summary>\n\t\t\t\t<h3>\u2705 Why the Structured Data Testing Tool gives error with multiple FAQ?<\/h3>\t\t\t\t\t<\/summary>\n\t\t\t\t<div>\n\t\t\t\t\t\t<div class=\"sc_fs_faq__content\">\n\t\t\t\t\n\n<p class=\"has-large-font-size\">You do not need to insert the multi-FAQ Shortcode multiple times. You can answer all questions within one shortcode!<br>Select MultiFAQ in your TinyMCE and at the bottom of the lightboxmodal (where you insert the question and the answer) you\u2019ll find a button &#8220;Add one&#8221; \u2013 this means &#8220;Add another FAQ&#8221;. Then you can add second, a third etc. FAQ.<br>Please check the reference shortcode above.<\/p>\n\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/details>\n\t\t\n<script type=\"application\/ld+json\">\n\t{\n\t\t\"@context\": \"https:\/\/schema.org\",\n\t\t\"@type\": \"FAQPage\",\n\t\t\"mainEntity\": [\n\t\t\t\t\t{\n\t\t\t\t\"@type\": \"Question\",\n\t\t\t\t\"name\": \"\u2705 How to add links in MultiFAQ?\",\n\t\t\t\t\"acceptedAnswer\": {\n\t\t\t\t\t\"@type\": \"Answer\",\n\t\t\t\t\t\"text\": \"<p>The problem is, that you want to use quotation marks in the answers. Quatation marks within an shortcode are not possible. Delete the quotations marks and it will work.<br><br><strong>\u2013Background\u2013<\/strong><br>If you\u2019re using <strong>Gutenberg<\/strong> you can format the answer as you want.<br><br>If you\u2019re using <strong>Single FAQ<\/strong> in the TinyMCE to conquer the AnswerBox in the SERPs you can also format the answer between the opening and closing shortcode.<br><br>If your\u2019re using <strong>Multi FAQ<\/strong> in the TinyMCE then you reach the limits of the TinyMCE. Because the answers need to be in one shortcode you can\u2019t make use of HTML \u2013 the TinyMCE will delete the special characters &lt; \\\" &gt; within the answer area of the shortcode.<br><br>We\u2019re sorry but this a limitation of the TinyMCE\/Shortcode itself. Switch to Gutenberg \ud83d\ude09<\/p>\"\n\t\t\t\t\t\t\t\t\t}\n\t\t\t}\n\t\t\t,\t\t\t\t{\n\t\t\t\t\"@type\": \"Question\",\n\t\t\t\t\"name\": \"\u2705 How to edit existing FAQ?\",\n\t\t\t\t\"acceptedAnswer\": {\n\t\t\t\t\t\"@type\": \"Answer\",\n\t\t\t\t\t\"text\": \"<p>Do you use the shortcodes? If yes, the lightboxmodal only works when creating the shortcode. If you want to modify the Questions or answers, please edit the shortcode itself.<br><br>If you want to merge multiple FAQ-shortcodes on a site just delete the shortcodes and create a new \u201cMultiple FAQ\u201d shortcode.<br><br>If you\u2019re using Gutenberg you can edit the FAQ block and format the answer as you want and you will always have an beautiful graphical userinterface.<br><br>Sorry but that are the limits of an shortcode within the tinyMCE.<br><\/p>\"\n\t\t\t\t\t\t\t\t\t}\n\t\t\t}\n\t\t\t,\t\t\t\t{\n\t\t\t\t\"@type\": \"Question\",\n\t\t\t\t\"name\": \"\u2705 Why does the FAQ shortcode not work?\",\n\t\t\t\t\"acceptedAnswer\": {\n\t\t\t\t\t\"@type\": \"Answer\",\n\t\t\t\t\t\"text\": \"<p>Please make sure you use normal quotation marks \u2013 there is a difference between<br>\u201d vs \u2033 vs \\\"<br><br>The last one is the good one \ud83d\ude42 this can sometimes happen when you use the visual editor in special environments \u2013 then the tinyMCE formats the the quotation marks in a wrong way.<br><br>Just replace the quotation marks with the one you find on your keyboard (search&amp;replace function) and the shortcode works.<\/p>\"\n\t\t\t\t\t\t\t\t\t}\n\t\t\t}\n\t\t\t,\t\t\t\t{\n\t\t\t\t\"@type\": \"Question\",\n\t\t\t\t\"name\": \"\u2705 Why the Structured Data Testing Tool gives error with multiple FAQ?\",\n\t\t\t\t\"acceptedAnswer\": {\n\t\t\t\t\t\"@type\": \"Answer\",\n\t\t\t\t\t\"text\": \"<p>You do not need to insert the multi-FAQ Shortcode multiple times. You can answer all questions within one shortcode!<br>Select MultiFAQ in your TinyMCE and at the bottom of the lightboxmodal (where you insert the question and the answer) you\u2019ll find a button \\\"Add one\\\" \u2013 this means \\\"Add another FAQ\\\". Then you can add second, a third etc. FAQ.<br>Please check the reference shortcode above.<\/p>\"\n\t\t\t\t\t\t\t\t\t}\n\t\t\t}\n\t\t\t\t\t\t]\n\t}\n<\/script>\n\n\n\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Screenshots<\/h2>\n\n\n\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-blockgallery-carousel\"><div class=\"is-cropped blockgallery has-no-alignment has-caption-style-dark has-horizontal-gutter\"><div class=\"has-carousel has-carousel-lrg\" style=\"height:500px\" data-flickity=\"{&quot;autoPlay&quot;:false,&quot;draggable&quot;:true,&quot;pageDots&quot;:false,&quot;prevNextButtons&quot;:true,&quot;wrapAround&quot;:true,&quot;arrowShape&quot;:{&quot;x0&quot;:10,&quot;x1&quot;:60,&quot;y1&quot;:50,&quot;x2&quot;:65,&quot;y2&quot;:45,&quot;x3&quot;:20}}\"><div class=\"blockgallery--item\"><figure class=\"blockgallery--figure has-margin-left-5 has-margin-left-mobile-5 has-margin-right-5 has-margin-right-mobile-5\"><img loading=\"lazy\" decoding=\"async\" width=\"551\" height=\"631\" src=\"https:\/\/wpsc-plugin.com\/wp-content\/uploads\/sites\/2\/insert-faq-gutenberg.png\" alt=\"insert-faq-gutenberg\" data-id=\"314\" data-link=\"https:\/\/wpsc-plugin.com\/how-to\/faq-page\/attachment\/insert-faq-gutenberg\/\" class=\"wp-image-314\" srcset=\"https:\/\/wpsc-plugin.com\/wp-content\/uploads\/sites\/2\/insert-faq-gutenberg.png 551w, https:\/\/wpsc-plugin.com\/wp-content\/uploads\/sites\/2\/insert-faq-gutenberg-262x300.png 262w\" sizes=\"auto, (max-width: 551px) 100vw, 551px\" \/><\/figure><\/div><div class=\"blockgallery--item\"><figure class=\"blockgallery--figure has-margin-left-5 has-margin-left-mobile-5 has-margin-right-5 has-margin-right-mobile-5\"><img loading=\"lazy\" decoding=\"async\" width=\"496\" height=\"502\" src=\"https:\/\/wpsc-plugin.com\/wp-content\/uploads\/sites\/2\/insert-faq-multi-faq.png\" alt=\"insert-faq-multi-faq\" data-id=\"315\" data-link=\"https:\/\/wpsc-plugin.com\/how-to\/faq-page\/attachment\/insert-faq-multi-faq\/\" class=\"wp-image-315\" srcset=\"https:\/\/wpsc-plugin.com\/wp-content\/uploads\/sites\/2\/insert-faq-multi-faq.png 496w, https:\/\/wpsc-plugin.com\/wp-content\/uploads\/sites\/2\/insert-faq-multi-faq-296x300.png 296w\" sizes=\"auto, (max-width: 496px) 100vw, 496px\" \/><\/figure><\/div><div class=\"blockgallery--item\"><figure class=\"blockgallery--figure has-margin-left-5 has-margin-left-mobile-5 has-margin-right-5 has-margin-right-mobile-5\"><img loading=\"lazy\" decoding=\"async\" width=\"498\" height=\"585\" src=\"https:\/\/wpsc-plugin.com\/wp-content\/uploads\/sites\/2\/insert-faq-single-faq.png\" alt=\"insert-faq-single-faq\" data-id=\"316\" data-link=\"https:\/\/wpsc-plugin.com\/how-to\/faq-page\/attachment\/insert-faq-single-faq\/\" class=\"wp-image-316\" srcset=\"https:\/\/wpsc-plugin.com\/wp-content\/uploads\/sites\/2\/insert-faq-single-faq.png 498w, https:\/\/wpsc-plugin.com\/wp-content\/uploads\/sites\/2\/insert-faq-single-faq-255x300.png 255w\" sizes=\"auto, (max-width: 498px) 100vw, 498px\" \/><\/figure><\/div><\/div><\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>So you can easily integrate JSON-LD for questions &amp; answers (FAQ) and benefit from the special presentation e.g. in the SERPs of Google. you research&#8230;<\/p>\n","protected":false},"author":2,"featured_media":157,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-11","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-how-to"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.1.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>HowTo JSON-LD FAQ Page &#8902; #WPSC EN<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/wpsc-plugin.com\/how-to\/faq-page\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"HowTo JSON-LD FAQ Page &#8902; #WPSC EN\" \/>\n<meta property=\"og:description\" content=\"So you can easily integrate JSON-LD for questions &amp; answers (FAQ) and benefit from the special presentation e.g. in the SERPs of Google. you research...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wpsc-plugin.com\/how-to\/faq-page\/\" \/>\n<meta property=\"og:site_name\" content=\"#WPSC EN\" \/>\n<meta property=\"article:published_time\" content=\"2020-01-27T01:07:20+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-09-02T12:00:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/wpsc-plugin.com\/wp-content\/uploads\/sites\/2\/json-ld-FAQ.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"960\" \/>\n\t<meta property=\"og:image:height\" content=\"540\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Gordon B\u00f6hme\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@wpsc_plugin\" \/>\n<meta name=\"twitter:site\" content=\"@wpsc_plugin\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Gordon B\u00f6hme\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/wpsc-plugin.com\/how-to\/faq-page\/\",\"url\":\"https:\/\/wpsc-plugin.com\/how-to\/faq-page\/\",\"name\":\"HowTo JSON-LD FAQ Page &#8902; #WPSC EN\",\"isPartOf\":{\"@id\":\"https:\/\/wpsc-plugin.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/wpsc-plugin.com\/how-to\/faq-page\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/wpsc-plugin.com\/how-to\/faq-page\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/wpsc-plugin.com\/wp-content\/uploads\/sites\/2\/json-ld-FAQ.jpg\",\"datePublished\":\"2020-01-27T01:07:20+00:00\",\"dateModified\":\"2021-09-02T12:00:00+00:00\",\"author\":{\"@id\":\"https:\/\/wpsc-plugin.com\/#\/schema\/person\/1e63644e04c87789b54562518579f3b7\"},\"breadcrumb\":{\"@id\":\"https:\/\/wpsc-plugin.com\/how-to\/faq-page\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/wpsc-plugin.com\/how-to\/faq-page\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/wpsc-plugin.com\/how-to\/faq-page\/#primaryimage\",\"url\":\"https:\/\/wpsc-plugin.com\/wp-content\/uploads\/sites\/2\/json-ld-FAQ.jpg\",\"contentUrl\":\"https:\/\/wpsc-plugin.com\/wp-content\/uploads\/sites\/2\/json-ld-FAQ.jpg\",\"width\":960,\"height\":540,\"caption\":\"json-ld FAQ\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/wpsc-plugin.com\/how-to\/faq-page\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"WPSC Plugin\",\"item\":\"https:\/\/wpsc-plugin.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"[HowTo]\",\"item\":\"https:\/\/wpsc-plugin.com\/how-to\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"HowTo JSON-LD FAQ Page\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/wpsc-plugin.com\/#website\",\"url\":\"https:\/\/wpsc-plugin.com\/\",\"name\":\"#WPSC EN\",\"description\":\"Structure Your Content Now!\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/wpsc-plugin.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/wpsc-plugin.com\/#\/schema\/person\/1e63644e04c87789b54562518579f3b7\",\"name\":\"Gordon B\u00f6hme\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/wpsc-plugin.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/c24d034bb697cf9c7d9b960e062caeb97d121020454d4265748575ecc8a1f250?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/c24d034bb697cf9c7d9b960e062caeb97d121020454d4265748575ecc8a1f250?s=96&d=mm&r=g\",\"caption\":\"Gordon B\u00f6hme\"},\"description\":\"Online-Marketer und SEO aus Leidenschaft. Durch den pers\u00f6nlichen Bedarf entstand auch dieses Plugin als L\u00f6sung.\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"HowTo JSON-LD FAQ Page &#8902; #WPSC EN","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/wpsc-plugin.com\/how-to\/faq-page\/","og_locale":"en_US","og_type":"article","og_title":"HowTo JSON-LD FAQ Page &#8902; #WPSC EN","og_description":"So you can easily integrate JSON-LD for questions &amp; answers (FAQ) and benefit from the special presentation e.g. in the SERPs of Google. you research...","og_url":"https:\/\/wpsc-plugin.com\/how-to\/faq-page\/","og_site_name":"#WPSC EN","article_published_time":"2020-01-27T01:07:20+00:00","article_modified_time":"2021-09-02T12:00:00+00:00","og_image":[{"width":960,"height":540,"url":"https:\/\/wpsc-plugin.com\/wp-content\/uploads\/sites\/2\/json-ld-FAQ.jpg","type":"image\/jpeg"}],"author":"Gordon B\u00f6hme","twitter_card":"summary_large_image","twitter_creator":"@wpsc_plugin","twitter_site":"@wpsc_plugin","twitter_misc":{"Written by":"Gordon B\u00f6hme","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/wpsc-plugin.com\/how-to\/faq-page\/","url":"https:\/\/wpsc-plugin.com\/how-to\/faq-page\/","name":"HowTo JSON-LD FAQ Page &#8902; #WPSC EN","isPartOf":{"@id":"https:\/\/wpsc-plugin.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/wpsc-plugin.com\/how-to\/faq-page\/#primaryimage"},"image":{"@id":"https:\/\/wpsc-plugin.com\/how-to\/faq-page\/#primaryimage"},"thumbnailUrl":"https:\/\/wpsc-plugin.com\/wp-content\/uploads\/sites\/2\/json-ld-FAQ.jpg","datePublished":"2020-01-27T01:07:20+00:00","dateModified":"2021-09-02T12:00:00+00:00","author":{"@id":"https:\/\/wpsc-plugin.com\/#\/schema\/person\/1e63644e04c87789b54562518579f3b7"},"breadcrumb":{"@id":"https:\/\/wpsc-plugin.com\/how-to\/faq-page\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wpsc-plugin.com\/how-to\/faq-page\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wpsc-plugin.com\/how-to\/faq-page\/#primaryimage","url":"https:\/\/wpsc-plugin.com\/wp-content\/uploads\/sites\/2\/json-ld-FAQ.jpg","contentUrl":"https:\/\/wpsc-plugin.com\/wp-content\/uploads\/sites\/2\/json-ld-FAQ.jpg","width":960,"height":540,"caption":"json-ld FAQ"},{"@type":"BreadcrumbList","@id":"https:\/\/wpsc-plugin.com\/how-to\/faq-page\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"WPSC Plugin","item":"https:\/\/wpsc-plugin.com\/"},{"@type":"ListItem","position":2,"name":"[HowTo]","item":"https:\/\/wpsc-plugin.com\/how-to\/"},{"@type":"ListItem","position":3,"name":"HowTo JSON-LD FAQ Page"}]},{"@type":"WebSite","@id":"https:\/\/wpsc-plugin.com\/#website","url":"https:\/\/wpsc-plugin.com\/","name":"#WPSC EN","description":"Structure Your Content Now!","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wpsc-plugin.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/wpsc-plugin.com\/#\/schema\/person\/1e63644e04c87789b54562518579f3b7","name":"Gordon B\u00f6hme","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wpsc-plugin.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/c24d034bb697cf9c7d9b960e062caeb97d121020454d4265748575ecc8a1f250?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/c24d034bb697cf9c7d9b960e062caeb97d121020454d4265748575ecc8a1f250?s=96&d=mm&r=g","caption":"Gordon B\u00f6hme"},"description":"Online-Marketer und SEO aus Leidenschaft. Durch den pers\u00f6nlichen Bedarf entstand auch dieses Plugin als L\u00f6sung."}]}},"_links":{"self":[{"href":"https:\/\/wpsc-plugin.com\/wp-json\/wp\/v2\/posts\/11","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wpsc-plugin.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wpsc-plugin.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wpsc-plugin.com\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/wpsc-plugin.com\/wp-json\/wp\/v2\/comments?post=11"}],"version-history":[{"count":27,"href":"https:\/\/wpsc-plugin.com\/wp-json\/wp\/v2\/posts\/11\/revisions"}],"predecessor-version":[{"id":709,"href":"https:\/\/wpsc-plugin.com\/wp-json\/wp\/v2\/posts\/11\/revisions\/709"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/wpsc-plugin.com\/wp-json\/wp\/v2\/media\/157"}],"wp:attachment":[{"href":"https:\/\/wpsc-plugin.com\/wp-json\/wp\/v2\/media?parent=11"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wpsc-plugin.com\/wp-json\/wp\/v2\/categories?post=11"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wpsc-plugin.com\/wp-json\/wp\/v2\/tags?post=11"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}