0) { $blog = mysqli_fetch_assoc($result); $title = htmlspecialchars($blog['title']); $tags = htmlspecialchars($blog['tags']); $description = $blog['description']; $created_at = new DateTime($blog['created_at']); $formatted_date = $created_at->format('d M Y'); // 设置SEO相关信息 $max_description_length = 160; // 根据SEO需要设置合适的长度 $page_description = substr($description, 0, $max_description_length); $site_title_suffix = " - AI Tool Path 最全的AI工具导航"; // 替换为您的网站名称 $site_keywords_suffix = " - AI工具, AI工具目录, AI Tool Path, AI软件, AI工具指南, AI应用程序, AI技术, 最佳AI工具, 开发者AI工具, 营销人员AI工具, AI工具路径, AIPT"; // 替换为您的关键词 $page_title = $title . $site_title_suffix; $page_keywords = $tags . $site_keywords_suffix; } else { echo ""; exit(); } } else { echo ""; exit(); } ?>
' . htmlspecialchars($message) . '