seo
仓库创建 2026年1月18日最近提交 1 个月前SkillHot 收录 22 天前
▸ 精选理由
技术向SEO检查与结构化数据建议,便于实施。
这个 Skill 做什么
基于Lighthouse给出技术型SEO优化建议与结构化数据方案。
基于 Lighthouse 审核给出技术型 SEO 与结构化数据的可执行建议,包含 meta 标签、schema、sitemap 和页面技术改进。适合需要提升搜索可见性、修复 meta 或添加结构化数据时使用,注重 on-page 和技术层面的优化。特点是结合 Lighthouse 报告和 Google 指南,生成优先级清单和落地修复点。
▸ 展开 SKILL.md 英文原文
Optimize for search engine visibility and ranking. Use when asked to "improve SEO", "optimize for search", "fix meta tags", "add structured data", "sitemap optimization", or "search engine optimization".
2.6k
Stars
233
Forks
6
仓库内 Skill
+93
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/addyosmani/web-quality-skills/main/skills/seo/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/addyosmani/web-quality-skills/main/skills/seo/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# SEO optimization Search engine optimization based on Lighthouse SEO audits and Google Search guidelines. Focus on technical SEO, on-page optimization, and structured data. ## SEO fundamentals Search ranking factors (approximate influence): | Factor | Influence | This Skill | |--------|-----------|------------| | Content quality & relevance | ~40% | Partial (structure) | | Backlinks & authority | ~25% | ✗ | | Technical SEO | ~15% | ✓ | | Page experience (Core Web Vitals) | ~10% | See [Core Web Vitals](../core-web-vitals/SKILL.md) | | On-page SEO | ~10% | ✓ | --- ## Technical SEO ### Crawlability **robots.txt:** ```text # /robots.txt User-agent: * Allow: / # Block admin/private area
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有