Structured Data สำหรับวิดีโอการเรียนรู้ (LearningResource, VideoObject, Clip)

ตัวอย่างผลการค้นหาที่เป็นริชมีเดียของวิดีโอการเรียนรู้

Google Search เป็นจุดเริ่มต้นสำหรับครูและนักเรียนในการค้นหาและดูวิดีโอเพื่อการศึกษา เมื่อคุณให้ข้อมูลที่เกี่ยวกับการเรียนรู้ที่เจาะจงอย่างชัดเจนโดยใช้ Structured Data เช่น ระดับการศึกษา แนวคิด และทักษะต่างๆ ที่มีในวิดีโอ จะทำให้ Google เข้าใจเนื้อหาในวิดีโอได้ดีขึ้น และมอบประสบการณ์การใช้งานที่ดีขึ้นเพื่อช่วยให้ผู้เรียนพบเนื้อหาที่ถูกต้อง

นอกจากนี้ Structured Data วิดีโอการเรียนรู้ยังอาจเปิดใช้ชิปข้อมูลเกี่ยวกับวิดีโอเพื่อการเรียนรู้ด้วย เช่น ระดับการศึกษาและประเภทของวิดีโอ (เช่น ภาพรวมหรือวิดีโอโซลูชัน)

วิธีที่ชิปข้อมูลจะปรากฏใต้วิดีโอการเรียนรู้ก่อนที่ผู้ใช้จะแตะวิดีโอ หลังจากที่ชิปแตะวิดีโอ ชิปข้อมูลจะปรากฏเหนือวิดีโอการเรียนรู้อย่างไร

ความพร้อมใช้งานของฟีเจอร์

ผลการค้นหาที่เป็นริชมีเดียของวิดีโอการเรียนรู้มีให้บริการเป็นภาษาอังกฤษในทุกภูมิภาคที่ใช้งาน Google Search ได้ ฟีเจอร์นี้ใช้ได้เฉพาะเมื่อผู้ใช้ค้นหาเนื้อหาการเรียนรู้ทางวิชาการบนเดสก์ท็อปและอุปกรณ์เคลื่อนที่

ตัวอย่าง

วิดีโอการเรียนรู้รายการเดียว

ต่อไปนี้เป็นตัวอย่างของวิดีโอการเรียนรู้รายการเดียว


<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>

วิดีโอการเรียนรู้ที่มีหลายคลิป

ต่อไปนี้เป็นตัวอย่างวิดีโอการเรียนรู้ที่มีคลิป 3 รายการ ได้แก่ คลิปคำแนะนำการแก้ปัญหาแบบทีละขั้น 2 รายการ และคลิปภาพรวมของแนวคิด 1 รายการ


<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>

วิดีโอคำแนะนำการแก้ปัญหาแบบทีละขั้น

ตัวอย่างนี้แสดงพร็อพเพอร์ตี้ทั้งหมดที่ต้องเพิ่มลงในมาร์กอัปวิดีโอการเรียนรู้ เพื่อให้เป็นวิดีโอคำแนะนำการแก้ปัญหาแบบทีละขั้นที่ถูกต้อง


<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>

คลิปคำแนะนำการแก้ปัญหาแบบทีละขั้นหลายคลิป

ต่อไปนี้เป็นตัวอย่างหน้าเว็บที่มีคลิปคำแนะนำการแก้ปัญหาแบบทีละขั้นหลายคลิป ตัวอย่างนี้แสดงพร็อพเพอร์ตี้ทั้งหมดที่ต้องเพิ่มลงในมาร์กอัป "วิดีโอการเรียนรู้" ในระดับวิดีโอและคลิป เพื่อให้เป็นมาร์กอัปคลิปคำแนะนำการแก้ปัญหาแบบทีละขั้นที่ถูกต้อง


<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>

วิธีเพิ่มข้อมูลที่มีโครงสร้าง

ข้อมูลที่มีโครงสร้างคือรูปแบบมาตรฐานในการแจ้งข้อมูลเกี่ยวกับหน้าและจำแนกประเภทเนื้อหาของหน้า หากคุณเพิ่งใช้ข้อมูลที่มีโครงสร้างเป็นครั้งแรก โปรดดูข้อมูลเพิ่มเติมเกี่ยวกับวิธีการทำงานของข้อมูลที่มีโครงสร้าง

ต่อไปนี้เป็นภาพรวมเกี่ยวกับวิธีสร้าง ทดสอบ และเผยแพร่ข้อมูลที่มีโครงสร้าง ดูคำแนะนำทีละขั้นตอนเกี่ยวกับวิธีเพิ่มข้อมูลที่มีโครงสร้างลงในหน้าเว็บได้ใน Codelab สำหรับข้อมูลที่มีโครงสร้าง

  1. เพิ่มพร็อพเพอร์ตี้ที่จำเป็น ดูตำแหน่งการแทรก Structured Data ในหน้าเว็บตามรูปแบบที่คุณใช้อยู่
  2. ปฏิบัติตามหลักเกณฑ์
  3. ตรวจสอบความถูกต้องของโค้ดโดยใช้การทดสอบผลการค้นหาที่เป็นริชมีเดีย และแก้ไขข้อผิดพลาดที่สําคัญทั้งหมด พิจารณาแก้ไขปัญหาที่ไม่สําคัญซึ่งอาจมีการรายงานในเครื่องมือด้วย เพราะอาจช่วยปรับปรุงคุณภาพของ Structured Data ได้ (แต่ไม่จําเป็นว่าต้องมีสิทธิ์ปรากฏในผลการค้นหาที่เป็นริชมีเดีย)
  4. ทำให้หน้าบางหน้าที่มีข้อมูลที่มีโครงสร้างใช้งานได้และใช้เครื่องมือตรวจสอบ URL เพื่อทดสอบว่า Google เห็นหน้าในลักษณะใด ตรวจสอบว่า Google เข้าถึงหน้าดังกล่าวได้และไม่มีการบล็อกหน้าด้วยไฟล์ robots.txt, แท็ก noindex หรือข้อกำหนดให้เข้าสู่ระบบ หากหน้าเว็บดูถูกต้องดีแล้ว คุณขอให้ Google ทำการ Crawl URL อีกครั้งได้
  5. หากต้องการให้ Google ทราบถึงการเปลี่ยนแปลงที่จะเกิดขึ้นในอนาคตอยู่ตลอด เราขอแนะนำให้ส่ง Sitemap ซึ่งกำหนดให้ดำเนินการแบบอัตโนมัติได้โดยใช้ Search Console Sitemap API

