seo-best-practices
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseSEO Best Practices
SEO最佳实践
Keyword Research Methods
关键词研究方法
Keyword Types
关键词类型
- Short-tail Keywords: 1-2 words, high volume, high competition (e.g., "marketing")
- Medium-tail Keywords: 2-3 words, moderate volume, moderate competition (e.g., "digital marketing tips")
- Long-tail Keywords: 4+ words, lower volume, lower competition, higher intent (e.g., "digital marketing tips for small business")
- 短尾关键词:1-2个词,搜索量高,竞争激烈(例如:"marketing")
- 中尾关键词:2-3个词,搜索量适中,竞争程度适中(例如:"digital marketing tips")
- 长尾关键词:4个词以上,搜索量较低,竞争较小,用户意图更明确(例如:"digital marketing tips for small business")
Research Process
研究流程
- Seed Keywords: Start with core terms related to your business
- Expand: Use keyword tools to find related terms and variations
- Analyze Intent: Determine search intent (informational, navigational, transactional, commercial)
- Evaluate Metrics: Consider search volume, difficulty, and opportunity
- Prioritize: Focus on keywords with best ROI for your goals
- 核心关键词:从与业务相关的核心术语入手
- 拓展关键词:使用关键词工具查找相关术语及变体
- 分析用户意图:确定搜索意图(信息型、导航型、交易型、商业型)
- 评估指标:考量搜索量、难度和机会
- 优先级排序:聚焦对目标而言投资回报率最高的关键词
Keyword Tools and Techniques
关键词工具与技巧
- Competitor Analysis: Review competitor keywords and rankings
- Search Suggestions: Use Google autocomplete and "People Also Ask"
- Related Searches: Check bottom of SERP for related queries
- Question Keywords: Target "how," "what," "why," "when," "where" queries
- Local SEO: Include location-based keywords for local businesses
- 竞品分析:研究竞品的关键词及排名情况
- 搜索建议:利用Google自动补全和“人们还在问”功能
- 相关搜索:查看搜索结果页(SERP)底部的相关查询
- 疑问类关键词:针对以“how”“what”“why”“when”“where”开头的查询
- 本地SEO:为本地企业加入基于地理位置的关键词
On-page SEO Checklist
页面内SEO检查清单
Title Tags
标题标签
- Length: 50-60 characters optimal
- Placement: Primary keyword near the beginning
- Format: [Primary Keyword] | [Secondary Keyword] - [Brand Name]
- Uniqueness: Unique title for every page
- Branding: Include brand name for recognition
- 长度:最佳为50-60个字符
- 位置:主关键词尽量放在开头
- 格式:[主关键词] | [次关键词] - [品牌名称]
- 唯一性:每个页面使用独特的标题
- 品牌化:加入品牌名称以提升辨识度
Meta Descriptions
元描述
- Length: 150-160 characters optimal
- Purpose: Compelling description to improve CTR
- Keywords: Include primary keyword naturally
- CTA: Include call-to-action (Learn more, Get started, etc.)
- Uniqueness: Unique description for every page
- 长度:最佳为150-160个字符
- 目的:撰写有吸引力的描述以提高点击率(CTR)
- 关键词:自然融入主关键词
- 行动号召(CTA):加入行动指令(如“了解更多”“开始使用”等)
- 唯一性:每个页面使用独特的元描述
Header Structure
标题结构
- H1: One per page, includes primary keyword, describes main topic
- H2: Section headings, includes secondary keywords, logical hierarchy
- H3-H6: Subsections, includes related keywords, maintains structure
- Consistency: Follow logical heading hierarchy throughout
- H1:每个页面仅一个,包含主关键词,描述核心主题
- H2:章节标题,包含次关键词,遵循逻辑层级
- H3-H6:子章节,包含相关关键词,保持结构一致性
- 一致性:全程遵循合理的标题层级
Content Optimization
内容优化
- Keyword Density: 1-2% for primary keyword, natural placement
- Semantic Keywords: Include related terms and variations
- Readability: Flesch-Kincaid grade level 8-10 for general audiences
- Content Length: 300+ words minimum, 1000+ for competitive topics
- Internal Links: 2-4 internal links to relevant content
- External Links: 1-2 authoritative external sources
- 关键词密度:主关键词密度1-2%,自然放置
- 语义关键词:加入相关术语及变体
- 可读性:面向普通受众时,Flesch-Kincaid阅读等级保持在8-10级
- 内容长度:最少300字以上,竞争激烈的主题建议1000字以上
- 内部链接:加入2-4个指向相关内容的内部链接
- 外部链接:加入1-2个权威外部来源链接
Image SEO
图片SEO
- File Names: Descriptive, hyphen-separated names (e.g., "digital-marketing-strategy.jpg")
- Alt Text: Descriptive, includes keyword when appropriate, max 125 characters
- File Size: Compress to under 100KB for faster loading
- Dimensions: Use appropriate sizes for display (avoid scaling in HTML)
- Captions: Add captions for context and SEO benefit
- 文件名:使用描述性、连字符分隔的名称(例如:"digital-marketing-strategy.jpg")
- 替代文本(Alt Text):描述性文本,适当包含关键词,最多125个字符
- 文件大小:压缩至100KB以下以加快加载速度
- 尺寸:使用适合展示的尺寸(避免在HTML中缩放)
- 说明文字:添加说明文字以提供上下文并获取SEO收益
Meta Tags Optimization
元标签优化
Essential Meta Tags
必备元标签
html
<!-- Title Tag -->
<title>Primary Keyword | Secondary Keyword - Brand Name</title>
<!-- Meta Description -->
<meta name="description" content="Compelling description with keyword and CTA">
<!-- Canonical URL -->
<link rel="canonical" href="https://example.com/page">
<!-- Open Graph -->
<meta property="og:title" content="Page Title">
<meta property="og:description" content="Page Description">
<meta property="og:image" content="https://example.com/image.jpg">
<meta property="og:url" content="https://example.com/page">
<meta property="og:type" content="article">
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Page Title">
<meta name="twitter:description" content="Page Description">
<meta name="twitter:image" content="https://example.com/image.jpg">
<!-- Viewport -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Robots -->
<meta name="robots" content="index, follow">html
<!-- Title Tag -->
<title>Primary Keyword | Secondary Keyword - Brand Name</title>
<!-- Meta Description -->
<meta name="description" content="Compelling description with keyword and CTA">
<!-- Canonical URL -->
<link rel="canonical" href="https://example.com/page">
<!-- Open Graph -->
<meta property="og:title" content="Page Title">
<meta property="og:description" content="Page Description">
<meta property="og:image" content="https://example.com/image.jpg">
<meta property="og:url" content="https://example.com/page">
<meta property="og:type" content="article">
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Page Title">
<meta name="twitter:description" content="Page Description">
<meta name="twitter:image" content="https://example.com/image.jpg">
<!-- Viewport -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Robots -->
<meta name="robots" content="index, follow">Schema Markup
Schema标记
- Article Schema: For blog posts and news articles
- Product Schema: For e-commerce product pages
- Local Business Schema: For local business listings
- FAQ Schema: For frequently asked questions
- Review Schema: For customer reviews and ratings
- Breadcrumb Schema: For navigation breadcrumbs
- 文章Schema:适用于博客文章和新闻稿件
- 产品Schema:适用于电商产品页面
- 本地企业Schema:适用于本地企业列表
- FAQ Schema:适用于常见问题页面
- 评论Schema:适用于客户评论和评分
- 面包屑Schema:适用于导航面包屑
Link Building Strategies
链接建设策略
Internal Linking
内部链接
- Content Hubs: Create pillar pages linking to related content
- Contextual Links: Link within content where relevant
- Anchor Text: Use descriptive, keyword-rich anchor text
- Link Depth: Keep important content within 3 clicks from homepage
- Orphan Pages: Ensure all pages have internal links pointing to them
- 内容枢纽:创建支柱页面并链接至相关内容
- 上下文链接:在相关内容内添加链接
- 锚文本:使用描述性、富含关键词的锚文本
- 链接深度:确保重要内容距离首页不超过3次点击
- 孤立页面:确保所有页面都有指向它们的内部链接
External Linking
外部链接
- Authoritative Sources: Link to high-quality, relevant websites
- No-Follow: Use rel="nofollow" for sponsored or untrusted links
- Link Relevance: Ensure external links are contextually relevant
- Broken Links: Regularly check for and fix broken external links
- 权威来源:链接至高质量、相关的网站
- nofollow属性:对赞助或不可信链接使用rel="nofollow"
- 链接相关性:确保外部链接与上下文相关
- 失效链接:定期检查并修复失效的外部链接
Backlink Acquisition
反向链接获取
- Content Marketing: Create link-worthy content (guides, studies, infographics)
- Guest Posting: Write articles for reputable industry publications
- Digital PR: Pitch stories to journalists and publications
- Broken Link Building: Find and replace broken links on relevant sites
- HARO: Respond to journalist queries for expert quotes
- Resource Pages: Get listed on relevant resource pages
- 内容营销:创建值得被链接的内容(指南、研究报告、信息图)
- 客座投稿:为知名行业出版物撰写文章
- 数字公关:向记者和媒体投稿报道
- 失效链接建设:找到相关网站上的失效链接并替换
- HARO:回应记者的专家咨询请求
- 资源页面:争取被列入相关资源页面
Link Quality Indicators
链接质量指标
- Domain Authority: Higher DA indicates stronger authority
- Relevance: Links from relevant, industry-related sites
- Placement: Links within content are more valuable than footers/sidebars
- Anchor Text: Natural, varied anchor text is better than exact-match
- Traffic: Links from sites with real traffic are more valuable
- 域名权重(Domain Authority):DA越高表示权威性越强
- 相关性:来自相关行业网站的链接
- 位置:内容内的链接比页脚/侧边栏的链接更有价值
- 锚文本:自然多样的锚文本比完全匹配的更好
- 流量:来自有真实流量的网站的链接更有价值
Technical SEO
技术SEO
Site Speed
网站速度
- Page Load Time: Target under 3 seconds
- Image Optimization: Compress and lazy-load images
- Minification: Minify CSS, JavaScript, and HTML
- Caching: Implement browser and server caching
- CDN: Use content delivery network for global performance
- 页面加载时间:目标控制在3秒以内
- 图片优化:压缩图片并启用懒加载
- 代码压缩:压缩CSS、JavaScript和HTML代码
- 缓存:实施浏览器和服务器缓存
- 内容分发网络(CDN):使用CDN提升全球访问性能
Mobile Optimization
移动端优化
- Responsive Design: Ensure mobile-friendly layout
- Mobile-First Indexing: Google primarily uses mobile version for indexing
- Touch Targets: Buttons and links should be at least 48x48 pixels
- Font Size: Minimum 16px for body text on mobile
- Viewport: Properly configured viewport meta tag
- 响应式设计:确保布局适配移动端
- 移动端优先索引:Google主要使用移动端版本进行索引
- 触摸目标:按钮和链接尺寸至少为48x48像素
- 字体大小:移动端正文字体最小为16px
- 视口:正确配置视口元标签
URL Structure
URL结构
- Clean URLs: Use readable, hyphen-separated URLs
- Keywords: Include primary keyword in URL
- Length: Keep URLs under 100 characters
- Lowercase: Use lowercase letters consistently
- Redirects: Properly implement 301 redirects for URL changes
- 简洁URL:使用易读、连字符分隔的URL
- 关键词:在URL中包含主关键词
- 长度:URL长度控制在100字符以内
- 小写:统一使用小写字母
- 重定向:URL变更时正确实施301重定向
XML Sitemap
XML站点地图
- Include: All important pages in sitemap
- Exclude: No-index pages, duplicate content, low-value pages
- Priority: Set priority based on page importance (0.1-1.0)
- Frequency: Set changefreq based on update frequency
- Submit: Submit sitemap to Google Search Console and Bing Webmaster Tools
- 包含内容:将所有重要页面纳入站点地图
- 排除内容:排除no-index页面、重复内容和低价值页面
- 优先级:根据页面重要性设置优先级(0.1-1.0)
- 更新频率:根据页面更新频率设置changefreq
- 提交:向Google Search Console和Bing Webmaster Tools提交站点地图