# ItemLists의 구조화 데이터/마이크로데이터를 "단순한" ListItem으로 리팩토링

**URL:** https://meta.discourse.org/t/refactor-structured-data-microdata-in-itemlists-to-become-simple-listitem/220858
**Category:** Development
**Created:** [3월 13, 2022, 9:23오후 UTC](https://meta.discourse.org/t/refactor-structured-data-microdata-in-itemlists-to-become-simple-listitem/220858 "2022-03-13T21:23:55Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![rrit](https://avatars.discourse-cdn.com/v4/letter/r/b5ac83/32.png) [@rrit](https://meta.discourse.org/u/rrit)
#### Post date: [3월 21, 2022, 5:08오후 UTC](https://meta.discourse.org/t/refactor-structured-data-microdata-in-itemlists-to-become-simple-listitem/220858/4 "2022-03-21T17:08:53Z")

</div>

Crawler-View용 PR: Topic-View → 첫 번째 게시물 → “crawler-linkback-list”

> <https://github.com/discourse/discourse/pull/16237>
>
> This simplifies the crawler-linkback-list to only be a point of reference to the… actual DiscussionForumPosting objects.
> 
> See "Summary page": https://developers.google.com/search/docs/advanced/structured-data/carousel?hl=en#summary-page
> \> \[It\] defines an ItemList, where each ListItem has only three properties: @type (set to ListItem), position (the position in the list), and url (the URL of a page with full details about that item).

* * *

현재 상태 - [https://search.google.com/test/rich-results/result?id=rZ2rScT4qsLi5K8uwJDtUQ&hl=en](https://search.google.com/test/rich-results/result?id=rZ2rScT4qsLi5K8uwJDtUQ&hl=en) 참조

 ![grafik](https://global.discourse-cdn.com/meta/original/3X/6/e/6eaae47e249cd5c3ca48cff4b53813ce144e487c.png)

PR 적용 후 - [https://search.google.com/test/rich-results/result?id=lJrsyBggKH6Cx5FPH65rXg&hl=en](https://search.google.com/test/rich-results/result?id=lJrsyBggKH6Cx5FPH65rXg&hl=en) 참조

 ![grafik](https://global.discourse-cdn.com/meta/original/3X/0/1/01b6297568a557fad15630b1c6c5570dd392cef0.png)

Google은 실제 유형인 [https://schema.org/DiscussionForumPosting을](https://schema.org/DiscussionForumPosting%EC%9D%84) 상위 유형 `Article`으로 재분류합니다:  
`Thing` → `CreativeWork` → **`Article`** → `SocialMediaPosting` → **`DiscussionForumPosting`**

“누락된” 18개의 `Article`은 실제로 `Article`에 대한 참조일 뿐이며, 이제 새로운 `Carousel`에 나열됩니다.  
예를 들어 [Kanban Board](https://meta.discourse.org/t/kanban-board-theme-component/118164) 참조

 ![grafik](https://global.discourse-cdn.com/meta/original/3X/d/3/d3219590ee5f48dfb62fc4c5bc4c4207f1b34c6e.png) ![grafik](https://global.discourse-cdn.com/meta/original/3X/3/5/359472ebc453e898dbbfe47b46624024be99c2d3.png)

---

_[View the full topic](https://meta.discourse.org/t/refactor-structured-data-microdata-in-itemlists-to-become-simple-listitem/220858)._
