Google官方对网站规划方案的一些主张 |
发布时间:2020-04-20 文章来源:本站 浏览次数:2966 |
本文介绍GOOGLE官方对网站规划方案的一些主张。 Make a site with a clear hierarchy and text links. Every page should be reachable from at least one static text link. 让网站有着明晰的结构和文本链接,一切的页面至少要有一个静态文本链接入口 批注:尽量不要用图片和JAVASCRIPT Offer a site map to your users with links that point to the important parts of your site. If the site map is larger than 100 or so links, you may want to break the site map into separate pages. 为用户供给一个站点地图:转向网站的重要部分。如果站点地图页面超过100个链接,则需要将页面分红多个页面。 批注:索引页不要超过100个链接:SPIDER只考虑页面中头100个链接 Create a useful, information-rich site and write pages that clearly and accurately describe your content. 用一些有用的,信息量丰厚的站点,明晰并正确的描绘你的信息。 Think about the words users would type to find your pages, and make sure that your site actually includes those words within it. 想像用户可能用来找到你的关键词,并确保这些关键词在网站中呈现。 批注:少用“最大”,“最好”之类的形容词,用用户最关怀的词,比方:下载,歌星姓名,而不是一些抽象名词。 Try to use text instead of images to display important names, content, or links. The Google crawler doesn't recognize text contained in images. 尽可能运用文本,而不是图片显现重要的称号,内容和链接。GOOGLE的机器人不认识图片中的文字。 Make sure that your TITLE and ALT tags are descriptive and accurate. 确保:页面的TITLE和ALT符号正确的准确描绘 Check for broken links and correct HTML. 检查坏链并批改这些HTML错误。 If you decide to use dynamic pages (i.e., the URL contains a '?' character), be aware that not every search engine spider crawls dynamic pages as well as static pages. It helps to keep the parameters short and the number of them small. 如果你计划运用动态页面:链接中包含"?",有必要了解:并非一切的搜索引擎的机器人能想对待静态页面一样对待动态页面,保持动态页面的参数尽可能的少也会很有帮助。 Keep the links on a given page to a reasonable number (fewer than 100). 让一个页面中的链接少于100个。 批注:用lynx -dump 可以模仿从robot视点看到的页面。其最后有链接统计 |