메타태그 관련입니다 정보
메타태그 관련입니다본문
메타태그 키워드 치환시
모든페이지에 다르게 메타 키워드 를 적용시키려면 어떻게 해야하나요?
Title 은 일단 했습니다
그러나 밑에
Author
Generator
keywords
는 저런변수를 줘봤는데 되지가 않습니다.
도와주세요
참고로 배추빌더 사용하고있습니다
<html>
<head>
<meta http-equiv="content-type" content="text/html: charset = euc-kr">
<meta name="robots" content="index,follow">
<meta name="revisit-after" content="1 days">
<script type="text/javascript">
function addfavorites(url,titles){
var title="▒ " + titles + " ▒";
if (navigator.appName!='Microsoft Internet Explorer') {
window.sidebar.addPanel(title,url,"");
} else {
window.external.AddFavorite(url,title);
}
}
function resizeFrame(frm) {
frm.style.height = "auto";
contentHeight = frm.contentWindow.document.body.scrollHeight;
frm.style.height = contentHeight + 4 + "px";
}
</script>
<meta http-equiv="fresh" content="1;url=http://도메인">
<meta name="Title" content="<?=$g4['title']?>">
<meta name="Author" content="<?=$g4['author']?>">
<meta name="Generator" content="<?=$g4['Generator']?>">
<meta name="keywords" content="<?=$view['keywords']?>">
<meta name="keywords" content="<?=$g4['keywords']?>">
<title><?=$g4['title']?></title>
<link rel="stylesheet" href="<?=$g4['path']?>/style.css" type="text/css">
</head>
모든페이지에 다르게 메타 키워드 를 적용시키려면 어떻게 해야하나요?
Title 은 일단 했습니다
그러나 밑에
Author
Generator
keywords
는 저런변수를 줘봤는데 되지가 않습니다.
도와주세요
참고로 배추빌더 사용하고있습니다
<html>
<head>
<meta http-equiv="content-type" content="text/html: charset = euc-kr">
<meta name="robots" content="index,follow">
<meta name="revisit-after" content="1 days">
<script type="text/javascript">
function addfavorites(url,titles){
var title="▒ " + titles + " ▒";
if (navigator.appName!='Microsoft Internet Explorer') {
window.sidebar.addPanel(title,url,"");
} else {
window.external.AddFavorite(url,title);
}
}
function resizeFrame(frm) {
frm.style.height = "auto";
contentHeight = frm.contentWindow.document.body.scrollHeight;
frm.style.height = contentHeight + 4 + "px";
}
</script>
<meta http-equiv="fresh" content="1;url=http://도메인">
<meta name="Title" content="<?=$g4['title']?>">
<meta name="Author" content="<?=$g4['author']?>">
<meta name="Generator" content="<?=$g4['Generator']?>">
<meta name="keywords" content="<?=$view['keywords']?>">
<meta name="keywords" content="<?=$g4['keywords']?>">
<title><?=$g4['title']?></title>
<link rel="stylesheet" href="<?=$g4['path']?>/style.css" type="text/css">
</head>
댓글 전체

게시판별로 따로 설정을 하실거면 각 게시판의 여분필드에 keyword와 generator를 넣고 불러오시면 되겟는데요
필드 지정은 했는데 어떻게 불러오나요??