Data terstruktur video pembelajaran (LearningResource, VideoObject, Clip)

Contoh hasil kaya Video Pembelajaran

Google Penelusuran adalah titik entri bagi siswa dan pengajar untuk menemukan serta menonton video pendidikan. Jika Anda secara eksplisit memberikan informasi khusus pembelajaran dengan data terstruktur, seperti keterampilan, konsep, serta tingkat pendidikan yang tercakup dalam video, Google dapat lebih memahami konten dalam video Anda, serta meningkatkan kualitas pengalaman guna membantu siswa menemukan konten yang tepat.

Data terstruktur video pembelajaran juga dapat mengaktifkan chip informasi tentang video pembelajaran, seperti tingkat pendidikan dan jenis video tersebut (misalnya, video ringkasan atau video solusi).

Bagaimana chip informasi dapat muncul di bawah video pembelajaran, sebelum pengguna mengetuk video tersebut Bagaimana chip informasi dapat muncul di atas video pembelajaran, setelah pengguna mengetuk video

Ketersediaan fitur

Hasil kaya Video Pembelajaran tersedia dalam bahasa Inggris di semua wilayah tempat Google Penelusuran tersedia. Fitur ini hanya tersedia saat menelusuri konten pembelajaran akademik di desktop dan perangkat seluler.

Contoh

Video Pembelajaran Tunggal

Berikut contoh Video Pembelajaran tunggal.


<html>
  <head>
    <title>Learning video markup example</title>
    <script type="application/ld+json">
    {
      "@context": "https://schema.org",
      "@type": ["VideoObject", "LearningResource"],
      "name": "An introduction to Genetics",
      "description": "Explanation of the basics of Genetics for beginners.",
      "learningResourceType": "Concept Overview",
      "educationalLevel": "High school (US)",
      "contentUrl": "https://www.example.com/video/123/file.mp4",
      "thumbnailUrl": [
        "https://example.com/photos/1x1/photo.jpg",
        "https://example.com/photos/4x3/photo.jpg",
        "https://example.com/photos/16x9/photo.jpg"
      ],
      "uploadDate": "2016-03-31T08:00:00+08:00"
    }
    </script>
  </head>
  <body>
  </body>
</html>

Video Pembelajaran dengan beberapa klip

Berikut contoh Video Pembelajaran yang berisi tiga klip: dua klip untuk panduan pemecahan soal, dan satu klip untuk ringkasan konsep.


<html>
  <head>
    <title>Learning video and clips markup example</title>
    <script type="application/ld+json">
    {
      "@context": "https://schema.org",
      "@type": ["VideoObject", "LearningResource"],
      "name": "An introduction to XYZ",
      "description": "Solving equations using exponent properties",
      "educationalLevel": "High school (US)",
      "educationalAlignment": {
        "@type": "AlignmentObject",
        "educationalFramework": "Common Core",
        "targetName": "HSA-SSE.B.3",
        "targetUrl": "https://www.corestandards.org/Math/Content/HSA/SSE/#CCSS.Math.Content.HSA.SSE.B.3"
      },
      "contentUrl": "https://www.example.com/video/123/file.mp4",
      "thumbnailUrl": [
        "https://example.com/photos/1x1/photo.jpg",
        "https://example.com/photos/4x3/photo.jpg",
        "https://example.com/photos/16x9/photo.jpg"
      ],
      "hasPart": [{
        "@type": ["Clip", "LearningResource"],
        "learningResourceType": "Concept Overview",
        "name": "Understanding exponents",
        "startOffset": 40,
        "endOffset": 120,
        "url": "https://www.example.com/example?t=501"
      },{
        "@type": ["Clip", "LearningResource"],
        "learningResourceType": "Problem Walkthrough",
        "name": "Example problem 1: suspended wires",
        "text": "Consider a weight suspended from two wires as shown in Figure. Find the tension in each wire.",
        "startOffset": 150,
        "endOffset": 225,
        "url": "https://www.example.com/example?t=30"
      },{
        "@type": ["Clip", "LearningResource"],
        "learningResourceType": "Problem Walkthrough",
        "name": "Example problem 2: exponents",
        "text": "Consider a weight suspended from five wires as shown in Figure. Find the tension in one wire.",
        "startOffset": 275,
        "endOffset": 500,
        "url": "https://www.example.com/example?t=201"
      }],
      "uploadDate": "2018-03-31T08:00:00+08:00"
    }
    </script>
  </head>
  <body>
  </body>
</html>

Video Panduan Pemecahan Soal

Contoh ini menunjukkan semua properti yang harus ditambahkan ke markup Video Pembelajaran untuk membuatnya menjadi video Panduan Pemecahan Soal yang valid.


<html>
  <head>
    <title>Problem Walkthrough Learning Video example</title>
    <script type="application/ld+json">
    {
      "@context": "https://schema.org",
      "@type": ["VideoObject", "LearningResource"],
      "name": "Mechanics problem for Grade 10",
      "description": "Video walks through solution for problems in mechanics.",
      "learningResourceType": "Problem Walkthrough",
      "text": "Three balls have a mass of 2kg, 4kg and 6kg each. Find the relative velocity after collision.",
      "contentUrl": "https://www.example.com/video/123/file.mp4",
      "thumbnailUrl": [
        "https://example.com/photos/1x1/photo.jpg",
        "https://example.com/photos/4x3/photo.jpg",
        "https://example.com/photos/16x9/photo.jpg"
      ],
      "uploadDate": "2016-03-31T08:00:00+08:00"
    }
    </script>
  </head>
  <body>
  </body>
</html>

Beberapa klip Panduan Pemecahan Soal

Berikut contoh halaman web dengan beberapa klip Panduan Pemecahan Soal. Contoh ini menunjukkan semua properti yang harus ditambahkan ke markup Video Pembelajaran di tingkat video dan klip untuk menjadikannya markup klip Panduan Pemecahan Soal yang valid.


<html>
  <head>
    <title>Problem Walkthrough in clips in Learning Videos markup</title>
    <script type="application/ld+json">
    {
      "@context": "https://schema.org",
      "@type": ["VideoObject", "LearningResource"],
      "name": "An introduction to XYZ",
      "description": "Solving equations using exponent properties",
      "learningResourceType": "Problem Walkthrough",
      "contentUrl": "https://www.example.com/video/123/file.mp4",
      "text": "Three balls have a mass of 2kg, 4kg and 6kg each. Find the relative velocity after collision.",
      "thumbnailUrl": [
        "https://example.com/photos/1x1/photo.jpg",
        "https://example.com/photos/4x3/photo.jpg",
        "https://example.com/photos/16x9/photo.jpg"
      ],
      "hasPart": [{
        "@type": ["Clip", "LearningResource"],
        "learningResourceType": "Problem Walkthrough",
        "name": "Example problem 1: suspended wires",
        "text": "Consider a weight suspended from two wires. Find the tension in each wire.",
        "startOffset": 150,
        "endOffset": 225,
        "url": "https://www.example.com/example?t=150"
      },{
        "@type": ["Clip", "LearningResource"],
        "learningResourceType": "Problem Walkthrough",
        "name": "Example problem 2: exponents",
        "text": "Consider a weight suspended from five wires. Find the tension in one wire.",
        "startOffset": 275,
        "endOffset": 500,
        "url": "https://www.example.com/example?t=275"
      }],
      "uploadDate": "2018-03-31T08:00:00+08:00"
    }
    </script>
  </head>
  <body>
  </body>
