To improve the visibility of your site in the Google search engine, you can use structured data for courses. This helps potential students quickly find information about your courses through a search in Google. Such data include the name of the course, its description and the organization that offers it.
The function of displaying the list of courses is available in English in all regions where the search in Google works.
Structured data is a standardized format for providing information about the page and the classification of its content. If you are a beginner in the field of structured data, read how they work.
Here are a few steps for creating, testing and publishing structured data:
Here is an example of a page with detailed information about the course. This page should be related to the total page that will contain markings ItemList.
<>
<head>
<title>Введение в компьютерные науки и программирование</title>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Course",
"name": "Введение в компьютерные науки и программирование",
"description": "Основы компьютерных наук для начинающих.",
"provider": {
"@type": "Organization",
"name": "Технологический университет — Эврика"
}
}
</script>
</head>
<body></body>
</>
Here is an example of a page that combines markings for a list of courses and the details of each of them on one page.
<>
<head>
<title>Курсы по компьютерным наукам</title>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "ItemList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"item": {
"@type": "Course",
"url": "https://www.example.com/courses#intro-to-cs",
"name": "Введение в компьютерные науки и программирование",
"description": "Этот курс представляет собой введение в компьютерные науки.",
"provider": {
"@type": "Organization",
"name": "Технологический университет — Эврика"
}
}
},
{
"@type": "ListItem",
"position": 2,
"item": {
"@type": "Course",
"url": "https://www.example.com/courses#intermediate-cs",
"name": "Продвинутые курсы по программированию",
"description": "Этот курс раскрывает сложные темы программирования.",
"provider": {
"@type": "Organization",
"name": "Технологический университет — Эврика"
}
}
}
]
}
</script>
</head>
<body></body>
</>
In order for your site to be visible in the Google search engine, it is important to follow several recommendations.
It is necessary to use markings ItemList To create a list of courses on your site. It is important that each course has a unique page with the URL.
If you have problems with the implementation or debugging of structured data, here are a few resources to eliminate errors:
If you have questions or difficulties with a SEO dick, contact the company CEO, we will help you set up structured data and improve the visibility of your site in Google. You can also contact us through WhatsApp.
ID 50