{"id":25506,"date":"2026-09-05T02:44:27","date_gmt":"2026-09-04T23:44:27","guid":{"rendered":"https:\/\/alienroad.com\/google-bilgi-bankasi\/course-list-course-structured-data\/"},"modified":"2026-09-05T02:44:27","modified_gmt":"2026-09-04T23:44:27","slug":"course-list-course-structured-data","status":"publish","type":"ar_kb","link":"https:\/\/alienroad.com\/google-bilgi-bankasi\/course-list-course-structured-data\/","title":{"rendered":"Course list (Course) structured data"},"content":{"rendered":"<p><img decoding=\"async\" class=\"attempt-right\" src=\"https:\/\/alienroad.com\/wp-content\/uploads\/kb-gorsel\/g-32b01ff5d415.png\" loading=\"lazy\" alt=\"An illustration of how a course list can appear in Google Search. It shows 3 different courses from the same website in a list format that users can explore and select a specific course\"><\/p>\n<p>\n  With course list structured data, you can provide more information about your courses so that<br \/>\n  prospective students find your courses through Google Search. You can provide details including the course<br \/>\n  name, who&#8217;s offering it, and a short description.<\/p>\n<h2 id=\"feature-availability\" tabindex=\"-1\">Feature availability<\/h2>\n<p>\n  The course list rich result is available in English in all regions where Google Search is available.\n<\/p>\n<h2 id=\"add-structured-data\" tabindex=\"-1\">\n    How to add structured data<br \/>\n  <\/h2>\n<p>\n    Structured data is a standardized format for providing information about a page and classifying the page<br \/>\n    content. If you&#8217;re new to structured data, you can learn more about<br \/>\n    <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/structured-data-intro\/\">how structured data works<\/a>.\n    <\/p>\n<p>\n    Here&#8217;s an overview of how to build, test, and release structured data.<\/p>\n<ol>\n<li>Add the <a href=\"#structured-data-type-definitions\">required properties<\/a>. Based on the<br \/>\n      format you&#8217;re using, learn where to <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/structured-data-intro\/#format-placement\">insert structured data on the page<\/a>.<\/p>\n<aside class=\"note\">\n      <b>Using a CMS?<\/b> It may be easier to use a plugin that&#8217;s integrated into your CMS.<br \/>\n      <br \/>\n      <b>Using JavaScript?<\/b> Learn how to<br \/>\n      <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/generate-structured-data-with-javascript\/\">generate structured data with JavaScript<\/a>.<\/aside>\n<\/li>\n<li>Follow the <a href=\"#guidelines\">guidelines<\/a>.<\/li>\n<li>Validate your code using the<br \/>\n      <a href=\"https:\/\/search.google.com\/test\/rich-results\" class=\"external-link\">Rich Results Test<\/a><br \/>\n      and fix any critical errors. Consider also fixing any non-critical issues that may be flagged<br \/>\n      in the tool, as they can help improve the quality of your structured data (however, this isn&#8217;t necessary to be eligible for rich results). <\/li>\n<li>Deploy a few pages that include your structured data and use the <a href=\"https:\/\/support.google.com\/webmasters\/answer\/9012289\" class=\"external-link\">URL Inspection tool<\/a> to test how Google sees the page. Be sure that your page is<br \/>\n      accessible to Google and not blocked by a robots.txt file, the <code>noindex<\/code> tag, or<br \/>\n      login requirements. If the page looks okay, you can<br \/>\n      <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/recrawl-request\/\" class=\"external-link\">ask Google to recrawl your URLs<\/a>.<\/p>\n<aside class=\"note\"><b>Note<\/b>: Allow time for re-crawling and re-indexing. Remember that it<br \/>\n      may take several days after publishing a page for Google to find and crawl it.<\/aside>\n<\/li>\n<li>To keep Google informed of future changes, we recommend that you<br \/>\n      <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/build-submit-sitemap\/\" class=\"external-link\">submit a sitemap<\/a>. You can automate this with the<br \/>\n      <a href=\"https:\/\/developers.google.com\/webmaster-tools\/v1\/sitemaps\" class=\"external-link\">Search Console Sitemap API<\/a>.<\/li>\n<\/ol>\n<h2 id=\"examples\" tabindex=\"-1\">Examples<\/h2>\n<h3 id=\"single-course-details-page\" tabindex=\"-1\">\n  Single course details page<br \/>\n<\/h3>\n<p>Here&#8217;s an example of a single course details page. This page must be paired with a <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/carousel-itemlist-structured-data\/#summary-page\">summary page<\/a><br \/>\n  that contains the <a href=\"#item-list\"><code>ItemList<\/code> markup<\/a>.<\/p>\n<form method=\"post\" target=\"_blank\" action=\"https:\/\/search.google.com\/test\/rich-results?utm_campaign=devsite&#038;utm_medium=jsonld&#038;utm_source=courselist\"><input type=\"submit\" value=\"Try it out in the Rich Results Test\" \/><textarea name=\"code_snippet\" style=\"display:none\">&lt;html&gt;<br \/>\n  &lt;head&gt;<br \/>\n    &lt;title&gt;Introduction to Computer Science and Programming&lt;\/title&gt;<br \/>\n    &lt;script type=&#8221;application\/ld+json&#8221;&gt;<br \/>\n    {<br \/>\n      &#8220;@context&#8221;: &#8220;https:\/\/schema.org&#8221;,<br \/>\n      &#8220;@type&#8221;: &#8220;Course&#8221;,<br \/>\n      &#8220;name&#8221;: &#8220;Introduction to Computer Science and Programming&#8221;,<br \/>\n      &#8220;description&#8221;: &#8220;Introductory CS course laying out the basics.&#8221;,<br \/>\n      &#8220;provider&#8221;: {<br \/>\n        &#8220;@type&#8221;: &#8220;Organization&#8221;,<br \/>\n        &#8220;name&#8221;: &#8220;University of Technology &#8211; Eureka&#8221;,<br \/>\n        &#8220;sameAs&#8221;: &#8220;https:\/\/www.example.com&#8221;<br \/>\n      }<br \/>\n    }<br \/>\n    &lt;\/script&gt;<br \/>\n  &lt;\/head&gt;<br \/>\n  &lt;body&gt;<br \/>\n  &lt;\/body&gt;<br \/>\n&lt;\/html&gt;<\/textarea><\/form>\n<aside class=\"note\">\n  You may see errors for other rich result types in the Rich Results Test. To be eligible for the<br \/>\n  course list feature, pay attention to any warnings or errors that are in the <b>Course list item<\/b><br \/>\n  section; you can ignore the other errors.<br \/>\n<\/aside>\n<div><\/div>\n<h3 id=\"single,-all-in-one-page\" tabindex=\"-1\">\n  Single, all-in-one page<br \/>\n<\/h3>\n<p>Here&#8217;s an example of a <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/carousel-itemlist-structured-data\/#all-in-one\">single, all-in-one page<\/a>.<br \/>\n  This page setup includes both the list markup and the details for each course on the same page.<\/p>\n<form method=\"post\" target=\"_blank\" action=\"https:\/\/search.google.com\/test\/rich-results?utm_campaign=devsite&#038;utm_medium=jsonld&#038;utm_source=courselist\"><input type=\"submit\" value=\"Try it out in the Rich Results Test\" \/><textarea name=\"code_snippet\" style=\"display:none\">&lt;html&gt;<br \/>\n  &lt;head&gt;<br \/>\n    &lt;title&gt;Computer Science Courses&lt;\/title&gt;<br \/>\n    &lt;script type=&#8221;application\/ld+json&#8221;&gt;<br \/>\n    {<br \/>\n      &#8220;@context&#8221;: &#8220;https:\/\/schema.org&#8221;,<br \/>\n      &#8220;@type&#8221;: &#8220;ItemList&#8221;,<br \/>\n      &#8220;itemListElement&#8221;: [<br \/>\n        {<br \/>\n          &#8220;@type&#8221;: &#8220;ListItem&#8221;,<br \/>\n          &#8220;position&#8221;: 1,<br \/>\n          &#8220;item&#8221;: {<br \/>\n            &#8220;@type&#8221;: &#8220;Course&#8221;,<br \/>\n            &#8220;url&#8221;:&#8221;https:\/\/www.example.com\/courses#intro-to-cs&#8221;,<br \/>\n            &#8220;name&#8221;: &#8220;Introduction to Computer Science and Programming&#8221;,<br \/>\n            &#8220;description&#8221;: &#8220;This is an introductory CS course laying out the basics.&#8221;,<br \/>\n            &#8220;provider&#8221;: {<br \/>\n              &#8220;@type&#8221;: &#8220;Organization&#8221;,<br \/>\n              &#8220;name&#8221;: &#8220;University of Technology &#8211; Example&#8221;,<br \/>\n              &#8220;sameAs&#8221;: &#8220;https:\/\/www.example.com&#8221;<br \/>\n           }<br \/>\n          }<br \/>\n        },<br \/>\n        {<br \/>\n          &#8220;@type&#8221;: &#8220;ListItem&#8221;,<br \/>\n          &#8220;position&#8221;: 2,<br \/>\n          &#8220;item&#8221;: {<br \/>\n            &#8220;@type&#8221;: &#8220;Course&#8221;,<br \/>\n            &#8220;url&#8221;:&#8221;https:\/\/www.example.com\/courses#intermediate-cs&#8221;,<br \/>\n            &#8220;name&#8221;: &#8220;Intermediate Computer Science and Programming&#8221;,<br \/>\n            &#8220;description&#8221;: &#8220;This is a CS course that builds on the basics learned in the Introduction course.&#8221;,<br \/>\n            &#8220;provider&#8221;: {<br \/>\n              &#8220;@type&#8221;: &#8220;Organization&#8221;,<br \/>\n              &#8220;name&#8221;: &#8220;University of Technology &#8211; Example&#8221;,<br \/>\n              &#8220;sameAs&#8221;: &#8220;https:\/\/www.example.com&#8221;<br \/>\n           }<br \/>\n         }<br \/>\n        },<br \/>\n        {<br \/>\n          &#8220;@type&#8221;: &#8220;ListItem&#8221;,<br \/>\n          &#8220;position&#8221;: 3,<br \/>\n          &#8220;item&#8221;: {<br \/>\n            &#8220;@type&#8221;: &#8220;Course&#8221;,<br \/>\n            &#8220;url&#8221;:&#8221;https:\/\/www.example.com\/courses#advanced-cs&#8221;,<br \/>\n            &#8220;name&#8221;: &#8220;Advanced Computer Science and Programming&#8221;,<br \/>\n            &#8220;description&#8221;: &#8220;This CS course covers advanced programming principles.&#8221;,<br \/>\n            &#8220;provider&#8221;: {<br \/>\n              &#8220;@type&#8221;: &#8220;Organization&#8221;,<br \/>\n              &#8220;name&#8221;: &#8220;University of Technology &#8211; Eureka&#8221;,<br \/>\n              &#8220;sameAs&#8221;: &#8220;https:\/\/www.example.com&#8221;<br \/>\n           }<br \/>\n          }<br \/>\n        }<br \/>\n      ]<br \/>\n    }<br \/>\n    &lt;\/script&gt;<br \/>\n  &lt;\/head&gt;<br \/>\n  &lt;body&gt;<br \/>\n  &lt;\/body&gt;<br \/>\n&lt;\/html&gt;<\/textarea><\/form>\n<aside class=\"note\">\n  You may see errors for other rich result types in the Rich Results Test. To be eligible for the<br \/>\n  course list feature, pay attention to any warnings or errors that are in the <b>Course list item<\/b><br \/>\n  and <b>Carousels<\/b> sections; you can ignore the other errors.<br \/>\n<\/aside>\n<div><\/div>\n<h2 id=\"guidelines\" tabindex=\"-1\">Guidelines<\/h2>\n<p>You must follow these guidelines to be eligible to appear in a course list.<\/p>\n<aside class=\"warning\"><b>Warning:<\/b> If your site violates one or more of these guidelines, then<br \/>\n  Google may take <a href=\"https:\/\/support.google.com\/webmasters\/answer\/2604824\" class=\"external-link\">manual action<\/a><br \/>\n  against it. Once you have remedied the problem, you can submit your site for <a href=\"https:\/\/support.google.com\/webmasters\/answer\/35843\" class=\"external-link\">reconsideration<\/a>.<\/aside>\n<ul>\n<li><a href=\"#content-guidelines\">Content guidelines<\/a><\/li>\n<li><a href=\"#technical-guidelines\">Technical guidelines<\/a><\/li>\n<li><a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/carousel-itemlist-structured-data\/#guidelines\">Carousel guidelines<\/a><\/li>\n<li><a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/search-essentials-overview\/\">Search Essentials<\/a><\/li>\n<li><a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/structured-data-guidelines\/\">General structured data guidelines<\/a><\/li>\n<\/ul>\n<h3 id=\"content-guidelines\" tabindex=\"-1\">\n  Content guidelines<br \/>\n<\/h3>\n<ul>\n<li>Only use <code>Course<\/code> markup for educational content that fits the following definition of a course:<br \/>\n    A series or unit of curriculum that contains lectures, lessons, or modules in a particular<br \/>\n    subject and\/or topic.<\/li>\n<li>A course must have an explicit educational outcome of knowledge and\/or<br \/>\n    skill in a particular subject and\/or topic, and be led by one or more instructors with a roster of students.<\/li>\n<li>A general public event such as &#8220;Astronomy Day&#8221; is not a course, and a single 2-minute &#8220;How<br \/>\n    to make a Sandwich Video&#8221; is not a course.<\/li>\n<\/ul>\n<h3 id=\"technical-guidelines\" tabindex=\"-1\">Technical guidelines<\/h3>\n<p><p>You must mark up at least three courses. The courses can be on separate<br \/>\n  <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/carousel-itemlist-structured-data\/#details-page\">detail pages<\/a>, or in<br \/>\n  an <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/carousel-itemlist-structured-data\/#all-in-one\">all-in-one page<\/a>.<\/p>\n<p>\n  You must add <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/carousel-itemlist-structured-data\/#details-page\">Carousel markup<\/a><br \/>\n  to either a <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/carousel-itemlist-structured-data\/#summary\">summary page<\/a><br \/>\n  or an <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/carousel-itemlist-structured-data\/#all-in-one\">all-in-one page<\/a>.\n<\/p>\n<p>Each course must have valid <a href=\"https:\/\/schema.org\/name\" class=\"external-link\">name<\/a> and<br \/>\n    <a href=\"https:\/\/schema.org\/provider\" class=\"external-link\">provider<\/a> properties. For example,<br \/>\n  the following naming practices are not valid:<\/p>\n<ul>\n<li><span class=\"compare-no\"><\/span>Promotional phrases: &#8220;Best school in the world&#8221;<\/li>\n<li><span class=\"compare-no\"><\/span>Prices in course titles: &#8220;Learn ukulele &#8211; only $30!&#8221;<\/li>\n<li><span class=\"compare-no\"><\/span>Using something other than a course for a title, such as:  &#8220;Make money fast with this class!&#8221;<\/li>\n<li><span class=\"compare-no\"><\/span>Discounts or purchase opportunties, such as: &#8220;Leaders in their fields<br \/>\n      share their secrets \u2014 25% off!&#8221;<\/li>\n<\/ul>\n<h2 id=\"structured-data-type-definitions\" tabindex=\"-1\">Structured data type definitions<\/h2>\n<p>You must include the required properties for your content to be eligible for display as a rich result.<br \/>\n  You can also include the recommended properties to add more information about your content,<br \/>\n  which could provide a better user experience.<\/p>\n<h3 id=\"course\" tabindex=\"-1\"><code>Course<\/code><\/h3>\n<p>\n  Use the following properties to mark up at least three courses. The courses can be on separate<br \/>\n  <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/carousel-itemlist-structured-data\/#details-page\">detail pages<\/a>, or in<br \/>\n  an <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/carousel-itemlist-structured-data\/#all-in-one\">all-in-one page<\/a>.\n<\/p>\n<p>The full definition of <code>Course<\/code> is available at<br \/>\n  <a href=\"https:\/\/schema.org\/Course\" class=\"external-link\">schema.org\/Course<\/a>.<br \/>\n  The Google-supported properties are the following:\n<\/p>\n<table class=\"responsive fixed\">\n<colgroup>\n<col width=\"20%\"><\/colgroup>\n<thead>\n<tr>\n<th colspan=\"2\">Required properties<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>description<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/Text\" class=\"external-link\">Text<\/a><\/code><\/p>\n<p>A description of the course. Display limit of 60 characters.<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td><code>name<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/Text\" class=\"external-link\">Text<\/a><\/code><\/p>\n<p>The title of the course.<\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"responsive fixed\">\n<colgroup>\n<col width=\"20%\"><\/colgroup>\n<thead>\n<tr>\n<th colspan=\"2\">Recommended properties<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>provider<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/Organization\" class=\"external-link\">Organization<\/a><\/code><\/p>\n<p>The organization that publishes the source content of the course. For example,<br \/>\n        UC Berkeley.<\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h3 id=\"item-list\" tabindex=\"-1\"><code>ItemList<\/code><\/h3>\n<p>In addition to <a href=\"#course\"><code>Course<\/code> properties<\/a>, add the following<br \/>\n  properties to specify the list. You can add these properties to either a<br \/>\n  <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/carousel-itemlist-structured-data\/#summary\">summary page<\/a> or an<br \/>\n  <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/carousel-itemlist-structured-data\/#all-in-one\">all-in-one page<\/a>.\n<\/p>\n<p>The full definition of <code>ItemList<\/code> is<br \/>\navailable at <a href=\"https:\/\/schema.org\/ItemList\" class=\"external-link\">schema.org\/ItemList<\/a>.<\/p>\n<table class=\"responsive fixed\">\n<colgroup>\n<col width=\"20%\"><\/colgroup>\n<thead>\n<tr>\n<th colspan=\"2\">Required properties<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>itemListElement<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/ListItem\" class=\"external-link\">ListItem<\/a><\/code><\/p>\n<p>Annotation for a single item page.<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td><code>ListItem.position<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/Integer\" class=\"external-link\">Integer<\/a><\/code><\/p>\n<p>Ordinal position of the item page in the list.<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td><code>ListItem.url<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/URL\" class=\"external-link\">URL<\/a><\/code><\/p>\n<p>The canonical URL of the item page. Every item must have a unique URL.<\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2 id=\"troubleshooting\" tabindex=\"-1\">Troubleshooting<\/h2>\n<p>\n    If you&#8217;re having trouble implementing or debugging structured data, here are some resources that<br \/>\n    may help you.\n  <\/p>\n<ul>\n<li>If you&#8217;re using a content management system (CMS) or someone else is taking care of your site,<br \/>\n      ask them to help you. Make sure to forward any Search Console message that details the issue to them.<\/li>\n<li>Google does not guarantee that features that consume structured data will show up in search results.<br \/>\n      For a list of common reasons why Google may not show your content in a rich result, see the<br \/>\n      <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/structured-data-guidelines\/\">General Structured Data Guidelines<\/a>.<\/li>\n<li>You might have an error in your structured data. Check the<br \/>\n      <a href=\"https:\/\/support.google.com\/webmasters\/answer\/13300873\" class=\"external-link\">list of structured data errors<\/a><br \/>\n      and the <a href=\"https:\/\/support.google.com\/webmasters\/answer\/9166415\" class=\"external-link\">Unparsable structured data report<\/a>.<\/li>\n<li>If you received a structured data manual action against your page, the structured data on<br \/>\n      the page will be ignored (although the page can still appear in Google Search results). To fix<br \/>\n      <a href=\"https:\/\/support.google.com\/webmasters\/answer\/9044175#zippy=%2Cstructured-data-issue\" class=\"external-link\">structured data issues<\/a>, use the <a href=\"https:\/\/support.google.com\/webmasters\/answer\/9044175\" class=\"external-link\">Manual Actions report<\/a>.\n    <\/li>\n<li>Review the <a href=\"#guidelines\">guidelines<\/a> again to identify if your content isn&#8217;t compliant<br \/>\n      with the guidelines. The problem can be caused by either spammy content or spammy markup usage.<br \/>\n        However, the issue may not be a syntax issue, and so the Rich Results Test won&#8217;t be able to<br \/>\n        identify these issues.\n    <\/li>\n<li><a href=\"https:\/\/support.google.com\/webmasters\/answer\/13300208\" class=\"external-link\">Troubleshoot missing rich results \/ drop in total rich results<\/a>.<\/li>\n<li>Allow time for re-crawling and re-indexing. Remember that it may take several days after<br \/>\n      publishing a page for Google to find and crawl it. For general questions about crawling and indexing, check the<br \/>\n      <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/google-search-crawling-and-indexing-faq\/\" class=\"external-link\">Google Search crawling and indexing FAQ<\/a>.\n    <\/li>\n<li>Post a question in the <a href=\"https:\/\/support.google.com\/webmasters\/community\" class=\"external-link\">Google Search Central forum<\/a>.<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Mark up your course lists with structured data so students can find you on Google Search. Explore this article for list guidelines and course schema.<\/p>\n","protected":false},"menu_order":85,"template":"","meta":{"footnotes":""},"ar_kb_kategori":[679],"ar_kb_etiket":[],"class_list":["post-25506","ar_kb","type-ar_kb","status-publish","has-post-thumbnail","hentry","ar_kb_kategori-feature-guides"],"_links":{"self":[{"href":"https:\/\/alienroad.com\/wp-json\/wp\/v2\/ar_kb\/25506","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/alienroad.com\/wp-json\/wp\/v2\/ar_kb"}],"about":[{"href":"https:\/\/alienroad.com\/wp-json\/wp\/v2\/types\/ar_kb"}],"version-history":[{"count":0,"href":"https:\/\/alienroad.com\/wp-json\/wp\/v2\/ar_kb\/25506\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/alienroad.com\/wp-json\/wp\/v2\/media\/27539"}],"wp:attachment":[{"href":"https:\/\/alienroad.com\/wp-json\/wp\/v2\/media?parent=25506"}],"wp:term":[{"taxonomy":"ar_kb_kategori","embeddable":true,"href":"https:\/\/alienroad.com\/wp-json\/wp\/v2\/ar_kb_kategori?post=25506"},{"taxonomy":"ar_kb_etiket","embeddable":true,"href":"https:\/\/alienroad.com\/wp-json\/wp\/v2\/ar_kb_etiket?post=25506"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}