RELATEED CONSULTING
相关咨询
选择下列产品马上在线沟通
服务时间:9:30-18:00
你可能遇到了下面的问题
关闭右侧工具栏

技术支持

谷歌推广 > 技术支持 > 外贸推广 >

引擎力Google Seo专家整理的网站站内SEO元素要点(上篇)

  • 作者:谷歌推广
  • 发表时间:2020-01-24 06:40
  • 来源:迅龙网络

1.标题不超过70字符,标题包含关键词且标题以关键词开头

a)参考:Title Tag Starts with Keyword: According to Moz data, title tags that starts with a keyword tend to perform better than title tags with the keyword towards the end of the tag:

2.描述不超过160字符

a)备注:标题和描述关键词布局检查方法,随机抽选10个词在Google.com 以”关键词+空格+site:+网址的形式,若2个以上(含2个)搜索结果为0则需要进一步检查关键词布局情况,重新对网站进行关键词布局

3.H1 h2标签检测

a)使用Chrome/Firefox的 Headingsmap扩展或者快捷键Ctrl+U查看网页源码搜索关键词为””<h1>””””” “<h2>”,产品详细页一般将产品名设置为H1,相关产品或者左侧产品分类设为H2

b)同一个页面H1标签只能有一个

c)H2标签最好不要超过5个

d)参考:Keyword Appears in H1 Tag: H1 tags are a “second title tag” that sends another relevancy signal to Google, according to results from this correlation study:  

4.Robots.txt检测

a)格式如下

User-agent: *

Disallow:*

Disallow: /cache/

Disallow: /admin/

Sitemap:

b)网站正式上线优化后注意删掉Disallow: *

5.创建谷歌账号,同时开通webmaster和analytics

a)

b)

c)Use of Google Analytics and Google Webmaster Tools: Some think that having these two programs installed on your site can improve your page’s indexing. They may also directly influence rank by giving Google more data to work with (ie. more accurate bounce rate, whether or not you get referall traffic from your backlinks etc.).

6.站点地图Sitemap.xml检测

a)制作工具CoffeeCupSitemapper

b)检查Sitemap里是否含有站点地图制作工具错误抓取的页面需要及时删掉

c)提交sitemap到谷歌webmaster

7.url中下划线_使用情况检测

a)说明:Url里的词组一般使用””-“分词不使用””_”

8.图片alt标签检测

a)图片代码格式:<img src=”/images/demo.jpg” alt=”demo” title=”demo”/>

b)使用Chrome/Firefox的web Developer插件或者手动搜索代码中的<img标签,宽/高大于5个像素的图片都需要加上Alt标签

9.图片大小检测

a)压缩图片软件有Riot,Pngauntlet(Png格式图片),Jstrip(Jpg/Jpeg格式图片),ImageResizer,这4款软件一般情况下都需要用到,

b)图片是否需要压缩检测方法1为:随机下载网站上的2张大图片,放到Riot里检测是否能继续被压缩。

c)图片是否需要压缩检测方法2为:使用chrome的pagespeed Insights插件

10.图片名检测

a)说明:图片名应该对应产品名,图片名不得包含中文字符,例如QQ截图等。

11.谷歌图片检查

a)?q=site:website.com

b)于网站被谷歌收录后检测站内图片是抓取正常

12.页面内css检测,

a)尽量将Css统一放在一个文件内

b)尽量不要有inline style,(即样式不要直接写在html代码里,要放在css文件里)检测方法:查看源码搜索style=”

c)Css代码压缩使用Rapid软件的Format CSS和Compress CSS功能

13.Unused CSS检测

a)检测CSS文件中是否含有网站并未使用的样式,需要清除以便减少CSS大小提高网站速度,选用工具为Firefox的Firebug插件的CSS usage扩展

14.站点图标检测

a)站点图标制作网站

15.Js检测

a)尽量减少JS文件数量,多个js在可以的情况下尽量放入一个文件内

b)页面内的js如果可以放到js文件里尽量放在js里,检测方法查看源码搜索<script

c)js压缩,网址为

16.Html压缩检测

a)Html压缩工具网址

b)注:使用Chrome浏览器访问以上压缩网址压缩代码前注意Drag and Drop Charset:选择Utf-8

17.Table检测,

a)查看网站源码搜索<table>或<tr>或<td>,看是否含有大量table

18.Frame框架检测

a)检测方法:查看网站源码搜索<iframe,

19.文本类型检测(doctype) 

a)默认html头部代码为:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "">

b)可以简写为<!doctype html>

20.网站/网页打开速度检测,

a) 

b)Chrome Pagespeed插件(同时可以检测图片是否压缩)

c)参考1:Page Loading Speed via HTML: Both Google and Bing use page loading speed as a ranking factor. Search engine spiders can estimate your site speed fairly accurately based on a page’s code and filesize.

d)参考2:Page Loading Speed via Chrome: Google may also use Chrome user data to get a better handle on a page’s loading time as this takes into account server speed, CDN usage and other non HTML-related site speed signals.

21.Flash检测

a)检测方法:查看网站源码搜索”.swf”

22.url规范检测,(www跳转)

a)检测方法浏览器地址栏输入googleseo.cn查看是否跳转到

23.ip规范检测,(ip跳转到www)

a)检测独立IP的网站(例如192.168.0.1)直接输入IP地址后是否能打开,或者是否跳转到www域名上

24.目录浏览检测(directory browsing)