Add : 웹사이트 정보 추가
This commit is contained in:
parent
368729e289
commit
b2d0a5b1d3
53
index.html
53
index.html
@ -96,6 +96,59 @@
|
||||
}
|
||||
</script>
|
||||
|
||||
<!-- 동영상 구조화된 데이터 -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "VideoObject",
|
||||
"name": "밍글 스튜디오 모션캡쳐 포트폴리오",
|
||||
"description": "밍글 스튜디오에서 제작한 모션캡쳐 영상 콘텐츠 모음",
|
||||
"thumbnailUrl": "https://minglestudio.co.kr/mingle%20logo.webp",
|
||||
"uploadDate": "2025-01-15T00:00:00+09:00",
|
||||
"duration": "PT5M",
|
||||
"contentUrl": "https://www.youtube.com/embed/FecqTyUU6y0",
|
||||
"embedUrl": "https://www.youtube.com/embed/FecqTyUU6y0",
|
||||
"publisher": {
|
||||
"@type": "Organization",
|
||||
"name": "밍글 스튜디오",
|
||||
"logo": {
|
||||
"@type": "ImageObject",
|
||||
"url": "https://minglestudio.co.kr/mingle%20logo.webp"
|
||||
}
|
||||
},
|
||||
"creator": {
|
||||
"@type": "Person",
|
||||
"name": "김희진"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "VideoObject",
|
||||
"name": "밍글 스튜디오 모션캡쳐 Shorts",
|
||||
"description": "밍글 스튜디오 모션캡쳐 Shorts 영상",
|
||||
"thumbnailUrl": "https://minglestudio.co.kr/mingle%20logo.webp",
|
||||
"uploadDate": "2025-01-15T00:00:00+09:00",
|
||||
"duration": "PT1M",
|
||||
"contentUrl": "https://www.youtube.com/embed/OmpqKhMrb-U",
|
||||
"embedUrl": "https://www.youtube.com/embed/OmpqKhMrb-U",
|
||||
"publisher": {
|
||||
"@type": "Organization",
|
||||
"name": "밍글 스튜디오",
|
||||
"logo": {
|
||||
"@type": "ImageObject",
|
||||
"url": "https://minglestudio.co.kr/mingle%20logo.webp"
|
||||
}
|
||||
},
|
||||
"creator": {
|
||||
"@type": "Person",
|
||||
"name": "김희진"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user