그누보드의 일반적인 검색최적화 방법입니다.
검색엔진 최적화를 합니다.
1. head.sub.php에 meta tag를 쓰고
title 태그에 글 내용의 일부분이 들어가도록 해줍니다.
<meta http-equiv="content-type" content="text/html charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="subject" content="<?=$g4['title']?>" />
<meta name="title" content="<?=$g4['title']?>" />
<meta name="publisher" content="" />
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta name="robots" content="index,follow" />
<meta name="google" value="notranslate" />
<title><?=$g4['title']?></title>
2. title에는 보통 사이트제목 > 게시판 > 글제목이 들어가는데
글제목을 앞에 써주는게 구글에서 훨씬 잘 잡힙니다.
bbs/board.php
// 기존코드
// $g4[title] = "$group[gr_subject] > $board[bo_subject] > " . strip_tags(conv_subject($write[wr_subject], 255));
$g4[title] = conv_subject(strip_tags($write[wr_subject]), 64) . '<'. $board[bo_subject] . ' '. $g4[title];
3. robots.txt를 만듭니다
User-agent: *
Disallow: /adm/
Disallow: /data/
Disallow: /extend/
Disallow: /skin/
Disallow: /css/
Disallow: /js/
Disallow: /img/
Disallow: /cheditor4/