1
1
Fork 0
This repository has been archived on 2026-05-29. You can view files and clone it, but cannot push or open issues or pull requests.
OrchardProgrammingStudio/index.html

69 lines
2.9 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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" />
<!-- 关键20秒立即跳转 -->
<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>