หลักเกณฑ์

คุณต้องปฏิบัติตามหลักเกณฑ์ต่อไปนี้เพื่อให้หน้าเว็บมีสิทธิ์แสดงเป็นผลการค้นหาที่เป็นริชมีเดียของวิดีโอการเรียนรู้

หลักเกณฑ์ทางเทคนิค

คำจำกัดความของประเภท Structured Data

ดูคำจำกัดความที่สมบูรณ์ของ VideoObject และ LearningResource ได้ที่ schema.org VideoObject และ LearningResource

คุณต้องใส่พร็อพเพอร์ตี้ที่จำเป็นลงในเนื้อหาเพื่อให้มีสิทธิ์แสดงเป็นผลการค้นหาที่เป็นริชมีเดียของวิดีโอการเรียนรู้ คุณอาจใส่พร็อพเพอร์ตี้ที่แนะนำด้วยเพื่อให้ข้อมูลเพิ่มเติมเกี่ยวกับเนื้อหา ซึ่งจะช่วยให้ผู้ใช้ได้รับประสบการณ์ที่ดียิ่งขึ้น

วิดีโอการเรียนรู้ [VideoObject, LearningResource]

มาร์กอัปวิดีโอการเรียนรู้มีจุดประสงค์เพื่อให้มีระดับการมองเห็นเนื้อหาด้านการศึกษาของวิดีโอได้มากขึ้น มาร์กอัปนี้สามารถใส่ข้อมูลเกี่ยวกับแนวคิดและทักษะต่างๆ ที่สอนในวิดีโอ

ใช้ประเภท [VideoObject, LearningResource] สำหรับวิดีโอการเรียนรู้ นอกจากพร็อพเพอร์ตี้ที่จำเป็นและแนะนำสำหรับ VideoObject แล้ว ให้เพิ่มพร็อพเพอร์ตี้ต่อไปนี้สำหรับวิดีโอการเรียนรู้ด้วย

พร็อพเพอร์ตี้ที่จำเป็น
educationalAlignment

AlignmentObject

รหัสมาตรฐานทางการ ชั้นเรียน หรือการสอบที่เชื่อมโยงกับเนื้อหา ใช้พร็อพเพอร์ตี้นี้เฉพาะเมื่อเนื้อหาสอดคล้องกับมาตรฐานหรือการสอบที่เฉพาะเจาะจง หากไม่มีเจาะจง ให้ใช้พร็อพเพอร์ตี้ educationalLevel เท่านั้น หากใส่พร็อพเพอร์ตี้ educationalAlignment ไว้ ให้เพิ่มพร็อพเพอร์ตี้ต่อไปนี้ (หากเกี่ยวข้อง)

คุณอาจจะระบุค่า educationalAlignment ได้หลายรายการ แต่ก็ไม่ได้รับประกันว่าจะมีการใช้ค่าเหล่านี้ทั้งหมดสำหรับฟีเจอร์เกี่ยวกับวิดีโอการเรียนรู้ หากมีการระบุไว้หลายค่า และฟีเจอร์สามารถใช้ค่า educationalAlignment ได้เพียงค่าเดียว ฟีเจอร์จะใช้ค่าแรกที่คุณระบุ

ตัวอย่างเช่น


"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

ระดับการศึกษาเป้าหมายของวิดีโอ กำหนดระดับการศึกษาเป้าหมายเป็นค่าเฉพาะประเทศหรือทั่วไป

ค่าเฉพาะประเทศ

แต่ละประเทศมีระบบการศึกษาของตนเอง ตั้งค่า educationalLevel เป็นระดับที่รองรับโดยอิงตามประเทศที่เกี่ยวข้องสําหรับวิดีโอ

ประเทศ ค่าที่รองรับ
แอลจีเรีย
  • 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)
อาร์เจนตินา
  • Secondary (AR)
  • 8th Grade (AR)
  • 9th Grade (AR)
  • 10th Grade (AR)
  • 11th Grade (AR)
  • 12th Grade (AR)
  • Higher Education (AR)
ออสเตรเลีย
  • Secondary School (AU)
  • Year 8 (AU)
  • Year 9 (AU)
  • Year 10 (AU)
  • Senior Secondary School (AU)
  • Year 11 (AU)
  • Year 12 (AU)
  • University (AU)
ออสเตรีย
  • Upper Secondary Level (AT)
  • 9th Grade (AT)
  • 10th Grade (AT)
  • 11th Grade (AT)
  • 12th Grade (AT)
  • Tertiary Level (AT)
