<!-- Open Graph -->
<meta property="og:type" content="website" />
<meta property="og:site_name" content="잡개발자 리토의 잡위키" />
<meta property="og:url" content="https://wiki.jobdeveloper.co.kr/" />
<meta property="og:image" content="https://wiki.jobdeveloper.co.kr/logo.png" />
<!-- //Open Graph -->
<!-- JSON-LD -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Organization",
"@id": "https://wiki.jobdeveloper.co.kr/#organization",
"name": "잡개발자 리토의 잡위키",
"url": "https://wiki.jobdeveloper.co.kr/",
"logo": {
"@type": "ImageObject",
"url": "https://wiki.jobdeveloper.co.kr/logo.png"
},
"image": {
"@type": "ImageObject",
"url": "https://wiki.jobdeveloper.co.kr/logo.png"
}
},
{
"@type": "WebSite",
"@id": "https://wiki.jobdeveloper.co.kr/#website",
"name": "잡개발자 리토의 잡위키",
"url": "https://wiki.jobdeveloper.co.kr/",
"publisher": {
"@id": "https://wiki.jobdeveloper.co.kr/#organization"
},
"potentialAction": {
"@type": "SearchAction",
"target": "https://wiki.jobdeveloper.co.kr/doku.php?do=search&q={search_term_string}",
"query-input": "required name=search_term_string"
}
}
]
}
</script>
<!-- //JSON-LD -->
User-agent: *
Allow: /
Sitemap: https://wiki.jobdeveloper.co.kr/doku.php?do=sitemap
// 수정일 메타 데이터
$head['meta'][] = array('name'=> 'revised', 'content'=> date_iso8601($INFO['lastmod']));
$head['meta'][] = array('property'=> 'article:modified_time', 'content'=> date_iso8601($INFO['lastmod']));
default : // SHOW and anything else not included
$page_title = $name;
// 이름공간 정보 표기
global $INFO;
if (!empty($INFO['namespace'])) {
$page_title .= ' | ' . str_replace(':', ' > ', $INFO['namespace']);
}