@@ -22,10 +22,25 @@ const siteUrl = host || 'https://gamulpung.com';
2222export const metadata : Metadata = {
2323 metadataBase : new URL ( siteUrl ) ,
2424 title : {
25- default : 'Gamulpung' ,
25+ default : 'Gamulpung - Infinite Multiplayer Minesweeper | 무한 멀티플레이어 지뢰찾기 ' ,
2626 template : '%s | Gamulpung' ,
2727 } ,
28- description : 'Gamulpung, Web Multi-play Infinity Minesweeper Game' ,
28+ description :
29+ 'Play infinite multiplayer minesweeper online for free. Explore an endless map with real-time co-op. 무한으로 펼쳐지는 맵에서 다른 플레이어와 실시간으로 함께하는 온라인 지뢰찾기 게임.' ,
30+ keywords : [
31+ 'minesweeper' ,
32+ 'multiplayer minesweeper' ,
33+ 'online minesweeper' ,
34+ 'infinite minesweeper' ,
35+ 'co-op minesweeper' ,
36+ 'browser game' ,
37+ '지뢰찾기' ,
38+ '멀티플레이어 지뢰찾기' ,
39+ '온라인 지뢰찾기' ,
40+ '무한 지뢰찾기' ,
41+ '지뢰찾기 같이하기' ,
42+ '지뢰찾기 온라인' ,
43+ ] ,
2944 alternates : {
3045 canonical : '/' ,
3146 languages : {
@@ -39,17 +54,23 @@ export const metadata: Metadata = {
3954 alternateLocale : 'ko_KR' ,
4055 url : siteUrl ,
4156 siteName : 'Gamulpung' ,
57+ title : 'Gamulpung - Infinite Multiplayer Minesweeper' ,
58+ description :
59+ 'Play infinite multiplayer minesweeper online for free. Explore an endless map with real-time co-op.' ,
4260 images : [
4361 {
4462 url : siteUrl + '/ogimage.png' ,
45- alt : 'Gamulpung' ,
63+ width : 1200 ,
64+ height : 630 ,
65+ alt : 'Gamulpung - Infinite Multiplayer Minesweeper Game' ,
4666 } ,
4767 ] ,
4868 } ,
4969 twitter : {
5070 card : 'summary_large_image' ,
51- title : 'Gamulpung' ,
52- description : 'Gamulpung, Web Multi-play Infinity Minesweeper Game' ,
71+ title : 'Gamulpung - Infinite Multiplayer Minesweeper' ,
72+ description :
73+ 'Play infinite multiplayer minesweeper online for free. Explore an endless map with real-time co-op.' ,
5374 images : siteUrl + '/ogimage.png' ,
5475 } ,
5576} ;
@@ -71,10 +92,29 @@ export default function RootLayout({
7192 dangerouslySetInnerHTML = { {
7293 __html : JSON . stringify ( {
7394 '@context' : 'https://schema.org' ,
74- '@type' : 'Organization' ,
75- name : 'Gamulpung' ,
95+ '@type' : 'VideoGame' ,
96+ name : 'Gamulpung - Infinite Multiplayer Minesweeper' ,
97+ alternateName : '가물퐁 - 무한 멀티플레이어 지뢰찾기' ,
98+ description :
99+ 'Play infinite multiplayer minesweeper online for free. Explore an endless map with real-time co-op.' ,
76100 url : siteUrl ,
77- logo : siteUrl + '/icon.png' ,
101+ image : siteUrl + '/ogimage.png' ,
102+ genre : [ 'Puzzle' , 'Multiplayer' , 'Strategy' ] ,
103+ gamePlatform : 'Web Browser' ,
104+ applicationCategory : 'Game' ,
105+ operatingSystem : 'Any' ,
106+ playMode : [ 'MultiPlayer' , 'CoOperative' ] ,
107+ numberOfPlayers : {
108+ '@type' : 'QuantitativeValue' ,
109+ minValue : 1 ,
110+ } ,
111+ offers : {
112+ '@type' : 'Offer' ,
113+ price : '0' ,
114+ priceCurrency : 'USD' ,
115+ availability : 'https://schema.org/InStock' ,
116+ } ,
117+ inLanguage : [ 'en' , 'ko' ] ,
78118 } ) ,
79119 } }
80120 />
@@ -87,11 +127,6 @@ export default function RootLayout({
87127 '@type' : 'WebSite' ,
88128 name : 'Gamulpung' ,
89129 url : siteUrl ,
90- potentialAction : {
91- '@type' : 'SearchAction' ,
92- target : siteUrl + '/?q={search_term_string}' ,
93- 'query-input' : 'required name=search_term_string' ,
94- } ,
95130 } ) ,
96131 } }
97132 />
0 commit comments