메타태그 |
/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
|