Not Found.
'; return; } $body = hyanggoat_load_body($site, $slug); if (!$body) { http_response_code(404); echo 'Not Found.
'; return; } $cfgAll = hyanggoat_site_config(); $cfg = $cfgAll[$site]; $journalRoot = $cfg['journalRoot'] ?? '/journal'; $domain = $cfg['domain']; $brand = $cfg['brand']; $phone = $cfg['phone']; $accent = $cfg['seoColor']; $canonical = 'https://' . $domain . $journalRoot . '/' . $slug . '/'; $ogImage = 'https://' . $domain . '/assets/og-image.jpg'; $related = hyanggoat_related($site, $slug, 3); $articleSchema = [ '@context' => 'https://schema.org', '@type' => 'Article', 'headline' => $topic['title'], 'description' => $topic['lead'], 'datePublished' => str_replace(' ', 'T', $topic['scheduled']) . ':00+09:00', 'dateModified' => str_replace(' ', 'T', $topic['scheduled']) . ':00+09:00', 'author' => ['@type'=>'Organization', 'name'=>$brand, 'url'=>'https://'.$domain.'/'], 'publisher' => ['@type'=>'Organization', 'name'=>$brand, 'logo'=>['@type'=>'ImageObject','url'=>$ogImage]], 'mainEntityOfPage' => ['@type'=>'WebPage', '@id'=>$canonical], 'articleSection' => $topic['kicker'], 'keywords' => $topic['keyword'], 'inLanguage' => 'ko-KR', ]; $crumbsSchema = [ '@context' => 'https://schema.org', '@type' => 'BreadcrumbList', 'itemListElement' => [ ['@type'=>'ListItem', 'position'=>1, 'name'=>'홈', 'item'=>'https://'.$domain.'/'], ['@type'=>'ListItem', 'position'=>2, 'name'=>'저널', 'item'=>'https://'.$domain.$journalRoot.'/'], ['@type'=>'ListItem', 'position'=>3, 'name'=>$topic['title'], 'item'=>$canonical], ], ]; $jsonOpts = JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES | JSON_PRETTY_PRINT; header('Content-Type: text/html; charset=UTF-8'); ?>= hyanggoat_e($topic['lead']) ?>
= hyanggoat_e($brand) ?> · = hyanggoat_e($cfg['address']) ?>