อาเซอร์ไบจาน
  • General Secondary Education (AZ)
  • 8th Grade (AZ)
  • 9th Grade (AZ)
  • Full Secondary Education (AZ)
  • 10th Grade (AZ)
  • 11th Grade (AZ)
  • Higher Education (AZ)
บาห์เรน
  • Intermediate Stage (BH)
  • Grade 8 (BH)
  • Grade 9 (BH)
  • Secondary Stage (BH)
  • Grade 10 (BH)
  • Grade 11 (BH)
  • Grade 12 (BH)
  • Higher Education (BH)
บังกลาเทศ
  • 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)
เบลารุส
  • 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)
เบลเยียม
  • Secondary Education (BE)
  • 2nd Secondary (BE)
  • 3rd Secondary (BE)
  • 4th Secondary (BE)
  • 5th Secondary (BE)
  • 6th Secondary (BE)
  • Higher Education (BE)
โบลิเวีย
  • 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)
บอสเนียและเฮอร์เซโกวีนา
  • 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)
บราซิล
  • 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)
บัลแกเรีย
  • Secondary Education (BG)
  • 10th Grade (BG)
  • 11th Grade (BG)
  • 12th Grade (BG)
  • Higher Education (BG)
แคนาดา
  • Intermediate Education (CA)
  • Grade 8 (CA)
  • Grade 9 (CA)
  • Secondary Education (CA)
  • Grade 10 (CA)
  • Grade 11 (CA)
  • Grade 12 (CA)
  • Tertiary Education (CA)
ชิลี
  • Secondary Education (CL)
  • 9th Grade (CL)
  • 10th Grade (CL)
  • 11th Grade (CL)
  • 12th Grade (CL)
  • Higher Education (CL)
โคลอมเบีย
  • Basic Secondary (CO)
  • 9th Grade (CO)
  • High School Education (CO)
  • 10th Grade (CO)
  • 11th Grade (CO)
  • Tertiary (CO)
คอสตาริกา
  • Secondary Education (CR)
  • Eighth Grade (CR)
  • Ninth Grade (CR)
  • Tenth Grade (CR)
  • Eleventh Grade (CR)
  • Twelfth Grade (CR)
  • Higher Education (CR)
โครเอเชีย
  • Secondary education (HR)
  • 10th Grade (HR)
  • 11th Grade (HR)
  • 12th Grade (HR)
  • Higher Education (HR)
ไซปรัส
  • Secondary Education (CY)
  • Grade 9 (CY)
  • Grade 10 (CY)
  • Grade 11 (CY)
  • Grade 12 (CY)
  • Higher Education (CY)
เช็กเกีย
  • Upper Secondary Education (CZ)
  • Grade 10 (CZ)
  • Grade 11 (CZ)
  • Grade 12 (CZ)
  • Higher Education (CZ)
เดนมาร์ก
  • Secondary Education (DK)
  • 8th Grade (DK)
  • 9th Grade (DK)
  • 10th Grade (DK)
  • Upper Secondary Education (DK)
  • 11th Grade (DK)
  • 12th Grade (DK)
  • Higher Education (DK)
สาธารณรัฐโดมินิกัน
  • 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)
เอกวาดอร์
  • Secondary (EC)
  • Eighth Grade (EC)
  • Ninth Grade (EC)
  • Tenth Grade (EC)
  • Eleventh Grade (EC)
  • Twelfth Grade (EC)
  • Tertiary Education (EC)
อียิปต์
  • Preparatory Stage (EG)
  • Grade 8 (EG)
  • Grade 9 (EG)
  • Secondary Education (EG)
  • Grade 10 (EG)
  • Grade 11 (EG)
  • Grade 12 (EG)
  • Higher Education (EG)
เอลซัลวาดอร์
  • 3rd Cycle (SV)
  • 7th Grade (SV)
  • 8th Grade (SV)
  • 9th Grade (SV)
  • Middle Education (SV)
  • 10th Grade (SV)
  • 11th Grade (SV)
  • Higher Education (SV)
อังกฤษ
  • 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)
เอสโตเนีย
  • 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)
ฟินแลนด์
  • 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)
ฝรั่งเศส
  • Lycée (FR)
  • Seconde (FR)
  • Première (FR)
  • Terminale (FR)
จอร์เจีย
  • Basic Education (GE)
  • Grade 8 (GE)
  • Grade 9 (GE)
  • Secondary Education (GE)
  • Grade 10 (GE)
  • Grade 11 (GE)
  • Grade 12 (GE)
  • Tertiary Education (GE)
เยอรมนี
  • Gymnasium (DE)
  • 11th Grade (Gymnasium) (DE)
  • 12th Grade (Gymnasium) (DE)
  • 13th Grade (Gymnasium) (DE)
  • University (DE)
กานา
  • 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)
กรีซ
  • Upper Secondary School (GR)
  • 1st Grade (Lyceum) (GR)
  • 2nd Grade (Lyceum) (GR)
  • 3rd Grade (Lyceum) (GR)
  • Tertiary Education (GR)
กัวเตมาลา
  • 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)
ฮอนดูรัส
  • 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)
ฮ่องกง
  • Junior Secondary (HK)
  • Secondary 2 (HK)
  • Secondary 3 (HK)
  • Senior Secondary (HK)
  • Secondary 4 (HK)
  • Secondary 5 (HK)
  • Secondary 6 (HK)
  • University (HK)
