Essays
Information about student papers on your site can be used in snippets on the Yandex search result pages. Mark up the pages with the CreativeWork
scheme so that the search robot can read them.
Supported markup types and schema fields
Yandex takes into account the following CreativeWork
scheme properties:
Property | Type | Description | Required |
---|---|---|---|
learningResourceType | Text | Paper type. The following types are supported:
| Yes |
description | Text | A brief paper description. Recommended size is 50–150 characters. | Yes |
name or headline | Text | Name or title of the work. If a document has both properties, the snippet contains the title from the articleBody property. | No |
author | Text, Organization, or Person | The paper author. If the Organization or Person data types are used, data for the author property is taken from the name property. If the markup contains multiple author properties, the snippet contains the property that is listed first. | No |
genre | Text | Genre of the work. | No |
Property | Type | Description | Required |
---|---|---|---|
learningResourceType | Text | Paper type. The following types are supported:
| Yes |
description | Text | A brief paper description. Recommended size is 50–150 characters. | Yes |
name or headline | Text | Name or title of the work. If a document has both properties, the snippet contains the title from the articleBody property. | No |
author | Text, Organization, or Person | The paper author. If the Organization or Person data types are used, data for the author property is taken from the name property. If the markup contains multiple author properties, the snippet contains the property that is listed first. | No |
genre | Text | Genre of the work. | No |
Example of markup
<div itemscope itemtype="http://schema.org/CreativeWork">
<img itemprop="image" alt="essay cover" src="essay.jpg" />
<meta itemprop="learningResourceType" content="StudentEssay">
<span itemprop="name">Pushkin's Fairy Tales</span>
<span itemprop="author">Ivan Petrov</span>,
<span itemprop="description">Alexander Pushkin as a great Russian poet, playwright, and novelist. Overview of Pushkin's legacy in the mid-1820's. The history of creating fairy tales. The images and historical background of his poetry.</span>
</div>
Verify the markup with the validator.