메타태그와 타이틀 질문

메타태그와 타이틀 질문

QA

메타태그와 타이틀 질문

본문

아미나를 이용하고 있습니다.

 

게시글을 작성하고 페이지 소스를 보면 보통 메타태그 밑에 타이틀이 나오잖아요

 

그 타이틀 부분을 위로 가게 할 수 있나요??

 

예시)

 

<meta charset="utf-8">
<meta http-equiv="imagetoolbar" content="no">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">

                                                                   <------------ 이쪽으로 넣고 싶습니다.
<meta name="title" content="오늘의일기" />
<meta name="og:title" content="오늘의일기" />
<meta name="twitter:title" content="오늘의일기" />
<meta name="description" content="오늘의일기" />
<meta name="og:description" content="오늘의일기" />
<meta name="keywords" content="오늘의일기" />
<meta name="robots" content="index,follow" />

<title>오늘의일기</title>  <----- 이부분을 메타태그 위로 가게 하고 싶습니다.

이 질문에 댓글 쓰기 :

답변 1

이렇게 하는건 어떠실까요?

<!DOCTYPE html>
<html>
<head>
  <title>오늘의일기</title>
  <meta charset="utf-8">
  <meta http-equiv="imagetoolbar" content="no">
  <meta http-equiv="X-UA-Compatible" content="IE=Edge">
  <meta name="title" content="오늘의일기" />
  <meta name="og:title" content="오늘의일기" />
  <meta name="twitter:title" content="오늘의일기" />
  <meta name="description" content="오늘의일기" />
  <meta name="og:description" content="오늘의일기" />
  <meta name="keywords" content="오늘의일기" />
  <meta name="robots" content="index,follow" />
</head>
<body>
  <!-- 내용이 여기에 들어갑니다 -->
</body>
</html>

답변을 작성하시기 전에 로그인 해주세요.
전체 176
QA 내용 검색

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1404호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT