<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<%
String root = request.getContextPath();
%>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Shop๐ - ALOHA CLASS๐ด</title>
<!-- ํ๋น์ฝ -->
<link rel="icon" href="<%= root %>/static/img/logo.png" type="image/x-icon">
<!-- ์ธ๋ค์ผ ์ด๋ฏธ์ง ์ค์ -->
<meta property="og:image" content="https://i.imgur.com/yiTQ3EV.jpg">
<!-- ์น ํ์ด์ง ์ค๋ช
(์ ํ ์ฌํญ) -->
<meta property="og:description" content="ALOHA CLASS๐ด - ์ผํ๋ชฐ ํ๋ก์ ํธ">
<!-- ์น ํ์ด์ง URL -->
<meta property="og:url" content="<%= root %>">
<!-- ์น ํ์ด์ง ์ ๋ชฉ -->
<meta name="title" content="Shop๐ - ALOHA CLASS๐ด">
<meta property="og:title" content="Shop๐ - ALOHA CLASS๐ด">
<!-- ์น ํ์ด์ง ํ์
(์น์ฌ์ดํธ, ๊ธฐ์ฌ, ์ ํ ๋ฑ) -->
<meta property="og:type" content="website">
<!-- ๊ฒ์์ด -->
<meta name="keywords" content="์ผํ๋ชฐ ํ๋ก์ ํธ, ์๋ฐ ์น๊ฐ๋ฐ, ALOHA CLASS, ์๋กํ ํด๋์ค">
<meta name="robots" content="index, follow">
<!-- ์ฌ์ดํธ ๋งต -->
<link rel="sitemap" href="<%= root %>/static/sitemap.xml">
HTML
๋ณต์ฌ