</html>

Cara menambahkan data terstruktur

Data terstruktur adalah format terstandarisasi untuk memberikan informasi tentang suatu halaman dan mengelompokkan konten halaman tersebut. Jika Anda baru mengenal data terstruktur, Anda dapat mempelajari lebih lanjut cara kerja data terstruktur.

Berikut adalah ringkasan tentang cara membuat, menguji, dan merilis data terstruktur.

  1. Tambahkan properti wajib. Berdasarkan format yang Anda gunakan, pelajari tempat menyisipkan data terstruktur di halaman.
  2. Ikuti pedoman.
  3. Validasi kode Anda menggunakan Pengujian Hasil Kaya dan perbaiki setiap error kritis. Pertimbangkan juga untuk memperbaiki masalah non-kritis yang mungkin ditandai di alat tersebut, karena tindakan ini dapat membantu meningkatkan kualitas data terstruktur Anda (tetapi hal ini tidak diperlukan agar memenuhi syarat untuk hasil kaya).
  4. Deploy beberapa halaman yang menyertakan data terstruktur dan gunakan Alat Inspeksi URL untuk menguji cara Google melihat halaman tersebut. Pastikan halaman Anda dapat diakses oleh Google dan tidak diblokir oleh file robots.txt, tag noindex, atau persyaratan login. Jika halaman tidak bermasalah, Anda dapat meminta Google meng-crawl ulang URL tersebut.
  5. Agar Google tetap mengetahui setiap perubahan pada masa mendatang, sebaiknya kirimkan peta situs. Anda dapat mengotomatiskan proses ini dengan Search Console Sitemap API.

Panduan

Agar halaman Anda memenuhi syarat untuk hasil kaya Video Pembelajaran, Anda harus mengikuti pedoman berikut:

Pedoman teknis

  • Selain markup Video Pembelajaran, Anda harus menambahkan properti VideoObject yang wajib dan direkomendasikan.
  • Video harus dapat ditonton oleh publik tanpa perlu berlangganan.
  • Total durasi video harus setidaknya 30 detik.
  • Markup Video Pembelajaran harus ditambahkan ke halaman tempat pengguna dapat menonton video. Pengalaman pengguna akan buruk jika pengguna diarahkan ke halaman tempat mereka tidak dapat menonton video.

Definisi jenis data terstruktur

Definisi lengkap VideoObject dan LearningResource tersedia di VideoObject dan LearningResource schema.org.

Anda harus menyertakan properti wajib agar konten Anda memenuhi syarat untuk ditampilkan sebagai hasil kaya Video Pembelajaran. Anda juga dapat menyertakan properti yang direkomendasikan untuk menambahkan informasi lain tentang konten, yang akan meningkatkan kualitas pengalaman pengguna.

Video Pembelajaran [VideoObject, LearningResource]

Markup Video Pembelajaran dimaksudkan untuk meningkatkan visibilitas pada konten pendidikan dalam video. Markup tersebut dapat menyimpan informasi tentang berbagai konsep serta keterampilan yang diajarkan dalam video.

Gunakan jenis [VideoObject, LearningResource] untuk Video Pembelajaran. Selain properti VideoObject yang wajib dan direkomendasikan, tambahkan properti berikut untuk Video Pembelajaran.

Properti wajib
educationalAlignment

AlignmentObject

Ujian, kelas, atau kode standar resmi yang terkait dengan konten. Hanya gunakan properti ini jika konten Anda sesuai dengan standar atau ujian tertentu. Jika tidak, cukup gunakan properti educationalLevel. Jika Anda menyertakan properti educationalAlignment, tambahkan properti berikut (sesuai kebutuhan):

Meskipun Anda dapat memberikan beberapa nilai educationalAlignment, tidak ada jaminan bahwa semua nilai ini akan digunakan untuk fitur Video Pembelajaran. Jika beberapa nilai diberikan, dan fitur hanya dapat menggunakan satu nilai educationalAlignment, fitur tersebut akan menggunakan nilai pertama yang Anda berikan.

Contoh:


"educationalAlignment":
            {
              "@type": "AlignmentObject",
              "educationalFramework": "Common Core",
              "targetName": "CCSS.MATH.CONTENT.7.SP.B.4",
              "targetUrl": "https://www.corestandards.org/Math/Content/7/SP/B/4/"
            }

"educationalAlignment":
            {
              "@type": "AlignmentObject",
              "educationalFramework": "NCERT",
              "targetUrl": "https://ncert.nic.in/"
            }
educationalLevel

Text

Tingkat pendidikan target untuk video. Tetapkan tingkat pendidikan target ke nilai khusus negara atau nilai umum.

Nilai khusus negara:

Setiap negara memiliki sistem akademiknya sendiri. Tetapkan educationalLevel ke salah satu nilai tingkat yang didukung, berdasarkan negara yang berlaku untuk video.

Negara Nilai yang didukung
Aljazair
  • Lower Secondary School (DZ)
  • Grade 8 (DZ)
  • Grade 9 (DZ)
  • Upper Secondary School (DZ)
  • Grade 10 (DZ)
  • Grade 11 (DZ)
  • Grade 12 (DZ)
  • Higher Education (DZ)
Argentina
  • Secondary (AR)
  • 8th Grade (AR)
  • 9th Grade (AR)
  • 10th Grade (AR)
  • 11th Grade (AR)
  • 12th Grade (AR)
  • Higher Education (AR)
Australia
  • Secondary School (AU)
  • Year 8 (AU)
  • Year 9 (AU)
  • Year 10 (AU)
  • Senior Secondary School (AU)
  • Year 11 (AU)
  • Year 12 (AU)
  • University (AU)
Austria
  • Upper Secondary Level (AT)
  • 9th Grade (AT)
  • 10th Grade (AT)
  • 11th Grade (AT)
  • 12th Grade (AT)
  • Tertiary Level (AT)
Azerbaijan
  • General Secondary Education (AZ)
  • 8th Grade (AZ)
  • 9th Grade (AZ)
  • Full Secondary Education (AZ)
  • 10th Grade (AZ)
  • 11th Grade (AZ)
  • Higher Education (AZ)
Bahrain
  • Intermediate Stage (BH)
  • Grade 8 (BH)
  • Grade 9 (BH)
  • Secondary Stage (BH)
  • Grade 10 (BH)
  • Grade 11 (BH)
  • Grade 12 (BH)
  • Higher Education (BH)
Bangladesh
  • Junior Secondary Education (BD)
  • Grade VIII (BD)
  • Secondary Education (BD)
  • Grade IX (BD)
  • Grade X (BD)
  • Higher Secondary Education (BD)
  • Grade XI (BD)
  • Grade XII (BD)
  • Tertiary Education (BD)
