{ "@context": "https://schema.org", "@graph": [ { "@type": "ItemList", "@id": "https://example.com/news/2025/09/01/example#comments", "name": "کامنتها", "inLanguage": "fa-IR", "numberOfItems": 3, "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@id": "https://example.com/news/2025/09/01/example#comment-1001" } }, { "@type": "ListItem", "position": 2, "item": { "@id": "https://example.com/news/2025/09/01/example#comment-1002" } }, { "@type": "ListItem", "position": 3, "item": { "@id": "https://example.com/news/2025/09/01/example#comment-1003" } } ] }, { "@type": "Comment", "@id": "https://example.com/news/2025/09/01/example#comment-1001", "dateCreated": "2025-09-01T11:05:00+04:00", "author": { "@type": "Person", "name": "کاربر الف" }, "text": "متن نظر اول…", "url": "https://example.com/news/2025/09/01/example#comment-1001", "upvoteCount": 4 }, { "@type": "Comment", "@id": "https://example.com/news/2025/09/01/example#comment-1002", "dateCreated": "2025-09-01T11:15:00+04:00", "author": { "@type": "Person", "name": "کاربر ب" }, "text": "متن نظر دوم…", "url": "https://example.com/news/2025/09/01/example#comment-1002" }, { "@type": "Comment", "@id": "https://example.com/news/2025/09/01/example#comment-1003", "parentItem": { "@id": "https://example.com/news/2025/09/01/example#comment-1002" }, "dateCreated": "2025-09-01T11:25:00+04:00", "author": { "@type": "Person", "name": "کاربر پ" }, "text": "پاسخ به نظر دوم…", "url": "https://example.com/news/2025/09/01/example#comment-1003" } ] }