ฮังการี
  • Upper Secondary Education (HU)
  • 11th Grade (HU)
  • 12th Grade (HU)
  • 13th Grade (HU)
  • Higher Education (HU)
ไอซ์แลนด์
  • 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)
อินเดีย
  • 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)
อินโดนีเซีย
  • Middle School (ID)
  • 8th Grade (ID)
  • 9th Grade (ID)
  • High School (ID)
  • 10th Grade (ID)
  • 11th Grade (ID)
  • 12th Grade (ID)
  • Tertiary Education (ID)
อิรัก
  • Intermediate Education (IQ)
  • Eighth Grade (IQ)
  • Ninth Grade (IQ)
  • Preparatory Education (IQ)
  • Tenth Grade (IQ)
  • Eleventh Grade (IQ)
  • Twelfth Grade (IQ)
  • Higher Education (IQ)
ไอร์แลนด์
  • Senior Cycle (IE)
  • Transition Year (IE)
  • Fifth Year (IE)
  • Sixth Year (IE)
  • University (IE)
อิสราเอล
  • 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)
อิตาลี
  • Upper Secondary Education (IT)
  • 2nd upper (IT)
  • 3rd upper (IT)
  • 4th upper (IT)
  • 5th upper (IT)
  • Higher Education (IT)
จาเมกา
  • Secondary Education (JM)
  • Grade 8 (JM)
  • Grade 9 (JM)
  • Grade 10 (JM)
  • Grade 11 (JM)
  • Grade 12 (JM)
  • Tertiary Education (JM)
ญี่ปุ่น
  • 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)
จอร์แดน
  • 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)
คาซัคสถาน
  • 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)
เคนยา
  • Upper Primary (KE)
  • Standard 8 (KE)
  • High School (KE)
  • Standard 9 (KE)
  • Standard 10 (KE)
  • Standard 11 (KE)
  • Standard 12 (KE)
  • Higher Education (KE)
คูเวต
  • Intermediate Education (KW)
  • Grade 8 (KW)
  • Grade 9 (KW)
  • Secondary Education (KW)
  • Grade 10 (KW)
  • Grade 11 (KW)
  • Grade 12 (KW)
  • Higher Education (KW)
ลัตเวีย
  • 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)
เลบานอน
  • Intermediate Level (LB)
  • Grade 8 (LB)
  • Grade 9 (LB)
  • Secondary Education (LB)
  • Grade 10 (LB)
  • Grade 11 (LB)
  • Grade 12 (LB)
  • Tertiary Education (LB)
ลิเบีย
  • Primary Education (LY)
  • Grade 8 (LY)
  • Grade 9 (LY)
  • Secondary Education (LY)
  • Grade 10 (LY)
  • Grade 11 (LY)
  • Grade 12 (LY)
  • Tertiary Education (LY)
ลิกเตนสไตน์
  • 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)
ลิทัวเนีย
  • 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)
ลักเซมเบิร์ก
  • Upper Secondary Education (LU)
  • 3 G (LU)
  • 2 G (LU)
  • 1 G (LU)
  • Higher Education (LU)
มาเลเซีย
  • 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)
มอลตา
  • Secondary Education (MT)
  • Grade 9 (MT)
  • Grade 10 (MT)
  • Grade 11 (MT)
  • Post-Secondary Education (MT)
  • Tertiary Education (MT)
  • Postgraduate Education (MT)
เม็กซิโก
  • 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)
มอนเตเนโกร
  • 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)
โมร็อกโก
  • Lower Secondary (MA)
  • Grade 8 (MA)
  • Grade 9 (MA)
  • Upper Secondary (MA)
  • Grade 10 (MA)
  • Grade 11 (MA)
  • Grade 12 (MA)
  • Tertiary (MA)
เนปาล
  • Secondary (NP)
  • Year 9 (NP)
  • Year 10 (NP)
  • Senior Higher Secondary (NP)
  • Year 11 (NP)
  • Year 12 (NP)
เนเธอร์แลนด์
  • Secondary Education (NL)
  • 5th Year (HAVO) (NL)
  • Higher Education (NL)
นิวซีแลนด์
  • 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)
นิการากัว
  • Lower Secondary Education (NI)
  • Grade 8 (NI)
  • Grade 9 (NI)
  • Higher Secondary Education (NI)
  • Grade 10 (NI)
  • Grade 11 (NI)
  • Tertiary Education (NI)
ไนจีเรีย
  • 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)
มาซิโดเนียเหนือ
  • 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)
ไอร์แลนด์เหนือ
  • 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)
นอร์เวย์
  • 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)
โอมาน
  • 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)
ปากีสถาน
  • 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)
ปานามา
  • 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)
ปาปัวนิวกินี
  • Middle (PG)
  • Grade 7 (PG)
  • Grade 8 (PG)
  • Grade 9 (PG)
  • Grade 10 (PG)
  • Secondary (PG)
  • Grade 11 (PG)
  • Grade 12 (PG)
  • Tertiary (PG)
ปารากวัย
  • 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)
เปรู
  • Secondary School (PE)
  • 9th Grade (PE)
  • 10th Grade (PE)
  • 11th Grade (PE)
  • Higher Education (PE)
ฟิลิปปินส์
  • 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)
โปแลนด์
  • Upper Secondary Education (PL)
  • Grade 2 (high school) (PL)
  • Grade 3 (high school) (PL)
  • Grade 4 (high school) (PL)
  • Higher Education (PL)
