[[{"@type":["BlogPosting"],"@id":"https:\/\/www.schemaapp.com\/schema-markup\/how-to-create-qa-page-schema-markup-for-top-answer-rich-result\/#BlogPosting","@context":{"@vocab":"http:\/\/schema.org\/","kg":"http:\/\/g.co\/kg"},"url":"https:\/\/www.schemaapp.com\/schema-markup\/how-to-create-qa-page-schema-markup-for-top-answer-rich-result\/","publisher":[{"@id":"https:\/\/www.schemaapp.com\/#Organization"}],"audience":"https:\/\/schema.org\/PeopleAudience","inLanguage":[{"@type":"Language","@id":"https:\/\/www.schemaapp.com\/schema-markup\/how-to-create-qa-page-schema-markup-for-top-answer-rich-result\/#BlogPosting_inLanguage_Language","name":"English"}],"dateModified":"2023-04-10T17:56:45+00:00","headline":"Creating Question & Answer (QAPage) Schema Markup","datePublished":"2019-01-22T14:05:17+00:00","image":[{"@type":"ImageObject","@id":"https:\/\/www.schemaapp.com\/schema-markup\/how-to-create-qa-page-schema-markup-for-top-answer-rich-result\/#BlogPosting_image_ImageObject","url":"https:\/\/www.schemaapp.com\/wp-content\/uploads\/2019\/11\/Creating-Question-Answer-QAPage-Schema-Markup.png"}],"mainEntityOfPage":"https:\/\/www.schemaapp.com\/schema-markup\/how-to-create-qa-page-schema-markup-for-top-answer-rich-result\/","name":"Creating Question & Answer (QAPage) Schema Markup","articleBody":"Question and answer page (Q&A Page) schema markup is a relatively new schema.org type that is used for pages that contain a question and a way for users to submit answers to that question. You can mark up these questions and answers with QAPage schema to have this content eligible for enhanced Google features in search results. Google recommends that your QAPage schema includes a URL for each individual answer to improve user experience.\nLearn more about Q&A page structured data in Google\u2019s documentation here.\nQ&A Schema Markup: A Timeline\nDecember 2017 \u2013 Google released a question and answer rich result card\nDecember 2018 \u2013 Google search results now include a \u201cTop Answer\u201d rich result\nOn December 3rd, 2018, Aaron Bradley pointed out that he saw the new Q&A Page rich result. \n\u201cThere\u2019s a new Google Rich result in town, \u201cQ&A Page\u201d, powered by #schema.org\/QAPage, Question and Answer\u2026\u201d\n \n\nRight away people started asking us how to achieve this new iteration of the question & answer rich result. But first, what does it look like? How will your snippets change by implementing this QAPage schema markup? Here is the example provided by Google:\n\n<img decoding=\"async\" class=\"wp-image-7429 alignnone\" src=\"https:\/\/ezk8caoodod.exactdn.com\/wp-content\/uploads\/2019\/01\/QAPage-rich-result-snap.png?strip=all&lossy=1&resize=565%2C508&ssl=1\" alt=\"Q&amp;A Rich Result\" width=\"565\" height=\"508\" srcset=\"https:\/\/ezk8caoodod.exactdn.com\/wp-content\/uploads\/2019\/01\/QAPage-rich-result-snap.png?strip=all&lossy=1&resize=565%2C508&ssl=1 565w, https:\/\/ezk8caoodod.exactdn.com\/wp-content\/uploads\/2019\/01\/QAPage-rich-result-snap.png?strip=all&amp;lossy=1&amp;ssl=1 639w, https:\/\/ezk8caoodod.exactdn.com\/wp-content\/uploads\/2019\/01\/QAPage-rich-result-snap-300x269.png?strip=all&amp;lossy=1&amp;ssl=1 300w, https:\/\/ezk8caoodod.exactdn.com\/wp-content\/uploads\/2019\/01\/QAPage-rich-result-snap-600x539.png?strip=all&amp;lossy=1&amp;ssl=1 600w, https:\/\/ezk8caoodod.exactdn.com\/wp-content\/uploads\/2019\/01\/QAPage-rich-result-snap-200x180.png?strip=all&amp;lossy=1&amp;ssl=1 200w, https:\/\/ezk8caoodod.exactdn.com\/wp-content\/uploads\/2019\/01\/QAPage-rich-result-snap-30x27.png?strip=all&amp;lossy=1&amp;ssl=1 30w, https:\/\/ezk8caoodod.exactdn.com\/wp-content\/uploads\/2019\/01\/QAPage-rich-result-snap.png?strip=all&amp;lossy=1&amp;w=456&amp;ssl=1 456w\" sizes=\"(max-width: 565px) 100vw, 565px\" \/>\nLet\u2019s take a second and discuss the type of content this rich result is built for. The documentation for Q&A Page is very clear that this is meant for pages that answer and discuss a single question. Therefore this is excellent for support pages and forum posts, or any page with a single question and multiple answers. This is not intended for a single page with a long list of FAQs. With that out of the way let\u2019s get into how to achieve this stand out rich result!\nQ&A Page Schema Markup Requirements\nThere are 3 schema classes that we will need to use to complete our Q&A Page markup. They are:\n\nQAPage\nQuestion\nAnswer\n\nEach of these will be connected and nested underneath one another. An example looks like this:\n<html>\n  <head>\n    <title>How many ounces are there in a pound?<\/title>\n    <script type=\"application\/ld+json\">\n    {\n      \"@context\": \"https:\/\/schema.org\",\n      \"@type\": \"QAPage\",\n      \"mainEntity\": {\n        \"@type\": \"Question\",\n        \"name\": \"How many ounces are there in a pound?\",\n        \"text\": \"I have taken up a new interest in baking and keep running across directions in ounces and pounds. I have to translate between them and was wondering how many ounces are in a pound?\",\n        \"answerCount\": 3,\n        \"upvoteCount\": 26,\n        \"dateCreated\": \"2016-07-23T21:11Z\",\n        \"author\": {\n          \"@type\": \"Person\",\n          \"name\": \"New Baking User\"\n        },\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"1 pound (lb) is equal to 16 ounces (oz).\",\n          \"dateCreated\": \"2016-11-02T21:11Z\",\n          \"upvoteCount\": 1337,\n          \"url\": \"https:\/\/example.com\/question1#acceptedAnswer\",\n          \"author\": {\n            \"@type\": \"Person\",\n            \"name\": \"SomeUser\"\n          }\n        },\n        \"suggestedAnswer\": [\n          {\n            \"@type\": \"Answer\",\n            \"text\": \"Are you looking for ounces or fluid ounces? If you are looking for fluid ounces there are 15.34 fluid ounces in a pound of water.\",\n            \"dateCreated\": \"2016-11-02T21:11Z\",\n            \"upvoteCount\": 42,\n            \"url\": \"https:\/\/example.com\/question1#suggestedAnswer1\",\n            \"author\": {\n              \"@type\": \"Person\",\n              \"name\": \"AnotherUser\"\n            }\n          }, {\n            \"@type\": \"Answer\",\n            \"text\": \" I can't remember exactly, but I think 18 ounces in a lb. You might want to double check that.\",\n            \"dateCreated\": \"2016-11-06T21:11Z\",\n            \"upvoteCount\": 0,\n            \"url\": \"https:\/\/example.com\/question1#suggestedAnswer2\",\n            \"author\": {\n              \"@type\": \"Person\",\n              \"name\": \"ConfusedUser\"\n            }\n          }\n        ]\n      }\n    }\n    <\/script>\n  <\/head>\n  <body>\n  <\/body>\n<\/html>\nLet\u2019s have a look at each class, they\u2019re required properties as called out in the Documentation, and what values these properties should be defined by:\nQAPage Schema Class for Q&A Markup\nhttps:\/\/schema.org\/QAPage\n\n\n\nSchema Property \nPriority\nMapping Notes\n\n\nmainEntity\nRequired\nWe must use the schema.org class Question to define the mainEntity property.\n\n\n\nQuestion Schema Class for Q&A Markup\nhttps:\/\/schema.org\/Question\n\n\n\nSchema Property \nPriority\nMapping Notes\n\n\nanswerCount\nRequired\nYes.\n\n\nEither acceptedAnswer or suggestedAnswer\nRequired\nAt least one of either acceptedAnswer or suggestedAnswer must be nested underneath the Question. There should only ever be 1 acceptedAnswer, however than can be any number of suggestedAnswer.\n\n\nname\nRequired\nThis property is defined by text only. The intended content for this property is the short form of the question. Example: \u201cHow many teaspoons in a cup?\u201d.\n\n\nauthor\nRecommended\nThis should be defined by either a Person or Organization schema class, with the name property filled in by text.\n\n\ndateCreated\nRecommended\nThe date the Question was posted.\n\n\ntext\nRecommended\nThis property is defined by text only. The intended content is the long form of the question. For example, \u201cI\u2019m cooking, and I need to know how many teaspoons are in a cup. How many teaspoons are in 1 cup?\u201d\n\n\nupvoteCount\nRecommended\nThe total number of votes that this question has received. If the page supports upvotes and downvotes, then set the upvoteCount value to a single aggregate value that represents both upvotes and downvotes. For example, if there are 5 upvotes and 2 downvotes, the aggregate value used for upvoteCount is 3. If there are 5 upvotes and downvotes are not supported, then the value for upvoteCount is 5.\n\n\n\nQuestion Schema Markup Properties Explained\n\ntext \u2013 The actual text of the question itself.\nname \u2013 Choose an identifier to name the data item. Using the actual question is a good idea, just to keep things simple.\nUrl \u2013 The URL for where the question lives on the page.\nsuggestedAnswer \u2013 This property is expecting you to create an Answer data item. Best to use suggestedAnswer when there are many possible answers. The documentation indicates they don\u2019t have to be relevant or accurate answers. Think of answers on a question\/answer web page like Yahoo Answers.\nacceptedAnswer \u2013 This property is expecting you to create an Answer data item. It is best to use acceptedAnswer for the best answer to a question. This can be the only answer or it could be one among many other answers. It just needs to be the best answer.  If the question is in a forum, then use the one with the most positive votes. If it is a list of answers, choose the best from the list.\npublisher \u2013 This property is expecting an Organization or Person data item. Usually, it is the organization that owns the domain the question\/answer content is found on.  Note, that all types of organization markup can be used here, such as LocalBusiness, MedicalOrganization, etc.\nabout \u2013 This property is expecting a Thing data item, which describes what the questions are about. If you\u2019re creating markup for a business FAQ page, then they would be about your business.  Use a Wikipedia lookup if the question is about a topic described there. If it is about a service or product you offer, reference the service\/product page.\nisPartOf \u2013 This property is expecting a CreativeWork data item and it is our opportunity to tie all our questions together. The property isPartOf indicates that the question is part of some other creative work. In most cases, you will want to use the QAPage class type.\ndescription \u2013 This property describes the question. If the question has a group heading then this may be an appropriate place to call out what that heading is.\nupvoteCount \u2013 If this question has an upvote count then this would be the property to indicate that. This property is expecting an Integer data item\n\nAnswer Schema Class for Q&A Markup\nhttps:\/\/schema.org\/Answer\n\n\n\nSchema Property \nPriority\nMapping Notes\n\n\ntext\nRequired\nThis property is defined by text only. It is intended to house the full text of the answer.\n\n\nauthor\nRecommended\nUsing either.\n\n\ndateCreated\nRecommended\nThe date at which the answer was added to the page, in ISO-8601 format.\n\n\ndownvoteCount\nRecommended\nUsing an integer, enter the number of downvotes this answer has received.\n\n\nupvoteCount\nRecommended\nUsing an integer, enter the number of upvotes this answer has received.\n\n\nurl\nRecommended\nA URL that links directly to this answer. For example: https:\/\/www.examplesite.com\/question#answer1\n\n\n\nAccepted Answer & Answer Schema Markup Properties Explained\nNote, that the accepted answer above is a link. That\u2019s because we are linking to a new data item, or entity, that details out the Answer.  The schema.org class type Answer is very similar properties to Question.  It has the same two required properties, text and name. There are no recommended properties for Answer, but we will still want to use many of the same properties that we did for Question. Again, not all the properties are necessary. Use them when they are applicable.\n\ntext \u2013 The actual text of the answer itself.\nname \u2013 Choose an identifier to name the data item. Using the actual answer text is a good idea, just to keep things simple.\nUrl \u2013 The URL for where the answer lives on the page.\nabout \u2013 This property is expecting a Thing data item, which describes what the answers are about. If you\u2019re creating markup for a business FAQ page, then they would be about your business. Use a Wikipedia lookup if the question is about a topic described there. If it is about a service or product you offer, reference the service\/product page.\npublisher \u2013 This property is expecting an Organization or Person data item. Usually it is the organization that owns the domain the content is found on, like an FAQ answer. Sometimes it is a person who is writing on your page, like a response in a forum or a guest blogger.\nisPartOf \u2013 This property is expecting a CreativeWork data item and it is our opportunity to tie all our answers together. The property isPartOf indicates that the answer is part of some other creative work. In most cases you will want to use the QAPage class type.\ndescription \u2013 This property describes the answer. If the answer is from a group that has a heading then this may be an appropriate place to call out what that heading is.\nupvoteCount \u2013 If this answer has an upvote count then this would be the place to indicate that. This property is expecting an Integer data item.\n\nHow to Create Q&A Schema Markup\nTo start let\u2019s have a look at the schema.org class type: Question. The only required properties for questions are text and name. There are 5 recommended properties: URL, suggested answer, accepted answer, publisher, and about.  About is a great property, because you can use a Wikipedia reference to define the topic explicitly.\nFinally, there are 3 useful other properties that I will highlight: is part of, description, and upvote count. Please note that you do not have to use every property listed in Schema App (we show all the properties possible in the schema.org vocabulary for the Question class).\nStep One: Add the required properties for QAPage structured data\nAdd the required schema.org properties for QAPage structured data markup using our reference above. We recommend our own tools, the Schema App Editor and Schema App Highlighter, but there are many different options out there.\nStep Two: Review your markup to ensure it follows Google\u2019s Structured Data Guidelines\nCheck that your markup follows Google\u2019s structured data guidelines\nStep Three: Deploy your Schema Markup to the relevant pages\nDeploy your markup. Google recommends using JSON-LD, which is also our favorite format for deployment!\nStep Four: Validate your Schema Markup to make sure it is working\nTest that your schema markup is working using Google\u2019s Rich Results Testing Tool and the Schema Markup Validator, which has officially replaced Google\u2019s Structured Data Testing Tool. Read more about this change in our news post here.\nIn order to understand how to create the markup in practice,  watch this short video, where Martha van Berkel steps you through Question and Answer Schema Markup in Schema App.\n\n<img src=\"https:\/\/i.ytimg.com\/vi\/ID\/hqdefault.jpg\" alt=\"\" width=\"480\" height=\"360\">\n<iframe title=\"YouTube video player\" src=\"https:\/\/www.youtube.com\/embed\/jG0hFk9jl6Q\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\">\ufeff<\/span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\">\ufeff<\/span><\/iframe>\n\nLearn how to create Q&A schema markup using the Schema App Editor with our how-to tutorial here.\nTools Test QAPage Schema Markup\nSchema Markup Validator\nThe Schema Markup Validator (SMV) was modeled after and has officially replaced Google\u2019s Structured Data Testing Tool (SDTT). Many SEOs still prefer the SDTT, as the SMV only validates your schema.org syntax and does not show your eligibility for rich results.\n<img decoding=\"async\" class=\"alignnone size-full wp-image-11892\" src=\"https:\/\/ezk8caoodod.exactdn.com\/wp-content\/uploads\/2019\/07\/Schema.Org-Markup-Validator.png?strip=all&lossy=1&resize=1140%2C597&ssl=1\" alt=\"Schema Markup Validator Screenshot\" width=\"1200\" height=\"628\" srcset=\"https:\/\/ezk8caoodod.exactdn.com\/wp-content\/uploads\/2019\/07\/Schema.Org-Markup-Validator.png?strip=all&lossy=1&resize=1140%2C597&ssl=1 1140w, https:\/\/ezk8caoodod.exactdn.com\/wp-content\/uploads\/2019\/07\/Schema.Org-Markup-Validator.png?strip=all&amp;lossy=1&amp;ssl=1 1200w, https:\/\/ezk8caoodod.exactdn.com\/wp-content\/uploads\/2019\/07\/Schema.Org-Markup-Validator-300x157.png?strip=all&amp;lossy=1&amp;ssl=1 300w, https:\/\/ezk8caoodod.exactdn.com\/wp-content\/uploads\/2019\/07\/Schema.Org-Markup-Validator-1024x536.png?strip=all&amp;lossy=1&amp;ssl=1 1024w, https:\/\/ezk8caoodod.exactdn.com\/wp-content\/uploads\/2019\/07\/Schema.Org-Markup-Validator-600x314.png?strip=all&amp;lossy=1&amp;ssl=1 600w, https:\/\/ezk8caoodod.exactdn.com\/wp-content\/uploads\/2019\/07\/Schema.Org-Markup-Validator-768x402.png?strip=all&amp;lossy=1&amp;ssl=1 768w, https:\/\/ezk8caoodod.exactdn.com\/wp-content\/uploads\/2019\/07\/Schema.Org-Markup-Validator-1146x600.png?strip=all&amp;lossy=1&amp;ssl=1 1146w, https:\/\/ezk8caoodod.exactdn.com\/wp-content\/uploads\/2019\/07\/Schema.Org-Markup-Validator-80x42.png?strip=all&amp;lossy=1&amp;ssl=1 80w, https:\/\/ezk8caoodod.exactdn.com\/wp-content\/uploads\/2019\/07\/Schema.Org-Markup-Validator-200x105.png?strip=all&amp;lossy=1&amp;ssl=1 200w, https:\/\/ezk8caoodod.exactdn.com\/wp-content\/uploads\/2019\/07\/Schema.Org-Markup-Validator-443x232.png?strip=all&amp;lossy=1&amp;ssl=1 443w, https:\/\/ezk8caoodod.exactdn.com\/wp-content\/uploads\/2019\/07\/Schema.Org-Markup-Validator-115x60.png?strip=all&amp;lossy=1&amp;ssl=1 115w, https:\/\/ezk8caoodod.exactdn.com\/wp-content\/uploads\/2019\/07\/Schema.Org-Markup-Validator-191x100.png?strip=all&amp;lossy=1&amp;ssl=1 191w, https:\/\/ezk8caoodod.exactdn.com\/wp-content\/uploads\/2019\/07\/Schema.Org-Markup-Validator-140x73.png?strip=all&amp;lossy=1&amp;ssl=1 140w, https:\/\/ezk8caoodod.exactdn.com\/wp-content\/uploads\/2019\/07\/Schema.Org-Markup-Validator-400x209.png?strip=all&amp;lossy=1&amp;ssl=1 400w, https:\/\/ezk8caoodod.exactdn.com\/wp-content\/uploads\/2019\/07\/Schema.Org-Markup-Validator-220x115.png?strip=all&amp;lossy=1&amp;ssl=1 220w, https:\/\/ezk8caoodod.exactdn.com\/wp-content\/uploads\/2019\/07\/Schema.Org-Markup-Validator-100x52.png?strip=all&amp;lossy=1&amp;ssl=1 100w, https:\/\/ezk8caoodod.exactdn.com\/wp-content\/uploads\/2019\/07\/Schema.Org-Markup-Validator-450x236.png?strip=all&amp;lossy=1&amp;ssl=1 450w, https:\/\/ezk8caoodod.exactdn.com\/wp-content\/uploads\/2019\/07\/Schema.Org-Markup-Validator-150x79.png?strip=all&amp;lossy=1&amp;ssl=1 150w, https:\/\/ezk8caoodod.exactdn.com\/wp-content\/uploads\/2019\/07\/Schema.Org-Markup-Validator.png?strip=all&amp;lossy=1&amp;w=684&amp;ssl=1 684w, https:\/\/ezk8caoodod.exactdn.com\/wp-content\/uploads\/2019\/07\/Schema.Org-Markup-Validator.png?strip=all&amp;lossy=1&amp;w=912&amp;ssl=1 912w\" sizes=\"(max-width: 1140px) 100vw, 1140px\" \/>\nRich Results Testing Tool\nGoogle\u2019s Rich Results Testing Tool helps you to see which rich results can be generated by the structured data it contains.\n<img decoding=\"async\" class=\"alignnone size-full wp-image-12430\" src=\"https:\/\/ezk8caoodod.exactdn.com\/wp-content\/uploads\/2021\/07\/search.google.com_test_rich-resultsHighRes-Screenshot.png?strip=all&lossy=1&resize=1140%2C641&ssl=1\" alt=\"Rich Result Test\" width=\"1920\" height=\"1080\" srcset=\"https:\/\/ezk8caoodod.exactdn.com\/wp-content\/uploads\/2021\/07\/search.google.com_test_rich-resultsHighRes-Screenshot.png?strip=all&amp;lossy=1&amp;ssl=1 1920w, https:\/\/ezk8caoodod.exactdn.com\/wp-content\/uploads\/2021\/07\/search.google.com_test_rich-resultsHighRes-Screenshot-300x169.png?strip=all&amp;lossy=1&amp;ssl=1 300w, https:\/\/ezk8caoodod.exactdn.com\/wp-content\/uploads\/2021\/07\/search.google.com_test_rich-resultsHighRes-Screenshot-1024x576.png?strip=all&amp;lossy=1&amp;ssl=1 1024w, https:\/\/ezk8caoodod.exactdn.com\/wp-content\/uploads\/2021\/07\/search.google.com_test_rich-resultsHighRes-Screenshot-600x338.png?strip=all&amp;lossy=1&amp;ssl=1 600w, https:\/\/ezk8caoodod.exactdn.com\/wp-content\/uploads\/2021\/07\/search.google.com_test_rich-resultsHighRes-Screenshot-768x432.png?strip=all&amp;lossy=1&amp;ssl=1 768w, https:\/\/ezk8caoodod.exactdn.com\/wp-content\/uploads\/2021\/07\/search.google.com_test_rich-resultsHighRes-Screenshot-1067x600.png?strip=all&amp;lossy=1&amp;ssl=1 1067w, https:\/\/ezk8caoodod.exactdn.com\/wp-content\/uploads\/2021\/07\/search.google.com_test_rich-resultsHighRes-Screenshot-80x45.png?strip=all&amp;lossy=1&amp;ssl=1 80w, https:\/\/ezk8caoodod.exactdn.com\/wp-content\/uploads\/2021\/07\/search.google.com_test_rich-resultsHighRes-Screenshot-200x113.png?strip=all&amp;lossy=1&amp;ssl=1 200w, https:\/\/ezk8caoodod.exactdn.com\/wp-content\/uploads\/2021\/07\/search.google.com_test_rich-resultsHighRes-Screenshot-412x232.png?strip=all&amp;lossy=1&amp;ssl=1 412w, https:\/\/ezk8caoodod.exactdn.com\/wp-content\/uploads\/2021\/07\/search.google.com_test_rich-resultsHighRes-Screenshot-107x60.png?strip=all&amp;lossy=1&amp;ssl=1 107w, https:\/\/ezk8caoodod.exactdn.com\/wp-content\/uploads\/2021\/07\/search.google.com_test_rich-resultsHighRes-Screenshot-178x100.png?strip=all&amp;lossy=1&amp;ssl=1 178w, https:\/\/ezk8caoodod.exactdn.com\/wp-content\/uploads\/2021\/07\/search.google.com_test_rich-resultsHighRes-Screenshot-140x79.png?strip=all&amp;lossy=1&amp;ssl=1 140w, https:\/\/ezk8caoodod.exactdn.com\/wp-content\/uploads\/2021\/07\/search.google.com_test_rich-resultsHighRes-Screenshot-400x225.png?strip=all&amp;lossy=1&amp;ssl=1 400w, https:\/\/ezk8caoodod.exactdn.com\/wp-content\/uploads\/2021\/07\/search.google.com_test_rich-resultsHighRes-Screenshot-220x124.png?strip=all&amp;lossy=1&amp;ssl=1 220w, https:\/\/ezk8caoodod.exactdn.com\/wp-content\/uploads\/2021\/07\/search.google.com_test_rich-resultsHighRes-Screenshot-100x56.png?strip=all&amp;lossy=1&amp;ssl=1 100w, https:\/\/ezk8caoodod.exactdn.com\/wp-content\/uploads\/2021\/07\/search.google.com_test_rich-resultsHighRes-Screenshot-450x253.png?strip=all&amp;lossy=1&amp;ssl=1 450w, https:\/\/ezk8caoodod.exactdn.com\/wp-content\/uploads\/2021\/07\/search.google.com_test_rich-resultsHighRes-Screenshot-1300x731.png?strip=all&amp;lossy=1&amp;ssl=1 1300w, https:\/\/ezk8caoodod.exactdn.com\/wp-content\/uploads\/2021\/07\/search.google.com_test_rich-resultsHighRes-Screenshot-150x84.png?strip=all&amp;lossy=1&amp;ssl=1 150w, https:\/\/ezk8caoodod.exactdn.com\/wp-content\/uploads\/2021\/07\/search.google.com_test_rich-resultsHighRes-Screenshot-30x17.png?strip=all&amp;lossy=1&amp;ssl=1 30w, https:\/\/ezk8caoodod.exactdn.com\/wp-content\/uploads\/2021\/07\/search.google.com_test_rich-resultsHighRes-Screenshot.png?strip=all&amp;lossy=1&amp;w=684&amp;ssl=1 684w, https:\/\/ezk8caoodod.exactdn.com\/wp-content\/uploads\/2021\/07\/search.google.com_test_rich-resultsHighRes-Screenshot.png?strip=all&amp;lossy=1&amp;w=912&amp;ssl=1 912w, https:\/\/ezk8caoodod.exactdn.com\/wp-content\/uploads\/2021\/07\/search.google.com_test_rich-resultsHighRes-Screenshot.png?strip=all&amp;lossy=1&amp;w=1140&amp;ssl=1 1140w\" sizes=\"(max-width: 1140px) 100vw, 1140px\" \/>\nBenefits of QAPage Structured Data\nThe benefits of structured data extend beyond achieving Questions and Answer rich results in search. You\u2019re taking control of the data on your web pages, instead of hoping search engines will be intuitive enough to understand the content on your site and show the best information in search. Through schema markup, you can define objects in your content as distinct entities with their own properties and relationships to other entities. Once defined, you can connect these entities to a search engine\u2019s knowledge graph, streamlining Google\u2019s ability to contextualize your content.\nQAPage structured data is great for forums or online message boards where users can ask a question, and the community can submit their answers to that question. Q&A schema is not intended for pages that have multiple questions and answers\u2014that\u2019s what FAQPage schema markup is for! Q&A structured data also goes very well with speakable schema markup, as these types of answers feed well into voice search with smart devices.\nFrequently Asked Questions about QAPage Schema Markup\nHow do I use Question and Answer (Q&A) schema markup?\nThis type of schema markup should be applied only on page that have one question as the main focus of that page, as opposed to a page with multiple questions and their respective answers. Make sure you include the URL that links directly to each individual answer to improve the user experience of your Q&A structured data markup!\nQAPage vs FAQPage Schema Markup?\nIf users are not able to submit answers to the question being asked on the page, then FAQPage schema markup should be used. Learn more about frequently asked questions (FAQPage) schema markup here.\nQ&A schema is a relatively new schema type, and an interesting one. It\u2019s used for pages that contain an question and a way for multiple users to submit answers to that question. Obviously, this type of content doesn\u2019t fit for every website, but it is a great opportunity to engage with users right on the search engine results page. This is another example of how rich result opportunities can inform your content strategy. If questions and answers seem like a good fit for your online business goals, or a new opportunity to engage with users in search, don\u2019t hesitate to get in touch! We can help you get started.\nWe help you go beyond the fundamentals of search engine optimization, leveraging structured data to showcase your unique value in search. In a rapidly changing SEO environment, we introduce agility to your digital team, saving you time and resources for managing other aspects of your business portfolio. We deliver to your online business goals using our structured data expertise and advanced technology.\nSet up a strategy call with our technical experts today.Let\u2019s Talk\n ","description":"How to implement Q&A schema markup (QAPage) so that your pages achieve the \"Top Answer\" rich result in Google Search."},{"@context":"http:\/\/schema.org","@type":"Organization","address":{"@type":"PostalAddress","streetAddress":"201 - 412 Laird Road","postalCode":"N1G 3X7","addressRegion":"Ontario","addressLocality":"Guelph","addressCountry":"https:\/\/www.schemaapp.com\/#Country","name":"Schema App Address","@id":"https:\/\/www.schemaapp.com\/#PostalAddress"},"logo":{"@type":"ImageObject","width":"290","height":"93","url":"https:\/\/ezk8caoodod.exactdn.com\/wp-content\/uploads\/2020\/07\/SA_Logo_Main_Orange_w300-1.png?strip=all&lossy=1&ssl=1","@id":"https:\/\/ezk8caoodod.exactdn.com\/wp-content\/uploads\/2020\/07\/SA_Logo_Main_Orange_w300-1.png?strip=all&lossy=1&ssl=1"},"potentialAction":{"@type":"ScheduleAction","name":"Schedule a Demo","url":"https:\/\/www.schemaapp.com\/book-a-demo\/","@id":"https:\/\/www.schemaapp.com\/#ScheduleAction"},"image":{"@type":"ImageObject","width":"1350","height":"650","url":"https:\/\/ezk8caoodod.exactdn.com\/wp-content\/uploads\/2021\/04\/Schema-App-Featured-Image.png?strip=all&lossy=1&ssl=1","@id":"https:\/\/ezk8caoodod.exactdn.com\/wp-content\/uploads\/2021\/04\/Schema-App-Featured-Image.png?strip=all&lossy=1&ssl=1"},"description":"Schema App is an end-to-end Schema Markup solution that helps enterprise SEO teams develop a knowledge graph and drive search performance.","knowsAbout":["http:\/\/www.wikidata.org\/entity\/Q1891170","https:\/\/www.wikidata.org\/wiki\/Q6108942","https:\/\/www.wikidata.org\/wiki\/Q26813700","https:\/\/www.wikidata.org\/wiki\/Q180711","http:\/\/www.wikidata.org\/entity\/Q33002955"],"keywords":["Structured Data","Knowledge Graph","Rich Results","Semantic Search","Search Engine Optimization","Schema Markup","Semantic Technology"],"location":"http:\/\/www.wikidata.org\/entity\/Q504114","sameAs":["https:\/\/www.instagram.com\/lifeatschemaapp\/","https:\/\/www.linkedin.com\/company\/2480720\/","https:\/\/twitter.com\/schemaapptool","https:\/\/www.youtube.com\/channel\/UCqVBXnwZ3YNf2BVP1jXcp6Q"],"legalName":"Hunch Manifest Inc","name":"Schema App","telephone":"+18554448624","url":"https:\/\/www.schemaapp.com\/","email":"support@schemaapp.com","knowsLanguage":"http:\/\/www.wikidata.org\/entity\/Q1860","areaServed":"http:\/\/www.wikidata.org\/entity\/Q13780930","@id":"https:\/\/www.schemaapp.com\/#Organization"}],{"@context":"https:\/\/schema.org\/","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Schema Markup","item":"https:\/\/www.schemaapp.com\/schema-markup\/#breadcrumbitem"},{"@type":"ListItem","position":2,"name":"Creating Question & Answer (QAPage) Schema Markup","item":"https:\/\/www.schemaapp.com\/schema-markup\/how-to-create-qa-page-schema-markup-for-top-answer-rich-result\/#breadcrumbitem"}]}]