Belarus
  • Compulsory Basic Education (BY)
  • Grade 8 (BY)
  • Grade 9 (BY)
  • General Upper Secondary Education (BY)
  • Grade 10 (BY)
  • Grade 11 (BY)
  • Grade 12 (BY)
  • Higher Education (BY)
Belgia
  • Secondary Education (BE)
  • 2nd Secondary (BE)
  • 3rd Secondary (BE)
  • 4th Secondary (BE)
  • 5th Secondary (BE)
  • 6th Secondary (BE)
  • Higher Education (BE)
Bolivia
  • Lower Secondary Education (BO)
  • 8th Grade (BO)
  • Upper Secondary Education (BO)
  • 9th Grade (BO)
  • 10th Grade (BO)
  • 11th Grade (BO)
  • 12th Grade (BO)
  • Higher Education (BO)
Bosnia-Herzegovina
  • Primary Education (BA)
  • Grade 8 (BA)
  • Grade 9 (BA)
  • Secondary Education (BA)
  • Grade 10 (BA)
  • Grade 11 (BA)
  • Grade 12 (BA)
  • Grade 13 (BA)
  • Tertiary Education (BA)
Brasil
  • Elementary School (BR)
  • 8th Grade (BR)
  • High School (BR)
  • 1st grade (High School) (BR)
  • 2nd grade (High School) (BR)
  • 3rd grade (High School) (BR)
  • Higher Education (BR)
Bulgaria
  • Secondary Education (BG)
  • 10th Grade (BG)
  • 11th Grade (BG)
  • 12th Grade (BG)
  • Higher Education (BG)
Kanada
  • Intermediate Education (CA)
  • Grade 8 (CA)
  • Grade 9 (CA)
  • Secondary Education (CA)
  • Grade 10 (CA)
  • Grade 11 (CA)
  • Grade 12 (CA)
  • Tertiary Education (CA)
Cile
  • Secondary Education (CL)
  • 9th Grade (CL)
  • 10th Grade (CL)
  • 11th Grade (CL)
  • 12th Grade (CL)
  • Higher Education (CL)
Kolombia
  • Basic Secondary (CO)
  • 9th Grade (CO)
  • High School Education (CO)
  • 10th Grade (CO)
  • 11th Grade (CO)
  • Tertiary (CO)
Kosta Rika
  • Secondary Education (CR)
  • Eighth Grade (CR)
  • Ninth Grade (CR)
  • Tenth Grade (CR)
  • Eleventh Grade (CR)
  • Twelfth Grade (CR)
  • Higher Education (CR)
Kroasia
  • Secondary education (HR)
  • 10th Grade (HR)
  • 11th Grade (HR)
  • 12th Grade (HR)
  • Higher Education (HR)
Siprus
  • Secondary Education (CY)
  • Grade 9 (CY)
  • Grade 10 (CY)
  • Grade 11 (CY)
  • Grade 12 (CY)
  • Higher Education (CY)
Ceko
  • Upper Secondary Education (CZ)
  • Grade 10 (CZ)
  • Grade 11 (CZ)
  • Grade 12 (CZ)
  • Higher Education (CZ)
Denmark
  • Secondary Education (DK)
  • 10th Grade (DK)
  • Upper Secondary Education (DK)
  • 11th Grade (DK)
  • 12th Grade (DK)
  • Higher Education (DK)
Republik Dominika
  • Primary School (DO)
  • Grade 8 (DO)
  • Secondary School (DO)
  • Grade 1 (Secondary School) (DO)
  • Grade 2 (Secondary School) (DO)
  • Grade 3 (Secondary School) (DO)
  • Grade 4 (Secondary School) (DO)
  • Higher Education (DO)
  • Doctorate (DO)
Ekuador
  • Secondary (EC)
  • Eighth Grade (EC)
  • Ninth Grade (EC)
  • Tenth Grade (EC)
  • Eleventh Grade (EC)
  • Twelfth Grade (EC)
  • Tertiary Education (EC)
Mesir
  • Preparatory Stage (EG)
  • Grade 8 (EG)
  • Grade 9 (EG)
  • Secondary Education (EG)
  • Grade 10 (EG)
  • Grade 11 (EG)
  • Grade 12 (EG)
  • Higher Education (EG)
El Salvador
  • 3rd Cycle (SV)
  • 7th Grade (SV)
  • 8th Grade (SV)
  • 9th Grade (SV)
  • Middle Education (SV)
  • 10th Grade (SV)
  • 11th Grade (SV)
  • Higher Education (SV)
Inggris
  • Key Stage 3 (GB-ENG)
  • Year 9 (GB-ENG)
  • Key Stage 4 (GB-ENG)
  • Year 10 (GB-ENG)
  • Year 11 (GB-ENG)
  • Key Stage 5 (GB-ENG)
  • Year 12 (GB-ENG)
  • Year 13 (GB-ENG)
  • Higher Education (GB-ENG)
Estonia
  • Basic Education (EE)
  • 7th Grade (EE)
  • 8th Grade (EE)
  • 9th Grade (EE)
  • Secondary Education (EE)
  • 10th Grade (EE)
  • 11th Grade (EE)
  • 12th Grade (EE)
  • Higher Education (EE)
Finlandia
  • Basic Education (FI)
  • 7th Grade (FI)
  • 8th Grade (FI)
  • 9th Grade (FI)
  • Upper Secondary Education (FI)
  • 10th Grade (FI)
  • 11th Grade (FI)
  • 12th Grade (FI)
  • Higher Education (FI)
Prancis
  • Lycée (FR)
  • Seconde (FR)
  • Première (FR)
  • Terminale (FR)
Georgia
  • Basic Education (GE)
  • Grade 8 (GE)
  • Grade 9 (GE)
  • Secondary Education (GE)
  • Grade 10 (GE)
  • Grade 11 (GE)
  • Grade 12 (GE)
  • Tertiary Education (GE)
Jerman
  • Gymnasium (DE)
  • 11th Grade (Gymnasium) (DE)
  • 12th Grade (Gymnasium) (DE)
  • 13th Grade (Gymnasium) (DE)
  • University (DE)
Ghana
  • Junior Secodary School (GH)
  • Grade 8 (GH)
  • Grade 9 (GH)
  • Senior Secondary School (GH)
  • Grade 10 (GH)
  • Grade 11 (GH)
  • Grade 12 (GH)
  • Higher Education (GH)
Yunani
  • Upper Secondary School (GR)
  • 1st Grade (Lyceum) (GR)
  • 2nd Grade (Lyceum) (GR)
  • 3rd Grade (Lyceum) (GR)
  • Tertiary Education (GR)
Guatemala
  • Lower Secondary (GT)
  • Grade 7 (GT)
  • Grade 8 (GT)
  • Grade 9 (GT)
  • Upper Secondary (GT)
  • Grade 10 (GT)
  • Grade 11 (GT)
  • Grade 12 (GT)
  • Higher Education (GT)