โปรตุเกส
  • Basic Education (PT)
  • 8th Year (PT)
  • 9th Year (PT)
  • Secondary Education (PT)
  • 10th Year (PT)
  • 11th Year (PT)
  • 12th Year (PT)
  • Tertiary Education (PT)
เปอร์โตริโก
  • 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)
กาตาร์
  • 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)
โรมาเนีย
  • Secondary School (RO)
  • Class X (RO)
  • Class XI (RO)
  • Class XII (RO)
  • Higher Education (RO)
รัสเซีย
  • 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)
ซาอุดีอาระเบีย
  • Intermediate Education (SA)
  • Grade 8 (SA)
  • Grade 9 (SA)
  • Secondary Education (SA)
  • Grade 10 (SA)
  • Grade 11 (SA)
  • Grade 12 (SA)
  • Tertiary Education (SA)
สกอตแลนด์
  • 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)
เซเนกัล
  • 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)
เซอร์เบีย
  • Secondary-High School (RS)
  • Year 2 (RS)
  • Year 3 (RS)
  • Year 4 (RS)
  • Higher Education (RS)
สิงคโปร์
  • Secondary Education (SG)
  • Secondary 1 (SG)
  • Secondary 2 (SG)
  • Secondary 3 (SG)
  • Secondary 4 (SG)
  • Secondary 5 (SG)
  • Post-secondary Education (SG)
สโลวาเกีย
  • High School (SK)
  • 2nd Grade (High School) (SK)
  • 3rd Grade (High School) (SK)
  • 4th Grade (High School) (SK)
  • Post-Secondary Education (SK)
สโลวีเนีย
  • Upper Secondary Education (SI)
  • Grade 11 (SI)
  • Grade 12 (SI)
  • Grade 13 (SI)
  • Tertiary Education (SI)
แอฟริกาใต้
  • 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)
เกาหลีใต้
  • Middle School (KR)
  • 3rd Grade (KR)
  • High School (KR)
  • 1st Grade (KR)
  • 2nd Grade (KR)
  • 3rd Grade (KR)
  • Higher Education (KR)
สเปน
  • Lower Secondary Education (ES)
  • Grade 9 (ES)
  • Grade 10 (ES)
  • Upper Secondary Education (ES)
  • Grade 11 (ES)
  • Grade 12 (ES)
  • Tertiary education (ES)
ศรีลังกา
  • 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)
สวีเดน
  • 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)
สวิตเซอร์แลนด์
  • 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)
ไต้หวัน
  • 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)
แทนซาเนีย
  • 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)
ไทย
  • Lower Secondary (TH)
  • Eighth Grade (TH)
  • Ninth Grade (TH)
  • Upper Secondary (TH)
  • Tenth Grade (TH)
  • Eleventh Grade (TH)
  • Twelfth Grade (TH)
  • Higher Education (TH)
ตูนิเซีย
  • Basic Education (TN)
  • Eighth Grade (TN)
  • Ninth Grade (TN)
  • Secondary Education (TN)
  • Tenth Grade (TN)
  • Eleventh Grade (TN)
  • Twelfth Grade (TN)
  • Tertiary Education (TN)
ตุรกี
  • Primary Education (TR)
  • 8th Grade (TR)
  • High School (TR)
  • 9th Grade (TR)
  • 10th Grade (TR)
  • 11th Grade (TR)
  • 12th Grade (TR)
  • Higher Education (TR)
ยูกันดา
  • 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)
ยูเครน
  • 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)
สหรัฐอาหรับเอมิเรตส์
  • Intermediate Level (AE)
  • Grade 8 (AE)
  • Secondary Level (AE)
  • Grade 9 (AE)
  • Grade 10 (AE)
  • Grade 11 (AE)
  • Grade 12 (AE)
  • Higher Education (AE)
สหรัฐอเมริกา
  • 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)
เวเนซุเอลา
  • Middle Education (VE)
  • Grade 9 (VE)
  • Diversified Education (VE)
  • Grade 10 (VE)
  • Grade 11 (VE)
  • Grade 12 (VE)
  • Higher Education School (VE)
เวียดนาม
  • Upper Secondary Education (VN)
  • Tenth Grade (VN)
  • Eleventh Grade (VN)
  • Twelfth Grade (VN)
  • Higher Education (VN)
เวลส์
  • 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)
เยเมน
  • Basic Education (YE)
  • Grade 8 (YE)
  • Grade 9 (YE)
  • Secondary Education (YE)
  • Grade 10 (YE)
  • Grade 11 (YE)
  • Grade 12 (YE)
  • University Education (YE)
ซิมบับเว
  • Secondary Education (ZW)
  • Grade 8 (ZW)
  • Grade 9 (ZW)
  • Grade 10 (ZW)
  • Grade 11 (ZW)
  • Grade 12 (ZW)
  • Grade 13 (ZW)
  • Tertiary Education (ZW)

ตัวอย่างเช่น


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

ค่าทั่วไป:

เฉพาะหนึ่งในค่าทั่วไปเหล่านี้เท่านั้นที่สามารถระบุเป็น educationalLevel ได้

  • Beginner: ไม่จำเป็นต้องมีความรู้มาก่อนเพื่อทําความเข้าใจเนื้อหา
  • Intermediate: อาจต้องใช้ความรู้บางอย่างเพื่อทําความเข้าใจเนื้อหา
  • Advanced: เนื้อหานี้ได้รับการกำหนดเป้าหมายไปยังผู้เรียนที่มีความรู้ในระดับสูงซึ่งมีความรู้ในหัวข้อนั้นๆ มาก่อน

