|
|
@@ -8,14 +8,23 @@
|
|
|
<!-- <meta http-equiv="cache-control" content="no-cache"/> -->
|
|
|
<!-- <meta http-equiv="expires" content="0"/> -->
|
|
|
<!-- <meta http-equiv="pragma" content="no-cache"/> -->
|
|
|
+ <th:block th:if="${goodsMetaInfo}">
|
|
|
+ <meta property="og:image" th:content="${goodsMetaInfo.ogImage}" content="/image/web/common/og_style24.png"/>
|
|
|
+ <meta property="og:url" th:content="${goodsMetaInfo.snsUrl}" content="http://www.style24.com"/>
|
|
|
+ <meta property="og:title" th:content="${goodsMetaInfo.snsGoodsFullNm}" content="스타일24"/>
|
|
|
+ <meta property="og:description" th:content="${goodsMetaInfo.ogDesc}" content="한세공식몰,TBJ,FRJ,NBA,NBA KIDS,LPGA,PGATOUR,컬리수,모이몰른,MOIMOLN,리카앤,리바이스키즈,ANDEW,BUCKAROO,나이키키즈"/>
|
|
|
+ </th:block>
|
|
|
+ <th:block th:unless="${goodsMetaInfo}">
|
|
|
+ <meta property="og:image" th:content="${metaInfo.ogImage}" content="/image/web/common/og_style24.png"/>
|
|
|
+ <meta property="og:url" th:content="${@environment.getProperty('domain.front')}" content="http://www.style24.com"/>
|
|
|
+ <meta property="og:title" th:content="${metaInfo.browserTitle}" content="스타일24"/>
|
|
|
+ <meta property="og:description" th:content="${metaInfo.ogDesc}" content="한세공식몰,TBJ,FRJ,NBA,NBA KIDS,LPGA,PGATOUR,컬리수,모이몰른,MOIMOLN,리카앤,리바이스키즈,ANDEW,BUCKAROO,나이키키즈"/>
|
|
|
+ </th:block>
|
|
|
<meta name="Title" th:content="${metaInfo.browserTitle}" content="한세공식몰 스타일24"/>
|
|
|
<meta name="description" th:content="${metaInfo.ogDesc}" content="한세공식몰,TBJ,FRJ,NBA,NBA KIDS,LPGA,PGATOUR,컬리수,모이몰른,MOIMOLN,리카앤,리바이스키즈,ANDEW,BUCKAROO,나이키키즈"/>
|
|
|
<meta name="keywords" th:content="${metaInfo.keywords}" content="한세공식몰,TBJ,FRJ,NBA,NBA KIDS,LPGA,PGATOUR,컬리수,모이몰른,MOIMOLN,리카앤,리바이스키즈,ANDEW,BUCKAROO,나이키키즈"/>
|
|
|
<meta property="og:type" content="website"/>
|
|
|
- <meta property="og:image" th:content="${metaInfo.ogImage}" content="/image/web/common/og_style24.png"/>
|
|
|
- <meta property="og:url" th:content="${@environment.getProperty('domain.front')}" content="http://www.style24.com"/>
|
|
|
- <meta property="og:title" th:content="${metaInfo.browserTitle}" content="스타일24"/>
|
|
|
- <meta property="og:description" th:content="${metaInfo.ogDesc}" content="한세공식몰,TBJ,FRJ,NBA,NBA KIDS,LPGA,PGATOUR,컬리수,모이몰른,MOIMOLN,리카앤,리바이스키즈,ANDEW,BUCKAROO,나이키키즈"/>
|
|
|
+
|
|
|
<meta property="og:locale" content="ko_KR"/>
|
|
|
<meta property="og:site_name" th:content="${metaInfo.browserTitle}" content="한세공식몰 스타일24"/>
|
|
|
|