Honduras
  • Lower Secondary Education (HN)
  • 8th Grade (HN)
  • 9th Grade (HN)
  • Upper Secondary Education (HN)
  • 10th Grade (HN)
  • 11th Grade (HN)
  • 12th Grade (HN)
  • Tertiary Education (HN)
Hong Kong
  • Junior Secondary (HK)
  • Secondary 2 (HK)
  • Secondary 3 (HK)
  • Senior Secondary (HK)
  • Secondary 4 (HK)
  • Secondary 5 (HK)
  • Secondary 6 (HK)
  • University (HK)
Hungaria
  • Upper Secondary Education (HU)
  • 11th Grade (HU)
  • 12th Grade (HU)
  • 13th Grade (HU)
  • Higher Education (HU)
Islandia
  • Primary Education (IS)
  • Grade 8 (IS)
  • Grade 9 (IS)
  • Grade 10 (IS)
  • Upper Secondary Education (IS)
  • 11th Grade (IS)
  • 12th Grade (IS)
  • 13th Grade (IS)
  • Higher Education (IS)
India
  • Middle Stage (IN)
  • Class 8 (IN)
  • Secondary School (IN)
  • Class 9 (IN)
  • Class 10 (IN)
  • Senior Secondary School (IN)
  • Class 11 (IN)
  • Class 12 (IN)
  • Undergraduate college (IN)
  • Post-graduate college (IN)
Indonesia
  • Middle School (ID)
  • 8th Grade (ID)
  • 9th Grade (ID)
  • High School (ID)
  • 10th Grade (ID)
  • 11th Grade (ID)
  • 12th Grade (ID)
  • Tertiary Education (ID)
Irak
  • Intermediate Education (IQ)
  • Eighth Grade (IQ)
  • Ninth Grade (IQ)
  • Preparatory Education (IQ)
  • Tenth Grade (IQ)
  • Eleventh Grade (IQ)
  • Twelfth Grade (IQ)
  • Higher Education (IQ)
Irlandia
  • Senior Cycle (IE)
  • Transition Year (IE)
  • Fifth Year (IE)
  • Sixth Year (IE)
  • University (IE)
Israel
  • Intermediate School (IL)
  • Grade 8 (IL)
  • Grade 9 (IL)
  • Secondary School (IL)
  • Grade 10 (IL)
  • Grade 11 (IL)
  • Grade 12 (IL)
  • University (IL)
  • Doctorate (IL)
Italia
  • Upper Secondary Education (IT)
  • 2nd upper (IT)
  • 3rd upper (IT)
  • 4th upper (IT)
  • 5th upper (IT)
  • Higher Education (IT)
Jamaika
  • Secondary Education (JM)
  • Grade 8 (JM)
  • Grade 9 (JM)
  • Grade 10 (JM)
  • Grade 11 (JM)
  • Grade 12 (JM)
  • Tertiary Education (JM)
Jepang
  • Lower Secondary School (JP)
  • Grade 2 (lower secondary) (JP)
  • Grade 3 (lower secondary) (JP)
  • Upper Secondary School (JP)
  • Grade 1 (upper secondary) (JP)
  • Grade 2 (upper secondary) (JP)
  • Grade 3 (upper secondary) (JP)
  • Higher Education (JP)
Yordania
  • Basic Education (JO)
  • Grade 8 (JO)
  • Grade 9 (JO)
  • Grade 10 (JO)
  • Secondary Education (JO)
  • Grade 11 (JO)
  • Grade 12 (JO)
  • Higher Education (JO)
  • Doctorate (JO)
Kazakhstan
  • Lower Secondary School (KZ)
  • Grade 7 (KZ)
  • Grade 8 (KZ)
  • Grade 9 (KZ)
  • Upper Secondary School (KZ)
  • Grade 10 (KZ)
  • Grade 11 (KZ)
  • Tertiary Institutions (KZ)
Kenya
  • Upper Primary (KE)
  • Standard 8 (KE)
  • High School (KE)
  • Standard 9 (KE)
  • Standard 10 (KE)
  • Standard 11 (KE)
  • Standard 12 (KE)
  • Higher Education (KE)
Kuwait
  • Intermediate Education (KW)
  • Grade 8 (KW)
  • Grade 9 (KW)
  • Secondary Education (KW)
  • Grade 10 (KW)
  • Grade 11 (KW)
  • Grade 12 (KW)
  • Higher Education (KW)
Latvia
  • Primary Education (LV)
  • Grade 7 (LV)
  • Grade 8 (LV)
  • Senior Secondary Education (LV)
  • Grade 10 (LV)
  • Grade 11 (LV)
  • Grade 12 (LV)
  • Higher Education (LV)
Lebanon
  • Intermediate Level (LB)
  • Grade 8 (LB)
  • Grade 9 (LB)
  • Secondary Education (LB)
  • Grade 10 (LB)
  • Grade 11 (LB)
  • Grade 12 (LB)
  • Tertiary Education (LB)
Libya
  • Primary Education (LY)
  • Grade 8 (LY)
  • Grade 9 (LY)
  • Secondary Education (LY)
  • Grade 10 (LY)
  • Grade 11 (LY)
  • Grade 12 (LY)
  • Tertiary Education (LY)
Liechtenstein
  • Middle School (LI)
  • 7th Grade (LI)
  • 8th Grade (LI)
  • 9th Grade (LI)
  • High School (LI)
  • 10th Grade (LI)
  • 11th Grade (LI)
  • 12th Grade (LI)
  • Tertiary Education (LI)
Lituania
  • Lower Secondary Education (LT)
  • Grade 8 (LT)
  • Grade 9 (LT)
  • Grade 10 (LT)
  • Upper Secondary Education (LT)
  • Grade 11 (LT)
  • Grade 12 (LT)
  • Higher Education (LT)
Luksemburg
  • Upper Secondary Education (LU)
  • 3 G (LU)
  • 2 G (LU)
  • 1 G (LU)
  • Higher Education (LU)
Malaysia
  • Secondary (MY)
  • Form 2 (MY)
  • Form 3 (MY)
  • Form 4 (MY)
  • Form 5 (MY)
  • Pre-university (MY)
  • Lower Form 6 (MY)
  • Upper Form 6 (MY)
  • Post-secondary Education (MY)
Malta
  • Secondary Education (MT)
  • Grade 9 (MT)
  • Grade 10 (MT)
  • Grade 11 (MT)
  • Post-Secondary Education (MT)
  • Tertiary Education (MT)
  • Postgraduate Education (MT)
Meksiko
  • Lower Secondary Education (MX)
  • Grade 8 (MX)
  • Grade 9 (MX)
  • Upper Secondary Education (MX)
  • Grade 10 (MX)
  • Grade 11 (MX)
  • Grade 12 (MX)
  • Tertiary Education (MX)
Montenegro
  • Primary Education (ME)
  • Grade 8 (ME)
  • Grade 9 (ME)
  • Secondary Education (ME)
  • Grade 10 (ME)
  • Grade 11 (ME)
  • Grade 12 (ME)
  • Grade 13 (ME)
  • Higher Education (ME)