"educationalLevel": "Beginner"
learningResourceType

Text

ประเภทของเนื้อหาในวิดีโอให้ดูว่าวิดีโอพยายามทําสิ่งใดให้สำเร็จ พร็อพเพอร์ตี้นี้สามารถใช้ในระดับวิดีโอ (หากวิดีโอมีเนื้อหาเพียงประเภทเดียว) หรือในระดับคลิป (หากวิดีโอมีเนื้อหามากกว่า 1 ประเภท) รายการด้านล่างคือตัวอย่างค่าที่ยอมรับได้ หากวิดีโอของคุณไม่ตรงกับค่าเหล่านี้ คุณสร้างค่าใหม่ได้เนื่องจากเรากำลังพิจารณาการรองรับค่าใหม่ๆ โปรดทราบว่าหากไม่ได้ตั้งค่าเป็นค่าใดค่าหนึ่งด้านล่าง ระบบอาจไม่ได้ใช้ข้อมูลประเภทการเรียนรู้ในฟีเจอร์การค้นหาใดๆ เลย

    • Concept overview: วิดีโออธิบายหัวข้อหรือแนวคิด
    • Problem walkthrough: วิดีโอแสดงวิธีหรือขั้นตอนการแก้ปัญหาทางวิชาการ เช่น โจทย์คณิตศาสตร์หรือคำถามเกี่ยวกับวิทยาศาสตร์
    • Real life example: วิดีโอแสดงให้เห็นว่ามีการใช้แนวคิดหรือนำไปใช้อย่างไรในชีวิตจริง
    • Activity: วิดีโอสาธิตการใช้งานหรือการทํากิจกรรมการเรียนรู้ เช่น เกมแก้ปัญหาแบบด้นสด แผนที่แนวคิด การตรวจสอบบทความ (Peer Review) หรือเนื้อหาที่มีการอภิปราย
    • Experiment: วิดีโอแสดงการทดสอบ
    • Lecture: วิดีโอแสดงชั้นเรียน การบรรยาย หรือการสัมมนาผ่านเว็บ
    • How-to: วิดีโอแสดงวิธีการหรือชุดขั้นตอนในการทําสิ่งต่างๆ สำหรับวิดีโอที่แก้ปัญหา STEM เชิงกระบวนการ ให้ใช้ประเภท Problem walkthrough
    • Tips: วิดีโอที่แชร์เคล็ดลับต่างๆ
    
    "learningResourceType": "Problem walkthrough"
พร็อพเพอร์ตี้ที่แนะนำ
educationalAlignment.educationalFramework

Text

ชื่อของมาตรฐานทางการที่เชื่อมโยงกับเนื้อหา


"educationalFramework": "Common Core"
educationalAlignment.targetName

Text

โค้ดหรือโหนดมาตรฐาน (เช่น CCSS.MATH.CONTENT.7.SP.B.4, AP physics A, CCSS.MATH)


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

Url

URL ไปยังคำอธิบายมาตรฐาน


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

Clip

รายการคลิปในวิดีโอ แต่ละคลิปต้องมุ่งเน้นที่หัวข้อหรือปัญหาที่เจาะจงหนึ่งๆ

รายการพร็อพเพอร์ตี้ที่จำเป็นและแนะนำสำหรับออบเจ็กต์ Clip เพื่อการศึกษาจะแสดงอยู่ในตารางแยกต่างหาก

ต่อไปนี้คือตัวอย่างคลิปคำแนะนำการแก้ปัญหาแบบทีละขั้น


{
  "@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": "Concept Overview",
  "name": "ABC Law",
  "startOffset": 501,
  "url": "https://www.example.com/example?t=501"
}
text

Text

ข้อความของโจทย์คำถามที่ได้รับการแก้ปัญหาในวิดีโอ พร็อพเพอร์ตี้นี้ต้องมีคำถามที่สมบูรณ์ ไม่ใช่เฉพาะชื่อของคำถามเท่านั้น

หากวิดีโอแก้โจทย์ปัญหามากกว่า 1 รายการ คุณสามารถใช้พร็อพเพอร์ตี้เดียวกันได้แต่ที่ระดับ Clip


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

คลิปการเรียนรู้ [Clip, LearningResource]

สามารถระบุคลิปการเรียนรู้เป็นส่วนหนึ่งของพร็อพเพอร์ตี้ hasPart ในวิดีโอการเรียนรู้ได้ ต่อไปนี้คือรายการพร็อพเพอร์ตี้ที่แนะนำสำหรับคลิป

ติดแท็กคลิปการเรียนรู้ด้วยประเภท [Clip, LearningResource] นอกจากพร็อพเพอร์ตี้ที่จำเป็นและแนะนำสำหรับ Clip แล้ว ให้เพิ่มพร็อพเพอร์ตี้ต่อไปนี้สำหรับคลิปการเรียนรู้ด้วย

พร็อพเพอร์ตี้ที่แนะนำ
learningResourceType

Text

ประเภทของเนื้อหาในคลิปให้ดูว่าคลิปพยายามทําสิ่งใดให้สำเร็จ หากคลิปมีวิธีการแก้ปัญหาแบบทีละขั้นตอน สามารถกำหนดค่าเป็น "Problem walkthrough" ได้ หากคลิปมีคำอธิบายเกี่ยวกับแนวคิดบางอย่าง สามารถกำหนดค่าเป็น "Concept overview" ได้

