Add : 비디오 데이터 개선 및 수정
This commit is contained in:
parent
e817dbb164
commit
a9f11d52f0
11
index.html
11
index.html
@ -33,6 +33,7 @@
|
|||||||
<meta name="image:height" content="800">
|
<meta name="image:height" content="800">
|
||||||
<meta name="image:license" content="https://minglestudio.co.kr/">
|
<meta name="image:license" content="https://minglestudio.co.kr/">
|
||||||
<meta name="image:credit" content="밍글 스튜디오">
|
<meta name="image:credit" content="밍글 스튜디오">
|
||||||
|
<meta name="image:copyrightNotice" content="© 2025 밍글 스튜디오. All rights reserved.">
|
||||||
|
|
||||||
<!-- Open Graph 태그 (소셜 미디어 공유용) -->
|
<!-- Open Graph 태그 (소셜 미디어 공유용) -->
|
||||||
<meta property="og:title" content="밍글 스튜디오 - 모션캡쳐 창작 스튜디오">
|
<meta property="og:title" content="밍글 스튜디오 - 모션캡쳐 창작 스튜디오">
|
||||||
@ -116,7 +117,7 @@
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<!-- 동영상 구조화된 데이터 - 날짜 정보 제거 -->
|
<!-- 동영상 구조화된 데이터 -->
|
||||||
<script type="application/ld+json">
|
<script type="application/ld+json">
|
||||||
{
|
{
|
||||||
"@context": "https://schema.org",
|
"@context": "https://schema.org",
|
||||||
@ -127,6 +128,7 @@
|
|||||||
"duration": "PT5M",
|
"duration": "PT5M",
|
||||||
"contentUrl": "https://www.youtube.com/embed/FecqTyUU6y0",
|
"contentUrl": "https://www.youtube.com/embed/FecqTyUU6y0",
|
||||||
"embedUrl": "https://www.youtube.com/embed/FecqTyUU6y0",
|
"embedUrl": "https://www.youtube.com/embed/FecqTyUU6y0",
|
||||||
|
"uploadDate": "2025-01-15T09:00:00+09:00",
|
||||||
"publisher": {
|
"publisher": {
|
||||||
"@type": "Organization",
|
"@type": "Organization",
|
||||||
"name": "밍글 스튜디오",
|
"name": "밍글 스튜디오",
|
||||||
@ -138,7 +140,8 @@
|
|||||||
"creator": {
|
"creator": {
|
||||||
"@type": "Person",
|
"@type": "Person",
|
||||||
"name": "김희진"
|
"name": "김희진"
|
||||||
}
|
},
|
||||||
|
"copyrightNotice": "© 2025 밍글 스튜디오. All rights reserved."
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
@ -152,6 +155,7 @@
|
|||||||
"duration": "PT1M",
|
"duration": "PT1M",
|
||||||
"contentUrl": "https://www.youtube.com/embed/OmpqKhMrb-U",
|
"contentUrl": "https://www.youtube.com/embed/OmpqKhMrb-U",
|
||||||
"embedUrl": "https://www.youtube.com/embed/OmpqKhMrb-U",
|
"embedUrl": "https://www.youtube.com/embed/OmpqKhMrb-U",
|
||||||
|
"uploadDate": "2025-01-10T14:30:00+09:00",
|
||||||
"publisher": {
|
"publisher": {
|
||||||
"@type": "Organization",
|
"@type": "Organization",
|
||||||
"name": "밍글 스튜디오",
|
"name": "밍글 스튜디오",
|
||||||
@ -163,7 +167,8 @@
|
|||||||
"creator": {
|
"creator": {
|
||||||
"@type": "Person",
|
"@type": "Person",
|
||||||
"name": "김희진"
|
"name": "김희진"
|
||||||
}
|
},
|
||||||
|
"copyrightNotice": "© 2025 밍글 스튜디오. All rights reserved."
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user