메타태그 메타네임 질문이요

매출이 오르면 내리는 수수료! 지금 수수료센터에서 전자결제(PG)수수료 비교견적 신청해 보세요!
메타태그 메타네임 질문이요

QA

메타태그 메타네임 질문이요

본문

1.

 

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

 

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

 

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

 

예시)

 

<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>  <----- 이부분을 메타태그 위로 가게 하고 싶습니다.

 

 

 

2.

<meta name="csrf-param" content="_csrf">
<meta name="csrf-token" content="LaR-bYiRMHpsk3dRRD2oTR3zrinIJlHKn8j_923Vkj1e_gcUxqd8AyDkPiERV-0LeIP8XJdCAoL2uc2CDr_AcA==">

 

 

타 사이트 보면 이런게 있던데 이건 뭐예요?

이 질문에 댓글 쓰기 :

답변 3

안녕하세요!

1. title 부분을 복사해서 원하시는 위치에 넣으시면 됩니다.

2. CSRF는  사용자의 의도와 관계 없이 행해지는 공격 기법 이라고 생각하시면 됩니다.

즉 csrf-token을 생성해서 공격에 대응할 수 있는 인증키라고 생각하시면 됩니다.

질문에 답이 되셨는지 잘 모르겠네요^^

즐거운 주말 되세요

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

<!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>

CSRF는  사용자의 의도와 관계 없이 행해지는 공격 기법 이라고 생각하시면 됩니다.

즉 csrf-token을 생성해서 공격에 대응할 수 있는 인증키라고 생각하시면 됩니다.

질문에 답이 되셨는지 잘 모르겠네요^^

즐거운 주말 되세요

답변을 작성하시기 전에 로그인 해주세요.
전체 0
QA 내용 검색
  • 개별 목록 구성 제목 답변작성자조회작성일
  • 질문이 없습니다.

회원로그인

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