รายการด้านล่างคือตัวอย่างค่าที่ยอมรับได้ หากคลิปของคุณไม่ตรงกับค่าเหล่านี้ คุณสร้างค่าใหม่ได้เนื่องจากเรากำลังพิจารณาการรองรับค่าใหม่ๆ โปรดทราบว่าหากไม่ได้ตั้งค่าเป็นค่าใดค่าหนึ่งด้านล่าง ระบบอาจไม่ได้ใช้ข้อมูลในฟีเจอร์การค้นหาใดๆ เลย

ค่าที่ยอมรับมีดังนี้

  • Concept overview: คลิปอธิบายหัวข้อหรือแนวคิด
  • Problem walkthrough: คลิปแสดงวิธีหรือขั้นตอนการแก้ปัญหาทางวิชาการ เช่น โจทย์คณิตศาสตร์หรือคำถามเกี่ยวกับวิทยาศาสตร์
  • Real life application: คลิปแสดงให้เห็นว่ามีการใช้แนวคิดหรือนำไปใช้อย่างไรในชีวิตจริง
  • Activity: คลิปสาธิตการใช้งานหรือการทํากิจกรรมการเรียนรู้ เช่น เกมแก้ปัญหาแบบด้นสด แผนที่แนวคิด การตรวจสอบบทความ (Peer Review) หรือเนื้อหาที่มีการอภิปราย
  • Science experiment: คลิปแสดงการทดลองทางวิทยาศาสตร์
  • Lecture: คลิปแสดงชั้นเรียน การบรรยาย หรือการสัมมนาผ่านเว็บ
  • How-to: คลิปแสดงวิธีการหรือชุดขั้นตอนในการทําสิ่งต่างๆ สำหรับคลิปที่แก้ปัญหา STEM เชิงกระบวนการ ให้ใช้ประเภท Problem walkthrough
  • Tips: คลิปที่แชร์เคล็ดลับต่างๆ

"learningResourceType": "Problem walkthrough"

วิดีโอคำแนะนำการแก้ปัญหาแบบทีละขั้น [VideoObject, LearningResource]

วิดีโอคำแนะนำการแก้ปัญหาแบบทีละขั้นเป็นประเภทย่อยของวิดีโอการเรียนรู้ที่อธิบายวิธีแก้โจทย์ปัญหาแบบทีละขั้นตอน

ใช้ประเภท [VideoObject, LearningResource] กับวิดีโอคำแนะนำการแก้ปัญหาแบบทีละขั้น นอกจากพร็อพเพอร์ตี้ที่จำเป็นและที่แนะนำสำหรับ VideoObject แล้ว ให้เพิ่มพร็อพเพอร์ตี้ต่อไปนี้สำหรับวิดีโอคำแนะนำการแก้ปัญหาแบบทีละขั้นด้วย

พร็อพเพอร์ตี้ที่จำเป็น
learningResourceType

Text

ประเภทของเนื้อหาในวิดีโอให้ดูว่าวิดีโอพยายามทําสิ่งใดให้สำเร็จ สำหรับวิดีโอคำแนะนำการแก้ปัญหาแบบทีละขั้น ต้องตั้งค่าประเภทเป็น "คำแนะนำการแก้ปัญหาแบบทีละขั้น"


"learningResourceType": "Problem walkthrough"
พร็อพเพอร์ตี้ที่แนะนำ
hasPart

Clip

รายการคลิปในวิดีโอ แต่ละคลิปต้องมุ่งเน้นปัญหาที่เฉพาะเจาะจงหนึ่งๆ

รายการพร็อพเพอร์ตี้ที่จำเป็นและแนะนำสำหรับออบเจ็กต์ Clip เพื่อการศึกษาจะแสดงอยู่ในตารางแยกต่างหาก

ต่อไปนี้คือตัวอย่างของคลิปที่มีคำแนะนำการแก้ปัญหาแบบทีละขั้น


