updated. 2024-02-06
v11.11
SEO 설정

[환경설정 - 편집설정 - SEO 설정]에서 전체 설정값을 지정할 수 있습니다.
적용 순위: 1순위 개별설정(박스, 자동박스) / 2순위 SEO 설정

SEO 설정 목록
분류 위치 기본 값 비고
로고 상단 H1 리스트/뷰에서는 [div]태그로 변경
박스명 메인 미적용
자동박스 메인 H2
리스트 섹션명 리스트 상단 H1
리스트 기사 리스트 H2
리스트 박스명 리스트 미적용
리스트 자동박스 리스트 미적용
뷰 제목 H1
뷰 부제목 H2
뷰 박스명 미적용
뷰 자동박스 미적용
작업자 체크 항목
기능 위치 비고
RSS 활성화 환경설정 - 기사설정 - 섹션설정 1차 섹션의 [RSS 사용]이 [사용안함]으로 설정시 [링크태그]영역에 기사가 적용되지 않아 SEO설정값의 영향을 받습니다.
메타 태그 설명 <meta property="og:title" content="사이트명" /> [사이트명](title)은 35~65자를 권장하고 있습니다.
<meta property="og:description" content="사이트 설명" /> [사이트 설명]은 70~320자를 권장하고 있습니다.
[불러오기] 자동박스 편집판
  • 동기화 구성을 권장합니다.
  • 불러오기 자동박스의 개별 설정을 지정할 경우 원본 문서도 수정됩니다.
  • 불러오기 자동박스 기본 설정 값은 최초 생성 판 원본 속성을 따릅니다.
개발 참고 항목
v11.8부터 기본 적용된 사항입니다.
기능 문서 설정 비고
메타태그 /fine_skin/top.html
/fine_skin/mobileTop.html
<meta name="robots" content="max-image-preview:large"> 공통
/fine_lib/preference/metatagConfig.php ** description 검색하여 노출되는 구간 필드명에 맞게 적절하게 수정
$articleRow['summary'] = trim(htmlspecialchars(strip_tags(stripslashes($articleRow['summary']))));
$articleRow['summary'] = defLib::atSubStrNew( $articleRow['summary'], 0, 159 );
trim(htmlspecialchars(strip_tags(stripslashes($articleRow['summary'])))) → $articleRow['summary']
/fine_skin/top.html
/fine_skin/mobileTop.html
<meta name="author" content="홍길동 기자"/>
<meta name="referrer" content="no-referrer-when-downgrade" />
<meta name="keywords" content="키워드"/>
<meta name="news_keywords" content="키워드" />
<meta property="article:author" content="https://www.facebook.com/아이디" />
<meta property="article:publisher" content="https://www.facebook.com/아이디"/>
<meta property="article:section" content="섹션명"/>
<meta property="article:published_time" content="기사발행일" />
기사 본문
링크태그 /fine_skin/top.html
/fine_skin/mobileTop.html
<link rel="canonical" id="canonical" href="기사URL" />
/fine_skin/top.html <link rel="alternate" type="application/rss+xml" href="도메인/rss/gns_allArticle.xml">
<link rel="alternate" type="application/rss+xml" href="도메인/rss/gns_1차섹션코드.xml">
생성된 모든 1차 섹션 xml 경로를 추가
/fine_home/news/editor/config.js items: [ 'Styles', 'Font', 'FontSize' ]
/fine_home/news/editor/styles.js /* ← 제거
//{ name: 'Paragraph', element: 'p' },
{ name: 'Heading 1', element: 'h1' },
{ name: 'Heading 2', element: 'h2' },
{ name: 'Heading 3', element: 'h3' },
{ name: 'Heading 4', element: 'h4' },
{ name: 'Heading 5', element: 'h5' },
{ name: 'Heading 6', element: 'h6' },
{ name: 'Preformatted Text',element: 'pre' },
{ name: 'Address', element: 'address' }
*/ ← 제거
구글뉴스 피드용 RSS /rss/gns_allArticle.xml 에버노트 참고 : Google News Producer 설정 (뉴스스탠드) (SE | V11)
2.0으로 업그레이드
참조 사이트 - https://validator.w3.org/feed