$pageTitle = '51吃瓜热点资讯|娱乐热点与互动数据'; $pageDescription = '51吃瓜热点资讯展示娱乐热点、视频播放量、点赞数、评论数、发布时间与相关推荐。'; $schema = [ '@context' => 'https://schema.org', '@graph' => [ [ '@type' => 'Organization', 'name' => $brand, 'url' => url_for('/'), 'logo' => url_for('/assets/images/logo-card.png'), 'description' => '51吃瓜品牌资讯中心,提供视频热点观察、行业分析与专题内容。' ], [ '@type' => 'WebSite', 'name' => $brand, 'url' => url_for('/'), 'inLanguage' => 'zh-CN', 'potentialAction' => [ '@type' => 'SearchAction', 'target' => url_for('/?q={search_term_string}'), 'query-input' => 'required name=search_term_string' ] ], [ '@type' => 'NewsArticle', 'headline' => $pageTitle, 'description' => $pageDescription, 'image' => url_for('/assets/images/headline.png'), 'datePublished' => '2026-06-18', 'dateModified' => '2026-06-18', 'author' => ['@type' => 'Organization', 'name' => $brand], 'publisher' => ['@type' => 'Organization', 'name' => $brand] ], [ '@type' => 'Article', 'headline' => $pageTitle, 'description' => $pageDescription, 'image' => url_for('/assets/images/headline.png'), 'datePublished' => '2026-06-18', 'dateModified' => '2026-06-18', 'author' => ['@type' => 'Organization', 'name' => $brand], 'publisher' => ['@type' => 'Organization', 'name' => $brand] ] ] ]; ?>