上传文件至 /
This commit is contained in:
parent
e9570178a3
commit
9e039091b9
|
|
@ -0,0 +1,68 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="zh">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
|
||||||
|
<!-- ⭐⭐⭐ 核心:和/home页面完全一样的SEO ⭐⭐⭐ -->
|
||||||
|
<title>果园编程官方网站 | 青少年Scratch编程创作团队</title>
|
||||||
|
<meta name="description" content="果园编程工作室是青少年Scratch编程创作团队,22名成员精通7种编程语言。提供Scratch作品打包工具、游戏开发教程、编程学习资源,在CCW平台分享创意作品。">
|
||||||
|
<meta name="keywords" content="果园编程,Scratch编程,青少年编程,CCW,作品打包,编程学习,游戏开发,网页工具">
|
||||||
|
|
||||||
|
<!-- 关键1:告诉搜索引擎,真实页面是/home -->
|
||||||
|
<link rel="canonical" href="https://gybc.top/home" />
|
||||||
|
|
||||||
|
<!-- 关键2:0秒立即跳转 -->
|
||||||
|
<meta http-equiv="refresh" content="0;url=/home">
|
||||||
|
|
||||||
|
<!-- 关键3:结构化数据,让这个页面也有"内容" -->
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{
|
||||||
|
"@context": "https://schema.org",
|
||||||
|
"@type": "WebSite",
|
||||||
|
"name": "果园编程工作室",
|
||||||
|
"url": "https://gybc.top/home",
|
||||||
|
"description": "青少年Scratch编程创作团队,提供作品打包工具、游戏开发教程、编程学习资源",
|
||||||
|
"publisher": {
|
||||||
|
"@type": "Organization",
|
||||||
|
"name": "果园编程工作室",
|
||||||
|
"logo": "https://gybc.top/logo.png"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<!-- Open Graph标签(和/home保持一致) -->
|
||||||
|
<meta property="og:title" content="果园编程工作室">
|
||||||
|
<meta property="og:description" content="青少年Scratch编程创作团队">
|
||||||
|
<meta property="og:image" content="https://gybc.top/logo.png">
|
||||||
|
<meta property="og:url" content="https://gybc.top/home">
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<!-- 简单的页面内容,避免被当作空白页 -->
|
||||||
|
<div style="max-width: 600px; margin: 100px auto; text-align: center; font-family: sans-serif; padding: 20px;">
|
||||||
|
<h1 style="color: #4CAF50;">果园编程工作室</h1>
|
||||||
|
<p style="font-size: 1.2em; color: #666; margin: 20px 0;">
|
||||||
|
青少年Scratch编程创作团队
|
||||||
|
</p>
|
||||||
|
<p style="color: #888; margin-bottom: 30px;">
|
||||||
|
用心每一作,发展每一天
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
正在进入主站...
|
||||||
|
<a href="https://gybc.top/home" style="color: #4CAF50; text-decoration: none; border-bottom: 1px dotted #4CAF50;">
|
||||||
|
如果未自动跳转,请点击此处
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- 后备跳转脚本 -->
|
||||||
|
<script>
|
||||||
|
// 确保跳转
|
||||||
|
setTimeout(function() {
|
||||||
|
window.location.href = "/home";
|
||||||
|
}, 50);
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
<a href="https://icp.gov.moe/?keyword=20260216" target="_blank">萌ICP备20260216号</a>
|
||||||
|
</html>
|
||||||
Reference in New Issue