File contents SEO 优化技能
基础 Meta 标签
每个页面应包含:
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="页面描述,150字符以内">
<meta name="keywords" content="关键词1, 关键词2, 关键词3">
<meta name="author" content="陈栢成">
<title>页面标题 - 陈栢成</title>
<!-- Open Graph -->
<meta property="og:title" content="页面标题">
<meta property="og:description" content="页面描述">
<meta property="og:type" content="article">
<meta property="og:url" content="https://bayzhen.github.io/path">
<!-- Twitter Card -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="页面标题">
<meta name="twitter:description" content="页面描述">
</head>
结构化数据
文章页可添加 JSON-LD:
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "TechArticle",
"headline": "文章标题",
"author": {
"@type": "Person",
"name": "陈栢成"
},
"datePublished": "2026-01-01",
"description": "文章描述"
}
</script>
URL 规范
使用小写字母和连字符
避免特殊字符和中文
保持简短有意义
示例:/articles/claude-code/01-getting-started.html
图片优化
添加 alt 属性描述图片内容
使用描述性文件名
考虑添加 loading="lazy" 延迟加载
内部链接
使用绝对路径 /articles/...
相关文章相互链接
系列文章包含上下篇导航
1 --- 2 name: seo-bayzhen-bayzhen-github-io-2 3 description: SEO优化技能,提升网站搜索引擎可见性 4 --- 5 6 # SEO 优化技能 7 8 ## 基础 Meta 标签 9 10 每个页面应包含: 11 12 ```html 13 <head> 14 <meta charset="UTF-8"> 15 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 16 <meta name="description" content="页面描述,150字符以内"> 17 <meta name="keywords" content="关键词1, 关键词2, 关键词3"> 18 <meta name="author" content="陈栢成"> 19 <title>页面标题 - 陈栢成</title> 20 21 <!-- Open Graph --> 22 <meta property="og:title" content="页面标题"> 23 <meta property="og:description" content="页面描述"> 24 <meta property="og:type" content="article"> 25 <meta property="og:url" content="https://bayzhen.github.io/path"> 26 27 <!-- Twitter Card --> 28 <meta name="twitter:card" content="summary"> 29 <meta name="twitter:title" content="页面标题"> 30 <meta name="twitter:description" content="页面描述"> 31 </head> 32 ``` 33 34 ## 结构化数据 35 36 文章页可添加 JSON-LD: 37 38 ```html 39 <script type="application/ld+json"> 40 { 41 "@context": "https://schema.org", 42 "@type": "TechArticle", 43 "headline": "文章标题", 44 "author": { 45 "@type": "Person", 46 "name": "陈栢成" 47 }, 48 "datePublished": "2026-01-01", 49 "description": "文章描述" 50 } 51 </script> 52 ``` 53 54 ## URL 规范 55 56 - 使用小写字母和连字符 57 - 避免特殊字符和中文 58 - 保持简短有意义 59 - 示例:`/articles/claude-code/01-getting-started.html` 60 61 ## 图片优化 62 63 - 添加 `alt` 属性描述图片内容 64 - 使用描述性文件名 65 - 考虑添加 `loading="lazy"` 延迟加载 66 67 ## 内部链接 68 69 - 使用绝对路径 `/articles/...` 70 - 相关文章相互链接 71 - 系列文章包含上下篇导航
majiayu000/claude-skill-registry-data/tree/main/marketing/seo-bayzhen-bayzhen-github-io-2 commit 35b131cc28
Frequently asked questions How do I install the SEO Bayzhen Bayzhen Github Io 2 skill? Run npx skillmds@latest add majiayu000/seo-bayzhen-bayzhen-github-io-2 in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
What does the SEO Bayzhen Bayzhen Github Io 2 skill do? SEO优化技能,提升网站搜索引擎可见性 It is listed under Marketing & Growth on SkillMD.
Is SEO Bayzhen Bayzhen Github Io 2 safe to use? This skill has not completed SkillMD's automated safety review yet. Capability flags: makes network calls. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
Which AI agents work with SEO Bayzhen Bayzhen Github Io 2? This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Is SEO Bayzhen Bayzhen Github Io 2 free to use? Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Who published SEO Bayzhen Bayzhen Github Io 2? majiayu000 (@majiayu000) published this skill. Their other Agent Skills are listed on their SkillMD profile.