[
  {
    "@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

ข้อความของโจทย์คำถามที่ได้รับการแก้ปัญหาในวิดีโอ

หากวิดีโอแก้โจทย์ปัญหามากกว่า 1 รายการ คุณสามารถใช้พร็อพเพอร์ตี้เดียวกันในระดับ Clip


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

คลิปคำแนะนำการแก้ปัญหาแบบทีละขั้น [Clip, LearningResource]

คุณสามารถระบุคลิปคำแนะนำการแก้ปัญหาแบบทีละขั้นซึ่งเป็นส่วนหนึ่งของพร็อพเพอร์ตี้ hasPart ในวิดีโอการเรียนรู้ คลิปคำแนะนำการแก้ปัญหาแบบทีละขั้นเป็นประเภทย่อยของคลิปการเรียนรู้ที่มีวิธีแก้ไขปัญหาแบบทีละขั้นตอน ต่อไปนี้คือรายการพร็อพเพอร์ตี้ที่จำเป็นสำหรับคลิปคำแนะนำการแก้ปัญหาแบบทีละขั้น

ใช้ประเภท [Clip, LearningResource] สำหรับคลิปการเรียนรู้ นอกจากพร็อพเพอร์ตี้ที่จำเป็นและที่แนะนำสำหรับ Clip แล้ว ให้เพิ่มพร็อพเพอร์ตี้ต่อไปนี้สำหรับคลิปคำแนะนำการแก้ปัญหาแบบทีละขั้นด้วย

พร็อพเพอร์ตี้ที่จำเป็น
learningResourceType

Text

หากคลิปมีวิธีการแก้ปัญหาแบบทีละขั้นตอน ต้องกำหนดค่าเป็น "Problem walkthrough"


"learningResourceType": "Problem walkthrough"
พร็อพเพอร์ตี้ที่แนะนำ
text

Text

ข้อความของโจทย์คำถามที่ได้รับการแก้ปัญหาในคลิป


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

ตรวจสอบผลการค้นหาที่เป็นสื่อสมบูรณ์ด้วย Search Console

Search Console เป็นเครื่องมือที่ช่วยในการตรวจสอบประสิทธิภาพของหน้าเว็บใน Google Search คุณไม่จำเป็นต้องลงชื่อสมัครใช้ Search Console เพื่อให้เนื้อหาได้แสดงในผลการค้นหาของ Google แต่การลงชื่อสมัครใช้จะช่วยให้คุณเข้าใจและปรับปรุงวิธีที่ Google เห็นเว็บไซต์ได้ เราขอแนะนำให้ไปดูข้อมูลใน Search Console ในกรณีต่อไปนี้

  1. หลังจากทำให้ข้อมูลที่มีโครงสร้างใช้งานได้เป็นครั้งแรก
  2. หลังจากเผยแพร่เทมเพลตใหม่หรืออัปเดตโค้ด
  3. วิเคราะห์การเข้าชมเป็นระยะ

หลังจากทำให้ข้อมูลที่มีโครงสร้างใช้งานได้เป็นครั้งแรก

หลังจากที่ Google ได้จัดทำดัชนีหน้าของคุณแล้ว ให้ตรวจหาปัญหาโดยใช้รายงานสถานะผลการค้นหาที่เป็นสื่อสมบูรณ์ที่เกี่ยวข้อง ตามหลักแล้ว รายการที่ถูกต้องควรจะมีจํานวนเพิ่มขึ้น และรายการที่ไม่ถูกต้องไม่ควรจะมีจำนวนเพิ่มขึ้น หากพบปัญหาในข้อมูลที่มีโครงสร้าง ให้ทำดังนี้

  1. แก้ไขรายการที่ไม่ถูกต้อง
  2. ตรวจสอบ URL ที่เผยแพร่เพื่อดูว่ายังมีปัญหาอยู่หรือไม่
  3. ขอการตรวจสอบโดยใช้รายงานสถานะ

หลังจากเผยแพร่เทมเพลตใหม่หรืออัปเดตโค้ด

เมื่อทําการเปลี่ยนแปลงที่สําคัญในเว็บไซต์ ให้คอยตรวจสอบการเพิ่มขึ้นของรายการที่ไม่ถูกต้องของ Structured Data
  • หากเห็นว่าจำนวนรายการที่ไม่ถูกต้องเพิ่มขึ้น อาจเป็นเพราะคุณเผยแพร่เทมเพลตใหม่ที่ใช้งานไม่ได้ หรือเว็บไซต์โต้ตอบกับเทมเพลตที่มีอยู่ด้วยวิธีใหม่และไม่ถูกต้อง
  • หากเห็นว่าจำนวนรายการที่ถูกต้องลดลง (ไม่สอดคล้องกับรายการที่ถูกต้องซึ่งเพิ่มขึ้น) บางทีอาจเป็นเพราะคุณไม่ได้ฝัง Structured Data ไว้ในหน้าอีกแล้ว ให้ใช้เครื่องมือตรวจสอบ URL เพื่อดูสาเหตุของปัญหา

วิเคราะห์การเข้าชมเป็นระยะ

วิเคราะห์การเข้าชมจาก Google Search โดยใช้รายงานประสิทธิภาพ ข้อมูลจะแสดงความถี่ที่หน้าปรากฏเป็นผลการค้นหาที่เป็นสื่อสมบูรณ์ใน Search ความถี่ที่ผู้ใช้คลิกหน้า และอันดับเฉลี่ยที่หน้าปรากฏในผลการค้นหา คุณจะใช้ Search Console API ดึงผลการค้นหาเหล่านี้โดยอัตโนมัติก็ได้เช่นกัน

การแก้ปัญหา

หากประสบปัญหาในการใช้หรือแก้ไขข้อบกพร่องของ Structured Data โปรดดูแหล่งข้อมูลต่อไปนี้ซึ่งอาจช่วยคุณได้

เนื้อหาไม่ตรงกับ Structured Data

สาเหตุของปัญหา: หน้าเว็บมีเนื้อหาที่ไม่ตรงกับ Structured Data ในหน้า เช่น ชื่อของวิดีโอในหน้าไม่ตรงกับค่าที่แสดงในพร็อพเพอร์ตี้ name นอกจากนี้อาจมีเนื้อหาที่เป็นสแปม เช่น ชื่อและคำอธิบายแบบคลิกเบต หรือมาร์กอัปไม่ได้แสดงถึงวิดีโอจริง คุณอาจได้รับข้อความจาก Search Console ว่า "การละเมิดนโยบาย Structured Data - พบว่าเนื้อหาในหน้าต่างจาก Structured Data ในหน้า"

แก้ปัญหา

  1. ตรวจสอบว่า Structured Data สอดคล้องกับเนื้อหาจริงในหน้า
  2. ใช้เครื่องมือตรวจสอบ URL เพื่อตรวจสอบว่าเนื้อหามองเห็นได้ในหน้าที่แสดงผล (Google จะเห็นหน้าของคุณเป็นหน้าที่แสดงผล)
  3. เมื่อแก้ปัญหาแล้ว ให้ส่งเว็บไซต์เข้ามารับการพิจารณาอีกครั้ง