묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
SEO 모듈만으로 모든페이지 메타태그 다 다르게 어떻게 하는지요..
2019.08.09 09:05
안녕하세요 XE 초보입니다..
지금 모든 페이지가 메타태그가 다 똑같습니다.
보니까 다른 모듈 설치할 거 없이
SEO 모듈 하나로도
각페이지 메타태그 다 다르게 나올 수 있다고? 하는데 그 방법이 도통 모르겠습니다.
저는 암만 해도 모든 페이지가 계속 똑같은 메타 더라구요.
근데 SEO모듈 하나로만 썼다는 사이트는
메인페이지
<link rel="canonical" href="" /> | |
<meta name="keywords" content="" /> | |
<meta name="description" content="" /> | |
<meta property="og:locale" content="ko_KR" /> | |
<meta property="og:type" content="website" /> | |
<meta property="og:url" content="" /> | |
<meta property="og:site_name" content="" /> | |
<meta property="og:title" content="" /> | |
<meta property="og:description" content="" /> | |
<meta property="og:image" content="" /> | |
<meta property="og:image:width" content="728" /> | |
<meta property="og:image:height" content="900" /><script> |
서브페이지
<link rel="canonical" href="" /> | |
<meta name="keywords" content="" /> | |
<meta name="description" content="" /> | |
<meta property="og:locale" content="ko_KR" /> | |
<meta property="og:type" content="article" /> | |
<meta property="og:url" content="" /> | |
<meta property="og:site_name" content="" /> | |
<meta property="og:title" content="" /> | |
<meta property="og:description" content="" /> | |
<meta property="article:published_time" content="2019-06-14T14:11:54+09:00" /> | |
<meta property="article:modified_time" content="2019-08-05T10:19:16+09:00" /> | |
<meta property="og:image" content="" /> | |
<meta property="og:image:width" content="728" /> | |
<meta property="og:image:height" content="900" /> 이게 자동으로 계속 내용 수정할 때마다 바뀌더라구요 자동으로요.. 어떻게 이렇게 달라질 수 있는 걸까요..? |