Maroko
  • Lower Secondary (MA)
  • Grade 8 (MA)
  • Grade 9 (MA)
  • Upper Secondary (MA)
  • Grade 10 (MA)
  • Grade 11 (MA)
  • Grade 12 (MA)
  • Tertiary (MA)
Nepal
  • Secondary (NP)
  • Year 9 (NP)
  • Year 10 (NP)
  • Senior Higher Secondary (NP)
  • Year 11 (NP)
  • Year 12 (NP)
Belanda
  • Secondary Education (NL)
  • 5th Year (HAVO) (NL)
  • Higher Education (NL)
Selandia Baru
  • Year 9-13 Secondary School (NZ)
  • Year 9 (NZ)
  • Year 10 (NZ)
  • Year 11 (NZ)
  • Year 12 (NZ)
  • Year 13 (NZ)
  • University (NZ)
  • Doctorate (NZ)
Nikaragua
  • Lower Secondary Education (NI)
  • Grade 8 (NI)
  • Grade 9 (NI)
  • Higher Secondary Education (NI)
  • Grade 10 (NI)
  • Grade 11 (NI)
  • Tertiary Education (NI)
Nigeria
  • Junior Secondary Education (NG)
  • Grade 8 (NG)
  • Grade 9 (NG)
  • Senior Secondary Education (NG)
  • Grade 10 (NG)
  • Grade 11 (NG)
  • Grade 12 (NG)
  • University (NG)
  • Doctorate (NG)
Makedonia Utara
  • Primary Education (MK)
  • Grade 7 (MK)
  • Grade 8 (MK)
  • Secondary Education (MK)
  • Grade 9 (MK)
  • Grade 10 (MK)
  • Grade 11 (MK)
  • Grade 12 (MK)
  • Higher Education (MK)
Irlandia Utara
  • Key Stage 3 (GB-NIR)
  • Year 10 (GB-NIR)
  • Key Stage 4 (GB-NIR)
  • Year 11 (GB-NIR)
  • Year 12 (GB-NIR)
  • Key Stage 5 (GB-NIR)
  • Higher Education (GB-NIR)
Norwegia
  • Lower Secondary School (NO)
  • 8th Grade (NO)
  • 9th Grade (NO)
  • 10th Grade (NO)
  • Upper Secondary School (NO)
  • VG1 (NO)
  • VG2 (NO)
  • VG3 (NO)
  • Higher Education (NO)
Oman
  • Basic Education (OM)
  • Grade 8 (OM)
  • Grade 9 (OM)
  • Grade 10 (OM)
  • Secondary Education (OM)
  • Grade 11 (OM)
  • Grade 12 (OM)
  • Higher Education (OM)
  • Doctorate (OM)
Pakistan
  • Middle School (PK)
  • Class 8 (PK)
  • High School (PK)
  • Class 9 (PK)
  • Class 10 (PK)
  • Higher Secondary School (PK)
  • Class 11 (PK)
  • Class 12 (PK)
  • University (PK)
Panama
  • First Step of Secondary Level (PA)
  • Grade Eight (PA)
  • Grade Nine (PA)
  • Second Step of Secondary Level (PA)
  • Grade Ten (PA)
  • Grade Eleven (PA)
  • Grade Twelve (PA)
  • Higher Education (PA)
Papua Nugini
  • Middle (PG)
  • Grade 7 (PG)
  • Grade 8 (PG)
  • Grade 9 (PG)
  • Grade 10 (PG)
  • Secondary (PG)
  • Grade 11 (PG)
  • Grade 12 (PG)
  • Tertiary (PG)
Paraguay
  • Primary Education (PY)
  • 8th Grade (PY)
  • 9th Grade (PY)
  • Upper Secondary Education (PY)
  • 10th Grade (PY)
  • 11th Grade (PY)
  • 12th Grade (PY)
  • Tertiary Education (PY)
Peru
  • Secondary School (PE)
  • 9th Grade (PE)
  • 10th Grade (PE)
  • 11th Grade (PE)
  • Higher Education (PE)
Filipina
  • Junior High School (PH)
  • Grade 8 (PH)
  • Grade 9 (PH)
  • Grade 10 (PH)
  • Senior High School (PH)
  • Grade 11 (PH)
  • Grade 12 (PH)
  • Tertiary Education (PH)
Polandia
  • Upper Secondary Education (PL)
  • Grade 2 (high school) (PL)
  • Grade 3 (high school) (PL)
  • Grade 4 (high school) (PL)
  • Higher Education (PL)
Portugal
  • Basic Education (PT)
  • 8th Year (PT)
  • 9th Year (PT)
  • Secondary Education (PT)
  • 10th Year (PT)
  • 11th Year (PT)
  • 12th Year (PT)
  • Tertiary Education (PT)
Puerto Riko
  • Junior High School (PR)
  • Eighth Grade (PR)
  • Ninth Grade (PR)
  • High School (PR)
  • Tenth Grade (PR)
  • Eleventh Grade (PR)
  • Twelfth Grade (PR)
  • Higher Education (PR)
Qatar
  • Preparatory Education (QA)
  • Grade 8 (QA)
  • Grade 9 (QA)
  • Secondary Education (QA)
  • Grade 10 (QA)
  • Grade 11 (QA)
  • Grade 12 (QA)
  • University (QA)
  • Doctorate (QA)
Rumania
  • Secondary School (RO)
  • Class X (RO)
  • Class XI (RO)
  • Class XII (RO)
  • Higher Education (RO)
Rusia
  • Basic General Education (RU)
  • Eighth Grade (RU)
  • Ninth Grade (RU)
  • Secondary General Education (RU)
  • Tenth Grade (RU)
  • Eleventh Grade (RU)
  • Postsecondary and Tertiary Education (RU)
Arab Saudi
  • Intermediate Education (SA)
  • Grade 8 (SA)
  • Grade 9 (SA)
  • Secondary Education (SA)
  • Grade 10 (SA)
  • Grade 11 (SA)
  • Grade 12 (SA)
  • Tertiary Education (SA)
Skotlandia
  • Secondary School (GB-SCT)
  • Second Year (S2) (GB-SCT)
  • Third Year (S3) (GB-SCT)
  • Fourth Year (S4) (GB-SCT)
  • Fifth Year (S5) (GB-SCT)
  • Higher Education (GB-SCT)
  • Doctorate (GB-SCT)
Senegal
  • Lower Secondary Education (SN)
  • Grade 8 (SN)
  • Grade 9 (SN)
  • Grade 10 (SN)
  • Upper Secondary Education (SN)
  • Grade 11 (SN)
  • Grade 12 (SN)
  • Grade 13 (SN)
  • Tertiary Education (SN)
Serbia
  • Secondary-High School (RS)
  • Year 2 (RS)
  • Year 3 (RS)
  • Year 4 (RS)
  • Higher Education (RS)
