{"id":23507,"date":"2022-12-09T14:35:51","date_gmt":"2022-12-09T13:35:51","guid":{"rendered":"https:\/\/wordlift.io\/blog\/en\/?p=23507"},"modified":"2022-12-21T10:34:30","modified_gmt":"2022-12-21T09:34:30","slug":"action-based-schema-markups","status":"publish","type":"post","link":"https:\/\/wordlift.io\/blog\/en\/action-based-schema-markups\/","title":{"rendered":"FAQPage, QAPage, AskAction, ReplyAction Schema Markups: Which One Should I Use And When?"},"content":{"rendered":"\r\n<p><strong>Table of contents: <\/strong><\/p>\r\n\r\n\r\n\r\n<ol class=\"wp-block-list\">\r\n<li><a href=\"#FAQPage-schema-markup\">FAQPage schema markup<\/a><\/li>\r\n\r\n\r\n\r\n<li><a href=\"#QAPage-schema-markup\">QAPage schema markup<\/a><\/li>\r\n\r\n\r\n\r\n<li><a href=\"#AskAction-schema-markup\">AskAction schema markup<\/a><\/li>\r\n\r\n\r\n\r\n<li><a href=\"#ReplyAction-schema-markup\">ReplyAction schema markup<\/a><\/li>\r\n\r\n\r\n\r\n<li><a href=\"#using-Action-based-schema-markups\">On Using Action-based Schema Markups<\/a><\/li>\r\n<\/ol>\r\n\r\n\r\n\r\n<p><strong>Line bars in Google Search Console are not just lines<\/strong> or simple SEO reporting metrics. They show <strong>actual search interest performed by real people<\/strong>: users searching for answers to their problems or getting information before buying a product or service online. This happens directly on your website or in Google search, where your content shows up as a possible solution to their problems. Therefore, <strong>it&#8217;s important that you markup your pages with the most appropriate schema markups<\/strong> that you can find in Schema.org&#8217;s lists, so that you can <strong>gain the audience&#8217;s interest as quickly as possible <\/strong>and hope that they convert.<\/p>\r\n\r\n\r\n\r\n<p>At Wordlift, we have participated in more than INSERT _NUMBER schema markup experiments and implementations and know from experience that sometimes <strong>website owners like you struggle with finding the right schema markup for them.<\/strong> Sometimes this is due to a lack of knowledge about good schema markup practices, sometimes it&#8217;s due to insufficient explanations on the Schema.org website, and sometimes it&#8217;s because there are too many options to choose from, so they are not sure which schema markup types are best for their site.<\/p>\r\n\r\n\r\n\r\n<p>When marking up a web page that contains questions and answers, it is important to work with the Frequently Asked Questions (FAQ) schema markup, but the QA, AskAction, and ReplyAction schema markups can also be useful. <strong>So when should you use each schema and for which SEO scenario? <\/strong>We will explain it to you. Get started!<\/p>\r\n\r\n\r\n\r\n<h2 class=\"wp-block-heading\" id=\"FAQPage-schema-markup\">FAQPage Schema Markup<\/h2>\r\n\r\n\r\n\r\n<p>If your web page contains <strong>questions and answers on a particular topic<\/strong>, with each question having only one answer, or if you have a product category page that contains a section of Q&amp;A without allowing users to provide multiple answers, then you are dealing with a <strong>FAQ page<\/strong>. The pages that qualify for using a FAQ schema markup and use it correctly can perform well on Google, even though they may look different for different business cases. It may seem obvious, but we still remind you that all content (both questions and answers) must be present on the web page.<\/p>\r\n\r\n\r\n\r\n<p>Here\u2019s one example of a legit <a href=\"https:\/\/wordlift.io\/academy-entries\/how-to-use-faq-schema-type\/\">FAQPage schema markup<\/a>:<\/p>\r\n\r\n\r\n\r\n<pre class=\"wp-block-code\"><code>&lt;script type=\"application\/ld+json\"&gt;\r\n{\r\n\"@context\":\"<a href=\"https:\/\/schema.org\">https:\/\/schema.org<\/a>\",\r\n\"@type\":\"FAQPage\",\r\n\"mainEntity\":&#091;{\"@type\":\"Question\",\"name\":\"Who's the founder of Google?\",\"acceptedAnswer\"\r\n:&#091;{\"@type\":\"Answer\",\r\n\"text\":\"Sergey Brin and Larry Page\"}]},\r\n{\"@type\":\"Question\",\r\n\"name\":\"What's the parent company of Google?\",\r\n\"acceptedAnswer\":&#091;{\r\n\"@type\":\"Answer\",\"text\":\"Alphabet \"}]}]\r\n}\r\n&lt;\/script&gt;<\/code><\/pre>\r\n\r\n\r\n\r\n<p>As you know, <strong>properly marked FAQs give you access to broader Google visibility<\/strong>, such as in the <strong>FAQ and People Also Ask sections<\/strong>. When you use WordLift, you add FAQPage markup without having to manually add code to your site. In addition, you can use <strong><a href=\"https:\/\/wordlift.io\/blog\/en\/wordlift-looker-studio-connector\/\">WordLift Looker Studio Connector<\/a><\/strong> to measure the performance of your FAQs on specific web pages and <strong><a href=\"https:\/\/wordlift.io\/academy-entries\/how-optimize-faq-markup-with-wordlift-looker-studio-connector\/\">optimize your FAQs to rank better on Google<\/a> <\/strong>and get more organic traffic to your website.<\/p>\r\n\r\n\r\n\r\n<p>You can <strong>use the FAQ schema to <a href=\"https:\/\/wordlift.io\/blog\/en\/how-to-build-a-conversational-ai\/\">build Conversational AI systems<\/a><\/strong>, such as chatbots. As the WordLift team itself has tested, you can train the model <strong>to answer users&#8217; questions using data from KG<\/strong> and the questions and answers you have included in your content comments. With a chatbot and KG +FAQ, you can <strong>provide a better experience for users<\/strong>. When you get the information they are looking for, users will not have to go back to Google.<\/p>\r\n\r\n\r\n\r\n<h2 class=\"wp-block-heading\" id=\"QAPage-schema-markup\">QAPage Schema Markup<\/h2>\r\n\r\n\r\n\r\n<p>If your <strong>web page contains questions followed by one or more answers<\/strong>, a forum page, or a product support page where users can submit an answer to a single question, then you are dealing with a page that <strong>is eligible for QAPage schema markup<\/strong>. Of course, all the required content must be publicly available on this page as well, just as it is in the schema markup itself, which identifies sections that are available to the online audience anyway.<\/p>\r\n\r\n\r\n\r\n<p>Example QAPage schema markup:<\/p>\r\n\r\n\r\n\r\n<pre class=\"wp-block-code\"><code>&lt;script type=\"application\/ld+json\"&gt;\r\n    {\r\n      \"@context\": \"https:\/\/schema.org\",\r\n      \"@type\": \"QAPage\",\r\n      \"mainEntity\": {\r\n        \"@type\": \"Question\",\r\n        \"name\": \"FAQPage, QAPage, AskAction, ReplyAction schema markup - which one should I use and when?\",\r\n        \"text\": \"\",\r\n        \"answerCount\": 3,\r\n        \"upvoteCount\": 26,\r\n        \"acceptedAnswer\": {\r\n          \"@type\": \"Answer\",\r\n          \"text\": \"<a href=\"https:\/\/wordlift.io\/blog\/en\/web-stories\/faq-schema-markup\/\">FAQPage for single answers and single questions<\/a>, QAPage for multiple answers for a given question and AskAction + ReplyAction on QA-based webpages.\",\r\n          \"upvoteCount\": 1337,\r\n          \"url\": \"https:\/\/example.com\/question1#acceptedAnswer\"\r\n        }\r\n      }\r\n    }\r\n &lt;\/script&gt;<\/code><\/pre>\r\n\r\n\r\n\r\n<h2 class=\"wp-block-heading\" id=\"AskAction-schema-markup\">AskAction Schema Markup<\/h2>\r\n\r\n\r\n\r\n<p>Over the last decade, our main focus has been on <a class=\"wl-entity-page-link\" title=\"entity\" href=\"https:\/\/wordlift.io\/blog\/en\/entity\/what-is-an-entity\/\" data-id=\"http:\/\/data.wordlift.io\/wl0216\/entity\/entity;http:\/\/dbpedia.org\/resource\/Entity;http:\/\/rdf.freebase.com\/ns\/m.0bl9f;https:\/\/g.co\/kg\/m\/0bl9f;https:\/\/www.wikidata.org\/wiki\/Q35120;http:\/\/data.wordlift.io\/wl0216\/entity\/entity\" >entities<\/a>, things like places, people, companies, etc., and on describing them as accurately as possible using schema markup or advanced <a class=\"wl-entity-page-link\" title=\"GKG\" href=\"https:\/\/wordlift.io\/blog\/en\/entity\/google-knowledge-graph\/\" data-id=\"http:\/\/data.wordlift.io\/wl0216\/entity\/google_knowledge_graph;http:\/\/rdf.freebase.com\/ns\/m.0jwvf5b;http:\/\/dbpedia.org\/resource\/Knowledge_Graph;http:\/\/data.qa.wordlift.io\/wl0216\/entity\/google_knowledge_graph;http:\/\/data.wordlift.io\/wl0216\/entity\/google_knowledge_graph;http:\/\/data.qa.wordlift.io\/wl0216\/entity\/google_knowledge_graph\" >knowledge graph<\/a> techniques.<\/p>\r\n\r\n\r\n\r\n<p>However, the web is not static and entities are more complex than just information about them: they also interact with each other, forming relationships and performing actions, e.g. [&#8220;Dan Brickley works at Google helping the SEO community&#8221;]. For this reason, Jason Douglas, Sam Goto (Google), Steve Macbeth, Jason Johnson (Yahoo), Alexander Shubin (Yandex), and Peter Mika developed the actions vocabulary, which allows websites to describe what kinds of actions are possible on their websites.<\/p>\r\n\r\n\r\n\r\n<p>AskAction is one of them. <strong>If users have the ability to ask questions<\/strong> on a particular web page, <strong>you should describe this activity with the AskAction schema markup<\/strong>. It usually fits well with ReplyAction. <strong>Some notable attributes <\/strong>that you can use to construct your AskAction schema are:<\/p>\r\n\r\n\r\n\r\n<ul class=\"wp-block-list\">\r\n<li>About attribute<\/li>\r\n\r\n\r\n\r\n<li>InLanguage attribute<\/li>\r\n\r\n\r\n\r\n<li>Potential Action<\/li>\r\n\r\n\r\n\r\n<li>Question<\/li>\r\n\r\n\r\n\r\n<li>Recipient<\/li>\r\n<\/ul>\r\n\r\n\r\n\r\n<p>An example of AskAction implementation as a JSON-LD markup:<\/p>\r\n\r\n\r\n\r\n<pre class=\"wp-block-code\"><code>&lt;script type=\"application\/ld+json\"&gt;\r\n{\r\n  \"@context\": \"https:\/\/schema.org\",\r\n  \"@type\": \"AskAction\",\r\n  \"agent\": {\r\n    \"@type\": \"Person\",\r\n    \"name\": \"Emilia Gjorgjevska\"\r\n  },\r\n  \"recipient\": {\r\n    \"@type\": \"Google\",\r\n    \"name\": \"Dan Brickley\"\r\n  },\r\n  \"question\": {\r\n    \"@type\": \"Question\",\r\n    \"text\": \"What are the most advanced schema markups for SEO?\"\r\n  }\r\n}\r\n&lt;\/script&gt;<\/code><\/pre>\r\n\r\n\r\n\r\n<h2 class=\"wp-block-heading\" id=\"ReplyAction-schema-markup\">ReplyAction Schema Markup<\/h2>\r\n\r\n\r\n\r\n<p>This schema markup goes hand in hand with the AskAction schema markup and <strong>is used when someone gives an answer<\/strong>. By and large, we can use the same schema attributes as in the AskAction schema markup. We recommend using it whenever all the basic schema markup criteria are met.<\/p>\r\n\r\n\r\n\r\n<pre class=\"wp-block-code\"><code>&lt;script type=\"application\/ld+json\"&gt;\r\n{\r\n  \"@context\": \"https:\/\/schema.org\",\r\n  \"@type\": \"ReplyAction\",\r\n  \"agent\": {\r\n    \"@type\": \"Person\",\r\n    \"name\": \"Dan Brickley\"\r\n  },\r\n  \"recipient\": {\r\n    \"@type\": \"Person\",\r\n    \"name\": \"Emilia Gjorgjevska\"\r\n  },\r\n  \"resultComment\": {\r\n    \"@type\": \"Answer\",\r\n    \"parentItem\": {\r\n      \"@type\": \"Question\",\r\n      \"text\":  \"What are the most advanced schema markups for SEO?\"\r\n    },\r\n    \"text\": \"AskAction, ReplyAction, FAQPage and QAPage\"\r\n  }\r\n}\r\n&lt;\/script&gt;<\/code><\/pre>\r\n\r\n\r\n\r\n<h2 class=\"wp-block-heading\" id=\"using-Action-based-schema-markups\">On Using Action-based Schema Markups<\/h2>\r\n\r\n\r\n\r\n<p><strong>Action schema markups help disambiguate intentions<\/strong>. So we advise you to play around with them and <strong>use them on your websites in an A\/B test<\/strong>. We hope we have helped you understand what is the right use case for implementing FAQPage, QAPage and AskAction, ReplyAction schema markups to <strong>gain more visibility on search engine results pages<\/strong>. Are you ready to learn more about <strong><a href=\"https:\/\/wordlift.io\/blog\/en\/seo-schema-markup-solutions\/\">advanced schema markups<\/a><\/strong> with us?<\/p>\r\n\r\n\r\n\r\n<p><\/p>\r\n\r\n\r\n\r\n\r\n","protected":false},"excerpt":{"rendered":"<p>Learn how to use schema markup based on questions and answers and how to combine them with Ask and ReplyAction annotations.<\/p>\n","protected":false},"author":76,"featured_media":23515,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"wl_entities_gutenberg":"","_wlpage_enable":"","footnotes":""},"categories":[612,3],"tags":[],"wl_entity_type":[30],"coauthors":[],"class_list":["post-23507","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-semantic-seo","category-wordlift","wl_entity_type-article"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How To Use FAQPage, QAPage, AskAction, ReplyAction<\/title>\n<meta name=\"description\" content=\"Learn how to use FAQPage and QAPage schema markups and how to combine them with Ask and ReplyAction annotations.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/wordlift.io\/blog\/en\/action-based-schema-markups\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How To Use FAQPage, QAPage, AskAction, ReplyAction\" \/>\n<meta property=\"og:description\" content=\"Learn how to use FAQPage and QAPage schema markups and how to combine them with Ask and ReplyAction annotations.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wordlift.io\/blog\/en\/action-based-schema-markups\/\" \/>\n<meta property=\"og:site_name\" content=\"WordLift Blog\" \/>\n<meta property=\"article:published_time\" content=\"2022-12-09T13:35:51+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-12-21T09:34:30+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2022\/12\/FAQPage-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"675\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Emilia Gjorgjevska\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"How To Use FAQPage, QAPage, AskAction, ReplyAction\" \/>\n<meta name=\"twitter:description\" content=\"Learn how to use FAQPage and QAPage schema markups and how to combine them with Ask and ReplyAction annotations.\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2022\/12\/FAQPage-1.jpg\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Emilia Gjorgjevska\" \/>\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\":\"Article\",\"@id\":\"https:\/\/wordlift.io\/blog\/en\/action-based-schema-markups\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/wordlift.io\/blog\/en\/action-based-schema-markups\/\"},\"author\":{\"name\":\"Emilia Gjorgjevska\",\"@id\":\"https:\/\/wordlift.io\/blog\/en\/#\/schema\/person\/1f87c1a89586793dc14b7f404850e568\"},\"headline\":\"FAQPage, QAPage, AskAction, ReplyAction Schema Markups: Which One Should I Use And When?\",\"datePublished\":\"2022-12-09T13:35:51+00:00\",\"dateModified\":\"2022-12-21T09:34:30+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/wordlift.io\/blog\/en\/action-based-schema-markups\/\"},\"wordCount\":938,\"publisher\":{\"@id\":\"https:\/\/wordlift.io\/blog\/en\/#organization\"},\"image\":{\"@id\":\"https:\/\/wordlift.io\/blog\/en\/action-based-schema-markups\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2022\/12\/FAQPage-1.jpg\",\"articleSection\":[\"Semantic SEO\",\"wordlift\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/wordlift.io\/blog\/en\/action-based-schema-markups\/\",\"url\":\"https:\/\/wordlift.io\/blog\/en\/action-based-schema-markups\/\",\"name\":\"How To Use FAQPage, QAPage, AskAction, ReplyAction\",\"isPartOf\":{\"@id\":\"https:\/\/wordlift.io\/blog\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/wordlift.io\/blog\/en\/action-based-schema-markups\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/wordlift.io\/blog\/en\/action-based-schema-markups\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2022\/12\/FAQPage-1.jpg\",\"datePublished\":\"2022-12-09T13:35:51+00:00\",\"dateModified\":\"2022-12-21T09:34:30+00:00\",\"description\":\"Learn how to use FAQPage and QAPage schema markups and how to combine them with Ask and ReplyAction annotations.\",\"breadcrumb\":{\"@id\":\"https:\/\/wordlift.io\/blog\/en\/action-based-schema-markups\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/wordlift.io\/blog\/en\/action-based-schema-markups\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/wordlift.io\/blog\/en\/action-based-schema-markups\/#primaryimage\",\"url\":\"https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2022\/12\/FAQPage-1.jpg\",\"contentUrl\":\"https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2022\/12\/FAQPage-1.jpg\",\"width\":1200,\"height\":675,\"caption\":\"Learn how to use FAQPage and QAPage schema markups and how to combine them with Ask and ReplyAction annotations.\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/wordlift.io\/blog\/en\/action-based-schema-markups\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Blog\",\"item\":\"https:\/\/wordlift.io\/blog\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"FAQPage, QAPage, AskAction, ReplyAction Schema Markups: Which One Should I Use And When?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/wordlift.io\/blog\/en\/#website\",\"url\":\"https:\/\/wordlift.io\/blog\/en\/\",\"name\":\"WordLift Blog\",\"description\":\"AI-Powered SEO\",\"publisher\":{\"@id\":\"https:\/\/wordlift.io\/blog\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/wordlift.io\/blog\/en\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/wordlift.io\/blog\/en\/#organization\",\"name\":\"WordLift\",\"url\":\"https:\/\/wordlift.io\/blog\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/wordlift.io\/blog\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/mk0wordliftblog7j5te.kinstacdn.com\/wp-content\/uploads\/sites\/3\/2017\/04\/logo-1.png\",\"contentUrl\":\"https:\/\/mk0wordliftblog7j5te.kinstacdn.com\/wp-content\/uploads\/sites\/3\/2017\/04\/logo-1.png\",\"width\":152,\"height\":40,\"caption\":\"WordLift\"},\"image\":{\"@id\":\"https:\/\/wordlift.io\/blog\/en\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/wordlift.io\/blog\/en\/#\/schema\/person\/1f87c1a89586793dc14b7f404850e568\",\"name\":\"Emilia Gjorgjevska\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/wordlift.io\/blog\/en\/#\/schema\/person\/image\/d528e83d6b4221c2586bbfc731cbe329\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/20ee8238b57bd524505dde3d864c724e?s=96&d=mm&r=pg\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/20ee8238b57bd524505dde3d864c724e?s=96&d=mm&r=pg\",\"caption\":\"Emilia Gjorgjevska\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How To Use FAQPage, QAPage, AskAction, ReplyAction","description":"Learn how to use FAQPage and QAPage schema markups and how to combine them with Ask and ReplyAction annotations.","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:\/\/wordlift.io\/blog\/en\/action-based-schema-markups\/","og_locale":"en_US","og_type":"article","og_title":"How To Use FAQPage, QAPage, AskAction, ReplyAction","og_description":"Learn how to use FAQPage and QAPage schema markups and how to combine them with Ask and ReplyAction annotations.","og_url":"https:\/\/wordlift.io\/blog\/en\/action-based-schema-markups\/","og_site_name":"WordLift Blog","article_published_time":"2022-12-09T13:35:51+00:00","article_modified_time":"2022-12-21T09:34:30+00:00","og_image":[{"width":1200,"height":675,"url":"https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2022\/12\/FAQPage-1.jpg","type":"image\/jpeg"}],"author":"Emilia Gjorgjevska","twitter_card":"summary_large_image","twitter_title":"How To Use FAQPage, QAPage, AskAction, ReplyAction","twitter_description":"Learn how to use FAQPage and QAPage schema markups and how to combine them with Ask and ReplyAction annotations.","twitter_image":"https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2022\/12\/FAQPage-1.jpg","twitter_misc":{"Written by":"Emilia Gjorgjevska","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/wordlift.io\/blog\/en\/action-based-schema-markups\/#article","isPartOf":{"@id":"https:\/\/wordlift.io\/blog\/en\/action-based-schema-markups\/"},"author":{"name":"Emilia Gjorgjevska","@id":"https:\/\/wordlift.io\/blog\/en\/#\/schema\/person\/1f87c1a89586793dc14b7f404850e568"},"headline":"FAQPage, QAPage, AskAction, ReplyAction Schema Markups: Which One Should I Use And When?","datePublished":"2022-12-09T13:35:51+00:00","dateModified":"2022-12-21T09:34:30+00:00","mainEntityOfPage":{"@id":"https:\/\/wordlift.io\/blog\/en\/action-based-schema-markups\/"},"wordCount":938,"publisher":{"@id":"https:\/\/wordlift.io\/blog\/en\/#organization"},"image":{"@id":"https:\/\/wordlift.io\/blog\/en\/action-based-schema-markups\/#primaryimage"},"thumbnailUrl":"https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2022\/12\/FAQPage-1.jpg","articleSection":["Semantic SEO","wordlift"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/wordlift.io\/blog\/en\/action-based-schema-markups\/","url":"https:\/\/wordlift.io\/blog\/en\/action-based-schema-markups\/","name":"How To Use FAQPage, QAPage, AskAction, ReplyAction","isPartOf":{"@id":"https:\/\/wordlift.io\/blog\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/wordlift.io\/blog\/en\/action-based-schema-markups\/#primaryimage"},"image":{"@id":"https:\/\/wordlift.io\/blog\/en\/action-based-schema-markups\/#primaryimage"},"thumbnailUrl":"https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2022\/12\/FAQPage-1.jpg","datePublished":"2022-12-09T13:35:51+00:00","dateModified":"2022-12-21T09:34:30+00:00","description":"Learn how to use FAQPage and QAPage schema markups and how to combine them with Ask and ReplyAction annotations.","breadcrumb":{"@id":"https:\/\/wordlift.io\/blog\/en\/action-based-schema-markups\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wordlift.io\/blog\/en\/action-based-schema-markups\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wordlift.io\/blog\/en\/action-based-schema-markups\/#primaryimage","url":"https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2022\/12\/FAQPage-1.jpg","contentUrl":"https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2022\/12\/FAQPage-1.jpg","width":1200,"height":675,"caption":"Learn how to use FAQPage and QAPage schema markups and how to combine them with Ask and ReplyAction annotations."},{"@type":"BreadcrumbList","@id":"https:\/\/wordlift.io\/blog\/en\/action-based-schema-markups\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog","item":"https:\/\/wordlift.io\/blog\/en\/"},{"@type":"ListItem","position":2,"name":"FAQPage, QAPage, AskAction, ReplyAction Schema Markups: Which One Should I Use And When?"}]},{"@type":"WebSite","@id":"https:\/\/wordlift.io\/blog\/en\/#website","url":"https:\/\/wordlift.io\/blog\/en\/","name":"WordLift Blog","description":"AI-Powered SEO","publisher":{"@id":"https:\/\/wordlift.io\/blog\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wordlift.io\/blog\/en\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/wordlift.io\/blog\/en\/#organization","name":"WordLift","url":"https:\/\/wordlift.io\/blog\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wordlift.io\/blog\/en\/#\/schema\/logo\/image\/","url":"https:\/\/mk0wordliftblog7j5te.kinstacdn.com\/wp-content\/uploads\/sites\/3\/2017\/04\/logo-1.png","contentUrl":"https:\/\/mk0wordliftblog7j5te.kinstacdn.com\/wp-content\/uploads\/sites\/3\/2017\/04\/logo-1.png","width":152,"height":40,"caption":"WordLift"},"image":{"@id":"https:\/\/wordlift.io\/blog\/en\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/wordlift.io\/blog\/en\/#\/schema\/person\/1f87c1a89586793dc14b7f404850e568","name":"Emilia Gjorgjevska","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wordlift.io\/blog\/en\/#\/schema\/person\/image\/d528e83d6b4221c2586bbfc731cbe329","url":"https:\/\/secure.gravatar.com\/avatar\/20ee8238b57bd524505dde3d864c724e?s=96&d=mm&r=pg","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/20ee8238b57bd524505dde3d864c724e?s=96&d=mm&r=pg","caption":"Emilia Gjorgjevska"}}]}},"_wl_alt_label":[],"wl:entity_url":"http:\/\/data.wordlift.io\/wl0216\/post\/faqpage-qapage-askaction-replyaction-schema-markup-23507","_links":{"self":[{"href":"https:\/\/wordlift.io\/blog\/en\/wp-json\/wp\/v2\/posts\/23507"}],"collection":[{"href":"https:\/\/wordlift.io\/blog\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wordlift.io\/blog\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wordlift.io\/blog\/en\/wp-json\/wp\/v2\/users\/76"}],"replies":[{"embeddable":true,"href":"https:\/\/wordlift.io\/blog\/en\/wp-json\/wp\/v2\/comments?post=23507"}],"version-history":[{"count":9,"href":"https:\/\/wordlift.io\/blog\/en\/wp-json\/wp\/v2\/posts\/23507\/revisions"}],"predecessor-version":[{"id":23643,"href":"https:\/\/wordlift.io\/blog\/en\/wp-json\/wp\/v2\/posts\/23507\/revisions\/23643"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/wordlift.io\/blog\/en\/wp-json\/wp\/v2\/media\/23515"}],"wp:attachment":[{"href":"https:\/\/wordlift.io\/blog\/en\/wp-json\/wp\/v2\/media?parent=23507"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wordlift.io\/blog\/en\/wp-json\/wp\/v2\/categories?post=23507"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wordlift.io\/blog\/en\/wp-json\/wp\/v2\/tags?post=23507"},{"taxonomy":"wl_entity_type","embeddable":true,"href":"https:\/\/wordlift.io\/blog\/en\/wp-json\/wp\/v2\/wl_entity_type?post=23507"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/wordlift.io\/blog\/en\/wp-json\/wp\/v2\/coauthors?post=23507"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}