引擎力Google Seo专家整理的网站站内SEO元素要点(下篇)
31. 服务器检测
a) 检测服务器地理位置,是否放置在正确服务器上
b) 分析服务器类型(apache,IIS,Nginx)及对应配置文件apache为.htaccess IIs为 web.config
c) 查询网址为http://whois.domaintools.com/website.com
32. Google收录情况检测
a) 方法:site:+website.com
i. 查看是否收录
1. 未收录需要提交给谷歌,提交网址为https://www.google.com/webmasters/tools/submit-url (需要登录谷歌账号)
ii. 查看网站首页是否在搜索结果的第一位
33. WOT检测
a) 检测网址https://www.mywot.com/en/scorecard/www.website.com
34. 网站安全检测
a) McAfee https://www.siteadvisor.com/sites/www.website.com
b) Norton http://safeweb.norton.com/report/show?url=www.website.com
35. 页面语言检测,
a) 检测是否在html里面指定lang
b) 格式为:<html xml:lang="en" xmlns:fb="http://ogp.me/ns/fb#">
36. 自定义404页面检测
a) 在网址后随便输入几个字符例如http://www.website.com/_blank 检测是否显示自定义的错误页内容
37. 网页编码检测
a) 检测是否为Utf-8编码
b) 格式:<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
38. 浏览器兼容检测
a) Chrome Firefox Safari IE Opera五款浏览器兼容性检测
b) 在线测试网站http://browsershots.org/
39. 不同分辨率兼容性检测
a) 使用chrome的resize window插件检测不同分辨率下网站的情况
40. 联系方式检查
a) 电话、邮箱、传真、Skype、公司名等
41. 询盘工具检测
a) 客户询盘接收邮箱地址设置是否正确,发件系统是否工作正常,
42. 搜索功能检查
a) 检测是否能正确搜索站内产品
43. 页面其他字符检查,
a) 避免代码中出现中文字符,
b) 删掉代码中多余的注释
44. 谷歌结构化数据验证
a) https://developers.google.com/structured-data/testing-tool/
45. 谷歌结构化数据之让网站名显示在搜索结果中
a) 参考https://developers.google.com/structured-data/site-name
<script type="application/ld+json">
{ "@context" : "http://schema.org",
"@type" : "WebSite",
"name" : "Your WebSite Name",
"alternateName" : "An alternative name for your WebSite",
"url" : "http://www.your-site.com"
}
</script>
46. 谷歌结构化数据之指定logo
a) 参考:https://developers.google.com/structured-data/customize/logos<script type="application/ld+json">
{ "@context": "http://schema.org",
"@type": "Organization",
"url": "http://www.googleseo.cn/",
"logo": "http://www. googleseo.cn /images/logo.png"
}
</script>
47. 谷歌结构化数据之指定公司联系方式
a) 参考:https://developers.google.com/structured-data/customize/contact-points
<script type="application/ld+json">
{ "@context" : "http://schema.org",
"@type" : "Organization",
"url" : "http://www.googleseo.cn/ ",
"contactPoint" : [
{ "@type" : "ContactPoint",
"telephone" : "+1-401-555-1212",
"contactType" : "customer service"
} ] }
</script>
48. 谷歌结构化数据之指定社交账号
a) 参考:https://developers.google.com/structured-data/customize/social-profiles
<script type="application/ld+json">
{ "@context" : "http://schema.org",
"@type" : "Organization",
"name" : "Your Organization Name",
"url" : "http://www. googleseo.cn ",
"sameAs" : [
"http://www.facebook.com/your-profile",
"http://www.twitter.com/yourProfile",
"http://plus.google.com/your_profile"]
}
</script>
49. 谷歌结构化数据之Sitelinks Search Box
a) 参考网站https://developers.google.com/structured-data/slsb-overview
50. 谷歌结构化数据之breadcrumb
a) 参考https://developers.google.com/structured-data/breadcrumbs
b) Breadcrumb Navigation: This is a style of user-friendly site-architecture that helps users (and search engines) know where they are on a site: Both SearchEngineJournal.com and Ethical SEO Consulting claim that this set-up may be a ranking factor.
51. Jquery统一改为Google的链接
a) 代码为<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
52. 网页尽量以文字形式展示
53. 不要有自动跳转页面,要让访客自主选择链接
54. 高分辨率检测
a) 使用chrome浏览器按F12键,左侧选择Toggle device mode
55. 关键词密度检查
a) http://www.wmtips.com/tools/keyword-density-analyzer/?url=http://www.website.com
56. 首页PR检测
57. Dmoz检测
58. Ssl检测,https暂不做重点
59. DNS详细检测
a) http://www.intodns.com/website.com
60. 网站重复性检测(重复内容,普通内容,独特内容)
a) http://www.siteliner.com/www.website.com
b) 参考:Duplicate Content: Identical content on the same site (even slightly modified) can negatively influence a site’s search engine visibility.
61. W3c检测,暂不做重点
62. Alexa检测
63. 服务器签名检测(默认关闭)(server signature)
64. Media Query Responsive检测
65. Microdata Schema检测
66. Libwww-perl access检测
67. url seo友好检测
68. media print 检测
69. 页面对象检测(html,images,css,scripts,css images,video files)
70. Html页面大小检测,平均大小33kb
71. gzip压缩检测
72. 页面缓存检测(page cache)
73. 图片过期检测(image expires)
74. Deprecated html tags检测
75. Canonical标签检测,
a) 参考https://support.google.com/webmasters/answer/139066?hl=en
b) 参考:Rel=Canonical: When used properly, use of this tag may prevent Google from considering pages duplicate content.
76. 检测页面使用最多的关键词是否包含在标题和描述中
77. 页面文本代码比例检测
a) http://tools.seochat.com/tools/code-to-text-ratio/