Singapura
  • Secondary Education (SG)
  • Secondary 1 (SG)
  • Secondary 2 (SG)
  • Secondary 3 (SG)
  • Secondary 4 (SG)
  • Secondary 5 (SG)
  • Post-secondary Education (SG)
Slovakia
  • High School (SK)
  • 2nd Grade (High School) (SK)
  • 3rd Grade (High School) (SK)
  • 4th Grade (High School) (SK)
  • Post-Secondary Education (SK)
Slovenia
  • Upper Secondary Education (SI)
  • Grade 11 (SI)
  • Grade 12 (SI)
  • Grade 13 (SI)
  • Tertiary Education (SI)
Afrika Selatan
  • Senior Phase (ZA)
  • Grade 8 (ZA)
  • Grade 9 (ZA)
  • Further Education and Training (ZA)
  • Grade 10 (ZA)
  • Grade 11 (ZA)
  • Grade 12 (ZA)
  • Higher Education and Training (ZA)
Korea Selatan
  • Middle School (KR)
  • 3rd Grade (KR)
  • High School (KR)
  • 1st Grade (KR)
  • 2nd Grade (KR)
  • 3rd Grade (KR)
  • Higher Education (KR)
Spanyol
  • Lower Secondary Education (ES)
  • Grade 9 (ES)
  • Grade 10 (ES)
  • Upper Secondary Education (ES)
  • Grade 11 (ES)
  • Grade 12 (ES)
  • Tertiary education (ES)
Sri Lanka
  • Junior Secondary (LK)
  • Grade 9 (LK)
  • Senior Secondary (LK)
  • Grade 10 (LK)
  • Grade 11 (LK)
  • Collegiate (LK)
  • Grade 12 (LK)
  • Grade 13 (LK)
  • Tertiary Education (LK)
Swedia
  • Comprehensive School (SE)
  • 7th Grade (SE)
  • 8th Grade (SE)
  • 9th Grade (SE)
  • Upper Secondary Education (SE)
  • 1st Grade (SE)
  • 2nd Grade (SE)
  • 3rd Grade (SE)
  • University (SE)
Swiss
  • Lower Secondary Level (CH)
  • Grade 8 (CH)
  • Grade 9 (CH)
  • Upper Secondary Level (CH)
  • Grade-1 (CH)
  • Grade-2 (CH)
  • Grade-3 (CH)
  • Tertiary Level (CH)
Taiwan
  • Junior High School (TW)
  • 8th Grade (TW)
  • 9th Grade (TW)
  • Senior High School (TW)
  • 10th Grade (TW)
  • 11th Grade (TW)
  • 12th Grade (TW)
  • Tertiary Education (TW)
Tanzania
  • Primary Education (TZ)
  • Grade 7 (TZ)
  • Lower Secondary (TZ)
  • Grade 8 (TZ)
  • Grade 9 (TZ)
  • Grade 10 (TZ)
  • Grade 11 (TZ)
  • Grade 12 (TZ)
  • Upper Secondary (TZ)
  • University (TZ)
  • Doctorate (TZ)
Thailand
  • Lower Secondary (TH)
  • Eighth Grade (TH)
  • Ninth Grade (TH)
  • Upper Secondary (TH)
  • Tenth Grade (TH)
  • Eleventh Grade (TH)
  • Twelfth Grade (TH)
  • Higher Education (TH)
Tunisia
  • Basic Education (TN)
  • Eighth Grade (TN)
  • Ninth Grade (TN)
  • Secondary Education (TN)
  • Tenth Grade (TN)
  • Eleventh Grade (TN)
  • Twelfth Grade (TN)
  • Tertiary Education (TN)
Turkiye
  • Primary Education (TR)
  • 8th Grade (TR)
  • High School (TR)
  • 9th Grade (TR)
  • 10th Grade (TR)
  • 11th Grade (TR)
  • 12th Grade (TR)
  • Higher Education (TR)
Uganda
  • Lower Secondary Education (UG)
  • Eighth Grade (UG)
  • Ninth Grade (UG)
  • Tenth Grade (UG)
  • Eleventh Grade (UG)
  • Upper Secondary Education (UG)
  • Twelfth Grade (UG)
  • Thirteenth Grade (UG)
  • Post-Secondary Education (UG)
Ukraina
  • Secondary Base School (UA)
  • 8th Grade (UA)
  • 9th Grade (UA)
  • Secondary Last School (UA)
  • 10th Grade (UA)
  • 11th Grade (UA)
  • 12th Grade (UA)
  • Higher Education (UA)
Uni Emirat Arab
  • Intermediate Level (AE)
  • Grade 8 (AE)
  • Secondary Level (AE)
  • Grade 9 (AE)
  • Grade 10 (AE)
  • Grade 11 (AE)
  • Grade 12 (AE)
  • Higher Education (AE)
Amerika Serikat
  • Middle School (US)
  • Eighth Grade (US)
  • High School (US)
  • Ninth Grade (US)
  • Tenth Grade (US)
  • Eleventh Grade (US)
  • Twelfth Grade (US)
  • College (US)
  • Graduate School (US)
Venezuela
  • Middle Education (VE)
  • Grade 9 (VE)
  • Diversified Education (VE)
  • Grade 10 (VE)
  • Grade 11 (VE)
  • Grade 12 (VE)
  • Higher Education School (VE)
Vietnam
  • Upper Secondary Education (VN)
  • Tenth Grade (VN)
  • Eleventh Grade (VN)
  • Twelfth Grade (VN)
  • Higher Education (VN)
Wales
  • Key Stage 4 (GB-WLS)
  • Year 10 (GB-WLS)
  • Year 11 (GB-WLS)
  • Key Stage 5 (GB-WLS)
  • Year 12 (GB-WLS)
  • Year 13 (GB-WLS)
  • Higher Education (GB-WLS)
Yaman
  • Basic Education (YE)
  • Grade 8 (YE)
  • Grade 9 (YE)
  • Secondary Education (YE)
  • Grade 10 (YE)
  • Grade 11 (YE)
  • Grade 12 (YE)
  • University Education (YE)
Zimbabwe
  • Secondary Education (ZW)
  • Grade 8 (ZW)
  • Grade 9 (ZW)
  • Grade 10 (ZW)
  • Grade 11 (ZW)
  • Grade 12 (ZW)
  • Grade 13 (ZW)
  • Tertiary Education (ZW)

Contoh:


"educationalLevel": "10th Grade (AR)"

Nilai umum:

Hanya salah satu dari nilai umum ini yang dapat ditetapkan sebagai educationalLevel.

  • Beginner: Tidak diperlukan pengetahuan awal untuk memahami konten
  • Intermediate: Diperlukan beberapa pengetahuan guna memahami konten
  • Advanced: Konten ini ditargetkan untuk siswa tingkat lanjut yang memiliki pengetahuan awal tentang topik tertentu

"educationalLevel": "Beginner"
learningResourceType

Text

Jenis konten dalam video berdasarkan apa yang ingin dicapai oleh video tersebut. Properti ini dapat digunakan pada tingkat video (jika video hanya berisi satu jenis konten) atau pada tingkat klip (jika video berisi lebih dari satu jenis konten). Daftar di bawah menunjukkan beberapa contoh nilai yang dapat diterima. Jika video Anda tidak sesuai dengan salah satu nilai tersebut, Anda dapat membuat yang baru, karena kami mempertimbangkan untuk mendukung nilai baru. Perhatikan bahwa jika nilai tidak ditetapkan ke salah satu nilai yang tercantum di bawah, informasi jenis pembelajaran tidak dapat digunakan dalam fitur penelusuran apa pun.

    • Concept overview: Video menjelaskan topik atau konsep.
    • Problem walkthrough: Video menunjukkan metode atau langkah-langkah untuk memecahkan soal akademik, seperti soal uraian matematika atau sains.
    • Real life example: Video menunjukkan bagaimana suatu konsep diterapkan atau digunakan di kehidupan nyata.
    • Activity: Video menunjukkan demonstrasi atau penerapan aktivitas pembelajaran, seperti contoh soal, permainan improvisasi, peta konsep, peninjauan sejawat, atau debat aktif.
    • Experiment: Video menunjukkan eksperimen.
    • Lecture: Video menunjukkan kelas, kuliah, atau webinar.
    • How-to: Video menyediakan metode atau serangkaian langkah untuk melakukan sesuatu. Untuk video yang membahas prosedur pemecahan soal STEM, gunakan jenis Problem walkthrough.
    • Tips: Video membagikan tips dan trik.
    
    "learningResourceType": "Problem walkthrough"
Properti yang direkomendasikan
educationalAlignment.educationalFramework

Text

Nama standar resmi yang terkait dengan konten.


"educationalFramework": "Common Core"
educationalAlignment.targetName

Text

Kode atau node standar (misalnya, CCSS.MATH.CONTENT.7.SP.B.4, AP physics A, CCSS.MATH).


"targetName": "CCSS.MATH.CONTENT.7.SP.B.4"
educationalAlignment.targetUrl

Url

URL ke deskripsi standar.


"targetUrl": "https://www.corestandards.org/Math/Content/8/EE/A/2/"
hasPart

Clip

Daftar klip dalam video. Setiap klip harus berfokus pada topik atau soal tertentu.

Daftar properti yang wajib dan direkomendasikan untuk objek Clip pendidikan tercantum dalam tabel terpisah.

Berikut contoh klip panduan pemecahan soal:


{
  "@type": ["Clip","LearningResource"],
  "learningResourceType": "Problem Walkthrough",
  "name": "Example 1",
  "text": "Consider a weight suspended from five wires as shown in Figure. Find the tension in one wire.",
  "startOffset": 201,
  "url": "https://www.example.com/example?t=201"
}

Berikut contoh klip yang memberikan ringkasan konsep:


{
  "@type": ["Clip","LearningResource"],
  "learningResourceType": "Concept Overview",
  "name": "ABC Law",
  "startOffset": 501,
  "url": "https://www.example.com/example?t=501"
}
text

Text

Teks pertanyaan yang sedang dipecahkan dalam video. Properti ini harus menyertakan pertanyaan lengkap, bukan hanya judul pertanyaan.

Jika video Anda memecahkan lebih dari satu soal, Anda dapat menggunakan properti yang sama, tetapi di tingkat Clip.


"text": "Consider a weight suspended from two wires as shown in Figure. Find the tension in each wire."

Klip Pembelajaran [Clip, LearningResource]

Klip pembelajaran dapat ditetapkan sebagai bagian dari properti hasPart di Video Pembelajaran. Berikut daftar properti yang direkomendasikan untuk klip.

Beri tag pada klip pembelajaran dengan jenis [Clip, LearningResource]. Selain properti Clip yang wajib dan direkomendasikan, tambahkan properti berikut untuk Klip Pembelajaran.

Properti yang direkomendasikan
learningResourceType

Text

Jenis konten dalam klip berdasarkan apa yang ingin dicapai oleh klip tersebut. Jika klip berisi solusi langkah demi langkah untuk suatu soal, nilainya dapat ditetapkan ke "Problem walkthrough". Jika klip berisi penjelasan tentang beberapa konsep, nilainya dapat ditetapkan ke "Concept overview".

Daftar di bawah menunjukkan beberapa contoh nilai yang dapat diterima. Jika klip Anda tidak sesuai dengan salah satu nilai tersebut, Anda dapat membuat yang baru, karena kami mempertimbangkan untuk mendukung nilai baru. Perhatikan bahwa jika nilai tidak ditetapkan ke salah satu nilai yang tercantum di bawah, informasi ini tidak dapat digunakan dalam fitur penelusuran apa pun.

Nilai yang dapat diterima:

  • Concept overview: Klip menjelaskan topik atau konsep.
  • Problem walkthrough: Klip menunjukkan metode atau langkah-langkah untuk memecahkan soal akademik, seperti soal uraian matematika atau sains.
  • Real life application: Klip menunjukkan bagaimana suatu konsep diterapkan atau digunakan di kehidupan nyata.
  • Activity: Klip menunjukkan demonstrasi atau penerapan aktivitas pembelajaran, seperti contoh soal, permainan improvisasi, peta konsep, peninjauan sejawat, atau debat aktif.
  • Science experiment: Klip menunjukkan eksperimen sains.
  • Lecture: Klip menunjukkan kelas, kuliah, atau webinar.
  • How-to: Klip menyediakan metode atau serangkaian langkah untuk melakukan sesuatu. Untuk klip yang membahas prosedur pemecahan soal STEM, gunakan jenis Problem walkthrough.
  • Tips: Klip membagikan tips dan trik.

"learningResourceType": "Problem walkthrough"

Video Panduan Pemecahan Soal [VideoObject, LearningResource]

Video Panduan Pemecahan Soal adalah subjenis Video Pembelajaran yang memberikan solusi langkah demi langkah untuk suatu soal.

Gunakan jenis [VideoObject, LearningResource] untuk video panduan pemecahan soal. Selain properti VideoObject yang wajib dan direkomendasikan, tambahkan properti berikut untuk video panduan pemecahan soal.

Properti wajib
learningResourceType

Text

Jenis konten dalam video berdasarkan apa yang ingin dicapai oleh video tersebut. Untuk video Panduan Pemecahan Soal, jenis konten ini harus ditetapkan ke "Panduan pemecahan soal".


"learningResourceType": "Problem walkthrough"
Properti yang direkomendasikan
hasPart

Clip

Daftar klip dalam video. Setiap klip harus berfokus pada soal tertentu.

Daftar properti yang wajib dan direkomendasikan untuk objek Clip pendidikan tercantum dalam tabel terpisah.

Berikut contoh klip dengan panduan pemecahan soal:


[
  {
    "@type": ["Clip","LearningResource"],
    "learningResourceType": "Problem Walkthrough",
    "name": "Example 1",
    "text": "Consider a weight suspended from five wires as shown in Figure. Find the tension in one wire.",
    "startOffset": 201,
    "url": "https://www.example.com/example?t=201"
  },
  {
    "@type": ["Clip","LearningResource"],
    "learningResourceType": "Problem Walkthrough",
    "name": "Example 2",
    "text": "Consider two weights suspended from five wires as shown in Figure. Find the tension in all wires.",
    "startOffset": 501,
    "url": "https://www.example.com/example?t=501"
  }
]
text

Text

Teks pertanyaan yang sedang dipecahkan dalam video.

Jika video Anda memecahkan lebih dari satu soal, Anda dapat menggunakan properti yang sama di tingkat Clip.


"text": "Consider a weight suspended from two wires as shown in Figure. Find the tension in each wire."

Klip Panduan Pemecahan Soal [Clip, LearningResource]

Klip Panduan Pemecahan Soal dapat ditetapkan sebagai bagian dari properti hasPart dalam Video Pembelajaran. Klip Panduan Pemecahan Soal adalah subjenis klip Pembelajaran yang berisi solusi langkah demi langkah untuk suatu soal. Berikut daftar properti wajib untuk klip Panduan Pemecahan Soal.

Gunakan jenis [Clip, LearningResource] untuk klip pembelajaran. Selain properti Clip yang wajib dan direkomendasikan, tambahkan properti berikut untuk klip panduan pemecahan soal.

Properti wajib
learningResourceType

Text

Jika klip berisi solusi langkah demi langkah untuk suatu soal, nilainya harus ditetapkan ke "Problem walkthrough".


"learningResourceType": "Problem walkthrough"
Properti yang direkomendasikan
text

Text

Teks pertanyaan yang sedang dipecahkan dalam klip.


"text": "Consider a weight suspended from two wires as shown in Figure. Find the tension in each wire."

Memantau hasil kaya dengan Search Console

Search Console adalah alat yang dapat membantu Anda memantau performa halaman Anda di Google Penelusuran. Anda tidak perlu mendaftar ke Search Console agar halaman Anda dapat disertakan dalam hasil Google Penelusuran. Tetapi dengan mendaftar, Anda dapat memahami dan meningkatkan cara Google melihat situs Anda dengan mudah. Sebaiknya Anda memeriksa Search Console dalam kasus berikut:

  1. Setelah men-deploy data terstruktur untuk pertama kalinya
  2. Setelah merilis template baru atau memperbarui kode
  3. Menganalisis traffic secara berkala

Setelah men-deploy data terstruktur untuk pertama kalinya

Setelah Google mengindeks halaman Anda, temukan masalah menggunakan laporan status Hasil kaya yang relevan. Idealnya, akan ada peningkatan jumlah item yang valid, sedangkan jumlah item yang tidak valid tidak berubah. Jika Anda menemukan masalah pada data terstruktur Anda:

  1. Perbaiki item yang tidak valid.
  2. Periksa URL aktif untuk memeriksa apakah masalah terus berlanjut.
  3. Minta validasi menggunakan laporan status.

Setelah merilis template baru atau memperbarui kode Anda

Saat Anda membuat perubahan yang signifikan pada situs, pantau peningkatan jumlah item yang tidak valid pada data terstruktur.
  • Jika terjadi peningkatan jumlah item yang tidak valid, mungkin Anda meluncurkan template baru yang tidak berfungsi, atau situs Anda berinteraksi dengan template yang ada dengan cara baru yang salah.
  • Jika terjadi penurunan jumlah item yang valid (tidak cocok dengan peningkatan jumlah item yang tidak valid), mungkin Anda tidak lagi menyematkan data terstruktur di halaman Anda. Gunakan Alat Inspeksi URL untuk mempelajari penyebab masalah tersebut.

Menganalisis traffic secara berkala

Analisis traffic Google Penelusuran Anda menggunakan Laporan Performa. Data akan menunjukkan seberapa sering halaman Anda muncul sebagai hasil kaya di Penelusuran, seberapa sering pengguna mengkliknya, dan posisi rata-rata halaman Anda saat muncul di hasil penelusuran. Anda juga dapat otomatis menarik hasil ini dengan Search Console API.

Pemecahan masalah

Jika Anda mengalami masalah saat menerapkan atau mendebug data terstruktur, berikut beberapa referensi yang dapat membantu Anda.

  • Jika Anda menggunakan sistem pengelolaan konten (CMS) atau ada orang lain yang menangani situs Anda, minta mereka untuk membantu Anda. Pastikan untuk meneruskan pesan Search Console yang menjelaskan masalah tersebut kepada mereka.
  • Google tidak menjamin bahwa fitur yang menggunakan data terstruktur akan muncul dalam hasil penelusuran. Untuk mengetahui daftar alasan umum mengapa Google tidak dapat menampilkan konten Anda dalam hasil kaya, lihat Panduan Umum terkait Data Terstruktur.
  • Mungkin ada error dalam data terstruktur Anda. Periksa daftar error data terstruktur.
  • Jika halaman Anda dikenai tindakan manual data terstruktur, data terstruktur pada halaman itu akan diabaikan (meskipun halaman masih bisa muncul di hasil Google Penelusuran). Untuk memperbaiki masalah data terstruktur, gunakan laporan Tindakan Manual.
  • Tinjau panduan lagi untuk mengidentifikasi apakah konten Anda tidak mematuhi panduan. Masalah itu mungkin disebabkan oleh konten yang berisi spam atau penggunaan markup yang berisi spam. Namun, masalahnya mungkin bukan pada sintaksis, sehingga Pengujian Hasil Kaya tidak akan dapat mengidentifikasi masalah tersebut.
  • Pecahkan masalah hasil kaya tidak ada/penurunan jumlah hasil kaya.
  • Tunggu hingga crawling dan pengindeksan ulang selesai. Perlu diingat bahwa Google mungkin memerlukan waktu beberapa hari untuk mencari dan meng-crawl halaman setelah Anda memublikasikannya. Untuk pertanyaan umum terkait crawling dan pengindeksan, lihat FAQ crawling dan pengindeksan Google Penelusuran.
  • Posting pertanyaan di forum Pusat Google Penelusuran.

Konten tidak cocok dengan data terstruktur

Penyebab masalah: Halaman memuat konten yang tidak cocok dengan data terstruktur di halaman tersebut Misalnya, judul video di halaman tidak cocok dengan nilai yang tercantum untuk properti name. Mungkin juga terdapat konten berisi spam, seperti judul dan deskripsi clickbait, atau markup yang tidak mencerminkan video sebenarnya. Anda mungkin telah menerima pesan Search Console ini: "Pelanggaran kebijakan data terstruktur - Konten di halaman berbeda dengan data terstruktur di halaman".

Memperbaiki masalah

  1. Verifikasi bahwa data terstruktur sesuai dengan konten sebenarnya di halaman.
  2. Gunakan Alat Inspeksi URL untuk memastikan bahwa konten terlihat di halaman yang dirender (halaman yang dirender mencerminkan halaman Anda sebagaimana yang terlihat oleh Google).
  3. Setelah mengatasi masalah tersebut, kirimkan situs Anda agar dipertimbangkan ulang.